[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"mod-bsl-csharp":3,"mod-files-102":668,"related-guides-102":694,"related-mods-102":695},{"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":29,"acf":36,"yoast_head":85,"yoast_head_json":86,"styles":152,"scripts":505,"icon_url":506,"primary_files":507,"download_count":55,"rating_count":512,"rating":513,"_links":514,"_embedded":548},102,"2026-07-09T12:08:38",{"rendered":7},"https://brawlers.cloud/?post_type=mod&#038;p=102","2026-07-23T17:34:35","bsl-csharp","publish","mod","https://brawlers.cloud/mods/bsl-csharp/",{"rendered":14},"BSL (C#)",{"rendered":16,"protected":17},"\n\u003Ch2 class=\"wp-block-heading\">BSL (C#) Overview\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">\u003Cstrong>BSL (C#)\u003C/strong> is a self-hosted Brawl Stars private server written in C#, aimed at players who want to run and fully control a server for a recent version of the game — currently version \u003Cstrong>v59\u003C/strong>. It&#8217;s part of the same BSL naming lineage as the Python builds, but rewritten in C#, which typically means it runs as a compiled .NET application instead of a Python script.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Full Control of the Server\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">Being written in C# and hosted by you, BSL (C#) gives the operator direct control over the server: match logic, accounts, progression, and configuration all live on infrastructure you run, rather than on Supercell&#8217;s official servers. This is the core appeal of any private server in this family — nothing is hidden behind a closed backend.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">What Running It Involves\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">As a C#/.NET project, BSL (C#) generally needs a .NET runtime installed on the host machine, plus a database for player data. You build or run the compiled server, point a compatible patched Brawl Stars client at your server&#8217;s address, and the client connects the same way it would to an official server — just talking to your machine instead. This is not an APK you tap and play; it&#8217;s server software meant for a PC, VPS, or home server.\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 (not a mobile install)\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\">C# / .NET\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\">v59\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\">.NET runtime, a database, a matching patched client\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Who Should Use It\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">BSL (C#) suits developers, server admins, and hobbyists who want a recent-version Brawl Stars private server they can configure, extend, or host for a small community — a step up in complexity from downloading a pre-built mod, but with far more flexibility.\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\n",false,{"rendered":19,"protected":17},"\u003Cp>BSL (C#) is a self-hosted Brawl Stars private server written in C#, aimed at recent game versions with full server-side control, currently at v59.\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 c#","BSL C# — Self-Hosted v59 Private Server","BSL C# is a self-hosted Brawl Stars private server for client v59, for developers and admins.",[20,28],8,[30,11,31,32,33,34,35],"post-102","type-mod","status-publish","hentry","tag-private-server","tag-selfhost",{"faq":37,"releases":50,"download_count":55,"mod_files":56},[38,41,44,47],{"question":39,"answer":40},"Do I need to install anything to run BSL (C#)?","Yes — a .NET runtime to run the compiled server, plus typically a database for accounts and progression. You'll also need a patched client that matches the server's supported version.",{"question":42,"answer":43},"Is this the same as the Python version of BSL?","It's part of the same BSL project lineage but rewritten in C# rather than Python, targeting a different (more recent) game version, v59.",{"question":45,"answer":46},"Can I play immediately after downloading?","No. This is source/server software you host yourself, not an installable APK. You need to run the server and connect a patched client to it.",{"question":48,"answer":49},"Is it safe to self-host?","Running server software you build or compile yourself carries the normal risks of any self-hosted project — only run it on machines and networks you control, and review the source before deploying it.",[51],{"title":52,"date":53,"description":54},"v59","2026-07-18","BSL (C#) shipped its v59 build, a self-hosted Brawl Stars private server rewritten in C# and targeting a more recent client version than the original Python-based BSL project. Running it requires a .NET runtime and a database for account data, plus a separately patched client matching v59.",2915,[57,73],{"version":58,"icon":59,"remote_key":60,"relative_path":60,"path":61,"relative_path_display":60,"last_modified":62,"original_filename":60,"filesize_bytes":63,"file_id":64,"mime_type":65,"sha256":66,"scan_sha256":66,"scan_engine_name":67,"scan_engine_version":68,"scan_db_version":69,"scan_db_date":70,"scan_signatures_count":71,"scanned_at":72},"59","i-lucide-file-archive","BSL.v59-main.zip","server/latest/BSL.v59-main.zip","2026-07-17 23:51",1286879,"e44b26cd1fc5db19519f1d28efc021d665a7a5c3","application/zip","298554ac053c7561e5a86e5520bfc0291de74ebd66113099c4b2e40200c289ca","ClamAV","1.5.3","28058","2026-07-12",3627896,"2026-07-18T01:17:39Z",{"version":58,"icon":74,"remote_key":75,"relative_path":75,"path":76,"relative_path_display":75,"last_modified":77,"original_filename":75,"filesize_bytes":78,"file_id":79,"mime_type":22,"sha256":80,"scan_sha256":80,"scan_engine_name":67,"scan_engine_version":68,"scan_db_version":81,"scan_db_date":82,"scan_signatures_count":83,"scanned_at":84},"i-heroicons-device-phone-mobile","bsl-csharp-v59.apk","android/latest/bsl-csharp-v59.apk","2026-07-23 16:15",675836491,"ccf54b1de2e6f220389541db668b8fda059ffade","5bb5d7b73392967642a401bf2669c4a939a95063c5d7d33a300bf8b2ded2c3be","28068","2026-07-22",3627927,"2026-07-23T17:00:13Z","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>BSL C# — Self-Hosted v59 Private Server\u003C/title>\n\u003Cmeta name=\"description\" content=\"BSL C# is a self-hosted Brawl Stars private server for client v59, for developers and admins.\" />\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-csharp/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"BSL C# — Self-Hosted v59 Private Server\" />\n\u003Cmeta property=\"og:description\" content=\"BSL C# is a self-hosted Brawl Stars private server for client v59, for developers and admins.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/mods/bsl-csharp/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta property=\"article:modified_time\" content=\"2026-07-23T17:34:35+00:00\" />\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=\"2 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-csharp\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-csharp\\/\",\"name\":\"BSL C# — Self-Hosted v59 Private Server\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"datePublished\":\"2026-07-09T12:08:38+00:00\",\"dateModified\":\"2026-07-23T17:34:35+00:00\",\"description\":\"BSL C# is a self-hosted Brawl Stars private server for client v59, for developers and admins.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-csharp\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-csharp\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/bsl-csharp\\/#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 (C#)\"}]},{\"@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":87,"canonical":12,"og_locale":93,"og_type":94,"og_title":25,"og_description":26,"og_url":12,"og_site_name":95,"article_modified_time":96,"twitter_card":97,"twitter_misc":98,"schema":100},{"index":88,"follow":89,"max-snippet":90,"max-image-preview":91,"max-video-preview":92},"index","follow","max-snippet:-1","max-image-preview:large","max-video-preview:-1","en_US","article","Brawlers Cloud","2026-07-23T17:34:35+00:00","summary_large_image",{"Est. reading time":99},"2 minutes",{"@context":101,"@graph":102},"https://schema.org",[103,115,128,143],{"@type":104,"@id":12,"url":12,"name":25,"isPartOf":105,"datePublished":107,"dateModified":96,"description":26,"breadcrumb":108,"inLanguage":110,"potentialAction":111},"WebPage",{"@id":106},"https://brawlers.cloud/#website","2026-07-09T12:08:38+00:00",{"@id":109},"https://brawlers.cloud/mods/bsl-csharp/#breadcrumb","en-US",[112],{"@type":113,"target":114},"ReadAction",[12],{"@type":116,"@id":109,"itemListElement":117},"BreadcrumbList",[118,123,126],{"@type":119,"position":120,"name":121,"item":122},"ListItem",1,"Home","https://api.brawlers.cloud/",{"@type":119,"position":20,"name":124,"item":125},"Mods","https://api.brawlers.cloud/mods/",{"@type":119,"position":127,"name":14},3,{"@type":129,"@id":106,"url":130,"name":95,"description":22,"publisher":131,"alternateName":95,"potentialAction":133,"inLanguage":110},"WebSite","https://brawlers.cloud/",{"@id":132},"https://api.brawlers.cloud/#organization",[134],{"@type":135,"target":136,"query-input":139},"SearchAction",{"@type":137,"urlTemplate":138},"EntryPoint","https://brawlers.cloud/?s={search_term_string}",{"@type":140,"valueRequired":141,"valueName":142},"PropertyValueSpecification",true,"search_term_string",{"@type":144,"@id":145,"name":95,"url":130,"logo":146,"image":151},"Organization","https://brawlers.cloud/#organization",{"@type":147,"inLanguage":110,"@id":148,"url":149,"contentUrl":149,"width":150,"height":150,"caption":95},"ImageObject","https://api.brawlers.cloud/#/schema/logo/image/","https://api.brawlers.cloud/wp-content/uploads/2026/01/brawlers-cloud-logo.png",512,{"@id":148},[153,158,162,166,173,177,181,185,189,193,197,201,205,209,213,217,221,225,229,233,237,241,245,249,253,257,261,265,269,273,277,281,285,289,293,297,301,305,309,313,317,321,325,329,333,337,341,345,349,353,357,361,365,369,373,377,381,385,389,393,397,401,405,409,413,417,421,425,429,433,437,441,445,449,453,457,461,465,469,473,477,481,485,489,493,497,501],{"type":154,"attributes":155,"content":157},"inline",{"id":156},"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":154,"attributes":159,"content":161},{"id":160},"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":154,"attributes":163,"content":165},{"id":164},"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":167,"attributes":168},"link",{"rel":169,"id":170,"href":171,"media":172},"stylesheet","wp-block-table-css","https://api.brawlers.cloud/wp-includes/blocks/table/style.css?ver=1783960084","all",{"type":154,"attributes":174,"content":176},{"id":175},"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":154,"attributes":178,"content":180},{"id":179},"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":167,"attributes":182},{"rel":169,"id":183,"href":184,"media":172},"wp-block-library-css","https://api.brawlers.cloud/wp-includes/css/dist/block-library/common.css?ver=7.0.2",{"type":154,"attributes":186,"content":188},{"id":187},"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":154,"attributes":190,"content":192},{"id":191},"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":154,"attributes":194,"content":196},{"id":195},"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":154,"attributes":198,"content":200},{"id":199},"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":154,"attributes":202,"content":204},{"id":203},"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":154,"attributes":206,"content":208},{"id":207},"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":154,"attributes":210,"content":212},{"id":211},"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":154,"attributes":214,"content":216},{"id":215},"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":154,"attributes":218,"content":220},{"id":219},"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":154,"attributes":222,"content":224},{"id":223},"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":154,"attributes":226,"content":228},{"id":227},"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":154,"attributes":230,"content":232},{"id":231},"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":154,"attributes":234,"content":236},{"id":235},"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":154,"attributes":238,"content":240},{"id":239},"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":167,"attributes":242},{"rel":169,"id":243,"href":244,"media":172},"wp-block-comments-css","https://api.brawlers.cloud/wp-includes/blocks/comments/style.css?ver=1783960084",{"type":154,"attributes":246,"content":248},{"id":247},"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":167,"attributes":250},{"rel":169,"id":251,"href":252,"media":172},"wp-block-cover-css","https://api.brawlers.cloud/wp-includes/blocks/cover/style.css?ver=1783960084",{"type":154,"attributes":254,"content":256},{"id":255},"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":154,"attributes":258,"content":260},{"id":259},"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":154,"attributes":262,"content":264},{"id":263},"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":167,"attributes":266},{"rel":169,"id":267,"href":268,"media":172},"wp-block-gallery-css","https://api.brawlers.cloud/wp-includes/blocks/gallery/style.css?ver=1783960084",{"type":154,"attributes":270,"content":272},{"id":271},"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":167,"attributes":274},{"rel":169,"id":275,"href":276,"media":172},"wp-block-image-css","https://api.brawlers.cloud/wp-includes/blocks/image/style.css?ver=1783960084",{"type":154,"attributes":278,"content":280},{"id":279},"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":167,"attributes":282},{"rel":169,"id":283,"href":284,"media":172},"wp-block-latest-posts-css","https://api.brawlers.cloud/wp-includes/blocks/latest-posts/style.css?ver=1783960084",{"type":154,"attributes":286,"content":288},{"id":287},"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":154,"attributes":290,"content":292},{"id":291},"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":167,"attributes":294},{"rel":169,"id":295,"href":296,"media":172},"wp-block-media-text-css","https://api.brawlers.cloud/wp-includes/blocks/media-text/style.css?ver=1783960084",{"type":167,"attributes":298},{"rel":169,"id":299,"href":300,"media":172},"wp-block-navigation-css","https://api.brawlers.cloud/wp-includes/blocks/navigation/style.css?ver=1783960084",{"type":154,"attributes":302,"content":304},{"id":303},"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":154,"attributes":306,"content":308},{"id":307},"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":154,"attributes":310,"content":312},{"id":311},"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":154,"attributes":314,"content":316},{"id":315},"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":154,"attributes":318,"content":320},{"id":319},"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":154,"attributes":322,"content":324},{"id":323},"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":154,"attributes":326,"content":328},{"id":327},"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":154,"attributes":330,"content":332},{"id":331},"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":154,"attributes":334,"content":336},{"id":335},"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":154,"attributes":338,"content":340},{"id":339},"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":154,"attributes":342,"content":344},{"id":343},"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":154,"attributes":346,"content":348},{"id":347},"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":154,"attributes":350,"content":352},{"id":351},"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":154,"attributes":354,"content":356},{"id":355},"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":154,"attributes":358,"content":360},{"id":359},"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":167,"attributes":362},{"rel":169,"id":363,"href":364,"media":172},"wp-block-post-template-css","https://api.brawlers.cloud/wp-includes/blocks/post-template/style.css?ver=1783960084",{"type":154,"attributes":366,"content":368},{"id":367},"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":154,"attributes":370,"content":372},{"id":371},"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":154,"attributes":374,"content":376},{"id":375},"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":154,"attributes":378,"content":380},{"id":379},"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":154,"attributes":382,"content":384},{"id":383},"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":154,"attributes":386,"content":388},{"id":387},"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":154,"attributes":390,"content":392},{"id":391},"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":167,"attributes":394},{"rel":169,"id":395,"href":396,"media":172},"wp-block-rss-css","https://api.brawlers.cloud/wp-includes/blocks/rss/style.css?ver=1783960084",{"type":167,"attributes":398},{"rel":169,"id":399,"href":400,"media":172},"wp-block-search-css","https://api.brawlers.cloud/wp-includes/blocks/search/style.css?ver=1783960084",{"type":154,"attributes":402,"content":404},{"id":403},"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":154,"attributes":406,"content":408},{"id":407},"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":154,"attributes":410,"content":412},{"id":411},"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":154,"attributes":414,"content":416},{"id":415},"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":154,"attributes":418,"content":420},{"id":419},"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":154,"attributes":422,"content":424},{"id":423},"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":154,"attributes":426,"content":428},{"id":427},"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":154,"attributes":430,"content":432},{"id":431},"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":154,"attributes":434,"content":436},{"id":435},"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":154,"attributes":438,"content":440},{"id":439},"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":154,"attributes":442,"content":444},{"id":443},"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":154,"attributes":446,"content":448},{"id":447},"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":154,"attributes":450,"content":452},{"id":451},"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":167,"attributes":454},{"rel":169,"id":455,"href":456,"media":172},"wp-block-columns-css","https://api.brawlers.cloud/wp-includes/blocks/columns/style.css?ver=1783960083",{"type":167,"attributes":458},{"rel":169,"id":459,"href":460,"media":172},"wp-block-embed-css","https://api.brawlers.cloud/wp-includes/blocks/embed/style.css?ver=1783960084",{"type":154,"attributes":462,"content":464},{"id":463},"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":154,"attributes":466,"content":468},{"id":467},"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":154,"attributes":470,"content":472},{"id":471},"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":154,"attributes":474,"content":476},{"id":475},"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":154,"attributes":478,"content":480},{"id":479},"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":167,"attributes":482},{"rel":169,"id":483,"href":484,"media":172},"wp-block-social-links-css","https://api.brawlers.cloud/wp-includes/blocks/social-links/style.css?ver=1783960084",{"type":154,"attributes":486,"content":488},{"id":487},"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":154,"attributes":490,"content":492},{"id":491},"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":154,"attributes":494,"content":496},{"id":495},"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":154,"attributes":498,"content":500},{"id":499},"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":154,"attributes":502,"content":504},{"id":503},"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,[508,510],{"version":58,"size":63,"extension":509},"zip",{"version":58,"size":78,"extension":511},"apk",296,4.4,{"self":515,"collection":521,"about":524,"author":527,"version-history":530,"predecessor-version":533,"wp:attachment":537,"wp:term":540,"curies":544},[516],{"href":517,"targetHints":518},"https://api.brawlers.cloud/wp-json/wp/v2/mod/102",{"allow":519},[520],"GET",[522],{"href":523},"https://api.brawlers.cloud/wp-json/wp/v2/mod",[525],{"href":526},"https://api.brawlers.cloud/wp-json/wp/v2/types/mod",[528],{"embeddable":141,"href":529},"https://api.brawlers.cloud/wp-json/wp/v2/users/2",[531],{"count":127,"href":532},"https://api.brawlers.cloud/wp-json/wp/v2/mod/102/revisions",[534],{"id":535,"href":536},536,"https://api.brawlers.cloud/wp-json/wp/v2/mod/102/revisions/536",[538],{"href":539},"https://api.brawlers.cloud/wp-json/wp/v2/media?parent=102",[541],{"taxonomy":542,"embeddable":141,"href":543},"post_tag","https://api.brawlers.cloud/wp-json/wp/v2/tags?post=102",[545],{"name":546,"href":547,"templated":141},"wp","https://api.w.org/{rel}",{"author":549,"wp:term":567},[550],{"id":20,"name":551,"url":22,"description":22,"link":552,"slug":553,"avatar_urls":554,"yoast_head":506,"yoast_head_json":506,"acf":558,"_links":559},"Brawlers Cloud Team","https://api.brawlers.cloud/author/content-agent/","content-agent",{"24":555,"48":556,"96":557},"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":560,"collection":564},[561],{"href":529,"targetHints":562},{"allow":563},[520],[565],{"href":566},"https://api.brawlers.cloud/wp-json/wp/v2/users",[568],[569,621],{"id":20,"link":570,"name":571,"slug":572,"taxonomy":542,"yoast_head":573,"yoast_head_json":574,"icon":601,"_links":602},"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":575,"description":576,"robots":577,"canonical":578,"og_locale":93,"og_type":94,"og_title":575,"og_description":576,"og_url":578,"og_site_name":95,"twitter_card":97,"schema":579},"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":88,"follow":89,"max-snippet":90,"max-image-preview":91,"max-video-preview":92},"https://api.brawlers.cloud/tag/private-server/",{"@context":101,"@graph":580},[581,587,591,598],{"@type":582,"@id":578,"url":578,"name":575,"isPartOf":583,"description":576,"breadcrumb":585,"inLanguage":110},"CollectionPage",{"@id":584},"https://api.brawlers.cloud/#website",{"@id":586},"https://api.brawlers.cloud/tag/private-server/#breadcrumb",{"@type":116,"@id":586,"itemListElement":588},[589,590],{"@type":119,"position":120,"name":121,"item":122},{"@type":119,"position":20,"name":571},{"@type":129,"@id":584,"url":122,"name":95,"description":22,"publisher":592,"alternateName":95,"potentialAction":593,"inLanguage":110},{"@id":132},[594],{"@type":135,"target":595,"query-input":597},{"@type":137,"urlTemplate":596},"https://api.brawlers.cloud/?s={search_term_string}",{"@type":140,"valueRequired":141,"valueName":142},{"@type":144,"@id":132,"name":95,"url":122,"logo":599,"image":600},{"@type":147,"inLanguage":110,"@id":148,"url":149,"contentUrl":149,"width":150,"height":150,"caption":95},{"@id":148},"i-lucide-globe-lock",{"self":603,"collection":608,"about":611,"wp:post_type":614,"curies":619},[604],{"href":605,"targetHints":606},"https://api.brawlers.cloud/wp-json/wp/v2/tags/2",{"allow":607},[520],[609],{"href":610},"https://api.brawlers.cloud/wp-json/wp/v2/tags",[612],{"href":613},"https://api.brawlers.cloud/wp-json/wp/v2/taxonomies/post_tag",[615,617],{"href":616},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=2",{"href":618},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=2",[620],{"name":546,"href":547,"templated":141},{"id":28,"link":622,"name":623,"slug":624,"taxonomy":542,"yoast_head":625,"yoast_head_json":626,"icon":650,"_links":651},"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":627,"description":628,"robots":629,"canonical":630,"og_locale":93,"og_type":94,"og_title":627,"og_description":628,"og_url":630,"og_site_name":95,"twitter_card":97,"schema":631},"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":88,"follow":89,"max-snippet":90,"max-image-preview":91,"max-video-preview":92},"https://api.brawlers.cloud/tag/selfhost/",{"@context":101,"@graph":632},[633,637,641,647],{"@type":582,"@id":630,"url":630,"name":627,"isPartOf":634,"description":628,"breadcrumb":635,"inLanguage":110},{"@id":584},{"@id":636},"https://api.brawlers.cloud/tag/selfhost/#breadcrumb",{"@type":116,"@id":636,"itemListElement":638},[639,640],{"@type":119,"position":120,"name":121,"item":122},{"@type":119,"position":20,"name":623},{"@type":129,"@id":584,"url":122,"name":95,"description":22,"publisher":642,"alternateName":95,"potentialAction":643,"inLanguage":110},{"@id":132},[644],{"@type":135,"target":645,"query-input":646},{"@type":137,"urlTemplate":596},{"@type":140,"valueRequired":141,"valueName":142},{"@type":144,"@id":132,"name":95,"url":122,"logo":648,"image":649},{"@type":147,"inLanguage":110,"@id":148,"url":149,"contentUrl":149,"width":150,"height":150,"caption":95},{"@id":148},"i-lucide-server",{"self":652,"collection":657,"about":659,"wp:post_type":661,"curies":666},[653],{"href":654,"targetHints":655},"https://api.brawlers.cloud/wp-json/wp/v2/tags/8",{"allow":656},[520],[658],{"href":610},[660],{"href":613},[662,664],{"href":663},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=8",{"href":665},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=8",[667],{"name":546,"href":547,"templated":141},[669],{"id":670,"label":671,"defaultExpanded":141,"children":672},"folder:eebb62943f31","C:/",[673,684],{"id":674,"label":675,"children":676},"folder:525263433878","server/",[677],{"id":678,"label":679,"children":680},"folder:87d22aaaa02e","latest/",[681],{"id":682,"label":60,"file_id":64,"mod_id":4,"icon":59,"version":58,"size":63,"last_updated":683,"scan_sha256":66,"scan_engine_name":67,"scan_engine_version":68,"scan_db_version":69,"scan_db_date":70,"scan_signatures_count":71,"scanned_at":72},"file:08a4984d4aba","2026-07-17T23:51:00+00:00",{"id":685,"label":686,"children":687},"folder:146503de51fa","android/",[688],{"id":689,"label":679,"children":690},"folder:a9bf159e86a5",[691],{"id":692,"label":75,"file_id":79,"mod_id":4,"icon":74,"version":58,"size":78,"last_updated":693,"scan_sha256":80,"scan_engine_name":67,"scan_engine_version":68,"scan_db_version":81,"scan_db_date":82,"scan_signatures_count":83,"scanned_at":84},"file:277ec44fbc5c","2026-07-23T16:15:00+00:00",[],[696,708,720],{"id":697,"title":698,"description":699,"tags":700,"to":701,"count":702,"rating":703,"status":506,"icon":704,"sizeLabel":706,"version":707},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":705},"https://api.brawlers.cloud/wp-content/uploads/2026/07/classic-brawl.webp","143 MB","v26.184",{"id":709,"title":710,"description":711,"tags":712,"to":713,"count":714,"rating":715,"status":506,"icon":716,"sizeLabel":718,"version":719},149,"Modern Brawl","Modern Brawl is an open-source Python server emulator for Brawl Stars v28.189, built for self-hosting rather than a direct install.",[],"https://brawlers.cloud/mods/modern-brawl/",402,3.9,{"url":717},"https://api.brawlers.cloud/wp-content/uploads/2026/07/modern-brawl-128x128.png","153 MB","v28.189",{"id":721,"title":722,"description":723,"tags":724,"to":725,"count":726,"rating":727,"status":506,"icon":728,"sizeLabel":730,"version":731},129,"BSDS","BSDS is a self-hosted Brawl Stars private server written in Python for legacy client versions, letting you unlock every item on your own server, currently at v45.225.",[],"https://brawlers.cloud/mods/bsds/",3488,4.5,{"url":729},"https://api.brawlers.cloud/wp-content/uploads/2026/07/bsds.webp","0.4 MB","v44"]