[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"mod-xcoder":3,"mod-files-98":601,"related-mods-98":617,"related-guides-98":629},{"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":35,"yoast_head":68,"yoast_head_json":69,"styles":135,"scripts":488,"icon_url":49,"primary_files":489,"download_count":50,"rating_count":492,"rating":493,"_links":494,"_embedded":528},98,"2026-07-09T12:06:56",{"rendered":7},"https://brawlers.cloud/?post_type=mod&#038;p=98","2026-07-23T13:50:28","xcoder","publish","mod","https://brawlers.cloud/mods/xcoder/",{"rendered":14},"XCoder",{"rendered":16,"protected":17},"\n\u003Ch2 class=\"wp-block-heading\">What Is XCoder\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">XCoder is a multiplatform modding tool designed for \u003Cstrong>any\u003C/strong> Supercell game, not just Brawl Stars. It&#8217;s built around one specific job: working with the \u003Ccode>.sc\u003C/code> file format Supercell uses to package sprites, textures, and other assets. It&#8217;s aimed at people who want to look inside a game&#8217;s asset files, pull out textures, or repackage edited assets back into a format the game can load.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">What It Actually Does\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">Per its public source code, XCoder handles SC compile and decompile — turning packed \u003Ccode>.sc\u003C/code> files into editable assets and back again — along with compression and decompression of the wrapper format Supercell uses around them. Newer game client versions store some textures as KTX, so XCoder has an optional module that shells out to Imagination Technologies&#8217; PVRTexToolCLI to handle those; you drop that CLI binary into XCoder&#8217;s \u003Ccode>bin/\u003C/code> folder (or add it to your PATH) to enable it.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Installation\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">XCoder is a Python tool rather than a one-click installer. On Windows, you install Python 3.11 or newer first (enabling pip, the launcher, and PATH integration during setup), then download a release, install its dependencies, and run it as a module from the command line. On Linux, the same idea applies through your system&#8217;s Python and package manager.\u003C/p>\n\n\n\n\u003Ch2 class=\"wp-block-heading\">Where It Fits In\u003C/h2>\n\n\n\n\u003Cp class=\"wp-block-paragraph\">XCoder itself doesn&#8217;t create private servers or gameplay mods — it&#8217;s the asset-editing layer underneath them, useful for anyone building or tweaking skins, UI textures, and other visual assets that later ship inside a private-server client or asset pack. Multiple community forks of the original project exist, so exact feature sets can vary a bit between versions.\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\">Developer tool, not a game or mod\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Language\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Python\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Core function\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">.sc file compile/decompile, compression/decompression\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Scope\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Any Supercell game, not Brawl Stars-specific\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">\u003Cstrong>Requirements\u003C/strong>\u003C/td>\u003Ctd class=\"has-text-align-left\" data-align=\"left\">Python 3.11+; optional PVRTexToolCLI for KTX textures\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\n\n",false,{"rendered":19,"protected":17},"\u003Cp>XCoder is a multiplatform desktop tool for decompiling and recompiling the .sc asset format used across Supercell&#8217;s games, including Brawl Stars, so modders can view and edit game assets directly.\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},"XCoder modding tool","XCoder Modding Tool: Compile & Decompile Supercell .sc Files","XCoder modding tool compiles and decompiles Supercell's .sc asset files — works with any Supercell game, Python-based, free.",[28],9,[30,11,31,32,33,34],"post-98","type-mod","status-publish","hentry","tag-utilities",{"faq":36,"releases":49,"download_count":50,"mod_files":51},[37,40,43,46],{"question":38,"answer":39},"Does XCoder work with Brawl Stars specifically?","Yes, along with other Supercell games that use the same .sc asset container format — it's designed as a general Supercell modding tool, not a Brawl Stars-only one.",{"question":41,"answer":42},"Do I need to know how to code to use XCoder?","You don't need to write code, but it is a Python-based command-line tool, so you'll need to install Python and run it from a terminal rather than double-clicking an installer.",{"question":44,"answer":45},"What are KTX textures and why does XCoder need extra setup for them?","KTX is a compressed texture format newer Supercell game clients use for some assets. Handling it requires an external CLI tool (PVRTexToolCLI) that XCoder calls out to — it's an optional module you enable by placing that binary where XCoder can find it.",{"question":47,"answer":48},"Is XCoder itself a mod I install in Brawl Stars?","No — it's a desktop tool for extracting and editing game assets on your computer. It doesn't run inside Brawl Stars and isn't something you install on a phone.",null,1423,[52],{"version":53,"icon":54,"remote_key":55,"relative_path":55,"path":56,"relative_path_display":55,"last_modified":57,"original_filename":55,"filesize_bytes":58,"file_id":59,"mime_type":60,"sha256":61,"scan_sha256":61,"scan_engine_name":62,"scan_engine_version":63,"scan_db_version":64,"scan_db_date":65,"scan_signatures_count":66,"scanned_at":67},"2.7.6","i-lucide-file-archive","xcoder-2.7.6.zip","tools/latest/xcoder-2.7.6.zip","2026-07-10 23:04",79842,"85bc9a82e7aa5eaef2c996e309fa5e3b2593a686","application/zip","13bf640a4466c751159df31433f4597230113671abd46c15de8873b72ee0e05b","ClamAV","1.5.3","28058","2026-07-12",3627896,"2026-07-13T02:26:48Z","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>XCoder Modding Tool: Compile &amp; Decompile Supercell .sc Files\u003C/title>\n\u003Cmeta name=\"description\" content=\"XCoder modding tool compiles and decompiles Supercell&#039;s .sc asset files — works with any Supercell game, Python-based, free.\" />\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/xcoder/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"XCoder Modding Tool: Compile &amp; Decompile Supercell .sc Files\" />\n\u003Cmeta property=\"og:description\" content=\"XCoder modding tool compiles and decompiles Supercell&#039;s .sc asset files — works with any Supercell game, Python-based, free.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/mods/xcoder/\" />\n\u003Cmeta property=\"og:site_name\" content=\"Brawlers Cloud\" />\n\u003Cmeta property=\"article:modified_time\" content=\"2026-07-23T13:50:28+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\\/xcoder\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/xcoder\\/\",\"name\":\"XCoder Modding Tool: Compile & Decompile Supercell .sc Files\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"datePublished\":\"2026-07-09T12:06:56+00:00\",\"dateModified\":\"2026-07-23T13:50:28+00:00\",\"description\":\"XCoder modding tool compiles and decompiles Supercell's .sc asset files — works with any Supercell game, Python-based, free.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/xcoder\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\/\\/api.brawlers.cloud\\/mods\\/xcoder\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/mods\\/xcoder\\/#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\":\"XCoder\"}]},{\"@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":70,"canonical":12,"og_locale":76,"og_type":77,"og_title":25,"og_description":26,"og_url":12,"og_site_name":78,"article_modified_time":79,"twitter_card":80,"twitter_misc":81,"schema":83},{"index":71,"follow":72,"max-snippet":73,"max-image-preview":74,"max-video-preview":75},"index","follow","max-snippet:-1","max-image-preview:large","max-video-preview:-1","en_US","article","Brawlers Cloud","2026-07-23T13:50:28+00:00","summary_large_image",{"Est. reading time":82},"2 minutes",{"@context":84,"@graph":85},"https://schema.org",[86,98,111,126],{"@type":87,"@id":12,"url":12,"name":25,"isPartOf":88,"datePublished":90,"dateModified":79,"description":26,"breadcrumb":91,"inLanguage":93,"potentialAction":94},"WebPage",{"@id":89},"https://brawlers.cloud/#website","2026-07-09T12:06:56+00:00",{"@id":92},"https://brawlers.cloud/mods/xcoder/#breadcrumb","en-US",[95],{"@type":96,"target":97},"ReadAction",[12],{"@type":99,"@id":92,"itemListElement":100},"BreadcrumbList",[101,106,109],{"@type":102,"position":103,"name":104,"item":105},"ListItem",1,"Home","https://api.brawlers.cloud/",{"@type":102,"position":20,"name":107,"item":108},"Mods","https://api.brawlers.cloud/mods/",{"@type":102,"position":110,"name":14},3,{"@type":112,"@id":89,"url":113,"name":78,"description":22,"publisher":114,"alternateName":78,"potentialAction":116,"inLanguage":93},"WebSite","https://brawlers.cloud/",{"@id":115},"https://api.brawlers.cloud/#organization",[117],{"@type":118,"target":119,"query-input":122},"SearchAction",{"@type":120,"urlTemplate":121},"EntryPoint","https://brawlers.cloud/?s={search_term_string}",{"@type":123,"valueRequired":124,"valueName":125},"PropertyValueSpecification",true,"search_term_string",{"@type":127,"@id":128,"name":78,"url":113,"logo":129,"image":134},"Organization","https://brawlers.cloud/#organization",{"@type":130,"inLanguage":93,"@id":131,"url":132,"contentUrl":132,"width":133,"height":133,"caption":78},"ImageObject","https://api.brawlers.cloud/#/schema/logo/image/","https://api.brawlers.cloud/wp-content/uploads/2026/01/brawlers-cloud-logo.png",512,{"@id":131},[136,141,145,149,156,160,164,168,172,176,180,184,188,192,196,200,204,208,212,216,220,224,228,232,236,240,244,248,252,256,260,264,268,272,276,280,284,288,292,296,300,304,308,312,316,320,324,328,332,336,340,344,348,352,356,360,364,368,372,376,380,384,388,392,396,400,404,408,412,416,420,424,428,432,436,440,444,448,452,456,460,464,468,472,476,480,484],{"type":137,"attributes":138,"content":140},"inline",{"id":139},"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":137,"attributes":142,"content":144},{"id":143},"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":137,"attributes":146,"content":148},{"id":147},"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":150,"attributes":151},"link",{"rel":152,"id":153,"href":154,"media":155},"stylesheet","wp-block-table-css","https://api.brawlers.cloud/wp-includes/blocks/table/style.css?ver=1783960084","all",{"type":137,"attributes":157,"content":159},{"id":158},"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":150,"attributes":161},{"rel":152,"id":162,"href":163,"media":155},"wp-block-library-css","https://api.brawlers.cloud/wp-includes/css/dist/block-library/common.css?ver=7.0.2",{"type":137,"attributes":165,"content":167},{"id":166},"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":137,"attributes":169,"content":171},{"id":170},"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":137,"attributes":173,"content":175},{"id":174},"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":137,"attributes":177,"content":179},{"id":178},"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":137,"attributes":181,"content":183},{"id":182},"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":137,"attributes":185,"content":187},{"id":186},"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":137,"attributes":189,"content":191},{"id":190},"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":137,"attributes":193,"content":195},{"id":194},"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":137,"attributes":197,"content":199},{"id":198},"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":137,"attributes":201,"content":203},{"id":202},"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":137,"attributes":205,"content":207},{"id":206},"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":137,"attributes":209,"content":211},{"id":210},"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":137,"attributes":213,"content":215},{"id":214},"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":137,"attributes":217,"content":219},{"id":218},"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":150,"attributes":221},{"rel":152,"id":222,"href":223,"media":155},"wp-block-comments-css","https://api.brawlers.cloud/wp-includes/blocks/comments/style.css?ver=1783960084",{"type":137,"attributes":225,"content":227},{"id":226},"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":150,"attributes":229},{"rel":152,"id":230,"href":231,"media":155},"wp-block-cover-css","https://api.brawlers.cloud/wp-includes/blocks/cover/style.css?ver=1783960084",{"type":137,"attributes":233,"content":235},{"id":234},"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":137,"attributes":237,"content":239},{"id":238},"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":137,"attributes":241,"content":243},{"id":242},"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":150,"attributes":245},{"rel":152,"id":246,"href":247,"media":155},"wp-block-gallery-css","https://api.brawlers.cloud/wp-includes/blocks/gallery/style.css?ver=1783960084",{"type":137,"attributes":249,"content":251},{"id":250},"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":150,"attributes":253},{"rel":152,"id":254,"href":255,"media":155},"wp-block-image-css","https://api.brawlers.cloud/wp-includes/blocks/image/style.css?ver=1783960084",{"type":137,"attributes":257,"content":259},{"id":258},"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":150,"attributes":261},{"rel":152,"id":262,"href":263,"media":155},"wp-block-latest-posts-css","https://api.brawlers.cloud/wp-includes/blocks/latest-posts/style.css?ver=1783960084",{"type":137,"attributes":265,"content":267},{"id":266},"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":137,"attributes":269,"content":271},{"id":270},"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":150,"attributes":273},{"rel":152,"id":274,"href":275,"media":155},"wp-block-media-text-css","https://api.brawlers.cloud/wp-includes/blocks/media-text/style.css?ver=1783960084",{"type":150,"attributes":277},{"rel":152,"id":278,"href":279,"media":155},"wp-block-navigation-css","https://api.brawlers.cloud/wp-includes/blocks/navigation/style.css?ver=1783960084",{"type":137,"attributes":281,"content":283},{"id":282},"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":137,"attributes":285,"content":287},{"id":286},"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":137,"attributes":289,"content":291},{"id":290},"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":137,"attributes":293,"content":295},{"id":294},"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":137,"attributes":297,"content":299},{"id":298},"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":137,"attributes":301,"content":303},{"id":302},"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":137,"attributes":305,"content":307},{"id":306},"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":137,"attributes":309,"content":311},{"id":310},"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":137,"attributes":313,"content":315},{"id":314},"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":137,"attributes":317,"content":319},{"id":318},"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":137,"attributes":321,"content":323},{"id":322},"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":137,"attributes":325,"content":327},{"id":326},"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":137,"attributes":329,"content":331},{"id":330},"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":137,"attributes":333,"content":335},{"id":334},"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":137,"attributes":337,"content":339},{"id":338},"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":150,"attributes":341},{"rel":152,"id":342,"href":343,"media":155},"wp-block-post-template-css","https://api.brawlers.cloud/wp-includes/blocks/post-template/style.css?ver=1783960084",{"type":137,"attributes":345,"content":347},{"id":346},"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":137,"attributes":349,"content":351},{"id":350},"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":137,"attributes":353,"content":355},{"id":354},"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":137,"attributes":357,"content":359},{"id":358},"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":137,"attributes":361,"content":363},{"id":362},"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":137,"attributes":365,"content":367},{"id":366},"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":137,"attributes":369,"content":371},{"id":370},"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":150,"attributes":373},{"rel":152,"id":374,"href":375,"media":155},"wp-block-rss-css","https://api.brawlers.cloud/wp-includes/blocks/rss/style.css?ver=1783960084",{"type":150,"attributes":377},{"rel":152,"id":378,"href":379,"media":155},"wp-block-search-css","https://api.brawlers.cloud/wp-includes/blocks/search/style.css?ver=1783960084",{"type":137,"attributes":381,"content":383},{"id":382},"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":137,"attributes":385,"content":387},{"id":386},"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":137,"attributes":389,"content":391},{"id":390},"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":137,"attributes":393,"content":395},{"id":394},"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":137,"attributes":397,"content":399},{"id":398},"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":137,"attributes":401,"content":403},{"id":402},"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":137,"attributes":405,"content":407},{"id":406},"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":137,"attributes":409,"content":411},{"id":410},"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":137,"attributes":413,"content":415},{"id":414},"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":137,"attributes":417,"content":419},{"id":418},"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":137,"attributes":421,"content":423},{"id":422},"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":137,"attributes":425,"content":427},{"id":426},"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":137,"attributes":429,"content":431},{"id":430},"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":150,"attributes":433},{"rel":152,"id":434,"href":435,"media":155},"wp-block-columns-css","https://api.brawlers.cloud/wp-includes/blocks/columns/style.css?ver=1783960083",{"type":150,"attributes":437},{"rel":152,"id":438,"href":439,"media":155},"wp-block-embed-css","https://api.brawlers.cloud/wp-includes/blocks/embed/style.css?ver=1783960084",{"type":137,"attributes":441,"content":443},{"id":442},"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":137,"attributes":445,"content":447},{"id":446},"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":137,"attributes":449,"content":451},{"id":450},"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":137,"attributes":453,"content":455},{"id":454},"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":137,"attributes":457,"content":459},{"id":458},"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":137,"attributes":461,"content":463},{"id":462},"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":150,"attributes":465},{"rel":152,"id":466,"href":467,"media":155},"wp-block-social-links-css","https://api.brawlers.cloud/wp-includes/blocks/social-links/style.css?ver=1783960084",{"type":137,"attributes":469,"content":471},{"id":470},"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":137,"attributes":473,"content":475},{"id":474},"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":137,"attributes":477,"content":479},{"id":478},"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":137,"attributes":481,"content":483},{"id":482},"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":137,"attributes":485,"content":487},{"id":486},"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 */",[],[490],{"version":53,"size":58,"extension":491},"zip",139,4.1,{"self":495,"collection":501,"about":504,"author":507,"version-history":510,"predecessor-version":513,"wp:attachment":517,"wp:term":520,"curies":524},[496],{"href":497,"targetHints":498},"https://api.brawlers.cloud/wp-json/wp/v2/mod/98",{"allow":499},[500],"GET",[502],{"href":503},"https://api.brawlers.cloud/wp-json/wp/v2/mod",[505],{"href":506},"https://api.brawlers.cloud/wp-json/wp/v2/types/mod",[508],{"embeddable":124,"href":509},"https://api.brawlers.cloud/wp-json/wp/v2/users/2",[511],{"count":110,"href":512},"https://api.brawlers.cloud/wp-json/wp/v2/mod/98/revisions",[514],{"id":515,"href":516},535,"https://api.brawlers.cloud/wp-json/wp/v2/mod/98/revisions/535",[518],{"href":519},"https://api.brawlers.cloud/wp-json/wp/v2/media?parent=98",[521],{"taxonomy":522,"embeddable":124,"href":523},"post_tag","https://api.brawlers.cloud/wp-json/wp/v2/tags?post=98",[525],{"name":526,"href":527,"templated":124},"wp","https://api.w.org/{rel}",{"author":529,"wp:term":547},[530],{"id":20,"name":531,"url":22,"description":22,"link":532,"slug":533,"avatar_urls":534,"yoast_head":49,"yoast_head_json":49,"acf":538,"_links":539},"Brawlers Cloud Team","https://api.brawlers.cloud/author/content-agent/","content-agent",{"24":535,"48":536,"96":537},"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":540,"collection":544},[541],{"href":509,"targetHints":542},{"allow":543},[500],[545],{"href":546},"https://api.brawlers.cloud/wp-json/wp/v2/users",[548],[549],{"id":28,"link":550,"name":551,"slug":552,"taxonomy":522,"yoast_head":553,"yoast_head_json":554,"icon":581,"_links":582},"https://brawlers.cloud/tag/utilities/","Utilities","utilities","\u003C!-- This site is optimized with the Yoast SEO plugin v28.0 - https://yoast.com/product/yoast-seo-wordpress/ -->\n\u003Ctitle>Brawl Stars Utility Mods — Free APK &amp; IPA Download\u003C/title>\n\u003Cmeta name=\"description\" content=\"Brawl Stars mod utilities and tools — free helpers for managing APK files, assets, and private server setups. 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/utilities/\" />\n\u003Cmeta property=\"og:locale\" content=\"en_US\" />\n\u003Cmeta property=\"og:type\" content=\"article\" />\n\u003Cmeta property=\"og:title\" content=\"Brawl Stars Utility Mods — Free APK &amp; IPA Download\" />\n\u003Cmeta property=\"og:description\" content=\"Brawl Stars mod utilities and tools — free helpers for managing APK files, assets, and private server setups. Updated for 2026.\" />\n\u003Cmeta property=\"og:url\" content=\"https://api.brawlers.cloud/tag/utilities/\" />\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\\/utilities\\/\",\"url\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/utilities\\/\",\"name\":\"Brawl Stars Utility Mods — Free APK & IPA Download\",\"isPartOf\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/#website\"},\"description\":\"Brawl Stars mod utilities and tools — free helpers for managing APK files, assets, and private server setups. Updated for 2026.\",\"breadcrumb\":{\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/utilities\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\/\\/api.brawlers.cloud\\/tag\\/utilities\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\/\\/api.brawlers.cloud\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Utilities\"}]},{\"@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":555,"description":556,"robots":557,"canonical":558,"og_locale":76,"og_type":77,"og_title":555,"og_description":556,"og_url":558,"og_site_name":78,"twitter_card":80,"schema":559},"Brawl Stars Utility Mods — Free APK & IPA Download","Brawl Stars mod utilities and tools — free helpers for managing APK files, assets, and private server setups. Updated for 2026.",{"index":71,"follow":72,"max-snippet":73,"max-image-preview":74,"max-video-preview":75},"https://api.brawlers.cloud/tag/utilities/",{"@context":84,"@graph":560},[561,567,571,578],{"@type":562,"@id":558,"url":558,"name":555,"isPartOf":563,"description":556,"breadcrumb":565,"inLanguage":93},"CollectionPage",{"@id":564},"https://api.brawlers.cloud/#website",{"@id":566},"https://api.brawlers.cloud/tag/utilities/#breadcrumb",{"@type":99,"@id":566,"itemListElement":568},[569,570],{"@type":102,"position":103,"name":104,"item":105},{"@type":102,"position":20,"name":551},{"@type":112,"@id":564,"url":105,"name":78,"description":22,"publisher":572,"alternateName":78,"potentialAction":573,"inLanguage":93},{"@id":115},[574],{"@type":118,"target":575,"query-input":577},{"@type":120,"urlTemplate":576},"https://api.brawlers.cloud/?s={search_term_string}",{"@type":123,"valueRequired":124,"valueName":125},{"@type":127,"@id":115,"name":78,"url":105,"logo":579,"image":580},{"@type":130,"inLanguage":93,"@id":131,"url":132,"contentUrl":132,"width":133,"height":133,"caption":78},{"@id":131},"i-heroicons-wrench-screwdriver",{"self":583,"collection":588,"about":591,"wp:post_type":594,"curies":599},[584],{"href":585,"targetHints":586},"https://api.brawlers.cloud/wp-json/wp/v2/tags/9",{"allow":587},[500],[589],{"href":590},"https://api.brawlers.cloud/wp-json/wp/v2/tags",[592],{"href":593},"https://api.brawlers.cloud/wp-json/wp/v2/taxonomies/post_tag",[595,597],{"href":596},"https://api.brawlers.cloud/wp-json/wp/v2/posts?tags=9",{"href":598},"https://api.brawlers.cloud/wp-json/wp/v2/mod?tags=9",[600],{"name":526,"href":527,"templated":124},[602],{"id":603,"label":604,"defaultExpanded":124,"children":605},"folder:eebb62943f31","C:/",[606],{"id":607,"label":608,"children":609},"folder:2243c3a9f574","tools/",[610],{"id":611,"label":612,"children":613},"folder:46b6805218c7","latest/",[614],{"id":615,"label":55,"file_id":59,"mod_id":4,"icon":54,"version":53,"size":58,"last_updated":616,"scan_sha256":61,"scan_engine_name":62,"scan_engine_version":63,"scan_db_version":64,"scan_db_date":65,"scan_signatures_count":66,"scanned_at":67},"file:fa0670f1b192","2026-07-10T23:04:00+00:00",[618],{"id":619,"title":620,"description":621,"tags":622,"to":623,"count":624,"rating":493,"status":49,"icon":625,"sizeLabel":627,"version":628},91,"Brawler Maker","Brawler Maker is a desktop modding tool that builds a fully custom, playable Brawler for a modded Brawl Stars client without you hand-editing the game's CSV and localization files yourself.",[],"https://brawlers.cloud/mods/brawler-maker/",1260,{"url":626},"https://api.brawlers.cloud/wp-content/uploads/2026/07/brawl-maker.jpg","42 MB","v2.2.2",[]]