:root{--background:36 24% 96%;--surface:36 18% 92%;--foreground:220 16% 12%;--muted:215 10% 42%;--border:220 10% 78%;--accent:354 68% 42%;--accent-light:354 72% 54%}.dark{--background:220 16% 7%;--surface:220 14% 11%;--foreground:36 18% 90%;--muted:215 10% 65%;--border:220 10% 23%;--accent:354 72% 50%;--accent-light:354 78% 62%}*{box-sizing:border-box}html{background:hsl(var(--background))}body{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground));margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid hsl(var(--accent-light));outline-offset:3px}button,summary{font:inherit}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .96);z-index:50;min-height:56px;position:sticky;top:0}.site-header-inner{align-items:center;gap:1.25rem;max-width:90rem;min-height:56px;margin:0 auto;padding:0 1.25rem;display:flex}.site-brand{letter-spacing:.01em;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700;text-decoration:none}.desktop-navigation,.header-menu-group,.site-controls{align-items:center;display:flex}.desktop-navigation{gap:.2rem}.header-menu-group{gap:.05rem}.header-primary-link,.header-dropdown>summary,.icon-button{color:hsl(var(--muted));cursor:pointer;border:0;border-radius:.25rem;padding:.45rem .6rem;text-decoration:none}.header-primary-link:hover,.header-dropdown>summary:hover,.icon-button:hover,.dropdown-surface a:hover,.guide-navigation a:hover,.article-toc a:hover,.breadcrumbs a:hover{color:hsl(var(--accent-light))}.header-dropdown{position:relative}.header-dropdown>summary,.mobile-menu>summary{list-style:none}.header-dropdown>summary::-webkit-details-marker{display:none}.mobile-menu>summary::-webkit-details-marker{display:none}.dropdown-surface,.mobile-menu-panel{background:hsl(var(--surface));border:1px solid hsl(var(--border));box-shadow:0 .75rem 2rem #0b0c0f29}.dropdown-surface{gap:.15rem;min-width:12rem;padding:.4rem;display:grid;position:absolute;top:calc(100% + .45rem);right:0}.dropdown-surface a{color:hsl(var(--foreground));border-radius:.2rem;padding:.45rem .55rem;text-decoration:none}.site-controls{gap:.2rem;margin-left:auto}.icon-button{background:0 0;justify-content:center;align-items:center;min-width:2rem;min-height:2rem;display:inline-flex}.mobile-menu{display:none}.mobile-menu-panel{gap:1rem;width:100%;max-width:min(22rem,100vw - 2rem);height:100%;padding:1rem;display:grid}.mobile-menu-overlay,.search-overlay{z-index:40;background:#0b0c0f8f;justify-content:flex-end;align-items:flex-start;display:flex;position:fixed;inset:56px 0 0}.mobile-menu-panel{box-shadow:-.75rem 0 2rem #0b0c0f38}.search-overlay{justify-content:center;padding:max(1rem,8vh) 1rem 1rem;overflow-y:auto}.search-dialog{background:hsl(var(--surface));border:1px solid hsl(var(--border));width:100%;max-width:38rem;padding:1rem;box-shadow:0 1.25rem 3rem #0b0c0f52}.search-dialog-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-dialog-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.search-input{background:hsl(var(--background));border:1px solid hsl(var(--border));color:hsl(var(--foreground));font:inherit;width:100%;margin-top:1rem;padding:.75rem}.search-results{gap:.35rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.search-results li{border:1px solid #0000}.search-results li[data-active]{border-color:hsl(var(--accent-light))}.search-results a{gap:.25rem;padding:.7rem;text-decoration:none;display:grid}.search-results a:hover{background:hsl(var(--background))}.search-results small,.search-empty{color:hsl(var(--muted));line-height:1.45}.search-empty{margin:1.25rem 0 0}.mobile-menu-panel ul,.guide-navigation ul,.article-toc ol,.mobile-article-toc ol,.breadcrumbs ol{margin:0;padding:0;list-style:none}.mobile-menu-panel li+li,.guide-navigation li+li,.article-toc li+li,.mobile-article-toc li+li{margin-top:.45rem}.mobile-menu-panel a{text-decoration:none}.menu-label,.sidebar-label{color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem;font-size:.72rem;font-weight:700}.docs-shell{max-width:90rem;margin:0 auto;padding:1.75rem 1.25rem 4rem}.breadcrumbs{color:hsl(var(--muted));margin-bottom:1.5rem;font-size:.86rem}.breadcrumbs ol{flex-wrap:wrap;gap:.45rem;display:flex}.breadcrumbs li+li:before{content:"/";margin-right:.45rem}.docs-grid{grid-template-columns:15rem minmax(0,48rem) 14rem;align-items:start;gap:2.25rem;display:grid}.docs-sidebar,.docs-toc-sidebar{min-width:0}.guide-navigation,.article-toc{border-left:1px solid hsl(var(--border));padding-left:1rem;position:sticky;top:calc(56px + 1.5rem)}.guide-navigation a,.article-toc a,.mobile-article-toc a{color:hsl(var(--muted));font-size:.9rem;line-height:1.35;text-decoration:none}.toc-nested{padding-left:.8rem}.mobile-article-toc{display:none}.mobile-article-toc summary{color:hsl(var(--foreground));cursor:pointer;padding:.85rem 1rem;font-size:.9rem;font-weight:700}.mobile-article-toc nav{border-top:1px solid hsl(var(--border));padding:.85rem 1rem}.docs-article{min-width:0}.mdx-article img{border:1px solid hsl(var(--border));border-radius:.45rem;width:100%;max-width:100%;height:auto;margin:1.25rem 0 .35rem}.mdx-article table{border-collapse:collapse;width:100%;max-width:100%;margin:1.4rem 0;display:block;overflow-x:auto}.mdx-article th,.mdx-article td{border:1px solid hsl(var(--border));text-align:left;vertical-align:top;padding:.6rem .85rem}.mdx-article th{background:hsl(var(--surface));font-size:.9rem}.mdx-article tbody tr:nth-child(2n){background:hsl(var(--surface) / .55)}.article-header{border-bottom:1px solid hsl(var(--border));margin-bottom:1.75rem;padding-bottom:1.25rem}.article-header h1{letter-spacing:-.02em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.article-header p{color:hsl(var(--muted));margin:.85rem 0 0;line-height:1.6}.site-footer{border-top:1px solid hsl(var(--border));color:hsl(var(--muted));flex-wrap:wrap;justify-content:space-between;gap:.8rem 1.5rem;margin-top:auto;padding:1.5rem max(1.25rem,50vw - 43.75rem);font-size:.85rem;display:flex}.footer-legal{flex-direction:column;gap:.35rem;max-width:46rem;display:flex}.footer-legal p{line-height:1.5}.site-footer p{margin:0}.site-footer a{color:inherit}.home-page{padding-bottom:4rem;overflow:hidden}.home-content{max-width:74rem;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}.home-hero{border-bottom:1px solid hsl(var(--border));color:#f7f5f2;background:#0f1115;padding:clamp(4rem,10vw,8rem) 0 clamp(3rem,7vw,5rem);position:relative;overflow:hidden}.hero-backdrop{z-index:0;position:absolute;inset:0}.hero-backdrop img{object-fit:cover;object-position:center 30%;width:100%;height:100%}.hero-backdrop:after{content:"";background:linear-gradient(105deg,#0f1115eb 15%,#0f11158c 55%,#580e1666);position:absolute;inset:0}.home-hero .home-content{z-index:1;position:relative}.game-gallery-grid{grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:1.6rem;display:grid}.game-gallery-card{background:hsl(var(--surface));border:1px solid hsl(var(--border));color:hsl(var(--foreground));border-radius:.45rem;text-decoration:none;transition:border-color .15s,transform .15s;display:block;overflow:hidden}.game-gallery-card:hover{border-color:hsl(var(--accent));transform:translateY(-2px)}.game-gallery-card img{aspect-ratio:16/9;object-fit:cover;width:100%;height:auto;display:block}.game-gallery-caption{margin:.85rem 1rem 0;font-weight:700;display:block}.game-gallery-card small{color:hsl(var(--muted));margin:.35rem 1rem 1rem;line-height:1.5;display:block}.game-gallery .provenance{margin-top:1rem}@media (max-width:960px){.game-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.game-gallery-grid{grid-template-columns:1fr}}.home-hero .eyebrow{color:#eae2d7}.home-hero .hero-summary{color:#efece6}.home-hero .button-secondary{color:#f7f5f2;background:#0f1115bf;border-color:#e8e2d9b3}.hero-copy{max-width:49rem}.eyebrow{color:hsl(var(--accent-light));letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75rem;font-size:.72rem;font-weight:700}.home-hero h1,.home-section h2,.final-cta h2{letter-spacing:-.025em;font-family:Georgia,Times New Roman,serif}.home-hero h1{margin:0;font-size:clamp(2.8rem,7vw,5.5rem);line-height:.93}.hero-summary{color:hsl(var(--foreground) / .85);max-width:43rem;margin:1.3rem 0 0;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.65}.hero-actions{flex-wrap:wrap;gap:.7rem;margin-top:1.7rem;display:flex}.button{border:1px solid hsl(var(--border));border-radius:.2rem;padding:.7rem .9rem;font-size:.9rem;font-weight:700;text-decoration:none}.button-primary{background:hsl(var(--accent));border-color:hsl(var(--accent));color:#fff}.button-secondary{background:hsl(var(--background) / .35);color:hsl(var(--foreground))}.source-notes,.provenance{color:hsl(var(--muted));font-size:.8rem;line-height:1.5}.source-notes{margin:.8rem 0 0;padding:0;list-style:none}.source-notes li+li{margin-top:.35rem}.source-notes a,.text-link{color:hsl(var(--accent-light))}.home-section{border-top:1px solid hsl(var(--border));margin-top:4.25rem;padding-top:4.25rem;padding-bottom:0}.home-section h2,.final-cta h2{margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.05}.home-section>p:not(.eyebrow),.two-column p,.media-feature-copy>p:not(.eyebrow):not(.provenance),.about-section p:not(.eyebrow),.final-cta>p:not(.eyebrow){line-height:1.7}.guide-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}.guide-hub-card-grid{margin-bottom:clamp(2rem,4vw,3rem)}.guide-card{background:hsl(var(--surface));border:1px solid hsl(var(--border));padding:1.2rem}.guide-card:hover{border-color:hsl(var(--accent-light))}.guide-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.guide-card p{color:hsl(var(--muted));line-height:1.5}.guide-card-meta{letter-spacing:.05em;text-transform:uppercase;margin:.4rem 0 0;font-size:.8rem;font-weight:700}.guide-card-soon{border-style:dashed}.featured-note{color:hsl(var(--muted))}.featured-guide{padding-top:clamp(2.5rem,5vw,4rem)}.featured-guide h2,.featured-guide>p:not(.eyebrow){max-width:46rem}.featured-meta{flex-wrap:wrap;gap:.5rem;margin-top:1.1rem;display:flex}.badge{border:1px solid hsl(var(--border));letter-spacing:.08em;text-transform:uppercase;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.badge-category{color:hsl(var(--accent-light))}.badge-status{color:hsl(var(--muted))}.category-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem;margin-top:1.5rem;display:grid}.category-card{background:hsl(var(--surface));border:1px solid hsl(var(--border));color:inherit;align-content:start;gap:.5rem;padding:1.2rem;text-decoration:none;display:grid}.category-card-active:hover{border-color:hsl(var(--accent-light))}.category-card-title{font-family:Georgia,Times New Roman,serif;font-size:1.3rem}.category-card small{color:hsl(var(--muted));line-height:1.5}.category-card-count{color:hsl(var(--accent-light));font-size:.8rem;font-weight:700}.coming-soon-badge{border:1px dashed hsl(var(--border));color:hsl(var(--muted));letter-spacing:.08em;text-transform:uppercase;justify-self:start;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.coming-soon-note{color:hsl(var(--muted));margin:1.25rem 0 0;line-height:1.6}.about-section img{background:hsl(var(--surface));border:1px solid hsl(var(--border));object-fit:cover;width:100%;height:100%;min-height:18rem}.about-section>:first-child{background:hsl(var(--surface));border:1px solid hsl(var(--border));min-height:18rem}.official-media-fallback{color:#f3f0ec;background:linear-gradient(135deg,#15181e,#45171c),repeating-linear-gradient(45deg,#f7f5f20d 0 1px,#0000 1px .75rem);align-content:center;gap:.8rem;min-height:18rem;padding:1.5rem;display:grid}.official-media-fallback p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.15rem}.official-media-fallback a,.video-fallback-link{color:#f7f5f2;font-weight:700}.guide-card h3{margin:0}.guide-card .text-link{margin-top:.6rem;font-size:.9rem;font-weight:700;display:inline-block}.official-media-section,.about-section{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:clamp(1.5rem,4vw,3.25rem);display:grid}.video-frame{aspect-ratio:16/9;border:1px solid hsl(var(--border));background:linear-gradient(135deg,#15181e,#45171c),repeating-linear-gradient(45deg,#f7f5f20d 0 1px,#0000 1px .75rem);width:100%;min-height:18rem;position:relative;overflow:hidden}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-fallback-link{z-index:1;background:#0f1115e0;border:1px solid #f7f5f28c;padding:.55rem .7rem;text-decoration:none;position:absolute;bottom:1rem;left:1rem}.faq{max-width:54rem}.faq details{border-bottom:1px solid hsl(var(--border));padding:1rem 0}.faq summary{cursor:pointer;font-weight:700}.faq p{color:hsl(var(--muted));margin:.7rem 0 0;line-height:1.6}.final-cta{background:linear-gradient(135deg, hsl(var(--surface)), hsl(var(--accent) / .14));border:1px solid hsl(var(--border));max-width:74rem;margin:4.25rem auto 0;padding:clamp(2rem,5vw,4rem) clamp(1rem,5vw,4rem)}.not-found-page{max-width:48rem;min-height:calc(100vh - 56px - 6rem);margin:0 auto;padding:clamp(4rem,12vw,8rem) 1.25rem}.not-found-page h1{letter-spacing:-.03em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.5rem,7vw,4.5rem);line-height:.96}.not-found-page>p:not(.eyebrow){color:hsl(var(--muted));max-width:40rem;margin:1.25rem 0 0;font-size:1.08rem;line-height:1.65}@media (max-width:1100px){.docs-grid{grid-template-columns:minmax(0,48rem) 14rem}.docs-sidebar{display:none}}@media (max-width:900px){.desktop-navigation{display:none}.mobile-menu{display:block}.docs-grid{grid-template-columns:minmax(0,48rem)}.docs-toc-sidebar{display:none}.mobile-article-toc{border:1px solid hsl(var(--border));margin-bottom:1.5rem;display:block}.official-media-section,.about-section{grid-template-columns:1fr}}@media (max-width:560px){.site-header-inner{gap:.5rem;padding:0 .75rem}.site-brand{font-size:.94rem}.docs-shell{padding:1.25rem 1rem 3rem}.site-footer{padding:1.25rem 1rem;display:grid}.home-content{padding-left:1rem;padding-right:1rem}.guide-card-grid,.category-grid{grid-template-columns:1fr}.home-section{margin-top:3rem;padding-top:3rem}}.news-page{padding-bottom:4rem;overflow:hidden}.news-header{padding-top:clamp(2.5rem,6vw,4rem)}.news-header h1{letter-spacing:-.02em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.02}.news-header p:not(.eyebrow){color:hsl(var(--muted));max-width:46rem;margin:1.2rem 0 0;font-size:clamp(1rem,1.8vw,1.15rem);line-height:1.65}.news-list{gap:1rem;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.news-item{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:.45rem;padding:1.25rem 1.4rem}.news-item-meta{color:hsl(var(--muted));flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.55rem;font-size:.82rem;display:flex}.news-tag{letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.news-tag-patch-notes{color:#f49aa3;background:#84152040}.news-tag-announcement{color:#f3c568;background:#b87c1433}.news-tag-dev-blog{color:#7ec1f1;background:#2e73b833}.news-item h2,.latest-update-title{margin:0 0 .45rem;font-size:1.25rem;line-height:1.3}.news-item h2 a,.latest-update-title{color:hsl(var(--foreground));text-decoration:none}.news-item h2 a:hover,.latest-update-title:hover{color:hsl(var(--accent-light))}.news-item p,.latest-update-card p{color:hsl(var(--muted));margin:0;line-height:1.6}.news-empty{border:1px dashed hsl(var(--border));color:hsl(var(--muted));text-align:center;border-radius:.45rem;margin-top:2.25rem;padding:2rem 1.5rem}.latest-updates-list{grid-template-columns:repeat(3,1fr);gap:1rem;margin:1.6rem 0 1.1rem;padding:0;list-style:none;display:grid}.latest-update-card{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:.45rem;padding:1.1rem 1.2rem}.news-article{padding-top:clamp(2rem,5vw,3.5rem);padding-bottom:2rem}.news-article h1{letter-spacing:-.02em;max-width:56rem;margin:.4rem 0 1.6rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.05}.news-article-body{max-width:56rem;line-height:1.75}.news-article-body img{border-radius:.45rem;max-width:100%;height:auto;margin:1.25rem 0}.news-article-body a{color:hsl(var(--accent-light))}.news-article-body h1,.news-article-body h2,.news-article-body h3{margin:1.8rem 0 .6rem;font-family:Georgia,Times New Roman,serif}.news-article-body ul,.news-article-body ol{padding-left:1.4rem}.news-source-callout{border-left:3px solid hsl(var(--accent));max-width:56rem;margin:2.25rem 0 0;padding:.9rem 1.2rem}.news-source-callout p{color:hsl(var(--muted));margin:0 0 .35rem}.news-source-callout a{color:hsl(var(--accent-light));font-weight:700}.news-back-link{margin-top:1.75rem}@media (max-width:960px){.latest-updates-list{grid-template-columns:1fr}}
