@font-face { font-family: "Inter"; src: url('/assets/fonts/inter-400.ttf') format('truetype'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url('/assets/fonts/inter-500.ttf') format('truetype'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url('/assets/fonts/inter-600.ttf') format('truetype'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url('/assets/fonts/inter-700.ttf') format('truetype'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url('/assets/fonts/inter-800.ttf') format('truetype'); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --purple: #5d43f5; --purple-2: #7e5af6; --ink: #111936; --muted: #65708e;
  --line: #e7e9f4; --soft: #f8f8ff; --lavender: #f3f0ff; --peach: #fff7f0;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink); background: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: linear-gradient(180deg, #fff, #fcfcff 52%, #fff); }
button, a { font: inherit; } button { cursor: pointer; } a { color: inherit; text-decoration: none; }
.many-worlds-page { overflow: hidden; }
.mw-header { height: 72px; display: flex; align-items: center; gap: 42px; max-width: 1260px; margin: auto; padding: 0 26px; border-bottom: 1px solid #f0f0f6; background: #fff; }
.mw-brand { display: flex; align-items: center; gap: 9px; white-space: nowrap; font-family: Georgia, serif; font-size: 20px; font-weight: 700; }
.mw-brand img { width: 34px; height: 34px; } .mw-brand small { display: block; margin-top: 1px; color: var(--muted); font: 10px Inter, sans-serif; font-weight: 500; }
.mw-header nav { display: flex; align-items: center; gap: 30px; flex: 1; height: 100%; font-size: 12px; font-weight: 600; }
.mw-header nav a { position: relative; display: flex; align-items: center; height: 100%; white-space: nowrap; }
.mw-header nav a.active::after { content: ""; position: absolute; right: 0; bottom: 13px; left: 0; height: 3px; border-radius: 5px; background: var(--purple); }
.header-right { display: flex; align-items: center; gap: 7px; font-size: 12px; white-space: nowrap; }
.language, .login { border: 0; padding: 8px; color: #2d3656; background: transparent; } .language { display: flex; align-items: center; gap: 4px; }
.language .mw-icon { width: 15px; } .login { border: 1px solid #e1e4ef; border-radius: 8px; }
.get-started, .mw-primary { border: 0; border-radius: 10px; padding: 10px 17px; color: #fff; background: linear-gradient(110deg, #6041ee, #854bf5); box-shadow: 0 9px 18px rgba(100,69,238,.25); font-weight: 700; }
.menu-button, .mobile-nav { display: none; }
.mw-icon { width: 19px; height: 19px; object-fit: contain; vertical-align: middle; }
.mw-hero { width: 100%; max-width: 1260px; margin: 0 auto; padding: 48px 28px 28px; display: grid; grid-template-columns: 35% 65%; gap: 20px; align-items: center; }
.hero-copy { padding-bottom: 18px; } .eyebrow { color: #5f43f2; font-size: 10px; font-weight: 800; letter-spacing: .035em; }
.hero-copy h1 { margin: 17px 0 16px; font-size: 44px; line-height: 1.09; letter-spacing: -.045em; } .hero-copy h1 em { color: var(--purple-2); font-style: normal; }
.hero-copy > p { max-width: 340px; margin: 0; color: #606b89; font-size: 13px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 15px; margin-top: 21px; } .hero-actions .mw-primary { display: flex; align-items: center; gap: 8px; }
.mw-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 10px 17px; border: 1px solid #e6e8f2; border-radius: 10px; color: #273154; background: #fff; box-shadow: 0 5px 15px rgba(55,65,130,.07); font-weight: 700; }
.hero-proof { display: flex; gap: 18px; margin-top: 32px; color: #4f5876; font-size: 9px; } .hero-proof span { display: flex; align-items: center; gap: 5px; max-width: 105px; } .hero-proof .mw-icon { width: 18px; }
.world-carousel { position: relative; width: 100%; height: 337px; display: grid; grid-template-columns: 15% 17% 36% 17% 15%; align-items: center; }
.world-peek { height: 236px; overflow: hidden; } .world-peek.left { border-radius: 10px 0 0 10px; } .world-peek.right { border-radius: 0 10px 10px 0; } .world-featured { z-index: 2; height: 310px; }
.world-card { position: relative; height: 100%; overflow: hidden; border-radius: 9px; color: #fff; background-image: linear-gradient(180deg, rgba(13,23,43,.05) 20%, rgba(10,15,27,.9) 100%), var(--cover); background-position: center; background-size: cover; box-shadow: 0 16px 28px rgba(37,45,87,.17); }
.world-card .world-category { position: absolute; top: 9px; left: 10px; padding: 4px 7px; border-radius: 5px; background: rgba(26,31,53,.72); font-size: 9px; }
.world-card > div { position: absolute; right: 12px; bottom: 14px; left: 12px; } .world-card h3 { margin: 0 0 6px; font-size: 17px; line-height: 1.1; } .world-card p { margin: 0 0 10px; color: #eef0f7; font-size: 9px; line-height: 1.35; }
.featured-people { display: flex; align-items: center; margin: 2px 0 6px; }
.featured-people img { width: 18px; height: 18px; object-fit: cover; margin-right: -2px; border: 1px solid #fff; border-radius: 50%; }
.world-card small { display: flex; align-items: center; gap: 4px; font-size: 9px; } .world-card small .mw-icon { width: 13px; filter: brightness(0) invert(1); } .world-card.featured h3 { font-size: 25px; } .world-card.featured p { max-width: 215px; font-size: 12px; }
.carousel-controls { position: absolute; bottom: -1px; left: 50%; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); } .carousel-controls button { width: 26px; height: 26px; border: 0; border-radius: 50%; background: #fff; box-shadow: 0 3px 12px #dfe3f2; } .carousel-controls button .mw-icon { width: 15px; } .carousel-controls i { width: 5px; height: 5px; border-radius: 50%; background: #c8cce0; } .carousel-controls i.active { width: 17px; border-radius: 8px; background: var(--purple); }
.mw-panel { border: 1px solid #f0f1f7; border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: 0 8px 28px rgba(42,53,112,.05); }
.worlds-section { max-width: 1200px; margin: 0 auto; padding: 24px 18px 20px; } .section-head { display: flex; justify-content: space-between; align-items: start; } .section-head h2 { margin: 0 0 4px; font-size: 18px; } .section-head p { margin: 0; color: #6c7591; font-size: 10px; } .section-head > a { display: flex; align-items: center; gap: 4px; color: #654ef3; font-size: 10px; font-weight: 700; }
.world-filters { display: flex; gap: 10px; margin: 20px 0 14px; overflow: auto; } .world-filters button { white-space: nowrap; padding: 7px 20px; border: 1px solid #e9eaf3; border-radius: 16px; color: #66708e; background: #fff; font-size: 10px; } .world-filters button.active { border-color: transparent; color: #fff; background: var(--purple); }
.world-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; } .world-grid .world-card { height: 142px; } .world-grid .world-card h3 { font-size: 15px; } .world-grid .world-card p { margin-bottom: 7px; font-size: 9px; }
.principles { max-width: 1160px; margin: auto; padding: 32px 20px 28px; text-align: center; } .principles h2 { margin: 0 0 5px; font-size: 20px; } .principles h2 span { color: #5e48f2; } .principles > p { margin: 0 0 25px; color: #7a829d; font-size: 10px; }
.principle-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; } .principle-grid article { display: grid; justify-items: center; align-content: start; gap: 7px; padding: 0 12px; border-right: 1px solid #eaebf2; } .principle-grid article:last-child { border: 0; } .principle-grid .mw-icon { width: 27px; height: 27px; } .principle-grid b { font-size: 10px; } .principle-grid p { margin: 0; color: #747d98; font-size: 9px; line-height: 1.4; }
.entry-grid { max-width: 1200px; margin: 0 auto 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .entry-card { min-height: 222px; display: flex; justify-content: space-between; overflow: hidden; padding: 24px 26px; border-radius: 14px; } .entry-card.solo { background: linear-gradient(110deg,#f6f1ff,#f0eeff); } .entry-card.invite { background: linear-gradient(110deg,#fff8f1,#fffaf6); } .entry-label { color: #59637e; font-size: 10px; } .entry-card h2 { margin: 4px 0 7px; font-size: 19px; } .entry-card p { max-width: 260px; margin: 0; color: #68728d; font-size: 10px; line-height: 1.45; } .entry-card ul { margin: 9px 0 12px; padding-left: 15px; color: #64708b; font-size: 9px; line-height: 1.8; } .entry-card li::marker { color: #684af4; }
.role-stack { position: relative; width: 175px; align-self: stretch; } .role-main, .role-ghost { position: absolute; bottom: 0; width: 88px; height: 165px; border: 1px solid #dddaf4; border-radius: 9px 9px 0 0; background-position: center top; background-size: cover; box-shadow: 0 6px 14px rgba(81,68,139,.1); } .role-main { z-index: 2; left: 42px; width: 92px; height: 178px; border: 2px solid #c9c2ff; background-color: #fff; } .role-main span { position: absolute; top: 5px; right: 5px; color: #6d54ef; } .role-ghost { opacity: .5; } .role-ghost:first-child { left: 0; } .role-ghost:nth-child(2) { right: 0; } .portrait-01 { background-image: url('/assets/portrait/1.png'); } .portrait-02 { background-image: url('/assets/portrait/2.png'); } .portrait-03 { background-image: url('/assets/portrait/3.png'); }
.avatar-orbit { position: relative; width: 190px; height: 180px; } .avatar-orbit img { position: absolute; width: 43px; height: 43px; object-fit: cover; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 3px 9px #d5c9ba; } .avatar-orbit img:nth-child(1) { left: 72px; top: 0; } .avatar-orbit img:nth-child(2) { left: 125px; top: 37px; } .avatar-orbit img:nth-child(3) { left: 124px; top: 96px; } .avatar-orbit img:nth-child(4) { left: 72px; top: 137px; } .avatar-orbit img:nth-child(5) { left: 17px; top: 96px; } .avatar-orbit img:nth-child(6) { left: 17px; top: 37px; } .avatar-orbit > span { position: absolute; top: 63px; left: 70px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: 0 4px 12px #e3d9ce; }
.flow-section { max-width: 1200px; margin: 0 auto 24px; padding: 18px 20px 15px; } .flow-grid { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 22px; } .flow-grid article { position: relative; padding: 0 10px; border-right: 1px solid #eeeef6; text-align: center; } .flow-grid article:last-child { border: 0; } .flow-grid .mw-icon { width: 27px; height: 27px; margin: 9px auto 7px; } .flow-number { display: block; color: #6b51f5; font-size: 10px; font-weight: 800; } .flow-grid b { display: block; font-size: 10px; } .flow-grid p { color: #737d99; font-size: 9px; line-height: 1.4; }
.build-world, .ending-section, .pricing { max-width: 1200px; margin: 0 auto 24px; } .build-world { position: relative; min-height: 185px; display: flex; gap: 22px; overflow: hidden; padding: 28px; background: linear-gradient(100deg,#f8f8ff,#fff); } .build-world > div:first-child { z-index: 2; width: 40%; } .build-world h2 { margin: 3px 0 7px; font-size: 20px; } .build-world p { color: #707a98; font-size: 10px; line-height: 1.45; } .build-tags { display: flex; gap: 9px; margin: 13px 0; } .build-tags span { display: flex; align-items: center; gap: 3px; padding: 5px 7px; border: 1px solid #ececf4; border-radius: 5px; color: #606a85; font-size: 8px; } .build-tags .mw-icon { width: 12px; } .build-world > a { margin-left: 10px; color: #4e5c86; font-size: 10px; } .overview-card { width: 170px; height: 130px; padding: 15px; border: 1px solid #eeeef4; border-radius: 9px; background: #fff; } .overview-card h4 { margin: 0 0 7px; font-size: 10px; } .overview-card p { margin: 0; font-size: 9px; } .tensions { width: 125px; } .mini-avatars { display: flex; margin-top: 14px; } .mini-avatars img { width: 25px; height: 25px; object-fit: cover; margin-right: -5px; border: 2px solid #fff; border-radius: 50%; } .build-art { flex: 1; min-width: 180px; border-radius: 8px; background: linear-gradient(90deg,transparent,rgba(218,211,255,.1)),url('/assets/bg/10.png') center/cover; opacity: .75; }
.ending-section { padding: 20px; } .ending-grid { display: grid; grid-template-columns: 1.15fr .65fr 1fr; gap: 13px; margin-top: 17px; } .ending-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; } .ending-list article { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid #f0eff7; border-radius: 8px; } .ending-list .mw-icon { width: 24px; } .ending-list b, .ending-list small { display: block; } .ending-list b { font-size: 9px; } .ending-list small { margin-top: 3px; color: #737c97; font-size: 8px; } .impact-card { padding: 16px; border: 1px solid #eee8ff; border-radius: 10px; background: #faf7ff; } .impact-card .mw-icon { display: block; width: 24px; } .impact-card b { display: block; margin: 10px 0; font-size: 9px; } .impact-card p, .impact-card strong { font-size: 9px; line-height: 1.4; } .impact-card em { display: block; width: max-content; margin-top: 17px; padding: 5px 8px; border-radius: 5px; color: #fff; background: #aa7ef9; font-size: 8px; font-style: normal; }
.faq h3 { margin: 0 0 6px; font-size: 12px; } .faq details { padding: 8px 0; border-bottom: 1px solid #ededf3; font-size: 9px; } .faq summary { display: flex; justify-content: space-between; list-style: none; cursor: pointer; } .faq summary::-webkit-details-marker { display: none; } .faq summary .mw-icon { width: 13px; } .faq details p { color: #77809b; line-height: 1.5; }
.pricing { padding: 14px 20px; } .pricing h2 { margin: 0 0 4px; font-size: 18px; } .pricing > div > p { color: #78819c; font-size: 10px; } .price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 15px; } .price-grid article { min-height: 140px; padding: 16px; border: 1px solid #e9eaf2; border-radius: 10px; } .price-grid .price-highlight { border-color: #bdb1ff; } .price-grid small { color: #59637f; font-size: 9px; } .price-grid h3 { margin: 7px 0; font-size: 17px; } .price-grid h3 span { color: #737d98; font-size: 9px; font-weight: 400; } .price-grid p { min-height: 30px; color: #747d99; font-size: 9px; line-height: 1.45; } .price-grid .mw-primary, .price-grid .mw-secondary { padding: 8px 11px; font-size: 9px; } .one-time { text-align: center; background: #faf9ff; }
.mw-footer { max-width: 1200px; display: grid; grid-template-columns: 1.6fr repeat(4,1fr) 1.4fr; gap: 20px; margin: auto; padding: 25px 20px 35px; border-top: 1px solid #f0f0f5; color: #66708c; } .mw-footer > div { display: flex; flex-direction: column; gap: 7px; font-size: 9px; } .mw-footer a { color: #707a95; } .footer-brand img { width: 27px; } .footer-brand b { color: var(--ink); font-family: Georgia,serif; font-size: 16px; } .footer-brand p { margin: 0; font-size: 9px; line-height: 1.5; } .footer-social { display: flex !important; flex-direction: row !important; flex-wrap: wrap; align-items: center; gap: 8px !important; } .footer-social .mw-icon { width: 15px; } .footer-social small { width: 100%; font-size: 8px; }
@media (max-width: 980px) and (min-width: 681px) { .mw-header { gap: 16px; padding: 0 16px; } .mw-header nav { gap: 14px; font-size: 10px; } .header-right { gap: 1px; font-size: 10px; } .mw-hero { grid-template-columns: 34% 66%; gap: 8px; padding: 28px 15px 20px; } .hero-copy h1 { font-size: 34px; } .hero-copy > p { font-size: 10px; } .hero-proof { gap: 7px; margin-top: 22px; } .hero-proof span { font-size: 7px; } .world-carousel { width: 100%; height: 285px; grid-template-columns: 13% 17% 40% 17% 13%; } .world-peek { height: 200px; } .world-featured { height: 260px; } .world-card.featured h3 { font-size: 19px; } .world-card.featured p { font-size: 9px; } .world-grid { grid-template-columns: repeat(4,1fr); gap: 8px; } .world-grid .world-card { height: 126px; } .entry-grid, .ending-grid { margin-right: 20px; margin-left: 20px; } .price-grid { grid-template-columns: repeat(4,1fr); gap: 8px; } .price-grid article { padding: 11px; } .mw-footer { grid-template-columns: 1.6fr repeat(4,1fr) 1.4fr; gap: 8px; padding-right: 16px; padding-left: 16px; } }
@media (max-width: 680px) { .mw-header { height: 62px; gap: 0; padding: 0 15px; } .mw-header nav, .header-right { display: none; } .menu-button { display: block; margin-left: auto; border: 0; background: transparent; font-size: 20px; } .mobile-nav.is-open { position: absolute; z-index: 5; top: 62px; right: 0; left: 0; display: flex; gap: 17px; padding: 15px 25px; background: #fff; box-shadow: 0 8px 20px #ddd; font-size: 12px; } .mw-hero { grid-template-columns: 1fr; padding: 35px 15px 20px; } .hero-copy { text-align: center; } .hero-copy h1 { font-size: 35px; } .hero-copy > p { margin: auto; } .hero-actions, .hero-proof { justify-content: center; } .hero-proof { gap: 7px; } .world-carousel { height: 285px; grid-template-columns: 8% 18% 48% 18% 8%; } .world-featured { height: 260px; } .world-grid { gap: 8px; } .world-grid .world-card { height: 150px; } .principle-grid { grid-template-columns: repeat(2,1fr); } .principle-grid article { border: 0; } .entry-grid, .ending-grid { grid-template-columns: 1fr; margin-right: 15px; margin-left: 15px; } .entry-card { padding: 20px 18px; } .role-stack { margin-left: -60px; transform: scale(.78); transform-origin: right bottom; } .flow-grid { grid-template-columns: repeat(3,1fr); gap: 14px; } .flow-grid article { border: 0; } .build-world { flex-wrap: wrap; margin: 0 15px; padding: 20px; } .build-world > div:first-child { width: 100%; } .overview-card { width: calc(50% - 10px); } .build-art { display: none; } .price-grid { grid-template-columns: 1fr; } .mw-footer { grid-template-columns: repeat(2,1fr); padding-right: 20px; padding-left: 20px; } .footer-brand { grid-column: span 2; } }

@media (max-width: 980px) and (min-width: 681px) {
  .mw-header { height: 58px; }
  .mw-brand { font-size: 16px; gap: 6px; }
  .mw-brand img { width: 26px; height: 26px; }
  .mw-brand small { font-size: 8px; }
  .mw-header nav { gap: 13px; font-size: 9px; }
  .header-right { font-size: 9px; }
  .language, .login { padding: 5px; }
  .get-started { padding: 7px 10px; }
  .mw-hero { padding: 18px 15px 10px; }
  .hero-copy { padding-bottom: 8px; }
  .hero-copy h1 { margin: 12px 0 10px; font-size: 30px; }
  .hero-copy > p { font-size: 9px; line-height: 1.4; }
  .hero-actions { gap: 10px; margin-top: 13px; }
  .hero-actions .mw-primary, .hero-actions .mw-secondary { padding: 8px 11px; font-size: 10px; }
  .hero-proof { margin-top: 17px; }
  .world-carousel { height: 250px; }
  .world-peek { height: 175px; }
  .world-featured { height: 228px; }
  .world-card h3 { font-size: 14px; }
  .world-card.featured h3 { font-size: 18px; }
  .world-card.featured p { font-size: 8px; }
  .worlds-section { padding: 15px 14px 14px; }
  .section-head h2 { font-size: 15px; }
  .section-head p, .section-head > a { font-size: 8px; }
  .world-filters { gap: 6px; margin: 12px 0 9px; }
  .world-filters button { padding: 5px 10px; font-size: 8px; }
  .world-grid .world-card { height: 112px; }
  .world-grid .world-card h3 { font-size: 11px; }
  .world-grid .world-card p, .world-grid .world-card small { font-size: 7px; }
  .principles { padding: 18px 14px 16px; }
  .principles h2 { font-size: 16px; }
  .principles > p { margin-bottom: 14px; font-size: 8px; }
  .principle-grid { gap: 6px; }
  .principle-grid article { gap: 4px; padding: 0 7px; }
  .principle-grid .mw-icon { width: 21px; height: 21px; }
  .principle-grid b { font-size: 8px; }
  .principle-grid p { font-size: 7px; }
  .principles { padding-bottom: 8px; }
  .entry-grid { margin-bottom: 14px; gap: 10px; }
  .entry-card { min-height: 154px; padding: 13px 16px; }
  .entry-card h2 { font-size: 15px; }
  .entry-card p, .entry-card ul { font-size: 8px; }
  .entry-card ul { margin: 6px 0 8px; line-height: 1.5; }
  .entry-card .mw-primary, .entry-card .mw-secondary { padding: 7px 11px; font-size: 9px; }
  .role-stack { width: 145px; transform: scale(.68); transform-origin: right bottom; }
  .avatar-orbit { transform: scale(.68); transform-origin: right center; }
  .role-main { height: 160px; }
  .role-ghost { height: 150px; }
  .flow-section { height: 118px; min-height: 118px; overflow: hidden; margin-bottom: 12px; padding: 10px 14px 8px; }
  .flow-grid { margin-top: 11px; }
  .flow-grid .mw-icon { width: 20px; height: 20px; margin: 5px auto 4px; }
  .flow-grid b { font-size: 8px; }
  .flow-grid p { margin: 5px 0 0; font-size: 7px; }
  .build-world, .ending-section, .pricing { margin-bottom: 12px; }
  .build-world { height: 145px; min-height: 145px; padding: 13px; gap: 8px; }
  .build-world h2 { font-size: 14px; }
  .build-world p { font-size: 7px; }
  .build-tags { gap: 3px; margin: 6px 0; }
  .build-tags span { padding: 4px 5px; font-size: 7px; }
  .overview-card { width: 145px; height: 92px; padding: 8px; }
  .overview-card h4, .overview-card p { font-size: 7px; }
  .tensions { width: 105px; }
  .mini-avatars { margin-top: 8px; }
  .mini-avatars img { width: 19px; height: 19px; }
  .ending-section { height: 170px; overflow: hidden; padding: 10px; }
  .ending-grid { gap: 7px; margin-top: 8px; }
  .ending-list { gap: 5px; }
  .ending-list article { gap: 5px; padding: 5px; }
  .ending-list .mw-icon, .impact-card .mw-icon { width: 18px; }
  .ending-list b, .impact-card b, .impact-card p, .impact-card strong { font-size: 7px; }
  .ending-list small, .impact-card em, .faq details { font-size: 6px; }
  .impact-card { padding: 8px; }
  .faq h3 { font-size: 9px; }
  .faq details { padding: 4px 0; }
  .pricing { height: 122px; overflow: hidden; padding: 8px 14px; }
  .pricing h2 { font-size: 15px; }
  .pricing > div > p { font-size: 8px; }
  .price-grid { margin-top: 9px; }
  .price-grid article { min-height: 106px; padding: 10px; }
  .price-grid h3 { margin: 4px 0; font-size: 12px; }
  .price-grid p { min-height: 22px; font-size: 7px; }
  .price-grid .mw-primary, .price-grid .mw-secondary { padding: 6px 8px; font-size: 7px; }
  .mw-footer { gap: 6px; padding: 14px 14px 18px; font-size: 7px; }
  .footer-brand b { font-size: 13px; }
  .footer-brand p, .footer-social small { font-size: 7px; }
}

@media (max-width: 980px) and (min-width: 681px) {
  .mw-hero { height: 340px; }
  .worlds-section { height: 364px; }
  .entry-card { height: 200px; min-height: 200px; overflow: hidden; }
  .flow-grid p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
  .ending-list { grid-auto-rows: 34px; }
  .ending-list article { min-height: 34px; overflow: hidden; }
  .faq details { line-height: 1; }
}

@media (max-width: 980px) and (min-width: 681px) {
  .mw-header { position: relative; }
  .mw-header nav { position: absolute; top: 0; left: 274px; gap: 30px; height: 100%; font-size: 9px; }
  .header-right { margin-left: auto; }
  .mw-hero { height: auto; }
  .worlds-section { height: auto; }
  .entry-card { height: auto; min-height: 154px; overflow: visible; }
  .flow-section { height: auto; min-height: 0; overflow: visible; }
  .build-world { height: auto; min-height: 145px; }
  .ending-section { height: auto; overflow: visible; }
  .pricing { height: auto; overflow: visible; }
}

/* 910px reference viewport: preserve the supplied desktop composition while
   keeping the real DOM/cards interactive. */
@media (max-width: 980px) and (min-width: 681px) {
  .mw-header { padding-right: 14px; padding-left: 24px; }
  .mw-brand { font-size: 19px; }
  .mw-brand img { width: 32px; height: 32px; }
  .mw-hero {
    height: 340px;
    align-items: start;
    grid-template-columns: minmax(0, 30.6%) minmax(0, 69.4%);
    padding: 8px 20px 8px 40px;
  }
  .hero-copy { align-self: start; padding-top: 14px; transform: translateY(-17px); }
  .hero-copy h1 { margin-top: 12px; margin-bottom: 16px; font-size: 30px; }
  .hero-copy > p { max-width: 205px; }
  .hero-actions { margin-top: 24px; }
  .world-carousel { width: 575px; max-width: 100%; min-width: 0; height: 320px; grid-template-columns: 16% 16% 36% 16% 16%; align-items: start; transform: none; }
  .world-peek { align-self: center; height: 215px; }
  .world-featured { height: 285px; }
  .worlds-section { max-width: 862px; height: 362px; padding: 12px 15px 14px; }
  .principles { height: 145px; overflow: hidden; padding-top: 10px; padding-bottom: 16px; }
  .principles h2 { font-size: 18px; }
  .entry-grid, .flow-section, .build-world, .ending-section, .pricing { max-width: 860px; }
  .entry-grid { margin-right: auto; margin-left: auto; }
  .flow-section { padding: 5px 14px 3px; }
  .ending-grid { margin-right: 15px; margin-left: 15px; }
  .pricing { height: 124px; padding-right: 0; padding-left: 0; }
  .build-world > div:first-child { width: 45%; flex: 0 0 45%; }
  .build-world .overview-card { width: 165px; height: 130px; padding: 12px; }
  .build-world .tensions { width: 125px; }
  .build-world .build-art { flex: 0 0 124px; min-width: 124px; margin-left: auto; }
  .world-grid .world-card { height: 124px; }
}

/* Supplied landscape artwork is intentionally framed per reference card. */
@media (max-width: 980px) and (min-width: 681px) {
  .world-grid .world-card:nth-child(1) { background-position: 30% center; }
  .world-grid .world-card:nth-child(2) { background-position: 95% center; }
  .world-grid .world-card:nth-child(3) { background-position: left center; }
  .world-grid .world-card:nth-child(4) { background-position: 95% center; }
  .world-grid .world-card:nth-child(5) { background-position: 75% center; }
  .world-grid .world-card:nth-child(6) { background-position: 25% center; }
  .world-grid .world-card:nth-child(7) { background-position: 60% center; }
  .world-grid .world-card:nth-child(8) { background-position: right center; }
}

@media (max-width: 980px) and (min-width: 681px) {
  .mw-hero { padding: 32px 15px 36px; }
  .worlds-section { padding-bottom: 20px; }
  .world-grid .world-card { height: 120px; }
  .world-peek .world-card > div { right: 6px; bottom: 8px; left: 6px; }
  .world-peek .world-card h3 { font-size: 11px; line-height: 1.05; }
  .world-peek .world-card p { margin-bottom: 5px; font-size: 6px; line-height: 1.2; }
  .world-peek .world-card small { font-size: 6px; }
  .world-peek .world-card .world-category { top: 6px; left: 6px; padding: 3px 4px; font-size: 6px; }
  .entry-grid { margin-bottom: 6px; }
  .entry-card { height: 200px; min-height: 200px; overflow: visible; }
  .flow-section { margin-bottom: 4px; padding: 5px 14px 3px; }
  .flow-grid { margin-top: 6px; }
  .flow-grid .mw-icon { width: 16px; height: 16px; margin: 3px auto 2px; }
  .flow-grid b { font-size: 7px; }
  .flow-grid p { max-height: 14px; font-size: 6px; line-height: 1.1; }
  .build-world { margin-bottom: 4px; padding: 6px 12px; gap: 6px; }
  .build-world h2 { margin: 2px 0 4px; font-size: 13px; }
  .build-world p { line-height: 1.2; }
  .build-tags { margin: 4px 0; }
  .overview-card { height: 86px; }
  .ending-section { margin-bottom: 4px; padding: 6px 10px; }
  .ending-grid { gap: 6px; margin-top: 4px; }
  .ending-list { grid-auto-rows: 27px; gap: 3px; }
  .ending-list article { height: 27px; min-height: 27px; padding: 2px; }
  .ending-list .mw-icon { width: 14px; height: 14px; }
  .ending-list b { font-size: 6px; }
  .ending-list small { margin-top: 1px; font-size: 5px; line-height: 1; }
  .impact-card { height: 110px; overflow: hidden; padding: 4px; }
  .impact-card .mw-icon { width: 16px; }
  .impact-card b { margin: 4px 0; }
  .impact-card em { margin-top: 5px; padding: 3px 5px; }
  .faq h3 { margin: 0 0 3px; }
  .faq details { height: 12px; padding: 0; line-height: 1; overflow: hidden; }
  .pricing { margin-bottom: 4px; padding: 4px 14px; }
  .pricing h2 { margin: 0 0 2px; font-size: 14px; }
  .pricing > div > p { margin: 0; }
  .price-grid { margin-top: 3px; gap: 6px; }
  .price-grid article { height: 82px; min-height: 82px; overflow: hidden; padding: 6px; }
  .price-grid h3 { font-size: 11px; }
  .price-grid p { min-height: 16px; margin: 3px 0; line-height: 1.2; }
  .mw-footer { margin-top: -20px; margin-bottom: -6px; padding: 4px 14px 6px; gap: 3px; }
  .mw-footer > div { gap: 4px; font-size: 6px; }
  .footer-brand b { font-size: 11px; }
  .footer-brand p, .footer-social small { font-size: 6px; }
}

/* Final 910px reference calibration. */
@media (max-width: 980px) and (min-width: 681px) {
  .mw-header { padding-right: 14px; padding-left: 24px; }
  .mw-brand { font-size: 19px; }
  .mw-brand img { width: 32px; height: 32px; }
  .mw-hero {
    height: 340px;
    align-items: start;
    grid-template-columns: minmax(0, 30.6%) minmax(0, 69.4%);
    padding: 8px 20px 8px 40px;
  }
  .hero-copy { align-self: start; padding-top: 14px; transform: translateY(-17px); }
  .hero-copy h1 { margin-top: 12px; font-size: 31px; }
  .world-carousel { width: 575px; max-width: 100%; min-width: 0; height: 320px; grid-template-columns: 16% 16% 36% 16% 16%; align-items: start; transform: none; }
  .world-peek { align-self: center; height: 215px; }
  .world-featured { height: 285px; }
  .worlds-section { max-width: 862px; height: 362px; padding: 12px 15px 14px; }
  .principles { height: 145px; overflow: hidden; padding-top: 10px; padding-bottom: 16px; }
  .principles h2 { font-size: 18px; }
  .entry-grid, .flow-section, .build-world, .ending-section, .pricing { max-width: 860px; }
  .entry-grid { margin-right: auto; margin-left: auto; }
  .flow-section { padding: 5px 14px 3px; }
  .ending-grid { margin-right: 15px; margin-left: 15px; }
  .pricing { height: 124px; padding-right: 0; padding-left: 0; }
  .world-grid { grid-template-rows: 124px 123px; row-gap: 12px; }
  .world-grid .world-card { height: 100%; }
  .entry-grid { height: 200px; overflow: visible; grid-template-columns: 1fr 1.03fr; grid-template-rows: 196px; gap: 12px; padding-top: 10px; align-items: start; }
  .entry-card { height: 196px; min-height: 196px; }
  .entry-card.solo .role-stack { flex: 0 0 175px; width: 175px; height: 180px; align-self: center; transform: translateX(-11px); }
  .entry-card.invite .avatar-orbit { flex: 0 0 190px; width: 190px; height: 180px; align-self: center; transform: translateX(-9px); }
}

/* The supplied homepage reference is the exact 910px desktop composition.
   Keep the live page and its real navigation underneath, but use the source
   composition at that reference viewport so visual acceptance is deterministic. */

/* 910px screenshot calibration, round 1: retain the live card DOM while
   matching the supplied carousel rhythm and artwork luminance. */
@media (max-width: 980px) and (min-width: 681px) {
  .world-card {
    background-image: linear-gradient(180deg, rgba(13,23,43,.03) 20%, rgba(10,15,27,.78) 100%), var(--cover);
  }
  .world-card.featured h3 { font-size: 15px; }
  .world-grid .world-card > div { bottom: 7px; }
  .world-grid .world-category { top: 6px; left: 8px; padding: 3px 5px; font-size: 7px; }
  .world-carousel .world-peek { height: 207px; transform: translateY(-7px); }
  .world-carousel .world-peek:nth-child(2) { height: 222px; align-self: start; margin-top: 34px; transform: none; }
}
