:root{color-scheme:dark;--bg: #000000;--surface: #0a0a0a;--panel: #121212;--text: #f0f0f0;--muted: #a8a8a8;--soft: #6b6b6b;--line: #2a2a2a;--green: #52d17d;--green-dark: #1f8a4f;--accent: #818cf8;--yellow: #f0c94c;--blue: #58a6ff;--danger: #ff6b6b;--shadow: 0 24px 80px rgba(0, 0, 0, .55);--grid-line: rgba(255, 255, 255, .06);--grid-size: 32px}*{box-sizing:border-box}html{scroll-behavior:smooth;background-color:#000;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:var(--grid-size) var(--grid-size);background-position:center top}body{margin:0;min-height:100vh;background:transparent;color:var(--text);font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,ui-sans-serif,system-ui,sans-serif;line-height:1.6}body h1,body h2,body h3,body .brand,body .guide-card-num{font-family:Space Grotesk,Fredoka,Nunito,sans-serif}main{background:transparent;min-height:calc(100vh - 64px)}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:100;width:100%;overflow:visible;border-bottom:1px solid var(--line);background:#000000f0;backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:flex-start;gap:clamp(12px,2vw,32px);width:100%;max-width:none;height:64px;margin:0;padding:0 clamp(16px,3vw,40px);overflow:visible}.brand,.site-nav,.hero-actions{display:flex;align-items:center}.brand{flex-shrink:0;gap:10px;color:var(--text);font-family:Fredoka,Nunito,sans-serif;font-size:1.125rem;font-weight:700;letter-spacing:0;min-height:32px}.brand-mark{width:32px;height:32px;border-radius:8px;object-fit:contain;box-shadow:0 0 0 1px var(--line)}.site-nav{flex:1;min-width:0;justify-content:flex-end;flex-wrap:nowrap;gap:4px;color:var(--muted);font-size:1rem;font-weight:600;overflow:visible;-webkit-overflow-scrolling:touch}.site-nav.mega-nav{overflow-x:visible;overflow-y:visible;scrollbar-width:none;padding-bottom:0}.nav-dropdown{position:relative;flex-shrink:0}.nav-dropdown-label{display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:8px 14px;white-space:nowrap}.nav-dropdown-label:after{content:"▾";font-size:.72rem;color:var(--soft);transform:translateY(1px)}.nav-dropdown:hover .nav-dropdown-label:after,.nav-dropdown:focus-within .nav-dropdown-label:after,.nav-dropdown.is-open .nav-dropdown-label:after{color:var(--text)}.nav-dropdown-panel{display:none;position:absolute;top:calc(100% + 8px);right:0;left:auto;min-width:220px;margin-top:0;padding:8px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:0 16px 40px #00000073;z-index:200}.nav-dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:16px}.nav-dropdown:hover .nav-dropdown-panel,.nav-dropdown:focus-within .nav-dropdown-panel{display:grid;gap:4px}.nav-dropdown-panel a{display:block;border-radius:8px;padding:10px 12px;font-size:.9375rem;color:var(--muted);white-space:nowrap}.nav-dropdown-panel a:hover,.nav-dropdown-panel a:focus-visible{background:#1a1a1a;color:var(--text)}.nav-dropdown-panel small{margin-left:6px;color:var(--green);font-size:.65rem;font-weight:800}.nav-dropdown-more{margin-top:4px;border-top:1px solid var(--line);padding-top:10px!important;color:var(--green)!important;font-weight:800}.nav-dropdown.is-open .nav-dropdown-panel{display:grid;gap:4px}.site-nav a{border-radius:8px;padding:8px 14px;white-space:nowrap;transition:background-color .2s,color .2s}.nav-dropdown-label.active,.nav-dropdown.is-open .nav-dropdown-label{color:var(--text);background:#1a1a1a}.button{border:1px solid var(--line);border-radius:8px;background:#ffffff0f;padding:10px 14px;min-height:44px}.site-nav a:hover,.site-nav a.active,.button:hover,.footer-nav a:hover{color:var(--text);background:#1a1a1a}.hero,.quick-menu,.notice-panel,.page-hero,.section{max-width:1180px;margin:0 auto;padding:58px 20px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);align-items:center;gap:56px;min-height:620px}.hero-copy{min-width:0}.hero-copy h1,.hero h1{margin:0;max-width:100%;font-size:clamp(3rem,5.5vw,5.4rem);line-height:.94;letter-spacing:0}.hero-copy p,.hero p{max-width:100%;color:var(--muted);font-size:1.12rem}.eyebrow{margin:0 0 10px;color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:28px}.button{display:inline-flex;align-items:center;justify-content:center;min-width:116px;font-weight:800}.button.primary{border-color:#52d17d99;background:linear-gradient(135deg,var(--green-dark),var(--green));color:#06100a}.hero-media{position:relative;width:100%;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#0b1210;box-shadow:var(--shadow)}.hero-media img{display:block;width:100%;height:auto}.page-hero.compact{padding-bottom:24px}.page-hero.split{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.85fr);align-items:center;gap:48px;min-height:500px}.page-hero{max-width:1152px;min-height:auto;margin:0 auto 32px;padding:36px 16px 18px}.page-hero h1{max-width:1100px;margin:92px 0 12px;color:var(--text);font-size:3rem;font-weight:700;letter-spacing:0;line-height:1.1;text-shadow:0 0 40px rgba(99,102,241,.25)}.page-hero p,.page-hero-lead{max-width:1100px;color:var(--soft);font-size:1.25rem;line-height:1.7}.page-hero.compact{min-height:auto}.page-hero.compact h1{margin-top:72px}.breadcrumb ol{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;color:var(--soft);font-size:1.625rem;font-weight:600;line-height:1.35}.breadcrumb li{display:flex;align-items:center;gap:8px}.breadcrumb li+li:before{content:"›";color:#3a4070;font-size:1.5rem}.breadcrumb a{color:var(--accent)}.breadcrumb span{color:var(--soft)}.hero-panel{border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#52d17d1f,#58a6ff14),var(--panel);box-shadow:var(--shadow);padding:24px}.hero-panel.media{padding:0;overflow:hidden}.hero-panel.media img{display:block;width:100%;height:auto}.hero-panel-footer{display:flex;justify-content:space-between;gap:16px;padding:18px 20px;border-top:1px solid var(--line)}.hero-panel-footer span{color:var(--muted);text-align:right}.hero-metric{display:grid;gap:4px;margin:24px 0}.hero-metric strong{font-size:clamp(3.5rem,8vw,6rem);line-height:.95}.hero-metric.date strong{font-size:clamp(2rem,4vw,3.4rem)}.hero-metric span,.control-grid span{color:var(--muted)}.control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.control-grid div{display:grid;gap:4px;border:1px solid var(--line);border-radius:8px;background:#ffffff0a;padding:14px}.control-grid strong{font-size:1.4rem}.section-heading{margin-bottom:22px;max-width:760px}.section-heading h2,.info-panel h2,.wiki-list h2,.section h2,.notice-panel h2{margin:0;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.12}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.guide-card,.info-panel,.wiki-list article,.empty-state,.code-row,.quick-menu a,.notice-panel,.content-card,.source-card,.guide-steps article,.faq-list details{border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 10px 30px #0003}.quick-menu{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;padding-top:0}.home-updates-quick-menu{margin-bottom:24px}.quick-menu a{display:grid;gap:8px;min-height:150px;padding:18px}.quick-menu span{color:var(--green);font-weight:900}.quick-menu strong{font-size:1.3rem}.quick-menu small,.section p,.source-card span,.guide-steps p,.faq-list p{color:var(--muted)}.notice-panel{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:24px;padding:24px;width:min(1140px,calc(100% - 40px));background:linear-gradient(135deg,#52d17d29,#58a6ff14)}.home-status-panel{border-color:#58a6ff2e;background:linear-gradient(135deg,#58a6ff1f,#ffffff08)}.home-section-copy{max-width:760px;margin-top:12px;color:var(--soft);line-height:1.7}.what-is-section{padding-top:8px}.what-is-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.what-is-card{display:grid;gap:12px;min-height:100%;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 10px 30px #0003}.what-is-card h3{margin:0;color:#f3a860;font-size:1.65rem;line-height:1.1}.what-is-card p{margin:0;color:var(--muted);line-height:1.7}.getting-started-section{padding-top:8px}.getting-started-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.getting-started-card{display:grid;gap:14px;min-height:100%;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 10px 30px #0003}.getting-started-number{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:#f0c94c24;color:var(--yellow);font-family:Space Grotesk,Fredoka,Nunito,sans-serif;font-size:1.5rem;font-weight:700}.getting-started-card h3{margin:0;font-size:1.55rem;line-height:1.12}.getting-started-card p{margin:0;color:var(--muted);line-height:1.7}.getting-started-card a{margin-top:auto;color:#f3a860;font-size:1.02rem;font-weight:800}.getting-started-actions{display:flex;justify-content:center;margin-top:28px}.two-column{display:grid;grid-template-columns:minmax(0,.86fr) minmax(320px,1.14fr);gap:28px;align-items:start}.content-card{padding:20px}.guide-card{display:grid;gap:8px;min-height:150px;padding:20px}.guide-card span{color:var(--muted);font-size:.88rem}.guide-card strong{align-self:end;font-size:1.35rem}.code-list{display:grid;gap:10px}.code-row{display:flex;justify-content:space-between;gap:16px;padding:16px}.code-row code{font-weight:800}.code-row.muted{color:var(--muted)}.empty-state,.info-panel,.wiki-list article{padding:22px}.empty-state{display:grid;gap:6px}.empty-state span,.info-panel p,.wiki-list p{color:var(--muted)}.wiki-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.wiki-list a{color:var(--green-dark);font-weight:800}.text-link{display:inline-flex;margin-top:16px;color:var(--green);font-weight:800}.source-grid,.guide-steps,.stat-list,.faq-list,.guide-list,.wiki-fact-table{display:grid;gap:14px}.source-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.source-card,.guide-steps article{display:grid;gap:10px;padding:20px}.source-card strong,.guide-steps h3{margin:0;font-size:1.2rem}.guide-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.guide-steps.single{grid-template-columns:1fr}.items-rules-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px}.item-detail-overview{padding-bottom:22px}.item-facts-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.item-sections-grid,.item-notes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#how-to .guide-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.home-facts-section .wiki-fact-table{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-list{padding-top:0}.guides-hero p,.guides-legend-below{max-width:52rem}.guides-legend-below{max-width:1180px;margin:-32px auto 8px;padding:0 20px}.guides-legend{display:flex;flex-wrap:wrap;gap:14px 22px;margin-top:18px;color:var(--muted);font-size:.88rem;font-weight:600}.guides-legend span{display:inline-flex;align-items:center;gap:8px}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.legend-dot.mint{background:#4ade80;box-shadow:0 0 12px #4ade8073}.legend-dot.sky{background:#7dd3fc;box-shadow:0 0 12px #7dd3fc66}.legend-dot.amber{background:#f0c94c;box-shadow:0 0 12px #f0c94c59}.section.guides-hub-horizontal{max-width:1180px;margin-left:auto;margin-right:auto;padding:0 20px 58px;box-sizing:border-box}.guides-hub-horizontal.guide-list{display:flex;flex-direction:column;gap:14px;padding-top:0;padding-bottom:clamp(40px,6vw,72px)}.guides-hub-horizontal .guide-list-item{position:relative;display:flex;flex-direction:row;align-items:center;gap:clamp(16px,2.5vw,28px);width:100%;min-height:112px;padding:22px clamp(20px,2.5vw,32px);border-radius:14px;box-shadow:0 10px 32px #0003;overflow:hidden;box-sizing:border-box}.guides-hub-horizontal .guide-accent:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;height:auto;opacity:.95}.guide-accent-mint:before{background:linear-gradient(180deg,#4ade80,#22c55e)}.guide-accent-sky:before{background:linear-gradient(180deg,#7dd3fc,#58a6ff)}.guide-accent-amber:before{background:linear-gradient(180deg,#f0c94c,#f59e0b)}.guide-accent-violet:before{background:linear-gradient(180deg,#c4b5fd,#a78bfa)}.guide-accent-rose:before{background:linear-gradient(180deg,#fda4af,#fb7185)}.guide-accent-cyan:before{background:linear-gradient(180deg,#67e8f9,#22d3ee)}.guides-hub-horizontal .guide-featured{background:linear-gradient(90deg,rgba(34,197,94,.1),var(--panel) 28%);border-color:#4ade8052}.guide-card-leading{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;gap:6px;min-width:56px}.guide-card-num{font-size:.85rem;font-weight:800;line-height:1;color:#ffffff47}.guide-list-title h2,.section-heading h2,.update-meta h2,.updates-stats strong{font-family:Space Grotesk,Fredoka,Nunito,sans-serif}.guides-hub-horizontal .guide-featured .guide-card-num{color:#4ade808c}.guide-card-body{flex:1;min-width:0;width:auto}.guides-hub-horizontal .guide-list-title h2{font-size:clamp(1.1rem,1.6vw,1.35rem);line-height:1.3}.guides-hub-horizontal .guide-list-item p{margin-top:6px;font-size:.98rem;line-height:1.55;max-width:none}.guides-hub-horizontal .guide-source-tags{margin-top:10px}.guides-hub-horizontal .guide-list-icon{flex:0 0 44px;width:44px;height:44px;font-size:1rem}.guides-hub-horizontal .guide-list-arrow{flex:0 0 auto;margin-left:auto;margin-top:0;align-self:center;font-size:1.5rem;opacity:.65;transition:transform .2s,opacity .2s}.guides-hub-horizontal .guide-list-item:hover .guide-list-arrow{transform:translate(4px);opacity:1}.guide-source-tags{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 0;padding:0;list-style:none}.guide-source-tags li{border:1px solid var(--line);border-radius:999px;padding:4px 10px;color:var(--muted);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.guide-list-item{display:flex;align-items:center;gap:24px;border:1px solid var(--line);border-radius:12px;background:var(--panel);padding:24px;transition:border-color .2s,box-shadow .2s}.guide-list-item:hover{border-color:#58a6ff8c;box-shadow:0 0 20px #58a6ff1a}.guide-list-icon{display:flex;flex:0 0 42px;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;font-weight:900}.guide-list-icon.verified,.source-badge.verified{background:#22c55e29;color:#4ade80}.guide-list-icon.site,.source-badge.site{background:#58a6ff29;color:#7dd3fc}.guide-list-icon.unverified,.source-badge.unverified{background:#f0c94c29;color:#f0c94c}.guide-list-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.guide-list-title h2{margin:0;font-size:1.15rem;line-height:1.3}.guide-list-item p{margin:0;color:var(--muted);font-size:.95rem}.source-badge{border-radius:999px;padding:3px 9px;font-size:.75rem;font-weight:900}.guide-list-arrow{margin-left:auto;color:var(--muted);font-size:1.4rem}.wiki-fact-table{grid-template-columns:repeat(2,minmax(0,1fr))}.wiki-fact-table div{display:grid;gap:5px;border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:18px}.wiki-fact-table span{color:var(--text);font-size:1.05rem;font-weight:800}.wiki-fact-table small{color:var(--soft)}.content-card h3{margin-top:0}.stat-list div{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:10px 0}.stat-list div:last-child{border-bottom:0}.stat-list span{color:var(--muted);text-align:right}.stat-list.compact{gap:0}.guide-steps span{color:var(--green);font-size:.85rem;font-weight:900;text-transform:uppercase}.home-updates-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.home-updates-head .section-heading{margin-bottom:0}.home-updates-head .section-heading p:last-child{max-width:760px;margin:10px 0 0;color:var(--soft);font-size:1.05rem;line-height:1.7}.home-updates-link{flex:0 0 auto;margin-top:8px;color:var(--blue);font-size:1.05rem;font-weight:800}.home-updates-list{display:grid;gap:18px}.home-update-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#121212eb;padding:28px}.home-update-card.featured{border-color:#f0c94cb3}.home-update-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.home-update-title{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.home-update-title h3{margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);line-height:1.15}.home-update-badges{display:flex;flex-wrap:wrap;gap:10px}.home-update-badge{display:inline-flex;align-items:center;min-height:36px;border:1px solid transparent;border-radius:999px;padding:0 16px;font-size:.82rem;font-weight:900;text-transform:uppercase}.home-update-badge.latest{border-color:#f0c94c59;background:#f0c94c1f;color:var(--yellow)}.home-update-badge.official{border-color:#52d17d4d;background:#52d17d1f;color:var(--green)}.home-update-badge.neutral{border-color:#ffffff1a;background:#ffffff0a;color:var(--muted)}.home-update-date{flex:0 0 auto;margin:0;color:var(--soft);font-size:.98rem;font-weight:700}.home-update-summary{margin:22px 0 20px;color:var(--muted);font-size:1rem;line-height:1.75}.home-update-tags{display:flex;flex-wrap:wrap;gap:12px}.home-update-tags span{display:inline-flex;align-items:center;min-height:40px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff0a;padding:0 14px;color:var(--muted);font-size:.92rem}.home-update-source{display:inline-flex;margin-top:22px;color:var(--blue);font-size:1rem;font-weight:800}.faq-section .section-heading p:last-child{max-width:760px}.faq-section{padding-bottom:88px}.faq-list details{padding:18px 20px}.faq-list summary{cursor:pointer;font-weight:900}.faq-list p{margin-bottom:0}.site-footer{width:min(1180px,calc(100% - 32px));margin:38px auto 0;padding:38px 0 30px;border-top:1px solid var(--line);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(160px,.6fr) minmax(220px,.9fr);gap:44px}.footer-about{display:grid;gap:16px}.footer-brand{display:flex;align-items:center;gap:12px;color:var(--text);font-size:1.25rem;font-weight:900}.footer-about p,.footer-nav p,.footer-bottom{margin:0}.fan-disclaimer{max-width:700px;border:1px solid rgba(82,209,125,.28);border-radius:8px;background:#52d17d14;color:#c7ead3;padding:16px 18px}.footer-nav{display:grid;align-content:start;gap:12px}.footer-nav strong{color:var(--text);font-size:.82rem;letter-spacing:0;text-transform:uppercase}.footer-nav a{color:var(--muted)}.footer-nav p{margin-top:18px}.footer-bottom{display:flex;justify-content:space-between;gap:18px;margin-top:34px;padding-top:22px;border-top:1px solid var(--line);font-size:.95rem}.legal-content{display:grid;gap:18px;max-width:860px;margin:0 auto;padding-top:20px}.legal-content section{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:22px}.legal-content h2{margin:0 0 10px;font-size:1.35rem}.legal-content p,.legal-content li{color:var(--muted)}.legal-content ul{margin:0;padding-left:20px}.updates-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-bottom:28px}.updates-stats div{border:1px solid var(--line);border-radius:8px;background:var(--panel);padding:16px 18px}.updates-stats small{display:block;margin-bottom:4px;color:var(--soft);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.updates-stats strong{font-size:1.05rem}.updates-notice{margin-bottom:36px;border:1px solid rgba(82,209,125,.28);border-radius:8px;background:#52d17d14;color:#c7ead3;padding:16px 18px;line-height:1.65}.update-timeline{display:grid;gap:0}.update-entry{display:flex;gap:20px;position:relative;padding-bottom:32px}.update-entry:last-child{padding-bottom:0}.update-entry:before{content:"";position:absolute;left:15px;top:36px;bottom:0;width:2px;background:var(--line)}.update-entry:last-child:before{display:none}.update-dot{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:900;color:#06100a;position:relative;z-index:1}.update-dot.launch{background:var(--accent)}.update-dot.feature{background:var(--blue);color:#0a1628}.update-dot.update{background:var(--green)}.update-dot.codes{background:var(--yellow);color:#1a1508}.update-dot.source{background:var(--soft);color:var(--text)}.update-body{flex:1;min-width:0}.update-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px}.update-meta h2{margin:0;font-size:1.2rem;line-height:1.3}.update-badge{border-radius:6px;padding:2px 8px;font-size:.68rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.update-badge.launch{background:#818cf833;color:var(--accent)}.update-badge.feature{background:#58a6ff33;color:var(--blue)}.update-badge.update{background:#52d17d33;color:var(--green)}.update-badge.codes{background:#f0c94c33;color:var(--yellow)}.update-badge.source{background:#ffffff14;color:var(--muted)}.update-verified{font-size:.72rem;font-weight:700;color:var(--soft)}.update-date{margin-bottom:8px;color:var(--soft);font-size:.88rem}.update-body>p{margin:0 0 10px;color:var(--muted);line-height:1.7}.update-bullets{margin:0;padding-left:1.25rem;color:var(--muted);line-height:1.65}.update-bullets li{margin-bottom:4px}.update-source{margin-top:10px;color:var(--soft);font-size:.8rem;font-weight:600}.updates-watch h2{margin-top:48px}.updates-watch ul{color:var(--muted);line-height:1.7}@media(max-width:780px){.hero,.code-row,.notice-panel,.hero-panel-footer{align-items:stretch;flex-direction:column}.code-row{display:flex}.header-inner{height:auto;min-height:64px;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:12px;padding:10px clamp(16px,3vw,40px)}.site-nav{flex:1;min-width:0;overflow-x:auto;padding-bottom:4px}.site-nav.mega-nav{overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.hero{grid-template-columns:1fr;min-height:auto;padding-top:28px}.page-hero.split{grid-template-columns:1fr;min-height:auto;gap:24px}.page-hero{padding-top:30px;padding-bottom:40px}.page-hero h1{margin-top:54px;font-size:1.75rem}.page-hero.compact{min-height:auto}.page-hero.compact h1{margin-top:48px}.page-hero p,.page-hero-lead{font-size:1rem;line-height:1.65}.breadcrumb ol{font-size:1.05rem}.breadcrumb li+li:before{font-size:1rem}.hero-media{min-height:320px}.grid,.wiki-list,.quick-menu,.two-column,.source-grid,.what-is-grid,.getting-started-grid,.guide-steps,.wiki-fact-table,.footer-grid,.control-grid{grid-template-columns:1fr}.guides-hub-horizontal .guide-list-item{flex-wrap:wrap;align-items:flex-start;min-height:auto;padding:18px 16px;gap:12px 14px}.guides-hub-horizontal .guide-card-leading{flex-direction:row;gap:10px;min-width:auto}.guides-hub-horizontal .guide-list-arrow{margin-left:auto;width:100%;text-align:right;padding-top:4px}#how-to .guide-steps,.item-facts-grid,.item-sections-grid,.item-notes-grid,.items-rules-grid,.home-facts-section .wiki-fact-table{grid-template-columns:1fr}.guide-list-item{align-items:flex-start;gap:14px;padding:18px}.home-updates-head,.home-update-top{flex-direction:column;align-items:flex-start}.home-update-card{padding:20px 18px}.home-update-title h3{font-size:1.45rem}.home-update-tags span{width:100%;min-height:0;padding:10px 12px}.guide-list-icon{flex-basis:36px;width:36px;height:36px}.site-footer{margin-top:12px}.footer-grid{gap:28px}.footer-bottom{flex-direction:column}}
