[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"mod-bsl-python":3,"mod-files-94":726,"related-guides-94":752,"related-mods-94":772},{"id":4,"date":5,"date_gmt":5,"guid":6,"modified":8,"modified_gmt":8,"slug":9,"status":10,"type":11,"link":12,"title":13,"content":15,"excerpt":18,"author":20,"featured_media":21,"template":22,"meta":23,"tags":27,"class_list":30,"acf":38,"yoast_head":84,"yoast_head_json":85,"styles":163,"scripts":516,"icon_url":517,"primary_files":518,"download_count":57,"rating_count":523,"rating":524,"_links":525,"_embedded":559},94,"2026-07-09T12:06:28",{"rendered":7},"https://brawlers.cloud/?post_type=mod&#038;p=94","2026-07-23T15:45:40","bsl-python","publish","mod","https://brawlers.cloud/mods/bsl-python/",{"rendered":14},"BSL (Python)",{"rendered":16,"protected":17},"\n\u003Ch2 class=\"wp-block-heading\">BSL (Python) Overview\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">\u003Cstrong>BSL\u003C/strong> is a self-hostable Brawl Stars private server written in Python, currently distributed for client version \u003Cstrong>v57\u003C/strong>. This release has two matching downloads: an Android client APK and a Python server ZIP. The server runs on your PC or VPS, while the Android client connects to that server instead of the official Supercell servers. It sits in the same family of open-source BSL/BSDS-style servers that Python developers have iterated on version-by-version (v52, v53, v55, and now v57), and like those, it&#8217;s explicitly built on top of the \u003Ca href=\"https://brawlers.cloud/mods/bsds/\">BSDS\u003C/a> codebase rather than written from scratch.\u003C/p>\n\n\n\n\u003Cfigure class=\"wp-block-image aligncenter size-large\">\u003Cimg loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-1024x576.png\" alt=\"\" class=\"wp-image-579\" srcset=\"https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-1024x576.png 1024w, https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-300x169.png 300w, https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-768x432.png 768w, https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-1536x864.png 1536w, https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" />\u003Cfigcaption class=\"wp-element-caption\">BSL interface / Image: © LkPrtctrd\u003C/figcaption>\u003C/figure>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">What Running It Involves\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">Because BSL is Python-based, the typical workflow is: extract the server files, install any required packages (crypto and networking libraries vary by version), and start the server with a command like \u003Ccode>python3 Main.py\u003C/code>. A database (commonly MongoDB) is usually needed to store accounts and progress. This makes BSL a good fit for anyone comfortable with a terminal, not a one-tap mobile install.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Connecting a Client\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">Like other private servers of this type, BSL requires a patched Brawl Stars client that points its network traffic at your server&#8217;s IP instead of Supercell&#8217;s official servers. The patched client and the server must be running compatible versions — mismatches are the most common setup issue reported for this style of project.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Why There Are Two Files\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">The two downloads are meant to be used together. The \u003Cstrong>server ZIP\u003C/strong> is the Python project you extract on a computer or VPS and run with \u003Ccode>python3 Main.py\u003C/code>. The \u003Cstrong>Android APK\u003C/strong> is the matching v57 client you install on a phone or emulator after the server is running.\u003C/p>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">If you&#8217;re hosting only for yourself, run the server first, then set the client&#8217;s \u003Ccode>redirectHost\u003C/code> to the machine where the server is available and adjust \u003Ccode>redirectPort\u003C/code> only if your setup uses a non-default port. If you&#8217;re hosting for other players, give them the Android client only after your server is reachable from their network. The APK by itself is not useful without a compatible BSL v57 server, and the server ZIP by itself still needs a patched client to connect.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Core Details\u003C/h2>\n\n\n\n\u003Cfigure class=\"wp-block-table\">\u003Ctable class=\"has-fixed-layout\">\u003Cthead>\u003Ctr>\u003Cth class=\"has-text-align-left\" data-align=\"left\">Detail\u003C/th>\u003Cth class=\"has-text-align-left\" data-align=\"left\">Value\u003C/th>\u003C/tr>\u003C/thead>\u003Ctbody>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Type\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Self-hosted server emulator with a matching Android client\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Language\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Python, built on the BSDS codebase\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Client version supported\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">v57\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Requirements\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Python, a database (commonly MongoDB), and the matching patched Android client\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Who This Is For\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">BSL (Python) is aimed at technical users who want to run and tinker with their own Brawl Stars private server — testing custom configs, hosting for a small community, or learning how these servers work under the hood — rather than casual players looking for a quick mod apk download.\u003C/p>\n\n\n\n\u003Cblockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n\u003Cp class=\"wp-block-paragraph\">Self-hosting means you&#8217;re responsible for the server: where you source the project files from, how you secure the host, and what data you store. Only run server software from a source you trust, and never point a patched client that&#8217;s logged into your real Supercell account at any private server.\u003C/p>\n\u003C/blockquote>\n",false,{"rendered":19,"protected":17},"\u003Cp>BSL is a Python-based Brawl Stars private server for client v57, packaged as a server ZIP plus a matching Android client APK.\u003C/p>\n",2,0,"",{"_acf_changed":17,"_yoast_wpseo_focuskw":24,"_yoast_wpseo_title":25,"_yoast_wpseo_metadesc":26,"ai_generated_summary":22,"footnotes":22},"bsl python","BSL Python — Self-Hosted v57 Private Server","BSL Python is a self-hosted Brawl Stars private server for client v57, built on the BSDS codebase.",[28,20,29],5,8,[31,11,32,33,34,35,36,37],"post-94","type-mod","status-publish","hentry","tag-android","tag-private-server","tag-selfhost",{"faq":39,"releases":52,"download_count":57,"mod_files":58},[40,43,46,49],{"question":41,"answer":42},"Is BSL (Python) a ready-to-play app?","No. It's server source code you run yourself (Python), paired with a separately patched client. It's built for self-hosting a private server, not for a one-click install.",{"question":44,"answer":45},"What do I need to run it?","A Python 3 environment, the server's dependencies installed, and typically a database (commonly MongoDB) for account data. You'll also need a matching patched client to connect.",{"question":47,"answer":48},"How is BSL related to BSDS?","BSL is built on top of the BSDS codebase, adapted and versioned forward by the Python private-server community to track newer Brawl Stars client versions like v57.",{"question":50,"answer":51},"Does this work on mobile?","The server itself runs on a PC or VPS, not on a phone. Players connect to it using a patched mobile client once the server is online.",[53],{"title":54,"date":55,"description":56},"v57","2025-08-02","BSL (Python) v57 provides a matching Android client and Python server package for running a self-hosted Brawl Stars private server on client version 57. The server side is based on modified BSDS code and is started from the extracted project with python3 Main.py, while the Android client connects to that server through its redirectHost and redirectPort configuration.",3171,[59,74],{"version":60,"icon":61,"remote_key":62,"relative_path":62,"path":63,"relative_path_display":62,"last_modified":64,"original_filename":62,"filesize_bytes":65,"file_id":66,"mime_type":22,"sha256":67,"scan_sha256":67,"scan_engine_name":68,"scan_engine_version":69,"scan_db_version":70,"scan_db_date":71,"scan_signatures_count":72,"scanned_at":73},"57","i-heroicons-device-phone-mobile","bsl-python-v57.apk","android/latest/bsl-python-v57.apk","2026-07-23 15:22",601860641,"3c8de3ae33c087572322dfc9596b77c0f2613930","1c1d550b676f5de49f025b708ab0037820378fb5da3cf89701d0efe5f570af45","ClamAV","1.5.3","28068","2026-07-22",3627927,"2026-07-23T15:31:13Z",{"version":60,"icon":75,"remote_key":76,"relative_path":76,"path":77,"relative_path_display":76,"last_modified":78,"original_filename":76,"filesize_bytes":79,"file_id":80,"mime_type":81,"sha256":82,"scan_sha256":82,"scan_engine_name":68,"scan_engine_version":69,"scan_db_version":70,"scan_db_date":71,"scan_signatures_count":72,"scanned_at":83},"i-heroicons-server-stack","bsl-python-server-v57.zip","server/latest/bsl-python-server-v57.zip","2026-07-23 15:23",1369511,"a021fb7ccf9bb5aa7c59183bec31504f6eeb2804","application/zip","44f7fda4c9975c24e99a203576e12566594d6a99c2e1a89fef759f113d000e2d","2026-07-23T15:31:12Z","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>BSL Python — Self-Hosted v57 Private Server\u003C/title>\n\u003Cmeta name=\"description\" content=\"BSL Python is a self-hosted Brawl Stars private server for client v57, built on the BSDS codebase.\" />\n\u003Cmeta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\u003Clink rel=\"canonical\" href=\"https://api.brawlers.cloud/mods/bsl-python/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"BSL Python — Self-Hosted v57 Private Server\" />\n\u003Cmeta property=\"og:description\" content=\"BSL Python is a self-hosted Brawl Stars private server for client v57, built on the BSDS codebase.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/mods/bsl-python/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta property=\"article:modified_time\" content=\"2026-07-23T15:45:40+00:00\" />\n\u003Cmeta property=\"og:image\" content=\"https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1.png\" />\n\t\u003Cmeta property=\"og:image:width\" content=\"1920\" />\n\t\u003Cmeta property=\"og:image:height\" content=\"1080\" />\n\t\u003Cmeta property=\"og:image:type\" content=\"image/png\" />\n\u003Cmeta name=\"twitter:card\" content=\"summary_large_image\" />\n\u003Cmeta name=\"twitter:label1\" content=\"Est. reading time\" />\n\t\u003Cmeta name=\"twitter:data1\" content=\"3 minutes\" />\n\u003Cscript type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/\",\"name\":\"BSL Python — Self-Hosted v57 Private Server\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/07\\/bsl-python-1-1024x576.png\",\"datePublished\":\"2026-07-09T12:06:28+00:00\",\"dateModified\":\"2026-07-23T15:45:40+00:00\",\"description\":\"BSL Python is a self-hosted Brawl Stars private server for client v57, built on the BSDS codebase.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/#primaryimage\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/07\\/bsl-python-1.png\",\"contentUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/07\\/bsl-python-1.png\",\"width\":1920,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-python\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BSL (Python)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"name\":\"Brawlers Cloud\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\"},\"alternateName\":\"Brawlers Cloud\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/api.brawlers.cloud\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\",\"name\":\"Brawlers Cloud\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"contentUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Brawlers Cloud\"},\"image\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\"}}]}\u003C/script>\n\u003C!-- / Yoast SEO plugin. -->",{"title":25,"description":26,"robots":86,"canonical":12,"og_locale":92,"og_type":93,"og_title":25,"og_description":26,"og_url":12,"og_site_name":94,"article_modified_time":95,"og_image":96,"twitter_card":102,"twitter_misc":103,"schema":105},{"index":87,"follow":88,"max-snippet":89,"max-image-preview":90,"max-video-preview":91},"index","follow","max-snippet:-1","max-image-preview:large","max-video-preview:-1","en_US","article","Brawlers Cloud","2026-07-23T15:45:40+00:00",[97],{"width":98,"height":99,"url":100,"type":101},1920,1080,"https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1.png","image/png","summary_large_image",{"Est. reading time":104},"3 minutes",{"@context":106,"@graph":107},"https://schema.org",[108,125,127,140,155],{"@type":109,"@id":12,"url":12,"name":25,"isPartOf":110,"primaryImageOfPage":112,"image":114,"thumbnailUrl":116,"datePublished":117,"dateModified":95,"description":26,"breadcrumb":118,"inLanguage":120,"potentialAction":121},"WebPage",{"@id":111},"https://brawlers.cloud/#website",{"@id":113},"https://brawlers.cloud/mods/bsl-python/#primaryimage",{"@id":115},"https://api.brawlers.cloud/mods/bsl-python/#primaryimage","https://api.brawlers.cloud/wp-content/uploads/2026/07/bsl-python-1-1024x576.png","2026-07-09T12:06:28+00:00",{"@id":119},"https://brawlers.cloud/mods/bsl-python/#breadcrumb","en-US",[122],{"@type":123,"target":124},"ReadAction",[12],{"@type":126,"inLanguage":120,"@id":115,"url":100,"contentUrl":100,"width":98,"height":99},"ImageObject",{"@type":128,"@id":119,"itemListElement":129},"BreadcrumbList",[130,135,138],{"@type":131,"position":132,"name":133,"item":134},"ListItem",1,"Home","https://api.brawlers.cloud/",{"@type":131,"position":20,"name":136,"item":137},"Mods","https://api.brawlers.cloud/mods/",{"@type":131,"position":139,"name":14},3,{"@type":141,"@id":111,"url":142,"name":94,"description":22,"publisher":143,"alternateName":94,"potentialAction":145,"inLanguage":120},"WebSite","https://brawlers.cloud/",{"@id":144},"https://api.brawlers.cloud/#organization",[146],{"@type":147,"target":148,"query-input":151},"SearchAction",{"@type":149,"urlTemplate":150},"EntryPoint","https://brawlers.cloud/?s={search_term_string}",{"@type":152,"valueRequired":153,"valueName":154},"PropertyValueSpecification",true,"search_term_string",{"@type":156,"@id":157,"name":94,"url":142,"logo":158,"image":162},"Organization","https://brawlers.cloud/#organization",{"@type":126,"inLanguage":120,"@id":159,"url":160,"contentUrl":160,"width":161,"height":161,"caption":94},"https://api.brawlers.cloud/#/schema/logo/image/","https://api.brawlers.cloud/wp-content/uploads/2026/01/brawlers-cloud-logo.png",512,{"@id":159},[164,169,173,177,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400,404,408,412,416,420,424,428,432,436,440,444,448,452,456,460,464,468,472,476,480,484,488,492,496,500,504,508,512],{"type":165,"attributes":166,"content":168},"inline",{"id":167},"wp-img-auto-sizes-contain-inline-css","img:is([sizes=auto i],[sizes^=\"auto,\" i]){contain-intrinsic-size:3000px 1500px}\n/*# sourceURL=wp-img-auto-sizes-contain-inline-css */",{"type":165,"attributes":170,"content":172},{"id":171},"wp-block-heading-inline-css","/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\nh1:where(.wp-block-heading).has-background,\nh2:where(.wp-block-heading).has-background,\nh3:where(.wp-block-heading).has-background,\nh4:where(.wp-block-heading).has-background,\nh5:where(.wp-block-heading).has-background,\nh6:where(.wp-block-heading).has-background {\n  padding: 1.25em 2.375em;\n}\nh1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),\nh2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),\nh2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),\nh3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),\nh3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),\nh4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),\nh4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),\nh5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),\nh5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),\nh6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),\nh6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]) {\n  rotate: 180deg;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/heading/style.css */",{"type":165,"attributes":174,"content":176},{"id":175},"wp-block-paragraph-inline-css","/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n.is-small-text {\n  font-size: 0.875em;\n}\n\n.is-regular-text {\n  font-size: 1em;\n}\n\n.is-large-text {\n  font-size: 2.25em;\n}\n\n.is-larger-text {\n  font-size: 3em;\n}\n\n.has-drop-cap:not(:focus)::first-letter {\n  float: left;\n  font-size: 8.4em;\n  line-height: 0.68;\n  font-weight: 100;\n  margin: 0.05em 0.1em 0 0;\n  text-transform: uppercase;\n  font-style: normal;\n}\n\nbody.rtl .has-drop-cap:not(:focus)::first-letter {\n  float: initial;\n  margin-left: 0.1em;\n}\n\np.has-drop-cap.has-background {\n  overflow: hidden;\n}\n\n:root :where(p.has-background) {\n  padding: 1.25em 2.375em;\n}\n\n:where(p.has-text-color:not(.has-link-color)) a {\n  color: inherit;\n}\n\np.has-text-align-right[style*=\"writing-mode:vertical-rl\"],\np.has-text-align-left[style*=\"writing-mode:vertical-lr\"] {\n  rotate: 180deg;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/paragraph/style.css */",{"type":178,"attributes":179},"link",{"rel":180,"id":181,"href":182,"media":183},"stylesheet","wp-block-image-css","https://api.brawlers.cloud/wp-includes/blocks/image/style.css?ver=1783960084","all",{"type":178,"attributes":185},{"rel":180,"id":186,"href":187,"media":183},"wp-block-table-css","https://api.brawlers.cloud/wp-includes/blocks/table/style.css?ver=1783960084",{"type":165,"attributes":189,"content":191},{"id":190},"wp-block-quote-inline-css",".wp-block-quote {\n  box-sizing: border-box;\n  overflow-wrap: break-word;\n}\n.wp-block-quote.is-style-large:where(:not(.is-style-plain)), .wp-block-quote.is-large:where(:not(.is-style-plain)) {\n  margin-bottom: 1em;\n  padding: 0 1em;\n}\n.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-large:where(:not(.is-style-plain)) p {\n  font-size: 1.5em;\n  font-style: italic;\n  line-height: 1.6;\n}\n.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,\n.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,\n.wp-block-quote.is-large:where(:not(.is-style-plain)) footer {\n  font-size: 1.125em;\n  text-align: right;\n}\n.wp-block-quote > cite {\n  display: block;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/quote/style.css */",{"type":165,"attributes":193,"content":195},{"id":194},"wp-emoji-styles-inline-css","img.wp-smiley, img.emoji {\n\t\tdisplay: inline !important;\n\t\tborder: none !important;\n\t\tbox-shadow: none !important;\n\t\theight: 1em !important;\n\t\twidth: 1em !important;\n\t\tmargin: 0 0.07em !important;\n\t\tvertical-align: -0.1em !important;\n\t\tbackground: none !important;\n\t\tpadding: 0 !important;\n\t}\n/*# sourceURL=wp-emoji-styles-inline-css */",{"type":178,"attributes":197},{"rel":180,"id":198,"href":199,"media":183},"wp-block-library-css","https://api.brawlers.cloud/wp-includes/css/dist/block-library/common.css?ver=7.0.2",{"type":165,"attributes":201,"content":203},{"id":202},"wp-block-accordion-inline-css",".wp-block-accordion {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/accordion/style.css */",{"type":165,"attributes":205,"content":207},{"id":206},"wp-block-accordion-item-inline-css",".wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {\n  transform: rotate(45deg);\n}\n.wp-block-accordion-item {\n  /* Add transitions only for users who do not prefer reduced motion */\n}\n@media (prefers-reduced-motion: no-preference) {\n  .wp-block-accordion-item {\n    transition: grid-template-rows 0.3s ease-out;\n  }\n  .wp-block-accordion-item > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {\n    transition: transform 0.2s ease-in-out;\n  }\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/accordion-item/style.css */",{"type":165,"attributes":209,"content":211},{"id":210},"wp-block-archives-inline-css",".wp-block-archives {\n  box-sizing: border-box;\n}\n\n.wp-block-archives-dropdown label {\n  display: block;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/archives/style.css */",{"type":165,"attributes":213,"content":215},{"id":214},"wp-block-avatar-inline-css",".wp-block-avatar {\n  box-sizing: border-box;\n  line-height: 0;\n}\n.wp-block-avatar img {\n  box-sizing: border-box;\n}\n.wp-block-avatar.aligncenter {\n  text-align: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/avatar/style.css */",{"type":165,"attributes":217,"content":219},{"id":218},"wp-block-breadcrumbs-inline-css",".wp-block-breadcrumbs {\n  box-sizing: border-box;\n}\n.wp-block-breadcrumbs ol {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n}\n.wp-block-breadcrumbs li {\n  margin: 0;\n  padding: 0;\n  display: flex;\n  align-items: center;\n}\n.wp-block-breadcrumbs li:not(:last-child)::after {\n  content: var(--separator, \"/\");\n  margin: 0 0.5em;\n  opacity: 0.7;\n}\n.wp-block-breadcrumbs span {\n  color: inherit;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/breadcrumbs/style.css */",{"type":165,"attributes":221,"content":223},{"id":222},"wp-block-button-inline-css",".wp-block-button__link {\n  cursor: pointer;\n  display: inline-block;\n  text-align: center;\n  word-break: break-word;\n  box-sizing: border-box;\n  height: 100%;\n  align-content: center;\n}\n.wp-block-button__link.aligncenter {\n  text-align: center;\n}\n.wp-block-button__link.alignright {\n  /*rtl:ignore*/\n  text-align: right;\n}\n\n:where(.wp-block-button__link) {\n  box-shadow: none;\n  text-decoration: none;\n  border-radius: 9999px;\n  padding: calc(0.667em + 2px) calc(1.333em + 2px);\n}\n\n.wp-block-button[style*=text-decoration] .wp-block-button__link {\n  text-decoration: inherit;\n}\n\n.wp-block-buttons > .wp-block-button.has-custom-width {\n  max-width: none;\n}\n.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {\n  width: 100%;\n}\n.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {\n  font-size: inherit;\n}\n.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {\n  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);\n}\n.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {\n  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);\n}\n.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {\n  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);\n}\n.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {\n  width: 100%;\n  flex-basis: 100%;\n}\n\n.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {\n  width: 25%;\n}\n.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {\n  width: 50%;\n}\n.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {\n  width: 75%;\n}\n\n.wp-block-button.is-style-squared,\n.wp-block-button__link.wp-block-button.is-style-squared {\n  border-radius: 0;\n}\n\n.wp-block-button.no-border-radius,\n.wp-block-button__link.no-border-radius {\n  border-radius: 0 !important;\n}\n\n:root :where(.wp-block-button.is-style-outline > .wp-block-button__link),\n:root :where(.wp-block-button .wp-block-button__link.is-style-outline) {\n  border: 2px solid currentColor;\n  padding: 0.667em 1.333em;\n}\n:root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color)),\n:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)) {\n  color: currentColor;\n}\n:root :where(.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background)),\n:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)) {\n  background-color: transparent;\n  background-image: none;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/button/style.css */",{"type":165,"attributes":225,"content":227},{"id":226},"wp-block-calendar-inline-css","/**\n * Colors\n */\n.wp-block-calendar {\n  text-align: center;\n}\n.wp-block-calendar th,\n.wp-block-calendar td {\n  padding: 0.25em;\n  border: 1px solid;\n}\n.wp-block-calendar th {\n  font-weight: 400;\n}\n.wp-block-calendar caption {\n  background-color: inherit;\n}\n.wp-block-calendar table {\n  width: 100%;\n  border-collapse: collapse;\n}\n.wp-block-calendar table.has-background th {\n  background-color: inherit;\n}\n.wp-block-calendar table.has-text-color th {\n  color: inherit;\n}\n.wp-block-calendar :where(table:not(.has-text-color)) {\n  color: #40464d;\n}\n.wp-block-calendar :where(table:not(.has-text-color)) th,\n.wp-block-calendar :where(table:not(.has-text-color)) td {\n  border-color: #ddd;\n}\n\n:where(.wp-block-calendar table:not(.has-background) th) {\n  background: #ddd;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/calendar/style.css */",{"type":165,"attributes":229,"content":231},{"id":230},"wp-block-categories-inline-css",".wp-block-categories {\n  box-sizing: border-box;\n}\n.wp-block-categories.alignleft {\n  /*rtl:ignore*/\n  margin-right: 2em;\n}\n.wp-block-categories.alignright {\n  /*rtl:ignore*/\n  margin-left: 2em;\n}\n.wp-block-categories {\n  /* Only apply the text align on dropdowns, not lists. */\n}\n.wp-block-categories.wp-block-categories-dropdown.aligncenter {\n  text-align: center;\n}\n.wp-block-categories .wp-block-categories__label:not(.screen-reader-text) {\n  width: 100%;\n  display: block;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/categories/style.css */",{"type":165,"attributes":233,"content":235},{"id":234},"wp-block-comment-author-name-inline-css",".wp-block-comment-author-name {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-author-name/style.css */",{"type":165,"attributes":237,"content":239},{"id":238},"wp-block-comment-content-inline-css",".comment-awaiting-moderation {\n  display: block;\n  font-size: 0.875em;\n  line-height: 1.5;\n}\n\n.wp-block-comment-content {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-content/style.css */",{"type":165,"attributes":241,"content":243},{"id":242},"wp-block-comment-date-inline-css",".wp-block-comment-date {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-date/style.css */",{"type":165,"attributes":245,"content":247},{"id":246},"wp-block-comment-edit-link-inline-css",".wp-block-comment-edit-link {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-edit-link/style.css */",{"type":165,"attributes":249,"content":251},{"id":250},"wp-block-comment-reply-link-inline-css",".wp-block-comment-reply-link {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-reply-link/style.css */",{"type":165,"attributes":253,"content":255},{"id":254},"wp-block-comment-template-inline-css",".wp-block-comment-template {\n  box-sizing: border-box;\n  margin-bottom: 0;\n  max-width: 100%;\n  list-style: none;\n  padding: 0;\n}\n.wp-block-comment-template li {\n  clear: both;\n}\n.wp-block-comment-template ol {\n  margin-bottom: 0;\n  max-width: 100%;\n  list-style: none;\n  padding-left: 2rem;\n}\n.wp-block-comment-template.alignleft {\n  float: left;\n}\n.wp-block-comment-template.aligncenter {\n  margin-left: auto;\n  margin-right: auto;\n  width: fit-content;\n}\n.wp-block-comment-template.alignright {\n  float: right;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comment-template/style.css */",{"type":178,"attributes":257},{"rel":180,"id":258,"href":259,"media":183},"wp-block-comments-css","https://api.brawlers.cloud/wp-includes/blocks/comments/style.css?ver=1783960084",{"type":165,"attributes":261,"content":263},{"id":262},"wp-block-comments-pagination-inline-css",".wp-block-comments-pagination > .wp-block-comments-pagination-next,\n.wp-block-comments-pagination > .wp-block-comments-pagination-previous,\n.wp-block-comments-pagination > .wp-block-comments-pagination-numbers {\n  font-size: inherit;\n}\n.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {\n  margin-right: 1ch;\n  display: inline-block;\n}\n.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {\n  margin-left: 1ch;\n  display: inline-block;\n}\n.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-comments-pagination.aligncenter {\n  justify-content: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/comments-pagination/style.css */",{"type":178,"attributes":265},{"rel":180,"id":266,"href":267,"media":183},"wp-block-cover-css","https://api.brawlers.cloud/wp-includes/blocks/cover/style.css?ver=1783960084",{"type":165,"attributes":269,"content":271},{"id":270},"wp-block-details-inline-css",".wp-block-details {\n  box-sizing: border-box;\n}\n\n.wp-block-details summary {\n  cursor: pointer;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/details/style.css */",{"type":165,"attributes":273,"content":275},{"id":274},"wp-block-file-inline-css","/**\n * Colors\n */\n.wp-block-file {\n  box-sizing: border-box;\n}\n.wp-block-file:not(.wp-element-button) {\n  font-size: 0.8em;\n}\n.wp-block-file.aligncenter {\n  text-align: center;\n}\n.wp-block-file.alignright {\n  /*rtl:ignore*/\n  text-align: right;\n}\n.wp-block-file * + .wp-block-file__button {\n  margin-left: 0.75em;\n}\n\n:where(.wp-block-file) {\n  margin-bottom: 1.5em;\n}\n\n.wp-block-file__embed {\n  margin-bottom: 1em;\n}\n\n:where(.wp-block-file__button) {\n  border-radius: 2em;\n  padding: 0.5em 1em;\n  display: inline-block;\n}\n:where(.wp-block-file__button):where(a):hover, :where(.wp-block-file__button):where(a):visited, :where(.wp-block-file__button):where(a):focus, :where(.wp-block-file__button):where(a):active {\n  box-shadow: none;\n  color: #fff;\n  opacity: 0.85;\n  text-decoration: none;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/file/style.css */",{"type":165,"attributes":277,"content":279},{"id":278},"wp-block-footnotes-inline-css",".editor-styles-wrapper,\n.entry-content {\n  counter-reset: footnotes;\n}\n\na[data-fn].fn {\n  vertical-align: super;\n  font-size: smaller;\n  counter-increment: footnotes;\n  display: inline-flex;\n  text-decoration: none;\n  text-indent: -9999999px;\n}\n\na[data-fn].fn::after {\n  content: \"[\" counter(footnotes) \"]\";\n  text-indent: 0;\n  float: left;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/footnotes/style.css */",{"type":178,"attributes":281},{"rel":180,"id":282,"href":283,"media":183},"wp-block-gallery-css","https://api.brawlers.cloud/wp-includes/blocks/gallery/style.css?ver=1783960084",{"type":165,"attributes":285,"content":287},{"id":286},"wp-block-icon-inline-css","/**\n * Editor and frontend styles for the Icon Block.\n */\n/* Icon Block styles. */\n.wp-block-icon {\n  line-height: 0;\n}\n.wp-block-icon.aligncenter {\n  display: flex;\n  justify-content: center;\n}\n.wp-block-icon svg {\n  box-sizing: border-box;\n  fill: currentColor;\n}\n\n:where(.wp-block-icon) svg {\n  width: 100%;\n  height: 100%;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/icon/style.css */",{"type":165,"attributes":289,"content":291},{"id":290},"wp-block-latest-comments-inline-css","ol.wp-block-latest-comments {\n  margin-left: 0;\n  box-sizing: border-box;\n}\n\n:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {\n  line-height: 1.1;\n}\n\n:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {\n  line-height: 1.8;\n}\n\n.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),\n.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {\n  line-height: 1.5;\n}\n\n.wp-block-latest-comments .wp-block-latest-comments {\n  padding-left: 0;\n}\n\n.wp-block-latest-comments__comment {\n  list-style: none;\n  margin-bottom: 1em;\n}\n.has-avatars .wp-block-latest-comments__comment {\n  min-height: 2.25em;\n  list-style: none;\n}\n.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,\n.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {\n  margin-left: 3.25em;\n}\n\n.wp-block-latest-comments__comment-excerpt p {\n  font-size: 0.875em;\n  margin: 0.36em 0 1.4em;\n}\n\n.wp-block-latest-comments__comment-date {\n  display: block;\n  font-size: 0.75em;\n}\n\n.wp-block-latest-comments .avatar,\n.wp-block-latest-comments__comment-avatar {\n  border-radius: 1.5em;\n  display: block;\n  float: left;\n  height: 2.5em;\n  margin-right: 0.75em;\n  width: 2.5em;\n}\n\n.wp-block-latest-comments[style*=font-size] a,\n.wp-block-latest-comments[class*=-font-size] a {\n  font-size: inherit;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/latest-comments/style.css */",{"type":178,"attributes":293},{"rel":180,"id":294,"href":295,"media":183},"wp-block-latest-posts-css","https://api.brawlers.cloud/wp-includes/blocks/latest-posts/style.css?ver=1783960084",{"type":165,"attributes":297,"content":299},{"id":298},"wp-block-list-inline-css","/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\nol,\nul {\n  box-sizing: border-box;\n}\n\n:root :where(.wp-block-list.has-background) {\n  padding: 1.25em 2.375em;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/list/style.css */",{"type":165,"attributes":301,"content":303},{"id":302},"wp-block-loginout-inline-css",".wp-block-loginout {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/loginout/style.css */",{"type":178,"attributes":305},{"rel":180,"id":306,"href":307,"media":183},"wp-block-media-text-css","https://api.brawlers.cloud/wp-includes/blocks/media-text/style.css?ver=1783960084",{"type":178,"attributes":309},{"rel":180,"id":310,"href":311,"media":183},"wp-block-navigation-css","https://api.brawlers.cloud/wp-includes/blocks/navigation/style.css?ver=1783960084",{"type":165,"attributes":313,"content":315},{"id":314},"wp-block-navigation-link-inline-css","/**\n * Colors\n */\n/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n.wp-block-navigation .wp-block-navigation-item__label {\n  overflow-wrap: break-word;\n}\n.wp-block-navigation .wp-block-navigation-item__description {\n  display: none;\n}\n\n.link-ui-tools {\n  outline: 1px solid #f0f0f0;\n  padding: 8px;\n}\n\n.link-ui-block-inserter {\n  padding-top: 8px;\n}\n\n.link-ui-block-inserter__back {\n  margin-left: 8px;\n  text-transform: uppercase;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/navigation-link/style.css */",{"type":165,"attributes":317,"content":319},{"id":318},"wp-block-navigation-overlay-close-inline-css",".wp-block-navigation-overlay-close {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 0.5em;\n  padding: 0;\n  border: none;\n  background: transparent;\n  cursor: pointer;\n  text-decoration: none;\n}\n.wp-block-navigation-overlay-close:focus {\n  outline-offset: 2px;\n}\n.wp-block-navigation-overlay-close svg {\n  width: 24px;\n  height: 24px;\n  fill: currentColor;\n  display: block;\n  flex-shrink: 0;\n}\n.wp-block-navigation-overlay-close .wp-block-navigation-overlay-close__text {\n  display: inline-flex;\n  align-items: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/navigation-overlay-close/style.css */",{"type":165,"attributes":321,"content":323},{"id":322},"wp-block-page-list-inline-css",".wp-block-navigation .wp-block-page-list {\n  display: flex;\n  flex-direction: var(--navigation-layout-direction, initial);\n  justify-content: var(--navigation-layout-justify, initial);\n  align-items: var(--navigation-layout-align, initial);\n  flex-wrap: var(--navigation-layout-wrap, wrap);\n  background-color: inherit;\n}\n.wp-block-navigation .wp-block-navigation-item {\n  background-color: inherit;\n}\n\n.wp-block-page-list {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/page-list/style.css */",{"type":165,"attributes":325,"content":327},{"id":326},"wp-block-post-author-inline-css",".wp-block-post-author {\n  display: flex;\n  flex-wrap: wrap;\n  box-sizing: border-box;\n}\n.wp-block-post-author__byline {\n  width: 100%;\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: 0.5em;\n}\n.wp-block-post-author__avatar {\n  margin-right: 1em;\n}\n.wp-block-post-author__bio {\n  margin-bottom: 0.7em;\n  font-size: 0.7em;\n}\n.wp-block-post-author__content {\n  flex-grow: 1;\n  flex-basis: 0;\n}\n.wp-block-post-author__name {\n  margin: 0;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-author/style.css */",{"type":165,"attributes":329,"content":331},{"id":330},"wp-block-post-author-biography-inline-css",".wp-block-post-author-biography {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-author-biography/style.css */",{"type":165,"attributes":333,"content":335},{"id":334},"wp-block-post-author-name-inline-css",".wp-block-post-author-name {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-author-name/style.css */",{"type":165,"attributes":337,"content":339},{"id":338},"wp-block-post-comments-count-inline-css",".wp-block-post-comments-count {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-comments-count/style.css */",{"type":165,"attributes":341,"content":343},{"id":342},"wp-block-post-comments-form-inline-css","/**\n * Colors\n */\n:where(.wp-block-post-comments-form textarea),\n:where(.wp-block-post-comments-form input:not([type=submit])) {\n  border-width: 1px;\n  border-style: solid;\n  border-color: #949494;\n  font-size: 1em;\n  font-family: inherit;\n}\n\n:where(.wp-block-post-comments-form textarea),\n:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))) {\n  padding: calc(0.667em + 2px);\n}\n\n.wp-block-post-comments-form {\n  box-sizing: border-box;\n}\n.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {\n  font-weight: inherit;\n}\n.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {\n  font-family: inherit;\n}\n.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {\n  font-size: inherit;\n}\n.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {\n  line-height: inherit;\n}\n.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {\n  font-style: inherit;\n}\n.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {\n  letter-spacing: inherit;\n}\n.wp-block-post-comments-form :where(input[type=submit]) {\n  box-shadow: none;\n  cursor: pointer;\n  display: inline-block;\n  text-align: center;\n  overflow-wrap: break-word;\n}\n.wp-block-post-comments-form .comment-form textarea,\n.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]) {\n  display: block;\n  box-sizing: border-box;\n  width: 100%;\n}\n.wp-block-post-comments-form .comment-form-author label,\n.wp-block-post-comments-form .comment-form-email label,\n.wp-block-post-comments-form .comment-form-url label {\n  display: block;\n  margin-bottom: 0.25em;\n}\n.wp-block-post-comments-form .comment-form-cookies-consent {\n  display: flex;\n  gap: 0.25em;\n}\n.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {\n  margin-top: 0.35em;\n}\n.wp-block-post-comments-form .comment-reply-title {\n  margin-bottom: 0;\n}\n.wp-block-post-comments-form .comment-reply-title :where(small) {\n  font-size: var(--wp--preset--font-size--medium, smaller);\n  margin-left: 0.5em;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-comments-form/style.css */",{"type":165,"attributes":345,"content":347},{"id":346},"wp-block-buttons-inline-css",".wp-block-buttons {\n  box-sizing: border-box;\n}\n.wp-block-buttons.is-vertical {\n  flex-direction: column;\n}\n.wp-block-buttons.is-vertical > .wp-block-button:last-child {\n  margin-bottom: 0;\n}\n.wp-block-buttons > .wp-block-button {\n  display: inline-block;\n  margin: 0;\n}\n.wp-block-buttons.is-content-justification-left {\n  justify-content: flex-start;\n}\n.wp-block-buttons.is-content-justification-left.is-vertical {\n  align-items: flex-start;\n}\n.wp-block-buttons.is-content-justification-center {\n  justify-content: center;\n}\n.wp-block-buttons.is-content-justification-center.is-vertical {\n  align-items: center;\n}\n.wp-block-buttons.is-content-justification-right {\n  justify-content: flex-end;\n}\n.wp-block-buttons.is-content-justification-right.is-vertical {\n  align-items: flex-end;\n}\n.wp-block-buttons.is-content-justification-space-between {\n  justify-content: space-between;\n}\n.wp-block-buttons.aligncenter {\n  text-align: center;\n}\n.wp-block-buttons {\n  /* stylelint-disable @stylistic/indentation -- Disable the stylelint rule, otherwise this selector is ugly! */\n}\n.wp-block-buttons:not(.is-content-justification-space-between,\n.is-content-justification-right,\n.is-content-justification-left,\n.is-content-justification-center) .wp-block-button.aligncenter {\n  /* stylelint-enable @stylistic/indentation */\n  margin-left: auto;\n  margin-right: auto;\n  width: 100%;\n}\n.wp-block-buttons[style*=text-decoration] .wp-block-button,\n.wp-block-buttons[style*=text-decoration] .wp-block-button__link {\n  text-decoration: inherit;\n}\n.wp-block-buttons.has-custom-font-size .wp-block-button__link {\n  font-size: inherit;\n}\n.wp-block-buttons .wp-block-button__link {\n  width: 100%;\n}\n\n.wp-block-button.aligncenter {\n  text-align: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/buttons/style.css */",{"type":165,"attributes":349,"content":351},{"id":350},"wp-block-post-comments-link-inline-css",".wp-block-post-comments-link {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-comments-link/style.css */",{"type":165,"attributes":353,"content":355},{"id":354},"wp-block-post-content-inline-css",".wp-block-post-content {\n  display: flow-root;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-content/style.css */",{"type":165,"attributes":357,"content":359},{"id":358},"wp-block-post-date-inline-css",".wp-block-post-date {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-date/style.css */",{"type":165,"attributes":361,"content":363},{"id":362},"wp-block-post-excerpt-inline-css",":where(.wp-block-post-excerpt) {\n  box-sizing: border-box;\n  margin-top: var(--wp--style--block-gap);\n  margin-bottom: var(--wp--style--block-gap);\n}\n\n.wp-block-post-excerpt__excerpt {\n  margin-top: 0;\n  margin-bottom: 0;\n}\n\n.wp-block-post-excerpt__more-text {\n  margin-top: var(--wp--style--block-gap);\n  margin-bottom: 0;\n}\n\n.wp-block-post-excerpt__more-link {\n  display: inline-block;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-excerpt/style.css */",{"type":165,"attributes":365,"content":367},{"id":366},"wp-block-post-featured-image-inline-css","/**\n * Colors\n */\n.wp-block-post-featured-image {\n  margin-left: 0;\n  margin-right: 0;\n}\n.wp-block-post-featured-image a {\n  display: block;\n  height: 100%;\n}\n.wp-block-post-featured-image :where(img) {\n  max-width: 100%;\n  width: 100%;\n  height: auto;\n  vertical-align: bottom;\n  box-sizing: border-box;\n}\n.wp-block-post-featured-image.alignwide img, .wp-block-post-featured-image.alignfull img {\n  width: 100%;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {\n  position: absolute;\n  inset: 0;\n  background-color: #000;\n}\n.wp-block-post-featured-image {\n  position: relative;\n}\n\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {\n  background-color: transparent;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {\n  opacity: 0;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {\n  opacity: 0.1;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {\n  opacity: 0.2;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {\n  opacity: 0.3;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {\n  opacity: 0.4;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {\n  opacity: 0.5;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {\n  opacity: 0.6;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {\n  opacity: 0.7;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {\n  opacity: 0.8;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {\n  opacity: 0.9;\n}\n.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {\n  opacity: 1;\n}\n.wp-block-post-featured-image:where(.alignleft, .alignright) {\n  width: 100%;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-featured-image/style.css */",{"type":165,"attributes":369,"content":371},{"id":370},"wp-block-post-navigation-link-inline-css",".wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {\n  display: inline-block;\n  margin-right: 1ch;\n}\n.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {\n  display: inline-block;\n  margin-left: 1ch;\n}\n.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-post-navigation-link.has-text-align-right[style*=\"writing-mode: vertical-rl\"], .wp-block-post-navigation-link.has-text-align-left[style*=\"writing-mode: vertical-lr\"] {\n  rotate: 180deg;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-navigation-link/style.css */",{"type":178,"attributes":373},{"rel":180,"id":374,"href":375,"media":183},"wp-block-post-template-css","https://api.brawlers.cloud/wp-includes/blocks/post-template/style.css?ver=1783960084",{"type":165,"attributes":377,"content":379},{"id":378},"wp-block-post-terms-inline-css",".wp-block-post-terms {\n  box-sizing: border-box;\n}\n.wp-block-post-terms .wp-block-post-terms__separator {\n  white-space: pre-wrap;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-terms/style.css */",{"type":165,"attributes":381,"content":383},{"id":382},"wp-block-post-time-to-read-inline-css",".wp-block-post-time-to-read {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-time-to-read/style.css */",{"type":165,"attributes":385,"content":387},{"id":386},"wp-block-post-title-inline-css",".wp-block-post-title {\n  word-break: break-word;\n  box-sizing: border-box;\n}\n.wp-block-post-title :where(a) {\n  display: inline-block;\n  font-family: inherit;\n  font-size: inherit;\n  font-style: inherit;\n  font-weight: inherit;\n  letter-spacing: inherit;\n  line-height: inherit;\n  text-decoration: inherit;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/post-title/style.css */",{"type":165,"attributes":389,"content":391},{"id":390},"wp-block-query-pagination-inline-css",".wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {\n  margin-inline-start: auto;\n}\n.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {\n  margin-inline-end: auto;\n}\n.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {\n  margin-right: 1ch;\n  display: inline-block;\n}\n.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-query-pagination .wp-block-query-pagination-next-arrow {\n  margin-left: 1ch;\n  display: inline-block;\n}\n.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {\n  transform: scaleX(1) /*rtl:scaleX(-1);*/;\n}\n.wp-block-query-pagination.aligncenter {\n  justify-content: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/query-pagination/style.css */",{"type":165,"attributes":393,"content":395},{"id":394},"wp-block-query-title-inline-css",".wp-block-query-title {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/query-title/style.css */",{"type":165,"attributes":397,"content":399},{"id":398},"wp-block-query-total-inline-css",".wp-block-query-total {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/query-total/style.css */",{"type":165,"attributes":401,"content":403},{"id":402},"wp-block-read-more-inline-css",".wp-block-read-more {\n  display: block;\n  width: fit-content;\n}\n.wp-block-read-more:where(:not([style*=text-decoration])) {\n  text-decoration: none;\n}\n.wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {\n  text-decoration: none;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/read-more/style.css */",{"type":178,"attributes":405},{"rel":180,"id":406,"href":407,"media":183},"wp-block-rss-css","https://api.brawlers.cloud/wp-includes/blocks/rss/style.css?ver=1783960084",{"type":178,"attributes":409},{"rel":180,"id":410,"href":411,"media":183},"wp-block-search-css","https://api.brawlers.cloud/wp-includes/blocks/search/style.css?ver=1783960084",{"type":165,"attributes":413,"content":415},{"id":414},"wp-block-site-logo-inline-css",".wp-block-site-logo {\n  box-sizing: border-box;\n  line-height: 0;\n}\n.wp-block-site-logo a {\n  display: inline-block;\n  line-height: 0;\n}\n.wp-block-site-logo.is-default-size img {\n  width: 120px;\n  height: auto;\n}\n.wp-block-site-logo img {\n  height: auto;\n  max-width: 100%;\n}\n.wp-block-site-logo a,\n.wp-block-site-logo img {\n  border-radius: inherit;\n}\n.wp-block-site-logo.aligncenter {\n  margin-left: auto;\n  margin-right: auto;\n  text-align: center;\n}\n\n:root :where(.wp-block-site-logo.is-style-rounded) {\n  border-radius: 9999px;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/site-logo/style.css */",{"type":165,"attributes":417,"content":419},{"id":418},"wp-block-site-tagline-inline-css",".wp-block-site-tagline {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/site-tagline/style.css */",{"type":165,"attributes":421,"content":423},{"id":422},"wp-block-site-title-inline-css",".wp-block-site-title {\n  box-sizing: border-box;\n}\n.wp-block-site-title :where(a) {\n  color: inherit;\n  font-family: inherit;\n  font-size: inherit;\n  font-style: inherit;\n  font-weight: inherit;\n  letter-spacing: inherit;\n  line-height: inherit;\n  text-decoration: inherit;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/site-title/style.css */",{"type":165,"attributes":425,"content":427},{"id":426},"wp-block-tag-cloud-inline-css",".wp-block-tag-cloud {\n  box-sizing: border-box;\n}\n.wp-block-tag-cloud.aligncenter {\n  text-align: center;\n  justify-content: center;\n}\n.wp-block-tag-cloud a {\n  display: inline-block;\n  margin-right: 5px;\n}\n.wp-block-tag-cloud span {\n  display: inline-block;\n  margin-left: 5px;\n  text-decoration: none;\n}\n\n:root :where(.wp-block-tag-cloud.is-style-outline) {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 1ch;\n}\n\n:root :where(.wp-block-tag-cloud.is-style-outline a) {\n  border: 1px solid currentColor;\n  font-size: unset !important;\n  margin-right: 0;\n  padding: 1ch 2ch;\n  text-decoration: none !important;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/tag-cloud/style.css */",{"type":165,"attributes":429,"content":431},{"id":430},"wp-block-term-count-inline-css",".wp-block-term-count {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/term-count/style.css */",{"type":165,"attributes":433,"content":435},{"id":434},"wp-block-term-description-inline-css",":where(.wp-block-term-description) {\n  box-sizing: border-box;\n  margin-top: var(--wp--style--block-gap);\n  margin-bottom: var(--wp--style--block-gap);\n}\n\n.wp-block-term-description p {\n  margin-top: 0;\n  margin-bottom: 0;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/term-description/style.css */",{"type":165,"attributes":437,"content":439},{"id":438},"wp-block-term-name-inline-css",".wp-block-term-name {\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/term-name/style.css */",{"type":165,"attributes":441,"content":443},{"id":442},"wp-block-term-template-inline-css",".wp-block-term-template {\n  margin-top: 0;\n  margin-bottom: 0;\n  max-width: 100%;\n  list-style: none;\n  padding: 0;\n  box-sizing: border-box;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/term-template/style.css */",{"type":165,"attributes":445,"content":447},{"id":446},"wp-block-video-inline-css","/**\n * Typography\n */\n/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n/**\n * Breakpoints & Media Queries\n */\n/**\n*  Converts a hex value into the rgb equivalent.\n*\n* @param {string} hex - the hexadecimal value to convert\n* @return {string} comma separated rgb values\n*/\n/**\n * Long content fade mixin\n *\n * Creates a fading overlay to signify that the content is longer\n * than the space allows.\n */\n/**\n * Breakpoint mixins\n */\n/**\n * Focus styles.\n */\n/**\n * Applies editor left position to the selector passed as argument\n */\n/**\n * Styles that are reused verbatim in a few places\n */\n/**\n * Allows users to opt-out of animations via OS-level preferences.\n */\n/**\n * Reset default styles for JavaScript UI based pages.\n * This is a WP-admin agnostic reset\n */\n/**\n * Reset the WP Admin page styles for Gutenberg-like pages.\n */\n/**\n * Creates a checkerboard pattern background to indicate transparency.\n * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.\n */\n.wp-block-video {\n  box-sizing: border-box;\n}\n.wp-block-video video {\n  width: 100%;\n  height: auto;\n  vertical-align: middle;\n}\n@supports (position: sticky) {\n  .wp-block-video [poster] {\n    object-fit: cover;\n  }\n}\n.wp-block-video.aligncenter {\n  text-align: center;\n}\n.wp-block-video :where(figcaption) {\n  margin-top: 0.5em;\n  margin-bottom: 1em;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/video/style.css */",{"type":165,"attributes":449,"content":451},{"id":450},"wp-block-accordion-heading-inline-css",".wp-block-accordion-heading__toggle {\n  font-family: inherit;\n  font-size: inherit;\n  font-weight: inherit;\n  line-height: inherit;\n  letter-spacing: inherit;\n  text-transform: inherit;\n  text-decoration: inherit;\n  word-spacing: inherit;\n  font-style: inherit;\n  background: none;\n  border: none;\n  color: inherit;\n  padding: var(--wp--preset--spacing--20, 1em) 0;\n  cursor: pointer;\n  overflow: hidden;\n  display: flex;\n  align-items: center;\n  text-align: inherit;\n  width: 100%;\n}\n.wp-block-accordion-heading__toggle:not(:focus-visible) {\n  outline: none;\n}\n.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {\n  text-decoration: underline;\n}\n\n.wp-block-accordion-heading__toggle-title {\n  flex: 1;\n}\n\n.wp-block-accordion-heading__toggle-icon {\n  width: 1.2em;\n  height: 1.2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/accordion-heading/style.css */",{"type":165,"attributes":453,"content":455},{"id":454},"wp-block-accordion-panel-inline-css",".wp-block-accordion-panel[inert], .wp-block-accordion-panel[aria-hidden=true] {\n  display: none;\n  margin-block-start: 0;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/accordion-panel/style.css */",{"type":165,"attributes":457,"content":459},{"id":458},"wp-block-audio-inline-css","/**\n * Typography\n */\n/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n/**\n * Breakpoints & Media Queries\n */\n/**\n*  Converts a hex value into the rgb equivalent.\n*\n* @param {string} hex - the hexadecimal value to convert\n* @return {string} comma separated rgb values\n*/\n/**\n * Long content fade mixin\n *\n * Creates a fading overlay to signify that the content is longer\n * than the space allows.\n */\n/**\n * Breakpoint mixins\n */\n/**\n * Focus styles.\n */\n/**\n * Applies editor left position to the selector passed as argument\n */\n/**\n * Styles that are reused verbatim in a few places\n */\n/**\n * Allows users to opt-out of animations via OS-level preferences.\n */\n/**\n * Reset default styles for JavaScript UI based pages.\n * This is a WP-admin agnostic reset\n */\n/**\n * Reset the WP Admin page styles for Gutenberg-like pages.\n */\n/**\n * Creates a checkerboard pattern background to indicate transparency.\n * @param {String} $size - The size of the squares in the checkerboard pattern. Default is 12px.\n */\n.wp-block-audio {\n  box-sizing: border-box;\n}\n.wp-block-audio :where(figcaption) {\n  margin-top: 0.5em;\n  margin-bottom: 1em;\n}\n.wp-block-audio audio {\n  width: 100%;\n  min-width: 300px;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/audio/style.css */",{"type":165,"attributes":461,"content":463},{"id":462},"wp-block-code-inline-css",".wp-block-code {\n  box-sizing: border-box;\n}\n.wp-block-code code {\n  display: block;\n  font-family: inherit;\n  overflow-wrap: break-word;\n  white-space: pre-wrap;\n  /*!rtl:begin:ignore*/\n  direction: ltr;\n  text-align: initial;\n  /*!rtl:end:ignore*/\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/code/style.css */",{"type":178,"attributes":465},{"rel":180,"id":466,"href":467,"media":183},"wp-block-columns-css","https://api.brawlers.cloud/wp-includes/blocks/columns/style.css?ver=1783960083",{"type":178,"attributes":469},{"rel":180,"id":470,"href":471,"media":183},"wp-block-embed-css","https://api.brawlers.cloud/wp-includes/blocks/embed/style.css?ver=1783960084",{"type":165,"attributes":473,"content":475},{"id":474},"wp-block-group-inline-css",".wp-block-group {\n  box-sizing: border-box;\n}\n\n:where(.wp-block-group.wp-block-group-is-layout-constrained) {\n  position: relative;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/group/style.css */",{"type":165,"attributes":477,"content":479},{"id":478},"wp-block-math-inline-css",".wp-block-math {\n  overflow-x: auto;\n  overflow-y: hidden;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/math/style.css */",{"type":165,"attributes":481,"content":483},{"id":482},"wp-block-preformatted-inline-css","/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n.wp-block-preformatted {\n  box-sizing: border-box;\n  white-space: pre-wrap;\n}\n\n:where(.wp-block-preformatted.has-background) {\n  padding: 1.25em 2.375em;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/preformatted/style.css */",{"type":165,"attributes":485,"content":487},{"id":486},"wp-block-pullquote-inline-css","/**\n * SCSS Variables.\n *\n * Please use variables from this sheet to ensure consistency across the UI.\n * Don't add to this sheet unless you're pretty sure the value will be reused in many places.\n * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.\n */\n/**\n * Colors\n */\n/**\n * Fonts & basic variables.\n */\n/**\n * Typography\n */\n/**\n * Grid System.\n * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/\n */\n/**\n * Radius scale.\n */\n/**\n * Elevation scale.\n */\n/**\n * Dimensions.\n */\n/**\n * Mobile specific styles\n */\n/**\n * Editor styles.\n */\n/**\n * Block & Editor UI.\n */\n/**\n * Block paddings.\n */\n/**\n * React Native specific.\n * These variables do not appear to be used anywhere else.\n */\n.wp-block-pullquote {\n  text-align: center;\n  overflow-wrap: break-word;\n  box-sizing: border-box;\n  margin: 0 0 1em 0;\n  padding: 4em 0;\n}\n.wp-block-pullquote p,\n.wp-block-pullquote blockquote {\n  color: inherit;\n}\n.wp-block-pullquote blockquote {\n  margin: 0;\n}\n.wp-block-pullquote p {\n  margin-top: 0;\n}\n.wp-block-pullquote p:last-child {\n  margin-bottom: 0;\n}\n.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {\n  max-width: 420px;\n}\n.wp-block-pullquote cite,\n.wp-block-pullquote footer {\n  position: relative;\n}\n.wp-block-pullquote .has-text-color a {\n  color: inherit;\n}\n\n.wp-block-pullquote.has-text-align-left blockquote {\n  text-align: left;\n}\n\n.wp-block-pullquote.has-text-align-right blockquote {\n  text-align: right;\n}\n\n.wp-block-pullquote.has-text-align-center blockquote {\n  text-align: center;\n}\n\n.wp-block-pullquote.is-style-solid-color {\n  border: none;\n}\n.wp-block-pullquote.is-style-solid-color blockquote {\n  margin-left: auto;\n  margin-right: auto;\n  max-width: 60%;\n}\n.wp-block-pullquote.is-style-solid-color blockquote p {\n  margin-top: 0;\n  margin-bottom: 0;\n  font-size: 2em;\n}\n.wp-block-pullquote.is-style-solid-color blockquote cite {\n  text-transform: none;\n  font-style: normal;\n}\n\n.wp-block-pullquote :where(cite) {\n  color: inherit;\n  display: block;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/pullquote/style.css */",{"type":165,"attributes":489,"content":491},{"id":490},"wp-block-separator-inline-css","@charset \"UTF-8\";\n.wp-block-separator {\n  border-top: 2px solid currentColor;\n  border-left: none;\n  border-right: none;\n  border-bottom: none;\n}\n\n:root :where(.wp-block-separator.is-style-dots) {\n  text-align: center;\n  line-height: 1;\n  height: auto;\n}\n:root :where(.wp-block-separator.is-style-dots)::before {\n  content: \"···\";\n  color: currentColor;\n  font-size: 1.5em;\n  letter-spacing: 2em;\n  /*rtl:ignore*/\n  padding-left: 2em;\n  font-family: serif;\n}\n\n.wp-block-separator.is-style-dots {\n  background: none !important;\n  border: none !important;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/separator/style.css */",{"type":178,"attributes":493},{"rel":180,"id":494,"href":495,"media":183},"wp-block-social-links-css","https://api.brawlers.cloud/wp-includes/blocks/social-links/style.css?ver=1783960084",{"type":165,"attributes":497,"content":499},{"id":498},"wp-block-spacer-inline-css",".wp-block-spacer {\n  clear: both;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/spacer/style.css */",{"type":165,"attributes":501,"content":503},{"id":502},"wp-block-text-columns-inline-css",".wp-block-text-columns {\n  display: flex;\n}\n.wp-block-text-columns.aligncenter {\n  display: flex;\n}\n.wp-block-text-columns .wp-block-column {\n  margin: 0 1em;\n  padding: 0;\n}\n.wp-block-text-columns .wp-block-column:first-child {\n  margin-left: 0;\n}\n.wp-block-text-columns .wp-block-column:last-child {\n  margin-right: 0;\n}\n.wp-block-text-columns.columns-2 .wp-block-column {\n  width: 50%;\n}\n.wp-block-text-columns.columns-3 .wp-block-column {\n  width: 33.3333333333%;\n}\n.wp-block-text-columns.columns-4 .wp-block-column {\n  width: 25%;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/text-columns/style.css */",{"type":165,"attributes":505,"content":507},{"id":506},"wp-block-verse-inline-css","pre.wp-block-verse {\n  box-sizing: border-box;\n  overflow: auto;\n  white-space: pre-wrap;\n  min-width: 1em;\n  word-break: break-word;\n}\n\n:where(pre.wp-block-verse) {\n  font-family: inherit;\n}\n/*# sourceURL=https://api.brawlers.cloud/wp-includes/blocks/verse/style.css */",{"type":165,"attributes":509,"content":511},{"id":510},"ai_summarization-inline-css",".ai-summarization-summary{--ai-summary-border-color:#1d2327;--ai-summary-background-color:rgba(29,35,39,.04);background-color:var(--ai-summary-background-color);border-left:4px solid var(--ai-summary-border-color);padding:1em 1.25em}.ai-summarization-summary>:last-child{margin-bottom:0}.ai-summarization-plugin-container .components-button.ai-summarization-plugin-button{justify-content:center;width:100%}.ai-summarization-plugin-container .description{color:#757575}.block-editor-block-popover .ai-summarization-block-controls-button{height:46px;margin-top:1px}\n\n/*# sourceURL=https://api.brawlers.cloud/wp-content/plugins/ai/build-scripts/experiments/summarization.css */",{"type":165,"attributes":513,"content":515},{"id":514},"global-styles-inline-css",":root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #1b1718;--wp--preset--color--primary: #0ea5e9;--wp--preset--color--secondary: #3b82f6;--wp--preset--color--accent: #eab308;--wp--preset--color--muted: #64748b;--wp--preset--color--danger: #e11d48;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 0.875em;--wp--preset--font-size--medium: 1.125em;--wp--preset--font-size--large: 1.25em;--wp--preset--font-size--x-large: 1.375em;--wp--preset--font-size--x-small: 0.75em;--wp--preset--font-size--regular: 1em;--wp--preset--font-size--xx-large: 1.5em;--wp--preset--font-size--xxx-large: 1.875em;--wp--preset--font-size--xxxx-large: 2.25em;--wp--preset--font-family--primary: system-ui, ui-sans-serif, sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 918px;--wp--style--global--wide-size: calc(100% - 120px); }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{font-family: var(--wp--preset--font-family--primary);font-size: var(--wp--preset--font-size--regular);line-height: 1.2;--wp--style--root--padding-top: 0px;--wp--style--root--padding-right: 0px;--wp--style--root--padding-bottom: 0px;--wp--style--root--padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-base-color{color: var(--wp--preset--color--base) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-accent-color{color: var(--wp--preset--color--accent) !important;}.has-muted-color{color: var(--wp--preset--color--muted) !important;}.has-danger-color{color: var(--wp--preset--color--danger) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-background-color{background-color: var(--wp--preset--color--base) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--wp--preset--color--secondary) !important;}.has-accent-background-color{background-color: var(--wp--preset--color--accent) !important;}.has-muted-background-color{background-color: var(--wp--preset--color--muted) !important;}.has-danger-background-color{background-color: var(--wp--preset--color--danger) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-border-color{border-color: var(--wp--preset--color--base) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-accent-border-color{border-color: var(--wp--preset--color--accent) !important;}.has-muted-border-color{border-color: var(--wp--preset--color--muted) !important;}.has-danger-border-color{border-color: var(--wp--preset--color--danger) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-x-small-font-size{font-size: var(--wp--preset--font-size--x-small) !important;}.has-regular-font-size{font-size: var(--wp--preset--font-size--regular) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}.has-xxx-large-font-size{font-size: var(--wp--preset--font-size--xxx-large) !important;}.has-xxxx-large-font-size{font-size: var(--wp--preset--font-size--xxxx-large) !important;}.has-primary-font-family{font-family: var(--wp--preset--font-family--primary) !important;}\n:root :where(.wp-block-icon svg){width: 24px;}\n:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\n/*# sourceURL=global-styles-inline-css */",[],null,[519,521],{"version":60,"size":65,"extension":520},"apk",{"version":60,"size":79,"extension":522},"zip",311,4.5,{"self":526,"collection":532,"about":535,"author":538,"version-history":541,"predecessor-version":544,"wp:attachment":548,"wp:term":551,"curies":555},[527],{"href":528,"targetHints":529},"https://api.brawlers.cloud/wp-json/wp/v2/mod/94",{"allow":530},[531],"GET",[533],{"href":534},"https://api.brawlers.cloud/wp-json/wp/v2/mod",[536],{"href":537},"https://api.brawlers.cloud/wp-json/wp/v2/types/mod",[539],{"embeddable":153,"href":540},"https://api.brawlers.cloud/wp-json/wp/v2/users/2",[542],{"count":139,"href":543},"https://api.brawlers.cloud/wp-json/wp/v2/mod/94/revisions",[545],{"id":546,"href":547},580,"https://api.brawlers.cloud/wp-json/wp/v2/mod/94/revisions/580",[549],{"href":550},"https://api.brawlers.cloud/wp-json/wp/v2/media?parent=94",[552],{"taxonomy":553,"embeddable":153,"href":554},"post_tag","https://api.brawlers.cloud/wp-json/wp/v2/tags?post=94",[556],{"name":557,"href":558,"templated":153},"wp","https://api.w.org/{rel}",{"author":560,"wp:term":578},[561],{"id":20,"name":562,"url":22,"description":22,"link":563,"slug":564,"avatar_urls":565,"yoast_head":517,"yoast_head_json":517,"acf":569,"_links":570},"Brawlers Cloud Team","https://api.brawlers.cloud/author/content-agent/","content-agent",{"24":566,"48":567,"96":568},"https://secure.gravatar.com/avatar/506757a8f65a70f7aec170f2050f5c0b1ed120961b13b1db1180a79558617c52?s=24&d=mm&r=g","https://secure.gravatar.com/avatar/506757a8f65a70f7aec170f2050f5c0b1ed120961b13b1db1180a79558617c52?s=48&d=mm&r=g","https://secure.gravatar.com/avatar/506757a8f65a70f7aec170f2050f5c0b1ed120961b13b1db1180a79558617c52?s=96&d=mm&r=g",[],{"self":571,"collection":575},[572],{"href":540,"targetHints":573},{"allow":574},[531],[576],{"href":577},"https://api.brawlers.cloud/wp-json/wp/v2/users",[579],[580,632,679],{"id":28,"link":581,"name":582,"slug":583,"taxonomy":553,"yoast_head":584,"yoast_head_json":585,"icon":612,"_links":613},"https://brawlers.cloud/tag/android/","Android","android","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>Brawl Stars Android Mods — Free APK &amp; IPA Download\u003C/title>\n\u003Cmeta name=\"description\" content=\"Download Brawl Stars mods for Android — free APK files for private servers, modded features, and unlocked content. Verified builds updated for 2026.\" />\n\u003Cmeta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\u003Clink rel=\"canonical\" href=\"https://api.brawlers.cloud/tag/android/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"Brawl Stars Android Mods — Free APK &amp; IPA Download\" />\n\u003Cmeta property=\"og:description\" content=\"Download Brawl Stars mods for Android — free APK files for private servers, modded features, and unlocked content. Verified builds updated for 2026.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/tag/android/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta name=\"twitter:card\" content=\"summary_large_image\" />\n\u003Cscript type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/android\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/android\\/\",\"name\":\"Brawl Stars Android Mods — Free APK & IPA Download\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"description\":\"Download Brawl Stars mods for Android — free APK files for private servers, modded features, and unlocked content. Verified builds updated for 2026.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/android\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/android\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Android\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"name\":\"Brawlers Cloud\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\"},\"alternateName\":\"Brawlers Cloud\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/api.brawlers.cloud\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\",\"name\":\"Brawlers Cloud\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"contentUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Brawlers Cloud\"},\"image\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\"}}]}\u003C/script>\n\u003C!-- / Yoast SEO plugin. -->",{"title":586,"description":587,"robots":588,"canonical":589,"og_locale":92,"og_type":93,"og_title":586,"og_description":587,"og_url":589,"og_site_name":94,"twitter_card":102,"schema":590},"Brawl Stars Android Mods — Free APK & IPA Download","Download Brawl Stars mods for Android — free APK files for private servers, modded features, and unlocked content. Verified builds updated for 2026.",{"index":87,"follow":88,"max-snippet":89,"max-image-preview":90,"max-video-preview":91},"https://api.brawlers.cloud/tag/android/",{"@context":106,"@graph":591},[592,598,602,609],{"@type":593,"@id":589,"url":589,"name":586,"isPartOf":594,"description":587,"breadcrumb":596,"inLanguage":120},"CollectionPage",{"@id":595},"https://api.brawlers.cloud/#website",{"@id":597},"https://api.brawlers.cloud/tag/android/#breadcrumb",{"@type":128,"@id":597,"itemListElement":599},[600,601],{"@type":131,"position":132,"name":133,"item":134},{"@type":131,"position":20,"name":582},{"@type":141,"@id":595,"url":134,"name":94,"description":22,"publisher":603,"alternateName":94,"potentialAction":604,"inLanguage":120},{"@id":144},[605],{"@type":147,"target":606,"query-input":608},{"@type":149,"urlTemplate":607},"https://api.brawlers.cloud/?s={search_term_string}",{"@type":152,"valueRequired":153,"valueName":154},{"@type":156,"@id":144,"name":94,"url":134,"logo":610,"image":611},{"@type":126,"inLanguage":120,"@id":159,"url":160,"contentUrl":160,"width":161,"height":161,"caption":94},{"@id":159},"i-lucide-bot",{"self":614,"collection":619,"about":622,"wp:post_type":625,"curies":630},[615],{"href":616,"targetHints":617},"https://api.brawlers.cloud/wp-json/wp/v2/tags/5",{"allow":618},[531],[620],{"href":621},"https://api.brawlers.cloud/wp-json/wp/v2/tags",[623],{"href":624},"https://api.brawlers.cloud/wp-json/wp/v2/taxonomies/post_tag",[626,628],{"href":627},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=5",{"href":629},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=5",[631],{"name":557,"href":558,"templated":153},{"id":20,"link":633,"name":634,"slug":635,"taxonomy":553,"yoast_head":636,"yoast_head_json":637,"icon":661,"_links":662},"https://brawlers.cloud/tag/private-server/","Private Server","private-server","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>Brawl Stars Private Server Mods — Free APK &amp; IPA Download\u003C/title>\n\u003Cmeta name=\"description\" content=\"Download the Null&#039;s Brawl private server mod — every brawler, skin, and gadget unlocked, plus unlimited gems. Free APK &amp; IPA for Android and iOS.\" />\n\u003Cmeta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\u003Clink rel=\"canonical\" href=\"https://api.brawlers.cloud/tag/private-server/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"Brawl Stars Private Server Mods — Free APK &amp; IPA Download\" />\n\u003Cmeta property=\"og:description\" content=\"Download the Null&#039;s Brawl private server mod — every brawler, skin, and gadget unlocked, plus unlimited gems. Free APK &amp; IPA for Android and iOS.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/tag/private-server/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta name=\"twitter:card\" content=\"summary_large_image\" />\n\u003Cscript type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/private-server\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/private-server\\/\",\"name\":\"Brawl Stars Private Server Mods — Free APK & IPA Download\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"description\":\"Download the Null's Brawl private server mod — every brawler, skin, and gadget unlocked, plus unlimited gems. Free APK & IPA for Android and iOS.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/private-server\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/private-server\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Private Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"name\":\"Brawlers Cloud\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\"},\"alternateName\":\"Brawlers Cloud\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/api.brawlers.cloud\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\",\"name\":\"Brawlers Cloud\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"contentUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Brawlers Cloud\"},\"image\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\"}}]}\u003C/script>\n\u003C!-- / Yoast SEO plugin. -->",{"title":638,"description":639,"robots":640,"canonical":641,"og_locale":92,"og_type":93,"og_title":638,"og_description":639,"og_url":641,"og_site_name":94,"twitter_card":102,"schema":642},"Brawl Stars Private Server Mods — Free APK & IPA Download","Download the Null's Brawl private server mod — every brawler, skin, and gadget unlocked, plus unlimited gems. Free APK & IPA for Android and iOS.",{"index":87,"follow":88,"max-snippet":89,"max-image-preview":90,"max-video-preview":91},"https://api.brawlers.cloud/tag/private-server/",{"@context":106,"@graph":643},[644,648,652,658],{"@type":593,"@id":641,"url":641,"name":638,"isPartOf":645,"description":639,"breadcrumb":646,"inLanguage":120},{"@id":595},{"@id":647},"https://api.brawlers.cloud/tag/private-server/#breadcrumb",{"@type":128,"@id":647,"itemListElement":649},[650,651],{"@type":131,"position":132,"name":133,"item":134},{"@type":131,"position":20,"name":634},{"@type":141,"@id":595,"url":134,"name":94,"description":22,"publisher":653,"alternateName":94,"potentialAction":654,"inLanguage":120},{"@id":144},[655],{"@type":147,"target":656,"query-input":657},{"@type":149,"urlTemplate":607},{"@type":152,"valueRequired":153,"valueName":154},{"@type":156,"@id":144,"name":94,"url":134,"logo":659,"image":660},{"@type":126,"inLanguage":120,"@id":159,"url":160,"contentUrl":160,"width":161,"height":161,"caption":94},{"@id":159},"i-lucide-globe-lock",{"self":663,"collection":668,"about":670,"wp:post_type":672,"curies":677},[664],{"href":665,"targetHints":666},"https://api.brawlers.cloud/wp-json/wp/v2/tags/2",{"allow":667},[531],[669],{"href":621},[671],{"href":624},[673,675],{"href":674},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=2",{"href":676},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=2",[678],{"name":557,"href":558,"templated":153},{"id":29,"link":680,"name":681,"slug":682,"taxonomy":553,"yoast_head":683,"yoast_head_json":684,"icon":708,"_links":709},"https://brawlers.cloud/tag/selfhost/","Selfhost","selfhost","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>Brawl Stars Selfhost Mods — Free APK &amp; IPA Download\u003C/title>\n\u003Cmeta name=\"description\" content=\"Set up your own Brawl Stars private server — free self-hosted mod builds and server tools for players who want full control. Updated for 2026.\" />\n\u003Cmeta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" />\n\u003Clink rel=\"canonical\" href=\"https://api.brawlers.cloud/tag/selfhost/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"Brawl Stars Selfhost Mods — Free APK &amp; IPA Download\" />\n\u003Cmeta property=\"og:description\" content=\"Set up your own Brawl Stars private server — free self-hosted mod builds and server tools for players who want full control. Updated for 2026.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/tag/selfhost/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta name=\"twitter:card\" content=\"summary_large_image\" />\n\u003Cscript type=\"application/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\/\\/schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/selfhost\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/selfhost\\/\",\"name\":\"Brawl Stars Selfhost Mods — Free APK & IPA Download\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"description\":\"Set up your own Brawl Stars private server — free self-hosted mod builds and server tools for players who want full control. Updated for 2026.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/selfhost\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/selfhost\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Selfhost\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"name\":\"Brawlers Cloud\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\"},\"alternateName\":\"Brawlers Cloud\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\/\\/api.brawlers.cloud\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#organization\",\"name\":\"Brawlers Cloud\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"contentUrl\":\"https:\\/\\/api.brawlers.cloud\\/wp-content\\/uploads\\/2026\\/01\\/brawlers-cloud-logo.png\",\"width\":512,\"height\":512,\"caption\":\"Brawlers Cloud\"},\"image\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#\\/schema\\/logo\\/image\\/\"}}]}\u003C/script>\n\u003C!-- / Yoast SEO plugin. -->",{"title":685,"description":686,"robots":687,"canonical":688,"og_locale":92,"og_type":93,"og_title":685,"og_description":686,"og_url":688,"og_site_name":94,"twitter_card":102,"schema":689},"Brawl Stars Selfhost Mods — Free APK & IPA Download","Set up your own Brawl Stars private server — free self-hosted mod builds and server tools for players who want full control. Updated for 2026.",{"index":87,"follow":88,"max-snippet":89,"max-image-preview":90,"max-video-preview":91},"https://api.brawlers.cloud/tag/selfhost/",{"@context":106,"@graph":690},[691,695,699,705],{"@type":593,"@id":688,"url":688,"name":685,"isPartOf":692,"description":686,"breadcrumb":693,"inLanguage":120},{"@id":595},{"@id":694},"https://api.brawlers.cloud/tag/selfhost/#breadcrumb",{"@type":128,"@id":694,"itemListElement":696},[697,698],{"@type":131,"position":132,"name":133,"item":134},{"@type":131,"position":20,"name":681},{"@type":141,"@id":595,"url":134,"name":94,"description":22,"publisher":700,"alternateName":94,"potentialAction":701,"inLanguage":120},{"@id":144},[702],{"@type":147,"target":703,"query-input":704},{"@type":149,"urlTemplate":607},{"@type":152,"valueRequired":153,"valueName":154},{"@type":156,"@id":144,"name":94,"url":134,"logo":706,"image":707},{"@type":126,"inLanguage":120,"@id":159,"url":160,"contentUrl":160,"width":161,"height":161,"caption":94},{"@id":159},"i-lucide-server",{"self":710,"collection":715,"about":717,"wp:post_type":719,"curies":724},[711],{"href":712,"targetHints":713},"https://api.brawlers.cloud/wp-json/wp/v2/tags/8",{"allow":714},[531],[716],{"href":621},[718],{"href":624},[720,722],{"href":721},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=8",{"href":723},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=8",[725],{"name":557,"href":558,"templated":153},[727],{"id":728,"label":729,"defaultExpanded":153,"children":730},"folder:eebb62943f31","C:/",[731,742],{"id":732,"label":733,"children":734},"folder:146503de51fa","android/",[735],{"id":736,"label":737,"children":738},"folder:a9bf159e86a5","latest/",[739],{"id":740,"label":62,"file_id":66,"mod_id":4,"icon":61,"version":60,"size":65,"last_updated":741,"scan_sha256":67,"scan_engine_name":68,"scan_engine_version":69,"scan_db_version":70,"scan_db_date":71,"scan_signatures_count":72,"scanned_at":73},"file:5d6196ccf256","2026-07-23T15:22:00+00:00",{"id":743,"label":744,"children":745},"folder:525263433878","server/",[746],{"id":747,"label":737,"children":748},"folder:87d22aaaa02e",[749],{"id":750,"label":76,"file_id":80,"mod_id":4,"icon":75,"version":60,"size":79,"last_updated":751,"scan_sha256":82,"scan_engine_name":68,"scan_engine_version":69,"scan_db_version":70,"scan_db_date":71,"scan_signatures_count":72,"scanned_at":83},"file:88b7f7502bc8","2026-07-23T15:23:00+00:00",[753],{"id":754,"title":755,"description":756,"image":757,"imageAlt":22,"imageSrcset":758,"date":759,"dateLabel":760,"category":761,"childCategory":766,"to":770,"status":517,"readingTime":771},296,"How to Install a Brawl Stars Mod APK on Android (Complete Guide)","A no-root, step-by-step walkthrough for installing any Brawl Stars mod APK on Android","https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android.jpg","https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android-300x158.jpg 300w, https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android-1024x538.jpg 1024w, https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android-150x150.jpg 150w, https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android-768x403.jpg 768w, https://api.brawlers.cloud/wp-content/uploads/2026/07/how-to-install-a-brawl-stars-mod-apk-on-android.jpg 1200w","2026-04-10T06:17:26","Apr 10, 2026",{"id":762,"name":763,"slug":764,"color":765},10,"Guide","guide","emerald",{"id":767,"name":768,"slug":769,"color":765},14,"How-To","how-to","/blog/how-to-install-a-brawl-stars-mod-apk-on-android-complete-guide",4,[773,784,795],{"id":774,"title":775,"description":776,"tags":777,"to":778,"count":779,"rating":21,"status":517,"icon":780,"sizeLabel":782,"version":783},582,"Batus Brawl","Batus Brawl v28 is an Android Brawl Stars private server with clubs, win streaks, and extra progression features on a classic-era client.",[],"https://brawlers.cloud/mods/batus-brawl/",151,{"url":781},"https://api.brawlers.cloud/wp-content/uploads/2026/07/photo_2026-07-25-20.08.39-128x128.jpeg","170 MB","v28.189",{"id":785,"title":786,"description":787,"tags":788,"to":789,"count":790,"rating":21,"status":517,"icon":791,"sizeLabel":793,"version":794},540,"Arcane Brawl","Arcane Brawl is an Android private server from the Ex Brawl team, built on a classic-era client with its own original seasons instead of chasing the newest official update.",[],"https://brawlers.cloud/mods/arcane-brawl/",18,{"url":792},"https://api.brawlers.cloud/wp-content/uploads/2026/07/ex-brawl-icon-128x128.jpg","133 MB","v24",{"id":796,"title":797,"description":798,"tags":799,"to":800,"count":801,"rating":802,"status":517,"icon":803,"sizeLabel":805,"version":806},155,"Classic Brawl","Classic Brawl is an open-source Python server emulator for the older v26.184 Brawl Stars client, meant for self-hosting rather than an instant install.",[],"https://brawlers.cloud/mods/classic-brawl/",1852,4.2,{"url":804},"https://api.brawlers.cloud/wp-content/uploads/2026/07/classic-brawl.webp","143 MB","v26.184"]