From 8a6243cba8dc4f2a348f7d4a56fe05a61eb5100f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 21 Apr 2024 18:20:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(browser):=20update=20style?= =?UTF-8?q?s-themes=20backup=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/browser/stylus/stylus-themes.json | 3097 +++++++++++++-------- 1 file changed, 1986 insertions(+), 1111 deletions(-) diff --git a/.config/browser/stylus/stylus-themes.json b/.config/browser/stylus/stylus-themes.json index 8b69ed37..3dbf5675 100644 --- a/.config/browser/stylus/stylus-themes.json +++ b/.config/browser/stylus/stylus-themes.json @@ -779,140 +779,170 @@ }, { "enabled": true, - "updateUrl": "https://github.com/catppuccin/youtubemusic/raw/main/src/youtubemusic.user.css", + "updateUrl": "https://raw.githubusercontent.com/catppuccin/youtubemusic/main/src/youtubemusic.user.css", "installDate": 1689350221716, "sections": [ { - "code": "/* ==UserStyle==\n@name Youtube Music Catppuccin\n@namespace github.com/catppuccin/youtubemusic\n@version 0.3.0\n@description Soothing pastel theme for Youtube Music\n@author Catppuccin\n@preprocessor stylus\n@var select theme \"Theme\" [\"Latte\", \"Frappe\", \"Macchiato\", \"Mocha*\"]\n@var select accent-color \"Accent\" [\"Rosewater*\", \"Flamingo\", \"Pink\", \"Mauve\", \"Red\", \"Maroon\", \"Peach\", \"Yellow\", \"Green\", \"Teal\", \"Blue\", \"Sapphire\", \"Sky\", \"Lavender\", \"Text\"]\n==/UserStyle== */", + "code": "/*==UserStyle==\n@name Youtube Music Catppuccin\n@namespace github.com/catppuccin/youtubemusic\n@version 0.4.1\n@description Soothing pastel theme for Youtube Music\n@author Catppuccin\n@updateURL https://raw.githubusercontent.com/catppuccin/youtubemusic/main/src/youtubemusic.user.css\n@preprocessor less\n\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@import url(\"https://catppuccin.github.io/youtubemusic/src/macchiato.css\");\n html:not(.style-scope) {\n --ctp-accent: var(--ctp-lavender) !important;\n }", - "start": 546, + "code": "@import url(\"https://youtubemusic.catppuccin.com/src/latte.css\") (prefers-color-scheme: light);\n @import url(\"https://youtubemusic.catppuccin.com/src/mocha.css\") (prefers-color-scheme: dark);\n html:not(.style-scope) {\n --ctp-accent: var(--ctp-sapphire) !important;\n }", + "start": 900, "domains": [ "music.youtube.com" ] } ], - "sourceCode": "/* ==UserStyle==\n@name Youtube Music Catppuccin\n@namespace github.com/catppuccin/youtubemusic\n@version 0.3.0\n@description Soothing pastel theme for Youtube Music\n@author Catppuccin\n@preprocessor stylus\n@var select theme \"Theme\" [\"Latte\", \"Frappe\", \"Macchiato\", \"Mocha*\"]\n@var select accent-color \"Accent\" [\"Rosewater*\", \"Flamingo\", \"Pink\", \"Mauve\", \"Red\", \"Maroon\", \"Peach\", \"Yellow\", \"Green\", \"Teal\", \"Blue\", \"Sapphire\", \"Sky\", \"Lavender\", \"Text\"]\n==/UserStyle== */\n\n@-moz-document domain(\"music.youtube.com\") {\n\n if (theme == \"Latte\") {\n @import url(\"https://catppuccin.github.io/youtubemusic/src/latte.css\");\n } else if (theme == \"Frappe\") {\n @import url(\"https://catppuccin.github.io/youtubemusic/src/frappe.css\");\n } else if (theme == \"Macchiato\") {\n @import url(\"https://catppuccin.github.io/youtubemusic/src/macchiato.css\");\n } else if (theme == \"Mocha\") {\n @import url(\"https://catppuccin.github.io/youtubemusic/src/mocha.css\");\n }\n \n html:not(.style-scope) { \n if (accent-color==\"Rosewater\") {\n --ctp-accent: var(--ctp-rosewater) !important;\n } else if (accent-color==\"Flamingo\") {\n --ctp-accent: var(--ctp-flamingo) !important;\n } else if (accent-color==\"Pink\") {\n --ctp-accent: var(--ctp-pink) !important;\n } else if (accent-color==\"Mauve\") {\n --ctp-accent: var(--ctp-mauve) !important;\n } else if (accent-color==\"Red\") {\n --ctp-accent: var(--ctp-red) !important;\n } else if (accent-color==\"Maroon\") {\n --ctp-accent: var(--ctp-maroon) !important;\n } else if (accent-color==\"Peach\") {\n --ctp-accent: var(--ctp-peach) !important;\n } else if (accent-color==\"Yellow\") {\n --ctp-accent: var(--ctp-yellow) !important;\n } else if (accent-color==\"Green\") {\n --ctp-accent: var(--ctp-green) !important;\n } else if (accent-color==\"Teal\") {\n --ctp-accent: var(--ctp-teal) !important;\n } else if (accent-color==\"Blue\") {\n --ctp-accent: var(--ctp-blue) !important;\n } else if (accent-color==\"Sapphire\") {\n --ctp-accent: var(--ctp-sapphire) !important;\n } else if (accent-color==\"Sky\") {\n --ctp-accent: var(--ctp-sky) !important;\n } else if (accent-color==\"Lavender\") {\n --ctp-accent: var(--ctp-lavender) !important;\n } else if (accent-color==\"Text\") {\n --ctp-accent: var(--ctp-text) !important;\n }\n }\n}", + "sourceCode": "/*==UserStyle==\n@name Youtube Music Catppuccin\n@namespace github.com/catppuccin/youtubemusic\n@version 0.4.1\n@description Soothing pastel theme for Youtube Music\n@author Catppuccin\n@updateURL https://raw.githubusercontent.com/catppuccin/youtubemusic/main/src/youtubemusic.user.css\n@preprocessor less\n\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"music.youtube.com\") {\n @import (css) url(\"https://youtubemusic.catppuccin.com/src/@{lightFlavor}.css\") (prefers-color-scheme: light);\n @import (css) url(\"https://youtubemusic.catppuccin.com/src/@{darkFlavor}.css\") (prefers-color-scheme: dark);\n \n html:not(.style-scope) {\n @accent: \"--ctp-@{accentColor}\";\n --ctp-accent: var(e(@accent)) !important;\n }\n}\n", "usercssData": { "name": "Youtube Music Catppuccin", "namespace": "github.com/catppuccin/youtubemusic", - "version": "0.3.0", + "version": "0.4.1", "description": "Soothing pastel theme for Youtube Music", "author": "Catppuccin", - "preprocessor": "stylus", + "updateURL": "https://raw.githubusercontent.com/catppuccin/youtubemusic/main/src/youtubemusic.user.css", + "preprocessor": "less", "vars": { - "theme": { + "lightFlavor": { "type": "select", - "label": "Theme", - "name": "theme", - "value": "Macchiato", - "default": "Mocha", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, + "default": "latte", "options": [ { - "name": "Latte", + "name": "latte", "label": "Latte", - "value": "Latte" + "value": "latte" }, { - "name": "Frappe", - "label": "Frappe", - "value": "Frappe" + "name": "frappe", + "label": "Frappé", + "value": "frappe" }, { - "name": "Macchiato", + "name": "macchiato", "label": "Macchiato", - "value": "Macchiato" + "value": "macchiato" }, { - "name": "Mocha", + "name": "mocha", "label": "Mocha", - "value": "Mocha" + "value": "mocha" } ] }, - "accent-color": { + "darkFlavor": { "type": "select", - "label": "Accent", - "name": "accent-color", - "value": "Lavender", - "default": "Rosewater", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, + "default": "mocha", "options": [ { - "name": "Rosewater", + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": null, + "default": "sapphire", + "options": [ + { + "name": "rosewater", "label": "Rosewater", - "value": "Rosewater" + "value": "rosewater" }, { - "name": "Flamingo", + "name": "flamingo", "label": "Flamingo", - "value": "Flamingo" + "value": "flamingo" }, { - "name": "Pink", + "name": "pink", "label": "Pink", - "value": "Pink" + "value": "pink" }, { - "name": "Mauve", + "name": "mauve", "label": "Mauve", - "value": "Mauve" + "value": "mauve" }, { - "name": "Red", + "name": "red", "label": "Red", - "value": "Red" + "value": "red" }, { - "name": "Maroon", + "name": "maroon", "label": "Maroon", - "value": "Maroon" + "value": "maroon" }, { - "name": "Peach", + "name": "peach", "label": "Peach", - "value": "Peach" + "value": "peach" }, { - "name": "Yellow", + "name": "yellow", "label": "Yellow", - "value": "Yellow" + "value": "yellow" }, { - "name": "Green", + "name": "green", "label": "Green", - "value": "Green" + "value": "green" }, { - "name": "Teal", + "name": "teal", "label": "Teal", - "value": "Teal" + "value": "teal" }, { - "name": "Blue", + "name": "blue", "label": "Blue", - "value": "Blue" + "value": "blue" }, { - "name": "Sapphire", + "name": "sapphire", "label": "Sapphire", - "value": "Sapphire" + "value": "sapphire" }, { - "name": "Sky", + "name": "sky", "label": "Sky", - "value": "Sky" + "value": "sky" }, { - "name": "Lavender", + "name": "lavender", "label": "Lavender", - "value": "Lavender" + "value": "lavender" }, { - "name": "Text", - "label": "Text", - "value": "Text" + "name": "subtext0", + "label": "Gray", + "value": "subtext0" } ] } @@ -921,11 +951,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Youtube Music", "name": "Youtube Music Catppuccin", - "originalDigest": "2c8f106d5677ba960f006f0e12a54dfe18ef5e18", + "originalDigest": "48bd1649cc6a0dc765c0f15e44ec534ea065bb65", "_id": "f31395a6-5945-40e7-8263-583009812a5e", - "_rev": 1689350221716, + "_rev": 1711300039544, "id": 34, - "etag": "W/\"77c73abc104b563acaed7264a9966a5598b793a9b3e5f77b74cb39b9a57e1883\"" + "etag": "W/\"b4a61b41906b652adb70fc2730f66eae7fd6bbebb75b926d258ec66330d28850\"", + "updateDate": 1711300039540 }, { "enabled": true, @@ -934,11 +965,11 @@ "installDate": 1690105698123, "sections": [ { - "code": "/* ==UserStyle==\n@name NixOS Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search\n@version 0.4.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search\n@description Soothing pastel theme for NixOS Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name NixOS Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search\n@version 0.4.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search\n@description Soothing pastel theme for NixOS Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n :root {\n --background-color: #24273a;\n --badge-background: #b7bdf8;\n --button-active-background: #494d64;\n --button-active-hover-background: #5b6078;\n --button-background: #363a4f;\n --button-hover-background: #5b6078;\n --color-active-hover-tab: #494d64;\n --color-active-tab: #363a4f;\n --color-hover-tab: #494d64;\n --headerbar-background-color: #1e2030;\n --hover-background: #363a4f;\n --link-color: #b7bdf8;\n --info-label-background: #b7bdf8;\n --dark-blue: #b7bdf8;\n --light-blue: #b7bdf8;\n --line-color: #363a4f;\n --search-result-short-details-color: #b8c0e0;\n --search-result-divider-line-color: #363a4f;\n --search-result-title-color: #b7bdf8;\n --search-sidebar-link-color: #cad3f5;\n --search-sidebar-selected-link-background: #b7bdf8;\n --search-sidebar-selected-link-color: #181926;\n --terminal-background: #363a4f;\n --terminal-color: #ed8796;\n --text-color: #cad3f5;\n --text-color-light: #cad3f5;\n --text-color-warning: #eed49f;\n }\n .label,\n .badge {\n color: #181926;\n }\n a:hover,\n a:focus {\n color: #cad3f5;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --background-color: #24273a;\n --badge-background: #b7bdf8;\n --button-active-background: #494d64;\n --button-active-hover-background: #5b6078;\n --button-background: #363a4f;\n --button-hover-background: #5b6078;\n --color-active-hover-tab: #494d64;\n --color-active-tab: #363a4f;\n --color-hover-tab: #494d64;\n --headerbar-background-color: #1e2030;\n --hover-background: #363a4f;\n --link-color: #b7bdf8;\n --info-label-background: #b7bdf8;\n --dark-blue: #b7bdf8;\n --light-blue: #b7bdf8;\n --line-color: #363a4f;\n --search-result-short-details-color: #b8c0e0;\n --search-result-divider-line-color: #363a4f;\n --search-result-title-color: #b7bdf8;\n --search-sidebar-link-color: #cad3f5;\n --search-sidebar-selected-link-background: #b7bdf8;\n --search-sidebar-selected-link-color: #181926;\n --terminal-background: #363a4f;\n --terminal-color: #ed8796;\n --text-color: #cad3f5;\n --text-color-light: #cad3f5;\n --text-color-warning: #eed49f;\n }\n .label,\n .badge {\n color: #181926;\n }\n a:hover,\n a:focus {\n color: #cad3f5;\n }\n }", + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n --background-color: #24273a;\n --badge-background: #b7bdf8;\n --button-active-background: #494d64;\n --button-active-hover-background: #5b6078;\n --button-background: #363a4f;\n --button-hover-background: #5b6078;\n --color-active-hover-tab: #494d64;\n --color-active-tab: #363a4f;\n --color-hover-tab: #494d64;\n --headerbar-background-color: #1e2030;\n --hover-background: #363a4f;\n --link-color: #b7bdf8;\n --info-label-background: #b7bdf8;\n --dark-blue: #b7bdf8;\n --light-blue: #b7bdf8;\n --line-color: #363a4f;\n --search-result-short-details-color: #b8c0e0;\n --search-result-divider-line-color: #363a4f;\n --search-result-title-color: #b7bdf8;\n --search-sidebar-link-color: #cad3f5;\n --search-sidebar-selected-link-background: #b7bdf8;\n --search-sidebar-selected-link-color: #181926;\n --terminal-background: #363a4f;\n --terminal-color: #ed8796;\n --text-color: #cad3f5;\n --text-color-light: #cad3f5;\n --text-color-warning: #eed49f;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root .label,\n :root .badge {\n color: #181926;\n }\n :root a:hover,\n :root a:focus {\n color: #cad3f5;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n --background-color: #24273a;\n --badge-background: #b7bdf8;\n --button-active-background: #494d64;\n --button-active-hover-background: #5b6078;\n --button-background: #363a4f;\n --button-hover-background: #5b6078;\n --color-active-hover-tab: #494d64;\n --color-active-tab: #363a4f;\n --color-hover-tab: #494d64;\n --headerbar-background-color: #1e2030;\n --hover-background: #363a4f;\n --link-color: #b7bdf8;\n --info-label-background: #b7bdf8;\n --dark-blue: #b7bdf8;\n --light-blue: #b7bdf8;\n --line-color: #363a4f;\n --search-result-short-details-color: #b8c0e0;\n --search-result-divider-line-color: #363a4f;\n --search-result-title-color: #b7bdf8;\n --search-sidebar-link-color: #cad3f5;\n --search-sidebar-selected-link-background: #b7bdf8;\n --search-sidebar-selected-link-color: #181926;\n --terminal-background: #363a4f;\n --terminal-color: #ed8796;\n --text-color: #cad3f5;\n --text-color-light: #cad3f5;\n --text-color-warning: #eed49f;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root .label,\n :root .badge {\n color: #181926;\n }\n :root a:hover,\n :root a:focus {\n color: #cad3f5;\n }\n }", "start": 1078, "domains": [ "search.nixos.org" @@ -946,15 +977,15 @@ }, { "code": "/* prettier-ignore */", - "start": 3539 + "start": 4005 } ], - "sourceCode": "/* ==UserStyle==\n@name NixOS Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search\n@version 0.4.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search\n@description Soothing pastel theme for NixOS Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"search.nixos.org\") {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n :root {\n --background-color: @base;\n --badge-background: @accent-color;\n --button-active-background: @surface1;\n --button-active-hover-background: @surface2;\n --button-background: @surface0;\n --button-hover-background: @surface2;\n --color-active-hover-tab: @surface1;\n --color-active-tab: @surface0;\n --color-hover-tab: @surface1;\n --headerbar-background-color: @mantle;\n --hover-background: @surface0;\n --link-color: @accent-color;\n --info-label-background: @accent-color;\n --dark-blue: @accent-color;\n --light-blue: @accent-color; // used by focus outline\n --line-color: @surface0;\n --search-result-short-details-color: @subtext1;\n --search-result-divider-line-color: @surface0;\n --search-result-title-color: @accent-color;\n --search-sidebar-link-color: @text;\n --search-sidebar-selected-link-background: @accent-color;\n --search-sidebar-selected-link-color: @crust;\n --terminal-background: @surface0;\n --terminal-color: @red;\n --text-color: @text;\n --text-color-light: @text;\n --text-color-warning: @yellow;\n }\n\n // hardcoded to #fff\n .label,\n .badge {\n color: @crust;\n }\n\n // hardcoded to #005580\n a:hover,\n a:focus {\n color: @text;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name NixOS Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search\n@version 0.4.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search\n@description Soothing pastel theme for NixOS Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"search.nixos.org\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --background-color: @base;\n --badge-background: @accent-color;\n --button-active-background: @surface1;\n --button-active-hover-background: @surface2;\n --button-background: @surface0;\n --button-hover-background: @surface2;\n --color-active-hover-tab: @surface1;\n --color-active-tab: @surface0;\n --color-hover-tab: @surface1;\n --headerbar-background-color: @mantle;\n --hover-background: @surface0;\n --link-color: @accent-color;\n --info-label-background: @accent-color;\n --dark-blue: @accent-color;\n --light-blue: @accent-color; // used by focus outline\n --line-color: @surface0;\n --search-result-short-details-color: @subtext1;\n --search-result-divider-line-color: @surface0;\n --search-result-title-color: @accent-color;\n --search-sidebar-link-color: @text;\n --search-sidebar-selected-link-background: @accent-color;\n --search-sidebar-selected-link-color: @crust;\n --terminal-background: @surface0;\n --terminal-color: @red;\n --text-color: @text;\n --text-color-light: @text;\n --text-color-warning: @yellow;\n\n // hardcoded to #fff\n .label,\n .badge {\n color: @crust;\n }\n\n // hardcoded to #005580\n a:hover,\n a:focus {\n color: @text;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "NixOS Search Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/nixos-search", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search", - "version": "0.4.0", + "version": "0.4.1", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search", "description": "Soothing pastel theme for NixOS Search", @@ -1109,12 +1140,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for NixOS Search", "name": "NixOS Search Catppuccin", - "originalDigest": "7106d4248d005f4ac9240384110065dc341208f2", + "originalDigest": "5b3f8cfb9d921712bfb25476246ef660c90c5b70", "_id": "eeb65f49-e097-4314-abec-019fee34aac9", - "_rev": 1709729501974, + "_rev": 1712856189489, "id": 35, - "etag": "W/\"c0b7bab35ccf9698cbe55e278fa17ff95e6664c90e23d83da3893a83531d307f\"", - "updateDate": 1709729501964 + "etag": "W/\"d21f7614f83678aada2315d1def12ddcaa738265822d88d70b9b1a28a4ac968c\"", + "updateDate": 1712856189376 }, { "enabled": true, @@ -1123,26 +1154,31 @@ "installDate": 1690105710610, "sections": [ { - "code": "/* ==UserStyle==\n@name Vercel Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/vercel\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel\n@version 0.0.5\n@description Soothing pastel theme for Vercel\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Vercel Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/vercel\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avercel\n@description Soothing pastel theme for Vercel\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root.dark-theme {\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #8aadf4;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n }\n :root.dark-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.dark-theme .card-grid_card__S85BZ {\n background: linear-gradient(180deg, #24273a 0%, #181926 100%);\n }\n :root.dark-theme .card-grid_card__S85BZ:hover {\n background: linear-gradient(180deg, #24273a 0%, #1e2030 100%);\n }\n :root.light-theme {\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #8aadf4;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n }\n :root.light-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.light-theme .card-grid_card__S85BZ {\n background: linear-gradient(180deg, #24273a 0%, #181926 100%);\n }\n :root.light-theme .card-grid_card__S85BZ:hover {\n background: linear-gradient(180deg, #24273a 0%, #1e2030 100%);\n }", - "start": 710, + "code": ":root.dark-theme {\n color-scheme: dark;\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #7dc4e4;\n --geist-selection: #a5adcb;\n --geist-success: #8aadf4;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-red-400: #ed8796;\n --ds-background-100: #24273a;\n --ds-background-200: #1e2030;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #494d64;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-gray-700: #b8c0e0;\n --ds-gray-alpha-400: #363a4f;\n --themed-hover-bg: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n }\n :root.dark-theme ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.dark-theme input::placeholder,\n :root.dark-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.dark-theme .card-grid_card__S85BZ {\n background: linear-gradient(180deg, #24273a 0%, #181926 100%);\n }\n :root.dark-theme .card-grid_card__S85BZ:hover {\n background: linear-gradient(180deg, #24273a 0%, #1e2030 100%);\n }\n :root.light-theme {\n color-scheme: dark;\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #7dc4e4;\n --geist-selection: #a5adcb;\n --geist-success: #8aadf4;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-red-400: #ed8796;\n --ds-background-100: #24273a;\n --ds-background-200: #1e2030;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #494d64;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-gray-700: #b8c0e0;\n --ds-gray-alpha-400: #363a4f;\n --themed-hover-bg: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n }\n :root.light-theme ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.light-theme input::placeholder,\n :root.light-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.light-theme .card-grid_card__S85BZ {\n background: linear-gradient(180deg, #24273a 0%, #181926 100%);\n }\n :root.light-theme .card-grid_card__S85BZ:hover {\n background: linear-gradient(180deg, #24273a 0%, #1e2030 100%);\n }", + "start": 1036, "domains": [ "vercel.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 3917 } ], - "sourceCode": "/* ==UserStyle==\n@name Vercel Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/vercel\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel\n@version 0.0.5\n@description Soothing pastel theme for Vercel\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */\n@-moz-document domain(\"vercel.com\") {\n :root.dark-theme {\n #catppuccin(@darkFlavor);\n }\n :root.light-theme {\n #catppuccin(@lightFlavor);\n }\n\n @catppuccin: {\n @latte: {\n @rosewater: #dc8a78;\n @flamingo: #dd7878;\n @pink: #ea76cb;\n @mauve: #8839ef;\n @red: #d20f39;\n @maroon: #e64553;\n @peach: #fe640b;\n @yellow: #df8e1d;\n @green: #40a02b;\n @teal: #179299;\n @sky: #04a5e5;\n @sapphire: #209fb5;\n @blue: #1e66f5;\n @lavender: #7287fd;\n @text: #4c4f69;\n @subtext1: #5c5f77;\n @subtext0: #6c6f85;\n @overlay2: #7c7f93;\n @overlay1: #8c8fa1;\n @overlay0: #9ca0b0;\n @surface2: #acb0be;\n @surface1: #bcc0cc;\n @surface0: #ccd0da;\n @base: #eff1f5;\n @mantle: #e6e9ef;\n @crust: #dce0e8;\n };\n @frappe: {\n @rosewater: #f2d5cf;\n @flamingo: #eebebe;\n @pink: #f4b8e4;\n @mauve: #ca9ee6;\n @red: #e78284;\n @maroon: #ea999c;\n @peach: #ef9f76;\n @yellow: #e5c890;\n @green: #a6d189;\n @teal: #81c8be;\n @sky: #99d1db;\n @sapphire: #85c1dc;\n @blue: #8caaee;\n @lavender: #babbf1;\n @text: #c6d0f5;\n @subtext1: #b5bfe2;\n @subtext0: #a5adce;\n @overlay2: #949cbb;\n @overlay1: #838ba7;\n @overlay0: #737994;\n @surface2: #626880;\n @surface1: #51576d;\n @surface0: #414559;\n @base: #303446;\n @mantle: #292c3c;\n @crust: #232634;\n };\n @macchiato: {\n @rosewater: #f4dbd6;\n @flamingo: #f0c6c6;\n @pink: #f5bde6;\n @mauve: #c6a0f6;\n @red: #ed8796;\n @maroon: #ee99a0;\n @peach: #f5a97f;\n @yellow: #eed49f;\n @green: #a6da95;\n @teal: #8bd5ca;\n @sky: #91d7e3;\n @sapphire: #7dc4e4;\n @blue: #8aadf4;\n @lavender: #b7bdf8;\n @text: #cad3f5;\n @subtext1: #b8c0e0;\n @subtext0: #a5adcb;\n @overlay2: #939ab7;\n @overlay1: #8087a2;\n @overlay0: #6e738d;\n @surface2: #5b6078;\n @surface1: #494d64;\n @surface0: #363a4f;\n @base: #24273a;\n @mantle: #1e2030;\n @crust: #181926;\n };\n @mocha: {\n @rosewater: #f5e0dc;\n @flamingo: #f2cdcd;\n @pink: #f5c2e7;\n @mauve: #cba6f7;\n @red: #f38ba8;\n @maroon: #eba0ac;\n @peach: #fab387;\n @yellow: #f9e2af;\n @green: #a6e3a1;\n @teal: #94e2d5;\n @sky: #89dceb;\n @sapphire: #74c7ec;\n @blue: #89b4fa;\n @lavender: #b4befe;\n @text: #cdd6f4;\n @subtext1: #bac2de;\n @subtext0: #a6adc8;\n @overlay2: #9399b2;\n @overlay1: #7f849c;\n @overlay0: #6c7086;\n @surface2: #585b70;\n @surface1: #45475a;\n @surface0: #313244;\n @base: #1e1e2e;\n @mantle: #181825;\n @crust: #11111b;\n };\n };\n\n #catppuccin(@lookup) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n\n --geist-foreground: @text;\n --geist-background: @mantle;\n --accents-1: @base;\n --accents-2: @surface0;\n --accents-3: @surface1;\n --accents-4: @surface2;\n --accents-5: @overlay0;\n --accents-6: @overlay1;\n --accents-7: @overlay2;\n --accents-8: @subtext0;\n --geist-link-color: @rosewater;\n --geist-selection: @subtext0;\n --geist-success: @blue;\n --geist-error: @red;\n --geist-cyan: @teal;\n\n --ds-background-100: @base;\n --ds-background-200: @surface0;\n --ds-gray-100: @base;\n --ds-gray-200: @surface0;\n --ds-gray-300: @surface1;\n --ds-gray-1000: @text;\n --ds-gray-900: @subtext0;\n --ds-gray-800: @subtext1;\n\n --ds-red-800: @red;\n --ds-red-900: lighten(@red, 5%);\n\n svg {\n --geist-stroke: var(--geist-background) !important;\n }\n\n .card-grid_card__S85BZ {\n background: linear-gradient(180deg, @base 0%, @crust 100%);\n &:hover {\n background: linear-gradient(180deg, @base 0%, @mantle 100%);\n }\n }\n }\n}\n", + "sourceCode": "/* ==UserStyle==\n@name Vercel Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/vercel\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avercel\n@description Soothing pastel theme for Vercel\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"vercel.com\") {\n :root.dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root.light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --geist-foreground: @text;\n --geist-background: @mantle;\n --accents-1: @base;\n --accents-2: @surface0;\n --accents-3: @surface1;\n --accents-4: @surface2;\n --accents-5: @overlay0;\n --accents-6: @overlay1;\n --accents-7: @overlay2;\n --accents-8: @subtext0;\n --geist-link-color: @accent-color;\n --geist-selection: @subtext0;\n --geist-success: @blue;\n --geist-error: @red;\n --geist-cyan: @teal;\n --ds-red-400: @red;\n\n --ds-background-100: @base;\n --ds-background-200: @mantle;\n --ds-gray-100: @base;\n --ds-gray-200: @surface0;\n --ds-gray-300: @surface1;\n --ds-gray-400: @surface1;\n --ds-gray-1000: @text;\n --ds-gray-900: @subtext0;\n --ds-gray-800: @subtext1;\n --ds-gray-700: @subtext1;\n --ds-gray-alpha-400: @surface0;\n\n --themed-hover-bg: @subtext1;\n\n --ds-red-800: @red;\n --ds-red-900: lighten(@red, 5%);\n\n svg {\n --geist-stroke: var(--geist-background) !important;\n }\n\n .card-grid_card__S85BZ {\n background: linear-gradient(180deg, @base 0%, @crust 100%);\n &:hover {\n background: linear-gradient(180deg, @base 0%, @mantle 100%);\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Vercel Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/vercel", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/vercel", - "version": "0.0.5", + "version": "0.0.7", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avercel", "description": "Soothing pastel theme for Vercel", "author": "Catppuccin", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.css", "license": "MIT", "preprocessor": "less", "vars": { @@ -1160,7 +1196,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -1189,7 +1225,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -1203,18 +1239,102 @@ "value": "mocha" } ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": null, + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] } } }, "author": "Catppuccin", "description": "Soothing pastel theme for Vercel", "name": "Vercel Catppuccin", - "originalDigest": "f4c545f20ff65907977e16b0b607ec6210615824", + "originalDigest": "d5dc175b772101635bc671a7cf07793c4aed6fbe", "_id": "ba326868-a3fe-430c-97fb-82968a9de57d", - "_rev": 1696713099989, + "_rev": 1712856189389, "id": 36, - "etag": "W/\"31fcb27459bd2d9c4e3081b8a044d95837d3984d33fd53b826a29ce8e2a8d3fb\"", - "updateDate": 1695404499543 + "etag": "W/\"3eb385e3062e667bce3533643ce46dcce3e79b0e9f6cdbf24a19a40cb9ec41a4\"", + "updateDate": 1712856189375 }, { "enabled": true, @@ -1223,23 +1343,27 @@ "installDate": 1690105741590, "sections": [ { - "code": "/* ==UserStyle==\n@name WhatsApp Web Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/whatsapp-web\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web\n@version 0.0.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web\n@description Soothing pastel theme for WhatsApp Web\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox lighterMessages \"Lighter incoming messages\" 0\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name WhatsApp Web Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/whatsapp-web\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web\n@description Soothing pastel theme for WhatsApp Web\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox lighterMessages \"Lighter incoming messages\" 0\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n body {\n /* STATUS PAGE */\n --status-background: #eff1f5 !important;\n --modal-backdrop-solid: #eff1f5 !important;\n /* join group pop up */\n --modal-background: #eff1f5 !important;\n /* startup progress */\n --progress-primary: #7287fd !important;\n --progress-background: #bcc0cc !important;\n --startup-background: #eff1f5 !important;\n --startup-background-rgb: 239 241 245;\n /* home page, no chat selected */\n --intro-background: #eff1f5 !important;\n --intro-border: #7287fd !important;\n /* general background */\n --app-background: #eff1f5 !important;\n /* CHAT LIST */\n /* chat list background */\n --background-default: #eff1f5 !important;\n /* chat list header */\n --panel-header-background: #e6e9ef !important;\n /* icons */\n --panel-header-icon: #4c4f69 !important;\n /* other warnings (notifications) */\n --butterbar-default-background: #e6e9ef !important;\n --butterbar-notification-icon: #04a5e5 !important;\n /* loading messages warning */\n --butterbar-green-nux-background: #e6e9ef !important;\n /* update available warning */\n --butterbar-update-background: #e6e9ef !important;\n --butterbar-update-icon: #7287fd !important;\n /* chat list search bar */\n --search-container-background: #eff1f5 !important;\n --search-input-container-background: #eff1f5 !important;\n --search-input-background: #ccd0da !important;\n --search-input-container-background-active: #e6e9ef !important;\n --icon-search-back: #7287fd !important;\n /* archive icon */\n --icon-bright-highlight: #7287fd !important;\n /* archived unread marker */\n --unread-marker-background: #7287fd !important;\n --unread-timestamp: #7287fd !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: #dce0e8 !important;\n /* unread voice message */\n --ptt-green: #40a02b !important;\n /* read voice message */\n --ptt-blue: #1e66f5 !important;\n /* pinned chat icon */\n --icon-pinned: #7287fd !important;\n /* last message in selected chat */\n --secondary-stronger: #5c5f77 !important;\n /* background for active and hover chats in chat list */\n --background-default-active: #bcc0cc !important;\n --background-default-hover: #ccd0da !important;\n /* unread chats filter */\n --icon-high-emphasis: #40a02b !important;\n /* voice message playing */\n --ptt-ooc-background: #e6e9ef !important;\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: #e6e9ef !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n --incoming-background: #eff1f5 !important;\n --incoming-background-deeper: #ccd0da !important;\n /* arrow icon in messages */\n --incoming-background-rgb: 239 241 245;\n --outgoing-background: #ccd0da !important;\n /* read double tick */\n --icon-ack: #1e66f5 !important;\n /* received double tick */\n --bubble-meta-icon: #6c6f85 !important;\n /* message timestamp */\n --bubble-meta: #4c4f69 !important;\n --message-primary: #4c4f69 !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: #eff1f5 !important;\n --poll-modal-footer-background-color: #ccd0da !important;\n /* votes */\n --poll-bar-fill-receiver: #40a02b !important;\n --poll-bar-fill-sender: #40a02b !important;\n --checkbox-mark: #dce0e8 !important;\n /* audio duration */\n --audio-progress-metadata: #6c6f85 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: #4c4f69 !important;\n --system-message-background: #dce0e8 !important;\n /* unread system message background */\n --unread-background: #dce0e8 !important;\n --unread-bar-background: #bcc0cc !important;\n /* meta data for documents */\n --document-meta: #5c5f77 !important;\n /* mentions, links and link previews */\n --mention-at-symbol: #209fb5 !important;\n --link: #209fb5 !important;\n --link-preview: #4c4f69 !important;\n --link-preview-lighter: #5c5f77 !important;\n --link-preview-light: #6c6f85 !important;\n --outgoing-background-rgb: 204 208 218;\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: #4c4f69 !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: #bcc0cc !important;\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: #179299 !important;\n /* quote colors */\n /* general text */\n --primary: #4c4f69 !important;\n --primary-strong: #4c4f69 !important;\n --primary-stronger: #4c4f69 !important;\n --primary-strongest: #4c4f69 !important;\n --secondary: #6c6f85 !important;\n --secondary-strongest-rgb: 76 79 105;\n --inline-code-text: #1e66f5 !important;\n /* chat list typing message */\n --typing: #40a02b !important;\n /* background for video player and image viewer */\n --media-viewer-background: #e6e9ef !important;\n /* not loaded media */\n --media-gallery-thumb-background: #dce0e8 !important;\n /* Group info/Contact info */\n --photopicker-overlay-background: rgba(230, 233, 239, 0.992) !important;\n --photopicker-overlay-background-rgb: 239 241 245;\n --media-viewer-background-rgb: 239 241 245;\n --drawer-background-deep: #dce0e8 !important;\n /* group info read more */\n --input-button-more: #209fb5 !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: #acb0be !important;\n /* Group admin badge background */\n --chat-marker-background: #e6e9ef !important;\n --chat-marker-border: #e6e9ef !important;\n /* Group admin badge foreground */\n --chat-marker: #6c6f85 !important;\n /* Media gallery */\n --drawer-gallery-background: #dce0e8 !important;\n /* mute toggle */\n --switch-button-checked-color: #7287fd !important;\n --switch-track-checked-color: #acb0be !important;\n --switch-track-color: #acb0be !important;\n --switch-button-color: #8c8fa1 !important;\n /* danger, block, exit and report buttons */\n --danger: #d20f39!important;\n /* group added by someone not in contacts */\n --button-plain-background: #ccd0da !important;\n --button-plain-background-hover: #bcc0cc !important;\n /* EMOJI AND STICKERS */\n --panel-input-background: #ccd0da !important;\n --sticker-button-background: #bcc0cc !important;\n --active-tab-marker: #7287fd !important;\n /* REACTIONS */\n --reactions-panel-background-color: #ccd0da !important;\n --reactions-tray-background: #ccd0da !important;\n --reactions-details-background: #ccd0da !important;\n --svg-gray-button: #ccd0da !important;\n /* Forward message popup */\n --panel-background-colored-deeper: #dce0e8 !important;\n --modal-backdrop: rgba(230, 233, 239, 0.992) !important;\n /* Forward media caption */\n --forward-caption-preview-background: #e6e9ef !important;\n --forward-caption-preview-content: #dce0e8 !important;\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: #e6e9ef !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: #ccd0da !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: #7287fd !important;\n /* send button in media editor */\n --button-round-background: #7287fd !important;\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: #ccd0da !important;\n --compose-input-border: #bcc0cc !important;\n --compose-panel-background: #e6e9ef !important;\n --rich-text-panel-background: #e6e9ef !important;\n /* select messages fixes */\n --panel-background: #e6e9ef !important;\n --panel-background-rgb: 230 233 239;\n --checkbox-background: #7287fd !important;\n /* quoted message in compose */\n --popup-panel-background: #ccd0da !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: #bcc0cc !important;\n /* compose bar icons */\n --icon: #7287fd !important;\n /* ATTACH ICONS */\n /* poll icon */\n /* image icon */\n /* sticker icon */\n /* camera icon */\n /* document icon */\n /* contact icon */\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: #7287fd !important;\n --ptt-draft-waveform-background: #eff1f5 !important;\n --ptt-draft-button-stop: #d20f39 !important;\n --ptt-draft-button-stop-hover: #e64553 !important;\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: #ccd0da !important;\n --dropdown-background-hover: #bcc0cc !important;\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: #eff1f5 !important;\n /* communities, new chat, other panes */\n --panel-background-colored: #e6e9ef !important;\n --drawer-section-background: #eff1f5 !important;\n /* new chat icons */\n --round-icon-background: #40a02b !important;\n --inverse: #4c4f69 !important;\n /* title and icon for drawers */\n --drawer-header-title: #4c4f69 !important;\n /* buttons such as create community */\n --button-primary-background: #7287fd !important;\n --button-primary-background-hover: rgba(114, 135, 253, 0.992) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: #e6e9ef !important;\n /* active input in modals and drawers */\n --input-border-active: #7287fd !important;\n /* Start page drawing */\n /* Status unread dot */\n }\n body .landing-wrapper-before {\n background-color: #7287fd !important;\n }\n body .bfsx6evv {\n background-color: #e6e9ef !important;\n }\n body .p7idzaix {\n color: #dce0e8 !important;\n }\n body .bg-color-1 {\n background-color: #40a02b !important;\n }\n body .color-1 {\n color: #40a02b !important;\n }\n body .bg-color-2 {\n background-color: #1e66f5 !important;\n }\n body .color-2 {\n color: #1e66f5 !important;\n }\n body .bg-color-3 {\n background-color: #ea76cb !important;\n }\n body .color-3 {\n color: #ea76cb !important;\n }\n body .bg-color-4 {\n background-color: #209fb5 !important;\n }\n body .color-4 {\n color: #209fb5 !important;\n }\n body .bg-color-5 {\n background-color: #fe640b !important;\n }\n body .color-5 {\n color: #fe640b !important;\n }\n body .bg-color-6 {\n background-color: #04a5e5 !important;\n }\n body .color-6 {\n color: #04a5e5 !important;\n }\n body .bg-color-7 {\n background-color: #df8e1d !important;\n }\n body .color-7 {\n color: #df8e1d !important;\n }\n body .bg-color-8 {\n background-color: #179299 !important;\n }\n body .color-8 {\n color: #179299 !important;\n }\n body .bg-color-9 {\n background-color: #7287fd !important;\n }\n body .color-9 {\n color: #7287fd !important;\n }\n body .bg-color-10 {\n background-color: #d20f39 !important;\n }\n body .color-10 {\n color: #d20f39 !important;\n }\n body .bg-color-11 {\n background-color: #8839ef !important;\n }\n body .color-11 {\n color: #8839ef !important;\n }\n body .bg-color-12 {\n background-color: #dd7878 !important;\n }\n body .color-12 {\n color: #dd7878 !important;\n }\n body .bg-color-13 {\n background-color: #dc8a78 !important;\n }\n body .color-13 {\n color: #dc8a78 !important;\n }\n body .bg-color-14 {\n background-color: #ea76cb !important;\n }\n body .color-14 {\n color: #ea76cb !important;\n }\n body .bg-color-15 {\n background-color: #e64553 !important;\n }\n body .color-15 {\n color: #e64553 !important;\n }\n body .bg-color-16 {\n background-color: #179299 !important;\n }\n body .color-16 {\n color: #179299 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(6) > button > span > svg > circle {\n fill: #40a02b !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #ea76cb !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #ea76cb !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #ea76cb !important;\n filter: brightness(70%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > circle {\n fill: #1e66f5 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > path:nth-child(2) {\n fill: #1e66f5 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #d20f39 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #8839ef !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #8839ef !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(1) {\n fill: #04a5e5 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(2) {\n fill: #04a5e5 !important;\n }\n body #app > div > div > div._2Ts6i._2xAQV > div > div > div.WM0_u > span > svg > path:nth-child(1) {\n fill: #acb0be !important;\n }\n body #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: #7287fd !important;\n }\n body #side > div._3gYev > div > div > button > div._3xdht._1ZD3q > span > svg > path {\n fill: #7287fd !important;\n }\n body.dark {\n /* STATUS PAGE */\n --status-background: #eff1f5 !important;\n --modal-backdrop-solid: #eff1f5 !important;\n /* join group pop up */\n --modal-background: #eff1f5 !important;\n /* startup progress */\n --progress-primary: #7287fd !important;\n --progress-background: #bcc0cc !important;\n --startup-background: #eff1f5 !important;\n --startup-background-rgb: 239 241 245;\n /* home page, no chat selected */\n --intro-background: #eff1f5 !important;\n --intro-border: #7287fd !important;\n /* general background */\n --app-background: #eff1f5 !important;\n /* CHAT LIST */\n /* chat list background */\n --background-default: #eff1f5 !important;\n /* chat list header */\n --panel-header-background: #e6e9ef !important;\n /* icons */\n --panel-header-icon: #4c4f69 !important;\n /* other warnings (notifications) */\n --butterbar-default-background: #e6e9ef !important;\n --butterbar-notification-icon: #04a5e5 !important;\n /* loading messages warning */\n --butterbar-green-nux-background: #e6e9ef !important;\n /* update available warning */\n --butterbar-update-background: #e6e9ef !important;\n --butterbar-update-icon: #7287fd !important;\n /* chat list search bar */\n --search-container-background: #eff1f5 !important;\n --search-input-container-background: #eff1f5 !important;\n --search-input-background: #ccd0da !important;\n --search-input-container-background-active: #e6e9ef !important;\n --icon-search-back: #7287fd !important;\n /* archive icon */\n --icon-bright-highlight: #7287fd !important;\n /* archived unread marker */\n --unread-marker-background: #7287fd !important;\n --unread-timestamp: #7287fd !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: #dce0e8 !important;\n /* unread voice message */\n --ptt-green: #40a02b !important;\n /* read voice message */\n --ptt-blue: #1e66f5 !important;\n /* pinned chat icon */\n --icon-pinned: #7287fd !important;\n /* last message in selected chat */\n --secondary-stronger: #5c5f77 !important;\n /* background for active and hover chats in chat list */\n --background-default-active: #bcc0cc !important;\n --background-default-hover: #ccd0da !important;\n /* unread chats filter */\n --icon-high-emphasis: #40a02b !important;\n /* voice message playing */\n --ptt-ooc-background: #e6e9ef !important;\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: #e6e9ef !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n --incoming-background: #eff1f5 !important;\n --incoming-background-deeper: #ccd0da !important;\n /* arrow icon in messages */\n --incoming-background-rgb: 239 241 245;\n --outgoing-background: #ccd0da !important;\n /* read double tick */\n --icon-ack: #1e66f5 !important;\n /* received double tick */\n --bubble-meta-icon: #6c6f85 !important;\n /* message timestamp */\n --bubble-meta: #4c4f69 !important;\n --message-primary: #4c4f69 !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: #eff1f5 !important;\n --poll-modal-footer-background-color: #ccd0da !important;\n /* votes */\n --poll-bar-fill-receiver: #40a02b !important;\n --poll-bar-fill-sender: #40a02b !important;\n --checkbox-mark: #dce0e8 !important;\n /* audio duration */\n --audio-progress-metadata: #6c6f85 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: #4c4f69 !important;\n --system-message-background: #dce0e8 !important;\n /* unread system message background */\n --unread-background: #dce0e8 !important;\n --unread-bar-background: #bcc0cc !important;\n /* meta data for documents */\n --document-meta: #5c5f77 !important;\n /* mentions, links and link previews */\n --mention-at-symbol: #209fb5 !important;\n --link: #209fb5 !important;\n --link-preview: #4c4f69 !important;\n --link-preview-lighter: #5c5f77 !important;\n --link-preview-light: #6c6f85 !important;\n --outgoing-background-rgb: 204 208 218;\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: #4c4f69 !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: #bcc0cc !important;\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: #179299 !important;\n /* quote colors */\n /* general text */\n --primary: #4c4f69 !important;\n --primary-strong: #4c4f69 !important;\n --primary-stronger: #4c4f69 !important;\n --primary-strongest: #4c4f69 !important;\n --secondary: #6c6f85 !important;\n --secondary-strongest-rgb: 76 79 105;\n --inline-code-text: #1e66f5 !important;\n /* chat list typing message */\n --typing: #40a02b !important;\n /* background for video player and image viewer */\n --media-viewer-background: #e6e9ef !important;\n /* not loaded media */\n --media-gallery-thumb-background: #dce0e8 !important;\n /* Group info/Contact info */\n --photopicker-overlay-background: rgba(230, 233, 239, 0.992) !important;\n --photopicker-overlay-background-rgb: 239 241 245;\n --media-viewer-background-rgb: 239 241 245;\n --drawer-background-deep: #dce0e8 !important;\n /* group info read more */\n --input-button-more: #209fb5 !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: #acb0be !important;\n /* Group admin badge background */\n --chat-marker-background: #e6e9ef !important;\n --chat-marker-border: #e6e9ef !important;\n /* Group admin badge foreground */\n --chat-marker: #6c6f85 !important;\n /* Media gallery */\n --drawer-gallery-background: #dce0e8 !important;\n /* mute toggle */\n --switch-button-checked-color: #7287fd !important;\n --switch-track-checked-color: #acb0be !important;\n --switch-track-color: #acb0be !important;\n --switch-button-color: #8c8fa1 !important;\n /* danger, block, exit and report buttons */\n --danger: #d20f39!important;\n /* group added by someone not in contacts */\n --button-plain-background: #ccd0da !important;\n --button-plain-background-hover: #bcc0cc !important;\n /* EMOJI AND STICKERS */\n --panel-input-background: #ccd0da !important;\n --sticker-button-background: #bcc0cc !important;\n --active-tab-marker: #7287fd !important;\n /* REACTIONS */\n --reactions-panel-background-color: #ccd0da !important;\n --reactions-tray-background: #ccd0da !important;\n --reactions-details-background: #ccd0da !important;\n --svg-gray-button: #ccd0da !important;\n /* Forward message popup */\n --panel-background-colored-deeper: #dce0e8 !important;\n --modal-backdrop: rgba(230, 233, 239, 0.992) !important;\n /* Forward media caption */\n --forward-caption-preview-background: #e6e9ef !important;\n --forward-caption-preview-content: #dce0e8 !important;\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: #e6e9ef !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: #ccd0da !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: #7287fd !important;\n /* send button in media editor */\n --button-round-background: #7287fd !important;\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: #ccd0da !important;\n --compose-input-border: #bcc0cc !important;\n --compose-panel-background: #e6e9ef !important;\n --rich-text-panel-background: #e6e9ef !important;\n /* select messages fixes */\n --panel-background: #e6e9ef !important;\n --panel-background-rgb: 230 233 239;\n --checkbox-background: #7287fd !important;\n /* quoted message in compose */\n --popup-panel-background: #ccd0da !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: #bcc0cc !important;\n /* compose bar icons */\n --icon: #7287fd !important;\n /* ATTACH ICONS */\n /* poll icon */\n /* image icon */\n /* sticker icon */\n /* camera icon */\n /* document icon */\n /* contact icon */\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: #7287fd !important;\n --ptt-draft-waveform-background: #eff1f5 !important;\n --ptt-draft-button-stop: #d20f39 !important;\n --ptt-draft-button-stop-hover: #e64553 !important;\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: #ccd0da !important;\n --dropdown-background-hover: #bcc0cc !important;\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: #eff1f5 !important;\n /* communities, new chat, other panes */\n --panel-background-colored: #e6e9ef !important;\n --drawer-section-background: #eff1f5 !important;\n /* new chat icons */\n --round-icon-background: #40a02b !important;\n --inverse: #4c4f69 !important;\n /* title and icon for drawers */\n --drawer-header-title: #4c4f69 !important;\n /* buttons such as create community */\n --button-primary-background: #7287fd !important;\n --button-primary-background-hover: rgba(114, 135, 253, 0.992) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: #e6e9ef !important;\n /* active input in modals and drawers */\n --input-border-active: #7287fd !important;\n /* Start page drawing */\n /* Status unread dot */\n }\n body.dark .landing-wrapper-before {\n background-color: #7287fd !important;\n }\n body.dark .bfsx6evv {\n background-color: #e6e9ef !important;\n }\n body.dark .p7idzaix {\n color: #dce0e8 !important;\n }\n body.dark .bg-color-1 {\n background-color: #40a02b !important;\n }\n body.dark .color-1 {\n color: #40a02b !important;\n }\n body.dark .bg-color-2 {\n background-color: #1e66f5 !important;\n }\n body.dark .color-2 {\n color: #1e66f5 !important;\n }\n body.dark .bg-color-3 {\n background-color: #ea76cb !important;\n }\n body.dark .color-3 {\n color: #ea76cb !important;\n }\n body.dark .bg-color-4 {\n background-color: #209fb5 !important;\n }\n body.dark .color-4 {\n color: #209fb5 !important;\n }\n body.dark .bg-color-5 {\n background-color: #fe640b !important;\n }\n body.dark .color-5 {\n color: #fe640b !important;\n }\n body.dark .bg-color-6 {\n background-color: #04a5e5 !important;\n }\n body.dark .color-6 {\n color: #04a5e5 !important;\n }\n body.dark .bg-color-7 {\n background-color: #df8e1d !important;\n }\n body.dark .color-7 {\n color: #df8e1d !important;\n }\n body.dark .bg-color-8 {\n background-color: #179299 !important;\n }\n body.dark .color-8 {\n color: #179299 !important;\n }\n body.dark .bg-color-9 {\n background-color: #7287fd !important;\n }\n body.dark .color-9 {\n color: #7287fd !important;\n }\n body.dark .bg-color-10 {\n background-color: #d20f39 !important;\n }\n body.dark .color-10 {\n color: #d20f39 !important;\n }\n body.dark .bg-color-11 {\n background-color: #8839ef !important;\n }\n body.dark .color-11 {\n color: #8839ef !important;\n }\n body.dark .bg-color-12 {\n background-color: #dd7878 !important;\n }\n body.dark .color-12 {\n color: #dd7878 !important;\n }\n body.dark .bg-color-13 {\n background-color: #dc8a78 !important;\n }\n body.dark .color-13 {\n color: #dc8a78 !important;\n }\n body.dark .bg-color-14 {\n background-color: #ea76cb !important;\n }\n body.dark .color-14 {\n color: #ea76cb !important;\n }\n body.dark .bg-color-15 {\n background-color: #e64553 !important;\n }\n body.dark .color-15 {\n color: #e64553 !important;\n }\n body.dark .bg-color-16 {\n background-color: #179299 !important;\n }\n body.dark .color-16 {\n color: #179299 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(6) > button > span > svg > circle {\n fill: #40a02b !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #ea76cb !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #ea76cb !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #ea76cb !important;\n filter: brightness(70%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > circle {\n fill: #1e66f5 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > path:nth-child(2) {\n fill: #1e66f5 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #d20f39 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #8839ef !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #8839ef !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(1) {\n fill: #04a5e5 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(2) {\n fill: #04a5e5 !important;\n }\n body.dark #app > div > div > div._2Ts6i._2xAQV > div > div > div.WM0_u > span > svg > path:nth-child(1) {\n fill: #acb0be !important;\n }\n body.dark #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: #7287fd !important;\n }\n body.dark #side > div._3gYev > div > div > button > div._3xdht._1ZD3q > span > svg > path {\n fill: #7287fd !important;\n }", - "start": 1138, + "code": "body {\n color-scheme: light;\n /* STATUS PAGE */\n --status-background: #eff1f5 !important;\n --modal-backdrop-solid: #eff1f5 !important;\n /* join group pop up */\n --modal-background: #eff1f5 !important;\n /* startup progress */\n --progress-primary: #7287fd !important;\n --progress-background: #bcc0cc !important;\n --startup-background: #eff1f5 !important;\n --startup-background-rgb: 239 241 245;\n /* home page, no chat selected */\n --intro-background: #eff1f5 !important;\n --intro-border: #7287fd !important;\n /* general background */\n --app-background: #eff1f5 !important;\n /* CHAT LIST */\n /* chat list background */\n --background-default: #eff1f5 !important;\n /* chat list header */\n --panel-header-background: #e6e9ef !important;\n /* icons */\n --panel-header-icon: #4c4f69 !important;\n /* other warnings (notifications) */\n --butterbar-default-background: #e6e9ef !important;\n --butterbar-notification-icon: #04a5e5 !important;\n /* loading messages warning */\n --butterbar-green-nux-background: #e6e9ef !important;\n /* update available warning */\n --butterbar-update-background: #e6e9ef !important;\n --butterbar-update-icon: #7287fd !important;\n /* chat list search bar */\n --search-container-background: #eff1f5 !important;\n --search-input-container-background: #eff1f5 !important;\n --search-input-background: #ccd0da !important;\n --search-input-container-background-active: #e6e9ef !important;\n --icon-search-back: #7287fd !important;\n /* archive icon */\n --icon-bright-highlight: #7287fd !important;\n /* archived unread marker */\n --unread-marker-background: #7287fd !important;\n --unread-timestamp: #7287fd !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: #dce0e8 !important;\n /* unread voice message */\n --ptt-green: #40a02b !important;\n /* read voice message */\n --ptt-blue: #1e66f5 !important;\n /* pinned chat icon */\n --icon-pinned: #7287fd !important;\n /* last message in selected chat */\n --secondary-stronger: #5c5f77 !important;\n /* background for active and hover chats in chat list */\n --background-default-active: #bcc0cc !important;\n --background-default-hover: #ccd0da !important;\n /* unread chats filter */\n --icon-high-emphasis: #40a02b !important;\n /* voice message playing */\n --ptt-ooc-background: #e6e9ef !important;\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: #e6e9ef !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n --incoming-background: #eff1f5 !important;\n --incoming-background-deeper: #ccd0da !important;\n /* arrow icon in messages */\n --incoming-background-rgb: 239 241 245;\n --outgoing-background: #ccd0da !important;\n /* read double tick */\n --icon-ack: #1e66f5 !important;\n /* received double tick */\n --bubble-meta-icon: #6c6f85 !important;\n /* message timestamp */\n --bubble-meta: #4c4f69 !important;\n --message-primary: #4c4f69 !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: #eff1f5 !important;\n --poll-modal-footer-background-color: #ccd0da !important;\n /* votes */\n --poll-bar-fill-receiver: #40a02b !important;\n --poll-bar-fill-sender: #40a02b !important;\n --checkbox-mark: #dce0e8 !important;\n /* audio duration */\n --audio-progress-metadata: #6c6f85 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: #4c4f69 !important;\n --system-message-background: #dce0e8 !important;\n /* unread system message background */\n --unread-background: #dce0e8 !important;\n --unread-bar-background: #bcc0cc !important;\n /* meta data for documents */\n --document-meta: #5c5f77 !important;\n /* mentions, links and link previews */\n --mention-at-symbol: #209fb5 !important;\n --link: #209fb5 !important;\n --link-preview: #4c4f69 !important;\n --link-preview-lighter: #5c5f77 !important;\n --link-preview-light: #6c6f85 !important;\n --outgoing-background-rgb: 204 208 218;\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: #4c4f69 !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: #bcc0cc !important;\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: #179299 !important;\n /* quote colors */\n /* general text */\n --primary: #4c4f69 !important;\n --primary-strong: #4c4f69 !important;\n --primary-stronger: #4c4f69 !important;\n --primary-strongest: #4c4f69 !important;\n --secondary: #6c6f85 !important;\n --secondary-strongest-rgb: 76 79 105;\n --inline-code-text: #1e66f5 !important;\n /* chat list typing message */\n --typing: #40a02b !important;\n /* background for video player and image viewer */\n --media-viewer-background: #e6e9ef !important;\n /* not loaded media */\n --media-gallery-thumb-background: #dce0e8 !important;\n /* Group info/Contact info */\n --photopicker-overlay-background: rgba(230, 233, 239, 0.992) !important;\n --photopicker-overlay-background-rgb: 239 241 245;\n --media-viewer-background-rgb: 239 241 245;\n --drawer-background-deep: #dce0e8 !important;\n /* group info read more */\n --input-button-more: #209fb5 !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: #acb0be !important;\n /* Group admin badge background */\n --chat-marker-background: #e6e9ef !important;\n --chat-marker-border: #e6e9ef !important;\n /* Group admin badge foreground */\n --chat-marker: #6c6f85 !important;\n /* Media gallery */\n --drawer-gallery-background: #dce0e8 !important;\n /* mute toggle */\n --switch-button-checked-color: #7287fd !important;\n --switch-track-checked-color: #acb0be !important;\n --switch-track-color: #acb0be !important;\n --switch-button-color: #8c8fa1 !important;\n /* danger, block, exit and report buttons */\n --danger: #d20f39!important;\n /* group added by someone not in contacts */\n --button-plain-background: #ccd0da !important;\n --button-plain-background-hover: #bcc0cc !important;\n /* EMOJI AND STICKERS */\n --panel-input-background: #ccd0da !important;\n --sticker-button-background: #bcc0cc !important;\n --active-tab-marker: #7287fd !important;\n /* REACTIONS */\n --reactions-panel-background-color: #ccd0da !important;\n --reactions-tray-background: #ccd0da !important;\n --reactions-details-background: #ccd0da !important;\n --svg-gray-button: #ccd0da !important;\n /* Forward message popup */\n --panel-background-colored-deeper: #dce0e8 !important;\n --modal-backdrop: rgba(230, 233, 239, 0.992) !important;\n /* Forward media caption */\n --forward-caption-preview-background: #e6e9ef !important;\n --forward-caption-preview-content: #dce0e8 !important;\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: #e6e9ef !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: #ccd0da !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: #7287fd !important;\n /* send button in media editor */\n --button-round-background: #7287fd !important;\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: #ccd0da !important;\n --compose-input-border: #bcc0cc !important;\n --compose-panel-background: #e6e9ef !important;\n --rich-text-panel-background: #e6e9ef !important;\n /* select messages fixes */\n --panel-background: #e6e9ef !important;\n --panel-background-rgb: 230 233 239;\n --checkbox-background: #7287fd !important;\n /* quoted message in compose */\n --popup-panel-background: #ccd0da !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: #bcc0cc !important;\n /* compose bar icons */\n --icon: #7287fd !important;\n /* ATTACH ICONS */\n /* poll icon */\n /* image icon */\n /* sticker icon */\n /* camera icon */\n /* document icon */\n /* contact icon */\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: #7287fd !important;\n --ptt-draft-waveform-background: #eff1f5 !important;\n --ptt-draft-button-stop: #d20f39 !important;\n --ptt-draft-button-stop-hover: #e64553 !important;\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: #ccd0da !important;\n --dropdown-background-hover: #bcc0cc !important;\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: #eff1f5 !important;\n /* communities, new chat, other panes */\n --panel-background-colored: #e6e9ef !important;\n --drawer-section-background: #eff1f5 !important;\n /* new chat icons */\n --round-icon-background: #40a02b !important;\n --inverse: #4c4f69 !important;\n /* title and icon for drawers */\n --drawer-header-title: #4c4f69 !important;\n /* buttons such as create community */\n --button-primary-background: #7287fd !important;\n --button-primary-background-hover: rgba(114, 135, 253, 0.992) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: #e6e9ef !important;\n /* active input in modals and drawers */\n --input-border-active: #7287fd !important;\n /* Start page drawing */\n /* Status unread dot */\n }\n body ::selection {\n background-color: rgba(114, 135, 253, 0.3);\n }\n body input::placeholder,\n body textarea::placeholder {\n color: #6c6f85 !important;\n }\n body .landing-wrapper-before {\n background-color: #7287fd !important;\n }\n body .bfsx6evv {\n background-color: #e6e9ef !important;\n }\n body .p7idzaix {\n color: #dce0e8 !important;\n }\n body .bg-color-1 {\n background-color: #40a02b !important;\n }\n body .color-1 {\n color: #40a02b !important;\n }\n body .bg-color-2 {\n background-color: #1e66f5 !important;\n }\n body .color-2 {\n color: #1e66f5 !important;\n }\n body .bg-color-3 {\n background-color: #ea76cb !important;\n }\n body .color-3 {\n color: #ea76cb !important;\n }\n body .bg-color-4 {\n background-color: #209fb5 !important;\n }\n body .color-4 {\n color: #209fb5 !important;\n }\n body .bg-color-5 {\n background-color: #fe640b !important;\n }\n body .color-5 {\n color: #fe640b !important;\n }\n body .bg-color-6 {\n background-color: #04a5e5 !important;\n }\n body .color-6 {\n color: #04a5e5 !important;\n }\n body .bg-color-7 {\n background-color: #df8e1d !important;\n }\n body .color-7 {\n color: #df8e1d !important;\n }\n body .bg-color-8 {\n background-color: #179299 !important;\n }\n body .color-8 {\n color: #179299 !important;\n }\n body .bg-color-9 {\n background-color: #7287fd !important;\n }\n body .color-9 {\n color: #7287fd !important;\n }\n body .bg-color-10 {\n background-color: #d20f39 !important;\n }\n body .color-10 {\n color: #d20f39 !important;\n }\n body .bg-color-11 {\n background-color: #8839ef !important;\n }\n body .color-11 {\n color: #8839ef !important;\n }\n body .bg-color-12 {\n background-color: #dd7878 !important;\n }\n body .color-12 {\n color: #dd7878 !important;\n }\n body .bg-color-13 {\n background-color: #dc8a78 !important;\n }\n body .color-13 {\n color: #dc8a78 !important;\n }\n body .bg-color-14 {\n background-color: #ea76cb !important;\n }\n body .color-14 {\n color: #ea76cb !important;\n }\n body .bg-color-15 {\n background-color: #e64553 !important;\n }\n body .color-15 {\n color: #e64553 !important;\n }\n body .bg-color-16 {\n background-color: #179299 !important;\n }\n body .color-16 {\n color: #179299 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(6) > button > span > svg > circle {\n fill: #40a02b !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #ea76cb !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #ea76cb !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #ea76cb !important;\n filter: brightness(70%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > circle {\n fill: #1e66f5 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > path:nth-child(2) {\n fill: #1e66f5 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #d20f39 !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #d20f39 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #8839ef !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #8839ef !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(1) {\n fill: #04a5e5 !important;\n filter: brightness(85%) !important;\n }\n body div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(2) {\n fill: #04a5e5 !important;\n }\n body #app > div > div > div._2Ts6i._2xAQV > div > div > div.WM0_u > span > svg > path:nth-child(1) {\n fill: #acb0be !important;\n }\n body #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: #7287fd !important;\n }\n body #side > div._3gYev > div > div > button > div._3xdht._1ZD3q > span > svg > path {\n fill: #7287fd !important;\n }\n body.dark {\n color-scheme: dark;\n /* STATUS PAGE */\n --status-background: #1e1e2e !important;\n --modal-backdrop-solid: #1e1e2e !important;\n /* join group pop up */\n --modal-background: #1e1e2e !important;\n /* startup progress */\n --progress-primary: #b4befe !important;\n --progress-background: #45475a !important;\n --startup-background: #1e1e2e !important;\n --startup-background-rgb: 30 30 46;\n /* home page, no chat selected */\n --intro-background: #1e1e2e !important;\n --intro-border: #b4befe !important;\n /* general background */\n --app-background: #1e1e2e !important;\n /* CHAT LIST */\n /* chat list background */\n --background-default: #1e1e2e !important;\n /* chat list header */\n --panel-header-background: #181825 !important;\n /* icons */\n --panel-header-icon: #cdd6f4 !important;\n /* other warnings (notifications) */\n --butterbar-default-background: #181825 !important;\n --butterbar-notification-icon: #89dceb !important;\n /* loading messages warning */\n --butterbar-green-nux-background: #181825 !important;\n /* update available warning */\n --butterbar-update-background: #181825 !important;\n --butterbar-update-icon: #b4befe !important;\n /* chat list search bar */\n --search-container-background: #1e1e2e !important;\n --search-input-container-background: #1e1e2e !important;\n --search-input-background: #313244 !important;\n --search-input-container-background-active: #181825 !important;\n --icon-search-back: #b4befe !important;\n /* archive icon */\n --icon-bright-highlight: #b4befe !important;\n /* archived unread marker */\n --unread-marker-background: #b4befe !important;\n --unread-timestamp: #b4befe !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: #11111b !important;\n /* unread voice message */\n --ptt-green: #a6e3a1 !important;\n /* read voice message */\n --ptt-blue: #89b4fa !important;\n /* pinned chat icon */\n --icon-pinned: #b4befe !important;\n /* last message in selected chat */\n --secondary-stronger: #bac2de !important;\n /* background for active and hover chats in chat list */\n --background-default-active: #45475a !important;\n --background-default-hover: #313244 !important;\n /* unread chats filter */\n --icon-high-emphasis: #a6e3a1 !important;\n /* voice message playing */\n --ptt-ooc-background: #181825 !important;\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: #181825 !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n --incoming-background: #1e1e2e !important;\n --incoming-background-deeper: #313244 !important;\n /* arrow icon in messages */\n --incoming-background-rgb: 30 30 46;\n --outgoing-background: #313244 !important;\n /* read double tick */\n --icon-ack: #89b4fa !important;\n /* received double tick */\n --bubble-meta-icon: #a6adc8 !important;\n /* message timestamp */\n --bubble-meta: #cdd6f4 !important;\n --message-primary: #cdd6f4 !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: #1e1e2e !important;\n --poll-modal-footer-background-color: #313244 !important;\n /* votes */\n --poll-bar-fill-receiver: #a6e3a1 !important;\n --poll-bar-fill-sender: #a6e3a1 !important;\n --checkbox-mark: #11111b !important;\n /* audio duration */\n --audio-progress-metadata: #a6adc8 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: #cdd6f4 !important;\n --system-message-background: #11111b !important;\n /* unread system message background */\n --unread-background: #11111b !important;\n --unread-bar-background: #45475a !important;\n /* meta data for documents */\n --document-meta: #bac2de !important;\n /* mentions, links and link previews */\n --mention-at-symbol: #74c7ec !important;\n --link: #74c7ec !important;\n --link-preview: #cdd6f4 !important;\n --link-preview-lighter: #bac2de !important;\n --link-preview-light: #a6adc8 !important;\n --outgoing-background-rgb: 49 50 68;\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: #cdd6f4 !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: #45475a !important;\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: #94e2d5 !important;\n /* quote colors */\n /* general text */\n --primary: #cdd6f4 !important;\n --primary-strong: #cdd6f4 !important;\n --primary-stronger: #cdd6f4 !important;\n --primary-strongest: #cdd6f4 !important;\n --secondary: #a6adc8 !important;\n --secondary-strongest-rgb: 205 214 244;\n --inline-code-text: #89b4fa !important;\n /* chat list typing message */\n --typing: #a6e3a1 !important;\n /* background for video player and image viewer */\n --media-viewer-background: #181825 !important;\n /* not loaded media */\n --media-gallery-thumb-background: #11111b !important;\n /* Group info/Contact info */\n --photopicker-overlay-background: rgba(24, 24, 37, 0.992) !important;\n --photopicker-overlay-background-rgb: 30 30 46;\n --media-viewer-background-rgb: 30 30 46;\n --drawer-background-deep: #11111b !important;\n /* group info read more */\n --input-button-more: #74c7ec !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: #585b70 !important;\n /* Group admin badge background */\n --chat-marker-background: #181825 !important;\n --chat-marker-border: #181825 !important;\n /* Group admin badge foreground */\n --chat-marker: #a6adc8 !important;\n /* Media gallery */\n --drawer-gallery-background: #11111b !important;\n /* mute toggle */\n --switch-button-checked-color: #b4befe !important;\n --switch-track-checked-color: #585b70 !important;\n --switch-track-color: #585b70 !important;\n --switch-button-color: #7f849c !important;\n /* danger, block, exit and report buttons */\n --danger: #f38ba8!important;\n /* group added by someone not in contacts */\n --button-plain-background: #313244 !important;\n --button-plain-background-hover: #45475a !important;\n /* EMOJI AND STICKERS */\n --panel-input-background: #313244 !important;\n --sticker-button-background: #45475a !important;\n --active-tab-marker: #b4befe !important;\n /* REACTIONS */\n --reactions-panel-background-color: #313244 !important;\n --reactions-tray-background: #313244 !important;\n --reactions-details-background: #313244 !important;\n --svg-gray-button: #313244 !important;\n /* Forward message popup */\n --panel-background-colored-deeper: #11111b !important;\n --modal-backdrop: rgba(24, 24, 37, 0.992) !important;\n /* Forward media caption */\n --forward-caption-preview-background: #181825 !important;\n --forward-caption-preview-content: #11111b !important;\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: #181825 !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: #313244 !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: #b4befe !important;\n /* send button in media editor */\n --button-round-background: #b4befe !important;\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: #313244 !important;\n --compose-input-border: #45475a !important;\n --compose-panel-background: #181825 !important;\n --rich-text-panel-background: #181825 !important;\n /* select messages fixes */\n --panel-background: #181825 !important;\n --panel-background-rgb: 24 24 37;\n --checkbox-background: #b4befe !important;\n /* quoted message in compose */\n --popup-panel-background: #313244 !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: #45475a !important;\n /* compose bar icons */\n --icon: #b4befe !important;\n /* ATTACH ICONS */\n /* poll icon */\n /* image icon */\n /* sticker icon */\n /* camera icon */\n /* document icon */\n /* contact icon */\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: #b4befe !important;\n --ptt-draft-waveform-background: #1e1e2e !important;\n --ptt-draft-button-stop: #f38ba8 !important;\n --ptt-draft-button-stop-hover: #eba0ac !important;\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: #313244 !important;\n --dropdown-background-hover: #45475a !important;\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: #1e1e2e !important;\n /* communities, new chat, other panes */\n --panel-background-colored: #181825 !important;\n --drawer-section-background: #1e1e2e !important;\n /* new chat icons */\n --round-icon-background: #a6e3a1 !important;\n --inverse: #cdd6f4 !important;\n /* title and icon for drawers */\n --drawer-header-title: #cdd6f4 !important;\n /* buttons such as create community */\n --button-primary-background: #b4befe !important;\n --button-primary-background-hover: rgba(180, 190, 254, 0.992) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: #181825 !important;\n /* active input in modals and drawers */\n --input-border-active: #b4befe !important;\n /* Start page drawing */\n /* Status unread dot */\n }\n body.dark ::selection {\n background-color: rgba(180, 190, 254, 0.3);\n }\n body.dark input::placeholder,\n body.dark textarea::placeholder {\n color: #a6adc8 !important;\n }\n body.dark .landing-wrapper-before {\n background-color: #b4befe !important;\n }\n body.dark .bfsx6evv {\n background-color: #181825 !important;\n }\n body.dark .p7idzaix {\n color: #11111b !important;\n }\n body.dark .bg-color-1 {\n background-color: #a6e3a1 !important;\n }\n body.dark .color-1 {\n color: #a6e3a1 !important;\n }\n body.dark .bg-color-2 {\n background-color: #89b4fa !important;\n }\n body.dark .color-2 {\n color: #89b4fa !important;\n }\n body.dark .bg-color-3 {\n background-color: #f5c2e7 !important;\n }\n body.dark .color-3 {\n color: #f5c2e7 !important;\n }\n body.dark .bg-color-4 {\n background-color: #74c7ec !important;\n }\n body.dark .color-4 {\n color: #74c7ec !important;\n }\n body.dark .bg-color-5 {\n background-color: #fab387 !important;\n }\n body.dark .color-5 {\n color: #fab387 !important;\n }\n body.dark .bg-color-6 {\n background-color: #89dceb !important;\n }\n body.dark .color-6 {\n color: #89dceb !important;\n }\n body.dark .bg-color-7 {\n background-color: #f9e2af !important;\n }\n body.dark .color-7 {\n color: #f9e2af !important;\n }\n body.dark .bg-color-8 {\n background-color: #94e2d5 !important;\n }\n body.dark .color-8 {\n color: #94e2d5 !important;\n }\n body.dark .bg-color-9 {\n background-color: #b4befe !important;\n }\n body.dark .color-9 {\n color: #b4befe !important;\n }\n body.dark .bg-color-10 {\n background-color: #f38ba8 !important;\n }\n body.dark .color-10 {\n color: #f38ba8 !important;\n }\n body.dark .bg-color-11 {\n background-color: #cba6f7 !important;\n }\n body.dark .color-11 {\n color: #cba6f7 !important;\n }\n body.dark .bg-color-12 {\n background-color: #f2cdcd !important;\n }\n body.dark .color-12 {\n color: #f2cdcd !important;\n }\n body.dark .bg-color-13 {\n background-color: #f5e0dc !important;\n }\n body.dark .color-13 {\n color: #f5e0dc !important;\n }\n body.dark .bg-color-14 {\n background-color: #f5c2e7 !important;\n }\n body.dark .color-14 {\n color: #f5c2e7 !important;\n }\n body.dark .bg-color-15 {\n background-color: #eba0ac !important;\n }\n body.dark .color-15 {\n color: #eba0ac !important;\n }\n body.dark .bg-color-16 {\n background-color: #94e2d5 !important;\n }\n body.dark .color-16 {\n color: #94e2d5 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(6) > button > span > svg > circle {\n fill: #a6e3a1 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #f5c2e7 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #f5c2e7 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(1) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #f5c2e7 !important;\n filter: brightness(70%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > circle {\n fill: #89b4fa !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(2) > button > span > svg > g > path:nth-child(2) {\n fill: #89b4fa !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #f38ba8 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #f38ba8 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(3) > button > span > svg > g:nth-child(1) > g > rect {\n fill: #f38ba8 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(1) {\n fill: #cba6f7 !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(4) > button > span > svg > g:nth-child(1) > g > path:nth-child(2) {\n fill: #cba6f7 !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(1) {\n fill: #89dceb !important;\n filter: brightness(85%) !important;\n }\n body.dark div._1OT67 > div > span > div > div > ul > li:nth-child(5) > button > span > svg > g:nth-child(1) > g > g > path:nth-child(2) {\n fill: #89dceb !important;\n }\n body.dark #app > div > div > div._2Ts6i._2xAQV > div > div > div.WM0_u > span > svg > path:nth-child(1) {\n fill: #585b70 !important;\n }\n body.dark #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: #b4befe !important;\n }\n body.dark #side > div._3gYev > div > div > button > div._3xdht._1ZD3q > span > svg > path {\n fill: #b4befe !important;\n }", + "start": 1139, "domains": [ "web.whatsapp.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 30421 } ], - "sourceCode": "/* ==UserStyle==\n@name WhatsApp Web Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/whatsapp-web\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web\n@version 0.0.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web\n@description Soothing pastel theme for WhatsApp Web\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox lighterMessages \"Lighter incoming messages\" 0\n==/UserStyle== */\n@-moz-document domain(\"web.whatsapp.com\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n body {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n body.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n @color: red;\n #rgbify(@color) {\n @rgb-raw: red(@color) green(@color) blue(@color);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n .landing-wrapper-before {\n background-color: @accent-color !important;\n }\n\n /* STATUS PAGE */\n --status-background: @base !important;\n .bfsx6evv {\n background-color: @mantle !important;\n }\n\n --modal-backdrop-solid: @base !important;\n\n /* join group pop up */\n --modal-background: @base !important;\n\n /* startup progress */\n --progress-primary: @accent-color !important;\n --progress-background: @surface1 !important;\n --startup-background: @base !important;\n --startup-background-rgb: #rgbify(@base) [];\n /* home page, no chat selected */\n --intro-background: @base !important;\n --intro-border: @accent-color !important;\n /* general background */\n --app-background: @base !important;\n\n /* CHAT LIST */\n /* chat list background */\n --background-default: @base !important;\n /* chat list header */\n --panel-header-background: @mantle !important;\n /* icons */\n --panel-header-icon: @text !important;\n /* other warnings (notifications) */\n --butterbar-default-background: @mantle !important;\n --butterbar-notification-icon: @sky !important;\n /* loading messages warning */\n --butterbar-green-nux-background: @mantle !important;\n /* update available warning */\n --butterbar-update-background: @mantle !important;\n --butterbar-update-icon: @accent-color !important;\n /* chat list search bar */\n --search-container-background: @base !important;\n --search-input-container-background: @base !important;\n --search-input-background: @surface0 !important;\n --search-input-container-background-active: @mantle !important;\n --icon-search-back: @accent-color !important;\n /* archive icon */\n --icon-bright-highlight: @accent-color !important;\n /* archived unread marker */\n --unread-marker-background: @accent-color !important;\n --unread-timestamp: @accent-color !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: @crust !important;\n /* unread voice message */\n --ptt-green: @green !important;\n /* read voice message */\n --ptt-blue: @blue !important;\n /* pinned chat icon */\n --icon-pinned: @accent-color !important;\n /* last message in selected chat */\n --secondary-stronger: @subtext1 !important;\n /* background for active and hover chats in chat list */\n --background-default-active: @surface1 !important;\n --background-default-hover: @surface0 !important;\n /* unread chats filter */\n --icon-high-emphasis: @green !important;\n .p7idzaix {\n color: @crust !important;\n }\n /* voice message playing */\n --ptt-ooc-background: @mantle !important;\n\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: @mantle !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n & when (@lighterMessages=1) {\n --incoming-background: @surface1 !important;\n --incoming-background-deeper: @surface2 !important;\n /* arrow icon in messages */\n --incoming-background-rgb: #rgbify(@surface1) [];\n }\n & when (@lighterMessages=0) {\n --incoming-background: @base !important;\n --incoming-background-deeper: @surface0 !important;\n /* arrow icon in messages */\n --incoming-background-rgb: #rgbify(@base) [];\n }\n --outgoing-background: @surface0 !important;\n /* read double tick */\n --icon-ack: @blue !important;\n /* received double tick */\n --bubble-meta-icon: @subtext0 !important;\n /* message timestamp */\n --bubble-meta: @text !important;\n --message-primary: @text !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: @base !important;\n --poll-modal-footer-background-color: @surface0 !important;\n /* votes */\n --poll-bar-fill-receiver: @green !important;\n --poll-bar-fill-sender: @green !important;\n --checkbox-mark: @crust !important;\n\n /* audio duration */\n --audio-progress-metadata: @subtext0 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: @text !important;\n --system-message-background: @crust !important;\n /* unread system message background */\n --unread-background: @crust !important;\n --unread-bar-background: @surface1 !important;\n /* meta data for documents */\n --document-meta: @subtext1 !important;\n /* mentions, links and link previews */\n --mention-at-symbol: @sapphire !important;\n --link: @sapphire !important;\n --link-preview: @text !important;\n --link-preview-lighter: @subtext1 !important;\n --link-preview-light: @subtext0 !important;\n --outgoing-background-rgb: #rgbify(@surface0) [];\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: @text !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: @surface1 !important;\n\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: @teal !important;\n\n /* quote colors */\n .bg-color-1 {\n background-color: @green !important;\n }\n .color-1 {\n color: @green !important;\n }\n .bg-color-2 {\n background-color: @blue !important;\n }\n .color-2 {\n color: @blue !important;\n }\n .bg-color-3 {\n background-color: @pink !important;\n }\n .color-3 {\n color: @pink !important;\n }\n .bg-color-4 {\n background-color: @sapphire !important;\n }\n .color-4 {\n color: @sapphire !important;\n }\n .bg-color-5 {\n background-color: @peach !important;\n }\n .color-5 {\n color: @peach !important;\n }\n .bg-color-6 {\n background-color: @sky !important;\n }\n .color-6 {\n color: @sky !important;\n }\n .bg-color-7 {\n background-color: @yellow !important;\n }\n .color-7 {\n color: @yellow !important;\n }\n .bg-color-8 {\n background-color: @teal !important;\n }\n .color-8 {\n color: @teal !important;\n }\n .bg-color-9 {\n background-color: @lavender !important;\n }\n .color-9 {\n color: @lavender !important;\n }\n .bg-color-10 {\n background-color: @red!important;\n }\n .color-10 {\n color: @red!important;\n }\n .bg-color-11 {\n background-color: @mauve !important;\n }\n .color-11 {\n color: @mauve !important;\n }\n .bg-color-12 {\n background-color: @flamingo !important;\n }\n .color-12 {\n color: @flamingo !important;\n }\n .bg-color-13 {\n background-color: @rosewater !important;\n }\n .color-13 {\n color: @rosewater !important;\n }\n .bg-color-14 {\n background-color: @pink !important;\n }\n .color-14 {\n color: @pink !important;\n }\n .bg-color-15 {\n background-color: @maroon !important;\n }\n .color-15 {\n color: @maroon !important;\n }\n .bg-color-16 {\n background-color: @teal !important;\n }\n .color-16 {\n color: @teal !important;\n }\n /* general text */\n --primary: @text !important;\n --primary-strong: @text !important;\n --primary-stronger: @text !important;\n --primary-strongest: @text !important;\n --secondary: @subtext0 !important;\n --secondary-strongest-rgb: #rgbify(@text) [];\n --inline-code-text: @blue !important;\n /* chat list typing message */\n --typing: @green !important;\n /* background for video player and image viewer */\n --media-viewer-background: @mantle !important;\n /* not loaded media */\n --media-gallery-thumb-background: @crust !important;\n\n /* Group info/Contact info */\n --photopicker-overlay-background: fadeout(@mantle, 0.8) !important;\n --photopicker-overlay-background-rgb: #rgbify(@base) [];\n --media-viewer-background-rgb: #rgbify(@base) [];\n --drawer-background-deep: @crust !important;\n /* group info read more */\n --input-button-more: @sapphire !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: @surface2 !important;\n /* Group admin badge background */\n --chat-marker-background: @mantle !important;\n --chat-marker-border: @mantle !important;\n /* Group admin badge foreground */\n --chat-marker: @subtext0 !important;\n /* Media gallery */\n --drawer-gallery-background: @crust !important;\n /* mute toggle */\n --switch-button-checked-color: @accent-color !important;\n --switch-track-checked-color: @surface2 !important;\n --switch-track-color: @surface2 !important;\n --switch-button-color: @overlay1 !important;\n\n /* danger, block, exit and report buttons */\n --danger: @red!important;\n\n /* group added by someone not in contacts */\n --button-plain-background: @surface0 !important;\n --button-plain-background-hover: @surface1 !important;\n\n /* EMOJI AND STICKERS */\n --panel-input-background: @surface0 !important;\n --sticker-button-background: @surface1 !important;\n --active-tab-marker: @accent-color !important;\n\n /* REACTIONS */\n --reactions-panel-background-color: @surface0 !important;\n --reactions-tray-background: @surface0 !important;\n --reactions-details-background: @surface0 !important;\n --svg-gray-button: @surface0 !important;\n\n /* Forward message popup */\n --panel-background-colored-deeper: @crust !important;\n --modal-backdrop: fadeout(@mantle, 0.8) !important;\n\n /* Forward media caption */\n --forward-caption-preview-background: @mantle !important;\n --forward-caption-preview-content: @crust !important;\n\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: @mantle !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: @surface0 !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: @accent-color !important;\n /* send button in media editor */\n --button-round-background: @accent-color !important;\n\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: @surface0 !important;\n --compose-input-border: @surface1 !important;\n --compose-panel-background: @mantle !important;\n --rich-text-panel-background: @mantle !important;\n /* select messages fixes */\n --panel-background: @mantle !important;\n --panel-background-rgb: #rgbify(@mantle) [];\n --checkbox-background: @accent-color !important;\n /* quoted message in compose */\n --popup-panel-background: @surface0 !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: @surface1 !important;\n /* compose bar icons */\n --icon: @accent-color !important;\n /* ATTACH ICONS */\n /* poll icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(6)\n > button\n > span\n > svg\n > circle {\n fill: @green !important;\n }\n /* image icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @pink !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @pink !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > rect {\n fill: @pink !important;\n filter: brightness(70%) !important;\n }\n /* sticker icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(2)\n > button\n > span\n > svg\n > g\n > circle {\n fill: @blue !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(2)\n > button\n > span\n > svg\n > g\n > path:nth-child(2) {\n fill: @blue !important;\n }\n /* camera icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @red!important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @red!important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > rect {\n fill: @red!important;\n filter: brightness(85%) !important;\n }\n /* document icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(4)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @mauve !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(4)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @mauve !important;\n }\n /* contact icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(5)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > g\n > path:nth-child(1) {\n fill: @sky !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(5)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > g\n > path:nth-child(2) {\n fill: @sky !important;\n }\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: @accent-color !important;\n --ptt-draft-waveform-background: @base !important;\n --ptt-draft-button-stop: @red !important;\n --ptt-draft-button-stop-hover: @maroon !important;\n\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: @surface0 !important;\n --dropdown-background-hover: @surface1 !important;\n\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: @base !important;\n /* communities, new chat, other panes */\n --panel-background-colored: @mantle !important;\n --drawer-section-background: @base !important;\n /* new chat icons */\n --round-icon-background: @green !important;\n --inverse: @text !important;\n /* title and icon for drawers */\n --drawer-header-title: @text !important;\n /* buttons such as create community */\n --button-primary-background: @accent-color !important;\n --button-primary-background-hover: fadeout(@accent-color, 0.8) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: @mantle !important;\n /* active input in modals and drawers */\n --input-border-active: @accent-color !important;\n\n /* Start page drawing */\n #app\n > div\n > div\n > div._2Ts6i._2xAQV\n > div\n > div\n > div.WM0_u\n > span\n > svg\n > path:nth-child(1) {\n fill: @surface2 !important;\n }\n\n /* Status unread dot */\n #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: @accent-color !important;\n }\n\n #side\n > div._3gYev\n > div\n > div\n > button\n > div._3xdht._1ZD3q\n > span\n > svg\n > path {\n fill: @accent-color !important;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name WhatsApp Web Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/whatsapp-web\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web\n@description Soothing pastel theme for WhatsApp Web\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox lighterMessages \"Lighter incoming messages\" 0\n==/UserStyle== */\n\n@-moz-document domain(\"web.whatsapp.com\") {\n body {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n body.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n .landing-wrapper-before {\n background-color: @accent-color !important;\n }\n\n /* STATUS PAGE */\n --status-background: @base !important;\n .bfsx6evv {\n background-color: @mantle !important;\n }\n\n --modal-backdrop-solid: @base !important;\n\n /* join group pop up */\n --modal-background: @base !important;\n\n /* startup progress */\n --progress-primary: @accent-color !important;\n --progress-background: @surface1 !important;\n --startup-background: @base !important;\n --startup-background-rgb: #rgbify(@base) [];\n /* home page, no chat selected */\n --intro-background: @base !important;\n --intro-border: @accent-color !important;\n /* general background */\n --app-background: @base !important;\n\n /* CHAT LIST */\n /* chat list background */\n --background-default: @base !important;\n /* chat list header */\n --panel-header-background: @mantle !important;\n /* icons */\n --panel-header-icon: @text !important;\n /* other warnings (notifications) */\n --butterbar-default-background: @mantle !important;\n --butterbar-notification-icon: @sky !important;\n /* loading messages warning */\n --butterbar-green-nux-background: @mantle !important;\n /* update available warning */\n --butterbar-update-background: @mantle !important;\n --butterbar-update-icon: @accent-color !important;\n /* chat list search bar */\n --search-container-background: @base !important;\n --search-input-container-background: @base !important;\n --search-input-background: @surface0 !important;\n --search-input-container-background-active: @mantle !important;\n --icon-search-back: @accent-color !important;\n /* archive icon */\n --icon-bright-highlight: @accent-color !important;\n /* archived unread marker */\n --unread-marker-background: @accent-color !important;\n --unread-timestamp: @accent-color !important;\n /* archived chats header */\n --archived-chat-persistent-header-background: @crust !important;\n /* unread voice message */\n --ptt-green: @green !important;\n /* read voice message */\n --ptt-blue: @blue !important;\n /* pinned chat icon */\n --icon-pinned: @accent-color !important;\n /* last message in selected chat */\n --secondary-stronger: @subtext1 !important;\n /* background for active and hover chats in chat list */\n --background-default-active: @surface1 !important;\n --background-default-hover: @surface0 !important;\n /* unread chats filter */\n --icon-high-emphasis: @green !important;\n .p7idzaix {\n color: @crust !important;\n }\n /* voice message playing */\n --ptt-ooc-background: @mantle !important;\n\n /* CONVERSATION */\n /* chat background */\n --conversation-panel-background: @mantle !important;\n /* MESSAGES */\n /* background for incoming and outgoing messages */\n & when (@lighterMessages=1) {\n --incoming-background: @surface1 !important;\n --incoming-background-deeper: @surface2 !important;\n /* arrow icon in messages */\n --incoming-background-rgb: #rgbify(@surface1) [];\n }\n & when (@lighterMessages=0) {\n --incoming-background: @base !important;\n --incoming-background-deeper: @surface0 !important;\n /* arrow icon in messages */\n --incoming-background-rgb: #rgbify(@base) [];\n }\n --outgoing-background: @surface0 !important;\n /* read double tick */\n --icon-ack: @blue !important;\n /* received double tick */\n --bubble-meta-icon: @subtext0 !important;\n /* message timestamp */\n --bubble-meta: @text !important;\n --message-primary: @text !important;\n /* POLL */\n /* creation */\n --poll-modal-background-color: @base !important;\n --poll-modal-footer-background-color: @surface0 !important;\n /* votes */\n --poll-bar-fill-receiver: @green !important;\n --poll-bar-fill-sender: @green !important;\n --checkbox-mark: @crust !important;\n\n /* audio duration */\n --audio-progress-metadata: @subtext0 !important;\n /* system messages (unread or day messages in chats) */\n --system-message-text: @text !important;\n --system-message-background: @crust !important;\n /* unread system message background */\n --unread-background: @crust !important;\n --unread-bar-background: @surface1 !important;\n /* meta data for documents */\n --document-meta: @subtext1 !important;\n /* mentions, links and link previews */\n --mention-at-symbol: @sapphire !important;\n --link: @sapphire !important;\n --link-preview: @text !important;\n --link-preview-lighter: @subtext1 !important;\n --link-preview-light: @subtext0 !important;\n --outgoing-background-rgb: #rgbify(@surface0) [];\n /* QUOTED MESSAGES */\n /* quoted messages */\n --quoted-message-text: @text !important;\n /* background for quoted incoming and outgoing messages */\n --outgoing-background-deeper: @surface1 !important;\n\n /* SEARCH IN CHAT HIGHLIGHT */\n --highlight: @teal !important;\n\n /* quote colors */\n .bg-color-1 {\n background-color: @green !important;\n }\n .color-1 {\n color: @green !important;\n }\n .bg-color-2 {\n background-color: @blue !important;\n }\n .color-2 {\n color: @blue !important;\n }\n .bg-color-3 {\n background-color: @pink !important;\n }\n .color-3 {\n color: @pink !important;\n }\n .bg-color-4 {\n background-color: @sapphire !important;\n }\n .color-4 {\n color: @sapphire !important;\n }\n .bg-color-5 {\n background-color: @peach !important;\n }\n .color-5 {\n color: @peach !important;\n }\n .bg-color-6 {\n background-color: @sky !important;\n }\n .color-6 {\n color: @sky !important;\n }\n .bg-color-7 {\n background-color: @yellow !important;\n }\n .color-7 {\n color: @yellow !important;\n }\n .bg-color-8 {\n background-color: @teal !important;\n }\n .color-8 {\n color: @teal !important;\n }\n .bg-color-9 {\n background-color: @lavender !important;\n }\n .color-9 {\n color: @lavender !important;\n }\n .bg-color-10 {\n background-color: @red!important;\n }\n .color-10 {\n color: @red!important;\n }\n .bg-color-11 {\n background-color: @mauve !important;\n }\n .color-11 {\n color: @mauve !important;\n }\n .bg-color-12 {\n background-color: @flamingo !important;\n }\n .color-12 {\n color: @flamingo !important;\n }\n .bg-color-13 {\n background-color: @rosewater !important;\n }\n .color-13 {\n color: @rosewater !important;\n }\n .bg-color-14 {\n background-color: @pink !important;\n }\n .color-14 {\n color: @pink !important;\n }\n .bg-color-15 {\n background-color: @maroon !important;\n }\n .color-15 {\n color: @maroon !important;\n }\n .bg-color-16 {\n background-color: @teal !important;\n }\n .color-16 {\n color: @teal !important;\n }\n /* general text */\n --primary: @text !important;\n --primary-strong: @text !important;\n --primary-stronger: @text !important;\n --primary-strongest: @text !important;\n --secondary: @subtext0 !important;\n --secondary-strongest-rgb: #rgbify(@text) [];\n --inline-code-text: @blue !important;\n /* chat list typing message */\n --typing: @green !important;\n /* background for video player and image viewer */\n --media-viewer-background: @mantle !important;\n /* not loaded media */\n --media-gallery-thumb-background: @crust !important;\n\n /* Group info/Contact info */\n --photopicker-overlay-background: fadeout(@mantle, 0.8) !important;\n --photopicker-overlay-background-rgb: #rgbify(@base) [];\n --media-viewer-background-rgb: #rgbify(@base) [];\n --drawer-background-deep: @crust !important;\n /* group info read more */\n --input-button-more: @sapphire !important;\n /* Group info thumbnails border */\n --chat-info-drawer-thumb-background: @surface2 !important;\n /* Group admin badge background */\n --chat-marker-background: @mantle !important;\n --chat-marker-border: @mantle !important;\n /* Group admin badge foreground */\n --chat-marker: @subtext0 !important;\n /* Media gallery */\n --drawer-gallery-background: @crust !important;\n /* mute toggle */\n --switch-button-checked-color: @accent-color !important;\n --switch-track-checked-color: @surface2 !important;\n --switch-track-color: @surface2 !important;\n --switch-button-color: @overlay1 !important;\n\n /* danger, block, exit and report buttons */\n --danger: @red!important;\n\n /* group added by someone not in contacts */\n --button-plain-background: @surface0 !important;\n --button-plain-background-hover: @surface1 !important;\n\n /* EMOJI AND STICKERS */\n --panel-input-background: @surface0 !important;\n --sticker-button-background: @surface1 !important;\n --active-tab-marker: @accent-color !important;\n\n /* REACTIONS */\n --reactions-panel-background-color: @surface0 !important;\n --reactions-tray-background: @surface0 !important;\n --reactions-details-background: @surface0 !important;\n --svg-gray-button: @surface0 !important;\n\n /* Forward message popup */\n --panel-background-colored-deeper: @crust !important;\n --modal-backdrop: fadeout(@mantle, 0.8) !important;\n\n /* Forward media caption */\n --forward-caption-preview-background: @mantle !important;\n --forward-caption-preview-content: @crust !important;\n\n /* MEDIA EDITOR */\n /* background for media editor */\n --panel-background-deeper: @mantle !important;\n /* message box for media editor */\n --media-editor-image-caption-input-background: @surface0 !important;\n /* selected picture in media editor */\n --media-editor-thumb-border-active: @accent-color !important;\n /* send button in media editor */\n --button-round-background: @accent-color !important;\n\n /* COMPOSE BAR */\n /* type a message bar and background */\n --compose-input-background: @surface0 !important;\n --compose-input-border: @surface1 !important;\n --compose-panel-background: @mantle !important;\n --rich-text-panel-background: @mantle !important;\n /* select messages fixes */\n --panel-background: @mantle !important;\n --panel-background-rgb: #rgbify(@mantle) [];\n --checkbox-background: @accent-color !important;\n /* quoted message in compose */\n --popup-panel-background: @surface0 !important;\n /* use Surface 0 for contrast, other colors don't pass AAA */\n /* mention list item background */\n --compose-panel-background-hover: @surface1 !important;\n /* compose bar icons */\n --icon: @accent-color !important;\n /* ATTACH ICONS */\n /* poll icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(6)\n > button\n > span\n > svg\n > circle {\n fill: @green !important;\n }\n /* image icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @pink !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @pink !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(1)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > rect {\n fill: @pink !important;\n filter: brightness(70%) !important;\n }\n /* sticker icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(2)\n > button\n > span\n > svg\n > g\n > circle {\n fill: @blue !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(2)\n > button\n > span\n > svg\n > g\n > path:nth-child(2) {\n fill: @blue !important;\n }\n /* camera icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @red!important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @red!important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(3)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > rect {\n fill: @red!important;\n filter: brightness(85%) !important;\n }\n /* document icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(4)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(1) {\n fill: @mauve !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(4)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > path:nth-child(2) {\n fill: @mauve !important;\n }\n /* contact icon */\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(5)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > g\n > path:nth-child(1) {\n fill: @sky !important;\n filter: brightness(85%) !important;\n }\n div._1OT67\n > div\n > span\n > div\n > div\n > ul\n > li:nth-child(5)\n > button\n > span\n > svg\n > g:nth-child(1)\n > g\n > g\n > path:nth-child(2) {\n fill: @sky !important;\n }\n /* VOICE MESSAGE SENDING */\n --ptt-draft-button-send: @accent-color !important;\n --ptt-draft-waveform-background: @base !important;\n --ptt-draft-button-stop: @red !important;\n --ptt-draft-button-stop-hover: @maroon !important;\n\n /* GENERAL OPTIONS */\n /* dropdown menus */\n --dropdown-background: @surface0 !important;\n --dropdown-background-hover: @surface1 !important;\n\n /* OTHER SECTIONS */\n /* profile background */\n --drawer-background: @base !important;\n /* communities, new chat, other panes */\n --panel-background-colored: @mantle !important;\n --drawer-section-background: @base !important;\n /* new chat icons */\n --round-icon-background: @green !important;\n --inverse: @text !important;\n /* title and icon for drawers */\n --drawer-header-title: @text !important;\n /* buttons such as create community */\n --button-primary-background: @accent-color !important;\n --button-primary-background-hover: fadeout(@accent-color, 0.8) !important;\n /* keyboard shortcuts background */\n --panel-background-lighter: @mantle !important;\n /* active input in modals and drawers */\n --input-border-active: @accent-color !important;\n\n /* Start page drawing */\n #app\n > div\n > div\n > div._2Ts6i._2xAQV\n > div\n > div\n > div.WM0_u\n > span\n > svg\n > path:nth-child(1) {\n fill: @surface2 !important;\n }\n\n /* Status unread dot */\n #df9d3429-f0ef-48b5-b5eb-f9d27b2deba6 > path:nth-child(2) {\n fill: @accent-color !important;\n }\n\n #side\n > div._3gYev\n > div\n > div\n > button\n > div._3xdht._1ZD3q\n > span\n > svg\n > path {\n fill: @accent-color !important;\n }\n }\n}\n\n#rgbify(@color) {\n @rgb-raw: red(@color) green(@color) blue(@color);\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "WhatsApp Web Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/whatsapp-web", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web", - "version": "0.0.6", + "version": "0.0.7", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web", "description": "Soothing pastel theme for WhatsApp Web", @@ -1281,7 +1405,7 @@ "label": "Dark Flavor", "name": "darkFlavor", "value": null, - "default": "latte", + "default": "mocha", "options": [ { "name": "latte", @@ -1384,7 +1508,7 @@ }, { "name": "subtext0", - "label": "Grey", + "label": "Gray", "value": "subtext0" } ] @@ -1402,12 +1526,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for WhatsApp Web", "name": "WhatsApp Web Catppuccin", - "originalDigest": "37678cc402f6d139f12510091517073015d23df5", + "originalDigest": "bdc149adf6c88c8129855eeb5fe2e0f0ea9ce41b", "_id": "f583e674-dc66-4e55-8f01-4fd979d1ecce", - "_rev": 1706352653338, + "_rev": 1712856189803, "id": 37, - "etag": "W/\"3bae6530f72fbee53718d8c49f8c24ed720f49bf0d33bb3bc6b8f47e512a9bf2\"", - "updateDate": 1706352653275 + "etag": "W/\"73d413f602f3b39ba869d90cfd58bca0c1e5cc79a221c4b379ffa8152c372baf\"", + "updateDate": 1712856189538 }, { "enabled": true, @@ -1416,30 +1540,41 @@ "installDate": 1690105754414, "sections": [ { - "code": "/* ==UserStyle==\n@name ChatGPT Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/chatgpt\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt\n@version 0.2.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt\n@description Soothing pastel theme for ChatGPT\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name ChatGPT Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/chatgpt\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt\n@version 0.2.8\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt\n@description Soothing pastel theme for ChatGPT\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@import url(\"https://unpkg.com/@catppuccin/highlightjs@0.1.2/css/catppuccin.variables.css\");\n :root.light {\n color-scheme: dark;\n /* Syntax highlighting */\n --ctp-rosewater: 244, 219, 214;\n --ctp-flamingo: 240, 198, 198;\n --ctp-pink: 245, 189, 230;\n --ctp-mauve: 198, 160, 246;\n --ctp-red: 237, 135, 150;\n --ctp-maroon: 238, 153, 160;\n --ctp-peach: 245, 169, 127;\n --ctp-yellow: 238, 212, 159;\n --ctp-green: 166, 218, 149;\n --ctp-teal: 139, 213, 202;\n --ctp-sky: 145, 215, 227;\n --ctp-sapphire: 125, 196, 228;\n --ctp-blue: 138, 173, 244;\n --ctp-lavender: 183, 189, 248;\n --ctp-text: 202, 211, 245;\n --ctp-subtext1: 184, 192, 224;\n --ctp-subtext0: 165, 173, 203;\n --ctp-overlay2: 147, 154, 183;\n --ctp-overlay1: 128, 135, 162;\n --ctp-overlay0: 110, 115, 141;\n --ctp-surface2: 91, 96, 120;\n --ctp-surface1: 73, 77, 100;\n --ctp-surface0: 54, 58, 79;\n --ctp-base: 24, 25, 38;\n --ctp-mantle: 30, 32, 48;\n --ctp-crust: 24, 25, 38;\n color: #cad3f5;\n --white: #dfe5f9;\n --black: #1a1c2a;\n --gray-50: #c9d0e8;\n --gray-100: #cad3f5;\n --gray-200: #a5adcb;\n --gray-300: #b8c0e0;\n --gray-400: #6e738d;\n --gray-500: #5b6078;\n --gray-600: #494d64;\n --gray-700: #363a4f;\n --gray-800: #24273a;\n --gray-900: #1e2030;\n --gray-950: #181926;\n --brand-purple: #b7bdf8;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n --border-light: rgba(202, 211, 245, 0.1);\n --border-medium: rgba(202, 211, 245, 0.15);\n --border-heavy: rgba(202, 211, 245, 0.2);\n --border-xheavy: rgba(202, 211, 245, 0.25);\n --link: #b7bdf8;\n --link-hover: #8992f3;\n /* ChatGPT logo */\n /* Input */\n /* Buttons */\n /* Borders */\n /* Backgrounds */\n /* Gradients */\n /* Fill/stroke */\n /* Text */\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n /* \"Was this response better or worse\" dialog button hover */\n /* Other */\n }\n :root.light code.hljs {\n background: none;\n }\n :root.light pre .bg-token-main-surface-secondary {\n background-color: #363a4f;\n }\n :root.light pre .bg-gray-950 {\n background-color: #181926;\n }\n :root.light pre .text-token-text-secondary {\n color: #a5adcb;\n }\n :root.light .popover,\n :root.light .dark .popover,\n :root.light .dark.popover,\n :root.light .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n :root.light *:focus {\n --tw-ring-offset-color: #24273a;\n --tw-ring-color: #b7bdf8;\n }\n :root.light [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: #a6da95 !important;\n color: #24273a !important;\n }\n :root.light input::placeholder,\n :root.light textarea::placeholder {\n color: #939ab7 !important;\n }\n :root.light select {\n background-image: url(\"data:image/svg+xml;%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20fill%3D'none'%20viewBox%3D'0%200%2020%2020'%3E%3Cpath%20stroke%3D'%23939ab7'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'1.5'%20d%3D'm6%208%204%204%204-4'/%3E%3C/svg%3E\");\n }\n :root.light [multiple],\n :root.light [type=\"date\"],\n :root.light [type=\"datetime-local\"],\n :root.light [type=\"email\"],\n :root.light [type=\"month\"],\n :root.light [type=\"number\"],\n :root.light [type=\"password\"],\n :root.light [type=\"search\"],\n :root.light [type=\"tel\"],\n :root.light [type=\"text\"],\n :root.light [type=\"time\"],\n :root.light [type=\"url\"],\n :root.light [type=\"week\"],\n :root.light select,\n :root.light textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.light [type=\"checkbox\"],\n :root.light [type=\"radio\"] {\n background-color: #24273a;\n border-color: #939ab7;\n color: #b7bdf8;\n }\n :root.light .form-input,\n :root.light .form-multiselect,\n :root.light .form-select,\n :root.light .form-textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.light .form-input:focus,\n :root.light .form-multiselect:focus,\n :root.light .form-select:focus,\n :root.light .form-textarea:focus {\n border-color: #b7bdf8;\n }\n :root.light .form-input::placeholder,\n :root.light .form-textarea::placeholder {\n color: #939ab7;\n }\n :root.light .btn-primary {\n background-color: #a6da95;\n color: #24273a;\n }\n :root.light .btn-primary:hover {\n background-color: #86cd6f;\n }\n :root.light .btn-primary.focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.light .btn-primary:focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.light .btn-danger {\n background-color: #ed8796;\n color: #24273a;\n }\n :root.light .btn-danger:hover {\n background-color: #e65b6f;\n }\n :root.light .btn-danger.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger:disabled:hover {\n background-color: #ed8796;\n }\n :root.light .btn-danger-outline {\n border-color: #ed8796;\n color: #ed8796;\n }\n :root.light .btn-danger-outline.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger-outline:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-neutral.focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.light .btn-neutral:focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.light .btn-dark {\n background-color: #363a4f;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root.light .btn-dark:hover {\n background-color: #494d64;\n }\n :root.light .btn-light {\n background-color: #cad3f5;\n color: #1a1c2a;\n }\n :root.light .btn-light:hover {\n background-color: #24273a;\n }\n :root.light .btn-disabled,\n :root.light .btn-disabled:hover {\n background-color: #cad3f5;\n }\n :root.light .border-black,\n :root.light .border-black\\/10,\n :root.light .border-black\\/20,\n :root.light .border-black\\/30,\n :root.light .border-black\\/5 {\n border-color: var(--border-light);\n }\n :root.light .border-gray-100 {\n border-color: var(--gray-100);\n }\n :root.light .border-gray-200 {\n border-color: var(--gray-200);\n }\n :root.light .border-gray-300 {\n border-color: var(--gray-300);\n }\n :root.light .border-gray-400 {\n border-color: var(--gray-400);\n }\n :root.light .border-gray-500 {\n border-color: var(--gray-500);\n }\n :root.light .border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.light .border-gray-950 {\n border-color: var(--gray-950);\n }\n :root.light .border-green-500 {\n border-color: #c6e7bb;\n }\n :root.light .border-green-600 {\n border-color: #a6da95;\n }\n :root.light .border-orange-400 {\n border-color: #f5d1c6;\n }\n :root.light .border-orange-500 {\n border-color: #eeae9b;\n }\n :root.light .border-red-500 {\n border-color: #e65b6f;\n }\n :root.light .border-white {\n border-color: #dfe5f9;\n }\n :root.light .border-white\\/20 {\n border-color: rgba(223, 229, 249, 0.2);\n }\n :root.light .border-t-[\\#0077FF] {\n border-top-color: #8aadf4;\n }\n :root.light .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n :root.light .\\!bg-brand-purple {\n background-color: #b7bdf8 !important;\n }\n :root.light .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n :root.light .bg-[\\#0077FF],\n :root.light .bg-\\[\\#3C46FF\\] {\n background-color: #8aadf4;\n }\n :root.light .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: #5b8cf0;\n }\n :root.light .bg-[\\#10A37F] {\n background-color: #a6da95;\n }\n :root.light .bg-[\\#3C46FF] {\n background-color: #8aadf4;\n }\n :root.light .bg-[\\#4046EC] {\n background-color: #8aadf4;\n }\n :root.light .bg-[\\#B161FD] {\n background-color: #b7bdf8;\n }\n :root.light .bg-[\\#F8CA27] {\n background-color: #eed49f;\n }\n :root.light .bg-[\\#FF5588] {\n background-color: #f1a2be;\n }\n :root.light .bg-[\\#FF6E3C] {\n background-color: #f3aa95;\n }\n :root.light .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: #363a4f;\n }\n :root.light .bg-black {\n background-color: #1a1c2a;\n }\n :root.light .bg-black\\/20 {\n background-color: rgba(26, 28, 42, 0.2);\n }\n :root.light .bg-black\\/5 {\n background-color: rgba(26, 28, 42, 0.05);\n }\n :root.light .bg-black\\/50 {\n background-color: rgba(26, 28, 42, 0.5);\n }\n :root.light .bg-black\\/90 {\n background-color: rgba(26, 28, 42, 0.9);\n }\n :root.light .bg-black\\/\\[\\.04\\] {\n background-color: rgba(26, 28, 42, 0.04);\n }\n :root.light .bg-black\\/\\[\\.08\\] {\n background-color: rgba(26, 28, 42, 0.08);\n }\n :root.light .bg-black\\/\\[\\.12\\] {\n background-color: rgba(26, 28, 42, 0.12);\n }\n :root.light .bg-blue-100 {\n background-color: #ffffff;\n }\n :root.light .bg-blue-200 {\n background-color: #e7eefd;\n }\n :root.light .bg-blue-300 {\n background-color: #b9cef8;\n }\n :root.light .bg-blue-400 {\n background-color: #8aadf4;\n }\n :root.light .bg-blue-500 {\n background-color: #739df2;\n }\n :root.light .bg-blue-700 {\n background-color: #5b8cf0;\n }\n :root.light .bg-brand-blue-800 {\n background-color: #2d6ceb;\n }\n :root.light .bg-blue-950 {\n background-color: #1452d1;\n }\n :root.light .checked\\:bg-blue-600:checked {\n background-color: #b7bdf8;\n }\n :root.light .bg-brand-green {\n background-color: #c6e7bb;\n }\n :root.light .bg-brand-green\\/20 {\n background-color: rgba(198, 231, 187, 0.2);\n }\n :root.light .bg-brand-green\\/40 {\n background-color: rgba(198, 231, 187, 0.4);\n }\n :root.light .bg-brand-purple {\n background-color: #b7bdf8;\n }\n :root.light .bg-gray-100 {\n background-color: var(--gray-100);\n }\n :root.light .bg-gray-200 {\n background-color: var(--gray-200);\n }\n :root.light .bg-gray-300 {\n background-color: var(--gray-300);\n }\n :root.light .bg-gray-400 {\n background-color: var(--gray-400);\n }\n :root.light .bg-gray-50 {\n background-color: var(--gray-50);\n }\n :root.light .bg-gray-500 {\n background-color: var(--gray-500);\n }\n :root.light .bg-gray-600 {\n background-color: var(--gray-600);\n }\n :root.light .bg-gray-700 {\n background-color: var(--gray-700);\n }\n :root.light .bg-gray-900 {\n background-color: var(--gray-900);\n }\n :root.light .bg-gray-950 {\n background-color: var(--gray-950);\n }\n :root.light .bg-green-100 {\n background-color: #ffffff;\n }\n :root.light .bg-green-200 {\n background-color: #e5f4e1;\n }\n :root.light .bg-green-500 {\n background-color: #c6e7bb;\n }\n :root.light .bg-green-500\\/10 {\n background-color: rgba(198, 231, 187, 0.1);\n }\n :root.light .bg-green-600 {\n background-color: #a6da95;\n }\n :root.light .bg-orange-500 {\n background-color: #eeae9b;\n }\n :root.light .bg-orange-500\\/10 {\n background-color: rgba(238, 173, 154, 0.1);\n }\n :root.light .bg-red-100 {\n background-color: rgba(244, 179, 189, 0.3);\n }\n :root.light .bg-red-200 {\n background-color: #fae0e4;\n }\n :root.light .bg-red-500 {\n background-color: #ed8796;\n }\n :root.light .bg-red-500\\/10 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root.light .bg-red-600 {\n background-color: #f4b3bd;\n }\n :root.light .bg-white {\n background-color: #dfe5f9;\n }\n :root.light .bg-white\\/20 {\n background-color: rgba(223, 229, 249, 0.2);\n }\n :root.light .bg-white\\/25 {\n background-color: rgba(223, 229, 249, 0.25);\n }\n :root.light .bg-yellow-100 {\n background-color: #fdfbf6;\n }\n :root.light .bg-yellow-200 {\n background-color: #f6e7ca;\n }\n :root.light .bg-yellow-400 {\n background-color: #eed49f;\n }\n :root.light .bg-yellow-500 {\n background-color: #e6c174;\n }\n :root.light .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: #86cd6f;\n }\n :root.light .hover\\:bg-blue-700:hover {\n background-color: #165be9;\n }\n :root.light [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n :root.light .from-white {\n --tw-gradient-from: #dfe5f9 var(--tw-gradient-from-position);\n }\n :root.light .fill-yellow-500 {\n fill: #eed49f;\n }\n :root.light .stroke-black {\n stroke: #1a1c2a;\n }\n :root.light .stroke-brand-purple\\/25 {\n stroke: rgba(183, 189, 248, 0.25);\n }\n :root.light .stroke-gray-400 {\n stroke: #a5adcb;\n }\n :root.light .\\!text-black {\n color: #1a1c2a !important;\n }\n :root.light .text-\\[\\#FE7600\\] {\n color: #eeae9b;\n }\n :root.light .text-\\[\\#fff\\] {\n color: #24273a;\n }\n :root.light .text-black {\n color: #1a1c2a;\n }\n :root.light .text-black\\/60 {\n color: rgba(26, 28, 42, 0.6);\n }\n :root.light .text-black\\/70 {\n color: rgba(26, 28, 42, 0.7);\n }\n :root.light .text-blue-500 {\n color: #b9cef8;\n }\n :root.light .text-blue-600 {\n color: #8aadf4;\n }\n :root.light .text-brand-blue-800 {\n color: #8aadf4;\n }\n :root.light .text-brand-purple {\n color: #b7bdf8;\n }\n :root.light .text-gray-100 {\n color: var(--gray-100);\n }\n :root.light .text-gray-300 {\n color: var(--gray-300);\n }\n :root.light .text-gray-400 {\n color: var(--gray-400);\n }\n :root.light .text-gray-500 {\n color: var(--gray-500);\n }\n :root.light .text-gray-600 {\n color: var(--gray-600);\n }\n :root.light .text-gray-700 {\n color: var(--gray-700);\n }\n :root.light .text-gray-800 {\n color: var(--gray-800);\n }\n :root.light .text-gray-900 {\n color: var(--gray-900);\n }\n :root.light .text-green-500 {\n color: #c6e7bb;\n }\n :root.light .text-green-600 {\n color: #a6da95;\n }\n :root.light .text-green-700 {\n color: #86cd6f;\n }\n :root.light .text-green-800 {\n color: #67c049;\n }\n :root.light .text-green-900 {\n color: #519f37;\n }\n :root.light .text-orange-300 {\n color: #f9e2dc;\n }\n :root.light .text-orange-400 {\n color: #f5d1c6;\n }\n :root.light .text-orange-500 {\n color: #eeae9b;\n }\n :root.light .text-red-500 {\n color: #ed8796;\n }\n :root.light .text-red-600 {\n color: #f4b3bd;\n }\n :root.light .text-red-700 {\n color: #ed8796;\n }\n :root.light .text-red-800 {\n color: #e65b6f;\n }\n :root.light .text-white {\n color: #dfe5f9;\n }\n :root.light .text-white\\/25 {\n color: rgba(223, 229, 249, 0.25);\n }\n :root.light .text-white\\/50 {\n color: rgba(223, 229, 249, 0.5);\n }\n :root.light .text-white\\/80 {\n color: rgba(223, 229, 249, 0.8);\n }\n :root.light .text-yellow-500 {\n color: #eed49f;\n }\n :root.light .text-yellow-700 {\n color: #e6c174;\n }\n :root.light .text-yellow-800 {\n color: #dfad48;\n }\n :root.light .text-yellow-900 {\n color: #cf9725;\n }\n :root.light .dark\\:bg-black {\n background-color: #1a1c2a;\n }\n :root.light .dark\\:bg-white {\n background-color: #dfe5f9;\n }\n :root.light .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n :root.light .dark\\:text-white {\n color: #dfe5f9;\n }\n :root.light .dark\\:text-black {\n color: #1a1c2a;\n }\n :root.light .dark\\:text-\\[\\#D292FF\\] {\n color: #c6a0f6;\n }\n :root.light .dark\\:focus\\:border-white:focus {\n border-color: #cad3f5;\n }\n :root.light .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.light .ring-black {\n --tw-ring-color: #1a1c2a;\n }\n :root.light .ring-black\\/10 {\n --tw-ring-color: rgba(26, 28, 42, 0.1);\n }\n :root.light .ring-white {\n --tw-ring-color: #24273a;\n }\n :root.light .ring-offset-black {\n --tw-ring-offset-color: #24273a;\n }\n :root.light .katex-error {\n color: #ed8796 !important;\n }\n :root.light [style=\"background-color: rgb(0, 0, 46);\"],\n :root.light [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: #181926 !important;\n }\n :root.dark {\n color-scheme: dark;\n /* Syntax highlighting */\n --ctp-rosewater: 244, 219, 214;\n --ctp-flamingo: 240, 198, 198;\n --ctp-pink: 245, 189, 230;\n --ctp-mauve: 198, 160, 246;\n --ctp-red: 237, 135, 150;\n --ctp-maroon: 238, 153, 160;\n --ctp-peach: 245, 169, 127;\n --ctp-yellow: 238, 212, 159;\n --ctp-green: 166, 218, 149;\n --ctp-teal: 139, 213, 202;\n --ctp-sky: 145, 215, 227;\n --ctp-sapphire: 125, 196, 228;\n --ctp-blue: 138, 173, 244;\n --ctp-lavender: 183, 189, 248;\n --ctp-text: 202, 211, 245;\n --ctp-subtext1: 184, 192, 224;\n --ctp-subtext0: 165, 173, 203;\n --ctp-overlay2: 147, 154, 183;\n --ctp-overlay1: 128, 135, 162;\n --ctp-overlay0: 110, 115, 141;\n --ctp-surface2: 91, 96, 120;\n --ctp-surface1: 73, 77, 100;\n --ctp-surface0: 54, 58, 79;\n --ctp-base: 24, 25, 38;\n --ctp-mantle: 30, 32, 48;\n --ctp-crust: 24, 25, 38;\n color: #cad3f5;\n --white: #dfe5f9;\n --black: #1a1c2a;\n --gray-50: #c9d0e8;\n --gray-100: #cad3f5;\n --gray-200: #a5adcb;\n --gray-300: #b8c0e0;\n --gray-400: #6e738d;\n --gray-500: #5b6078;\n --gray-600: #494d64;\n --gray-700: #363a4f;\n --gray-800: #24273a;\n --gray-900: #1e2030;\n --gray-950: #181926;\n --brand-purple: #b7bdf8;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n --border-light: rgba(202, 211, 245, 0.1);\n --border-medium: rgba(202, 211, 245, 0.15);\n --border-heavy: rgba(202, 211, 245, 0.2);\n --border-xheavy: rgba(202, 211, 245, 0.25);\n --link: #b7bdf8;\n --link-hover: #8992f3;\n /* ChatGPT logo */\n /* Input */\n /* Buttons */\n /* Borders */\n /* Backgrounds */\n /* Gradients */\n /* Fill/stroke */\n /* Text */\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n /* \"Was this response better or worse\" dialog button hover */\n /* Other */\n }\n :root.dark code.hljs {\n background: none;\n }\n :root.dark pre .bg-token-main-surface-secondary {\n background-color: #363a4f;\n }\n :root.dark pre .bg-gray-950 {\n background-color: #181926;\n }\n :root.dark pre .text-token-text-secondary {\n color: #a5adcb;\n }\n :root.dark .popover,\n :root.dark .dark .popover,\n :root.dark .dark.popover,\n :root.dark .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n :root.dark *:focus {\n --tw-ring-offset-color: #24273a;\n --tw-ring-color: #b7bdf8;\n }\n :root.dark [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: #a6da95 !important;\n color: #24273a !important;\n }\n :root.dark input::placeholder,\n :root.dark textarea::placeholder {\n color: #939ab7 !important;\n }\n :root.dark select {\n background-image: url(\"data:image/svg+xml;%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20fill%3D'none'%20viewBox%3D'0%200%2020%2020'%3E%3Cpath%20stroke%3D'%23939ab7'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'1.5'%20d%3D'm6%208%204%204%204-4'/%3E%3C/svg%3E\");\n }\n :root.dark [multiple],\n :root.dark [type=\"date\"],\n :root.dark [type=\"datetime-local\"],\n :root.dark [type=\"email\"],\n :root.dark [type=\"month\"],\n :root.dark [type=\"number\"],\n :root.dark [type=\"password\"],\n :root.dark [type=\"search\"],\n :root.dark [type=\"tel\"],\n :root.dark [type=\"text\"],\n :root.dark [type=\"time\"],\n :root.dark [type=\"url\"],\n :root.dark [type=\"week\"],\n :root.dark select,\n :root.dark textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.dark [type=\"checkbox\"],\n :root.dark [type=\"radio\"] {\n background-color: #24273a;\n border-color: #939ab7;\n color: #b7bdf8;\n }\n :root.dark .form-input,\n :root.dark .form-multiselect,\n :root.dark .form-select,\n :root.dark .form-textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.dark .form-input:focus,\n :root.dark .form-multiselect:focus,\n :root.dark .form-select:focus,\n :root.dark .form-textarea:focus {\n border-color: #b7bdf8;\n }\n :root.dark .form-input::placeholder,\n :root.dark .form-textarea::placeholder {\n color: #939ab7;\n }\n :root.dark .btn-primary {\n background-color: #a6da95;\n color: #24273a;\n }\n :root.dark .btn-primary:hover {\n background-color: #86cd6f;\n }\n :root.dark .btn-primary.focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.dark .btn-primary:focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.dark .btn-danger {\n background-color: #ed8796;\n color: #24273a;\n }\n :root.dark .btn-danger:hover {\n background-color: #e65b6f;\n }\n :root.dark .btn-danger.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger:disabled:hover {\n background-color: #ed8796;\n }\n :root.dark .btn-danger-outline {\n border-color: #ed8796;\n color: #ed8796;\n }\n :root.dark .btn-danger-outline.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger-outline:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-neutral.focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.dark .btn-neutral:focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.dark .btn-dark {\n background-color: #363a4f;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root.dark .btn-dark:hover {\n background-color: #494d64;\n }\n :root.dark .btn-light {\n background-color: #cad3f5;\n color: #1a1c2a;\n }\n :root.dark .btn-light:hover {\n background-color: #24273a;\n }\n :root.dark .btn-disabled,\n :root.dark .btn-disabled:hover {\n background-color: #cad3f5;\n }\n :root.dark .border-black,\n :root.dark .border-black\\/10,\n :root.dark .border-black\\/20,\n :root.dark .border-black\\/30,\n :root.dark .border-black\\/5 {\n border-color: var(--border-light);\n }\n :root.dark .border-gray-100 {\n border-color: var(--gray-100);\n }\n :root.dark .border-gray-200 {\n border-color: var(--gray-200);\n }\n :root.dark .border-gray-300 {\n border-color: var(--gray-300);\n }\n :root.dark .border-gray-400 {\n border-color: var(--gray-400);\n }\n :root.dark .border-gray-500 {\n border-color: var(--gray-500);\n }\n :root.dark .border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.dark .border-gray-950 {\n border-color: var(--gray-950);\n }\n :root.dark .border-green-500 {\n border-color: #c6e7bb;\n }\n :root.dark .border-green-600 {\n border-color: #a6da95;\n }\n :root.dark .border-orange-400 {\n border-color: #f5d1c6;\n }\n :root.dark .border-orange-500 {\n border-color: #eeae9b;\n }\n :root.dark .border-red-500 {\n border-color: #e65b6f;\n }\n :root.dark .border-white {\n border-color: #dfe5f9;\n }\n :root.dark .border-white\\/20 {\n border-color: rgba(223, 229, 249, 0.2);\n }\n :root.dark .border-t-[\\#0077FF] {\n border-top-color: #8aadf4;\n }\n :root.dark .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n :root.dark .\\!bg-brand-purple {\n background-color: #b7bdf8 !important;\n }\n :root.dark .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n :root.dark .bg-[\\#0077FF],\n :root.dark .bg-\\[\\#3C46FF\\] {\n background-color: #8aadf4;\n }\n :root.dark .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: #5b8cf0;\n }\n :root.dark .bg-[\\#10A37F] {\n background-color: #a6da95;\n }\n :root.dark .bg-[\\#3C46FF] {\n background-color: #8aadf4;\n }\n :root.dark .bg-[\\#4046EC] {\n background-color: #8aadf4;\n }\n :root.dark .bg-[\\#B161FD] {\n background-color: #b7bdf8;\n }\n :root.dark .bg-[\\#F8CA27] {\n background-color: #eed49f;\n }\n :root.dark .bg-[\\#FF5588] {\n background-color: #f1a2be;\n }\n :root.dark .bg-[\\#FF6E3C] {\n background-color: #f3aa95;\n }\n :root.dark .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: #363a4f;\n }\n :root.dark .bg-black {\n background-color: #1a1c2a;\n }\n :root.dark .bg-black\\/20 {\n background-color: rgba(26, 28, 42, 0.2);\n }\n :root.dark .bg-black\\/5 {\n background-color: rgba(26, 28, 42, 0.05);\n }\n :root.dark .bg-black\\/50 {\n background-color: rgba(26, 28, 42, 0.5);\n }\n :root.dark .bg-black\\/90 {\n background-color: rgba(26, 28, 42, 0.9);\n }\n :root.dark .bg-black\\/\\[\\.04\\] {\n background-color: rgba(26, 28, 42, 0.04);\n }\n :root.dark .bg-black\\/\\[\\.08\\] {\n background-color: rgba(26, 28, 42, 0.08);\n }\n :root.dark .bg-black\\/\\[\\.12\\] {\n background-color: rgba(26, 28, 42, 0.12);\n }\n :root.dark .bg-blue-100 {\n background-color: #ffffff;\n }\n :root.dark .bg-blue-200 {\n background-color: #e7eefd;\n }\n :root.dark .bg-blue-300 {\n background-color: #b9cef8;\n }\n :root.dark .bg-blue-400 {\n background-color: #8aadf4;\n }\n :root.dark .bg-blue-500 {\n background-color: #739df2;\n }\n :root.dark .bg-blue-700 {\n background-color: #5b8cf0;\n }\n :root.dark .bg-brand-blue-800 {\n background-color: #2d6ceb;\n }\n :root.dark .bg-blue-950 {\n background-color: #1452d1;\n }\n :root.dark .checked\\:bg-blue-600:checked {\n background-color: #b7bdf8;\n }\n :root.dark .bg-brand-green {\n background-color: #c6e7bb;\n }\n :root.dark .bg-brand-green\\/20 {\n background-color: rgba(198, 231, 187, 0.2);\n }\n :root.dark .bg-brand-green\\/40 {\n background-color: rgba(198, 231, 187, 0.4);\n }\n :root.dark .bg-brand-purple {\n background-color: #b7bdf8;\n }\n :root.dark .bg-gray-100 {\n background-color: var(--gray-100);\n }\n :root.dark .bg-gray-200 {\n background-color: var(--gray-200);\n }\n :root.dark .bg-gray-300 {\n background-color: var(--gray-300);\n }\n :root.dark .bg-gray-400 {\n background-color: var(--gray-400);\n }\n :root.dark .bg-gray-50 {\n background-color: var(--gray-50);\n }\n :root.dark .bg-gray-500 {\n background-color: var(--gray-500);\n }\n :root.dark .bg-gray-600 {\n background-color: var(--gray-600);\n }\n :root.dark .bg-gray-700 {\n background-color: var(--gray-700);\n }\n :root.dark .bg-gray-900 {\n background-color: var(--gray-900);\n }\n :root.dark .bg-gray-950 {\n background-color: var(--gray-950);\n }\n :root.dark .bg-green-100 {\n background-color: #ffffff;\n }\n :root.dark .bg-green-200 {\n background-color: #e5f4e1;\n }\n :root.dark .bg-green-500 {\n background-color: #c6e7bb;\n }\n :root.dark .bg-green-500\\/10 {\n background-color: rgba(198, 231, 187, 0.1);\n }\n :root.dark .bg-green-600 {\n background-color: #a6da95;\n }\n :root.dark .bg-orange-500 {\n background-color: #eeae9b;\n }\n :root.dark .bg-orange-500\\/10 {\n background-color: rgba(238, 173, 154, 0.1);\n }\n :root.dark .bg-red-100 {\n background-color: rgba(244, 179, 189, 0.3);\n }\n :root.dark .bg-red-200 {\n background-color: #fae0e4;\n }\n :root.dark .bg-red-500 {\n background-color: #ed8796;\n }\n :root.dark .bg-red-500\\/10 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root.dark .bg-red-600 {\n background-color: #f4b3bd;\n }\n :root.dark .bg-white {\n background-color: #dfe5f9;\n }\n :root.dark .bg-white\\/20 {\n background-color: rgba(223, 229, 249, 0.2);\n }\n :root.dark .bg-white\\/25 {\n background-color: rgba(223, 229, 249, 0.25);\n }\n :root.dark .bg-yellow-100 {\n background-color: #fdfbf6;\n }\n :root.dark .bg-yellow-200 {\n background-color: #f6e7ca;\n }\n :root.dark .bg-yellow-400 {\n background-color: #eed49f;\n }\n :root.dark .bg-yellow-500 {\n background-color: #e6c174;\n }\n :root.dark .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: #86cd6f;\n }\n :root.dark .hover\\:bg-blue-700:hover {\n background-color: #165be9;\n }\n :root.dark [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n :root.dark .from-white {\n --tw-gradient-from: #dfe5f9 var(--tw-gradient-from-position);\n }\n :root.dark .fill-yellow-500 {\n fill: #eed49f;\n }\n :root.dark .stroke-black {\n stroke: #1a1c2a;\n }\n :root.dark .stroke-brand-purple\\/25 {\n stroke: rgba(183, 189, 248, 0.25);\n }\n :root.dark .stroke-gray-400 {\n stroke: #a5adcb;\n }\n :root.dark .\\!text-black {\n color: #1a1c2a !important;\n }\n :root.dark .text-\\[\\#FE7600\\] {\n color: #eeae9b;\n }\n :root.dark .text-\\[\\#fff\\] {\n color: #24273a;\n }\n :root.dark .text-black {\n color: #1a1c2a;\n }\n :root.dark .text-black\\/60 {\n color: rgba(26, 28, 42, 0.6);\n }\n :root.dark .text-black\\/70 {\n color: rgba(26, 28, 42, 0.7);\n }\n :root.dark .text-blue-500 {\n color: #b9cef8;\n }\n :root.dark .text-blue-600 {\n color: #8aadf4;\n }\n :root.dark .text-brand-blue-800 {\n color: #8aadf4;\n }\n :root.dark .text-brand-purple {\n color: #b7bdf8;\n }\n :root.dark .text-gray-100 {\n color: var(--gray-100);\n }\n :root.dark .text-gray-300 {\n color: var(--gray-300);\n }\n :root.dark .text-gray-400 {\n color: var(--gray-400);\n }\n :root.dark .text-gray-500 {\n color: var(--gray-500);\n }\n :root.dark .text-gray-600 {\n color: var(--gray-600);\n }\n :root.dark .text-gray-700 {\n color: var(--gray-700);\n }\n :root.dark .text-gray-800 {\n color: var(--gray-800);\n }\n :root.dark .text-gray-900 {\n color: var(--gray-900);\n }\n :root.dark .text-green-500 {\n color: #c6e7bb;\n }\n :root.dark .text-green-600 {\n color: #a6da95;\n }\n :root.dark .text-green-700 {\n color: #86cd6f;\n }\n :root.dark .text-green-800 {\n color: #67c049;\n }\n :root.dark .text-green-900 {\n color: #519f37;\n }\n :root.dark .text-orange-300 {\n color: #f9e2dc;\n }\n :root.dark .text-orange-400 {\n color: #f5d1c6;\n }\n :root.dark .text-orange-500 {\n color: #eeae9b;\n }\n :root.dark .text-red-500 {\n color: #ed8796;\n }\n :root.dark .text-red-600 {\n color: #f4b3bd;\n }\n :root.dark .text-red-700 {\n color: #ed8796;\n }\n :root.dark .text-red-800 {\n color: #e65b6f;\n }\n :root.dark .text-white {\n color: #dfe5f9;\n }\n :root.dark .text-white\\/25 {\n color: rgba(223, 229, 249, 0.25);\n }\n :root.dark .text-white\\/50 {\n color: rgba(223, 229, 249, 0.5);\n }\n :root.dark .text-white\\/80 {\n color: rgba(223, 229, 249, 0.8);\n }\n :root.dark .text-yellow-500 {\n color: #eed49f;\n }\n :root.dark .text-yellow-700 {\n color: #e6c174;\n }\n :root.dark .text-yellow-800 {\n color: #dfad48;\n }\n :root.dark .text-yellow-900 {\n color: #cf9725;\n }\n :root.dark .dark\\:bg-black {\n background-color: #1a1c2a;\n }\n :root.dark .dark\\:bg-white {\n background-color: #dfe5f9;\n }\n :root.dark .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n :root.dark .dark\\:text-white {\n color: #dfe5f9;\n }\n :root.dark .dark\\:text-black {\n color: #1a1c2a;\n }\n :root.dark .dark\\:text-\\[\\#D292FF\\] {\n color: #c6a0f6;\n }\n :root.dark .dark\\:focus\\:border-white:focus {\n border-color: #cad3f5;\n }\n :root.dark .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.dark .ring-black {\n --tw-ring-color: #1a1c2a;\n }\n :root.dark .ring-black\\/10 {\n --tw-ring-color: rgba(26, 28, 42, 0.1);\n }\n :root.dark .ring-white {\n --tw-ring-color: #24273a;\n }\n :root.dark .ring-offset-black {\n --tw-ring-offset-color: #24273a;\n }\n :root.dark .katex-error {\n color: #ed8796 !important;\n }\n :root.dark [style=\"background-color: rgb(0, 0, 46);\"],\n :root.dark [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: #181926 !important;\n }\n /* prettier-ignore */", + "code": "@import url(\"https://unpkg.com/@catppuccin/highlightjs@0.1.2/css/catppuccin.variables.css\");\n :root.light {\n --ctp-rosewater: 244, 219, 214;\n --ctp-flamingo: 240, 198, 198;\n --ctp-pink: 245, 189, 230;\n --ctp-mauve: 198, 160, 246;\n --ctp-red: 237, 135, 150;\n --ctp-maroon: 238, 153, 160;\n --ctp-peach: 245, 169, 127;\n --ctp-yellow: 238, 212, 159;\n --ctp-green: 166, 218, 149;\n --ctp-teal: 139, 213, 202;\n --ctp-sky: 145, 215, 227;\n --ctp-sapphire: 125, 196, 228;\n --ctp-blue: 138, 173, 244;\n --ctp-lavender: 183, 189, 248;\n --ctp-text: 202, 211, 245;\n --ctp-subtext1: 184, 192, 224;\n --ctp-subtext0: 165, 173, 203;\n --ctp-overlay2: 147, 154, 183;\n --ctp-overlay1: 128, 135, 162;\n --ctp-overlay0: 110, 115, 141;\n --ctp-surface2: 91, 96, 120;\n --ctp-surface1: 73, 77, 100;\n --ctp-surface0: 54, 58, 79;\n --ctp-base: 36, 39, 58;\n --ctp-mantle: 30, 32, 48;\n --ctp-crust: 24, 25, 38;\n color-scheme: dark;\n color: #cad3f5;\n --white: #dfe5f9;\n --black: #1a1c2a;\n --gray-50: #c9d0e8;\n --gray-100: #cad3f5;\n --gray-200: #a5adcb;\n --gray-300: #b8c0e0;\n --gray-400: #6e738d;\n --gray-500: #5b6078;\n --gray-600: #494d64;\n --gray-700: #363a4f;\n --gray-800: #24273a;\n --gray-900: #1e2030;\n --gray-950: #181926;\n --brand-purple: #b7bdf8;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n --border-light: rgba(202, 211, 245, 0.1);\n --border-medium: rgba(202, 211, 245, 0.15);\n --border-heavy: rgba(202, 211, 245, 0.2);\n --border-xheavy: rgba(202, 211, 245, 0.25);\n --link: #b7bdf8;\n --link-hover: #8992f3;\n /* ChatGPT logo */\n /* Input */\n /* Buttons */\n /* Borders */\n /* Backgrounds */\n /* Gradients */\n /* Fill/stroke */\n /* Text */\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n /* \"Was this response better or worse\" dialog button hover */\n /* Other */\n }\n :root.light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.light input::placeholder,\n :root.light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light code.hljs {\n background: none;\n }\n :root.light pre .bg-token-main-surface-secondary {\n background-color: #363a4f;\n }\n :root.light pre .bg-gray-950 {\n background-color: #181926;\n }\n :root.light pre .text-token-text-secondary {\n color: #a5adcb;\n }\n :root.light .popover,\n :root.light .dark .popover,\n :root.light .dark.popover,\n :root.light .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n :root.light *:focus {\n --tw-ring-offset-color: #24273a;\n --tw-ring-color: #b7bdf8;\n }\n :root.light [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: #a6da95 !important;\n color: #24273a !important;\n }\n :root.light select {\n background-image: url(\"data:image/svg+xml;%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22%23939ab7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m6%208%204%204%204-4%22/%3E%3C/svg%3E\");\n }\n :root.light [multiple],\n :root.light [type=\"date\"],\n :root.light [type=\"datetime-local\"],\n :root.light [type=\"email\"],\n :root.light [type=\"month\"],\n :root.light [type=\"number\"],\n :root.light [type=\"password\"],\n :root.light [type=\"search\"],\n :root.light [type=\"tel\"],\n :root.light [type=\"text\"],\n :root.light [type=\"time\"],\n :root.light [type=\"url\"],\n :root.light [type=\"week\"],\n :root.light select,\n :root.light textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.light [type=\"checkbox\"],\n :root.light [type=\"radio\"] {\n background-color: #24273a;\n border-color: #939ab7;\n color: #b7bdf8;\n }\n :root.light .form-input,\n :root.light .form-multiselect,\n :root.light .form-select,\n :root.light .form-textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.light .form-input:focus,\n :root.light .form-multiselect:focus,\n :root.light .form-select:focus,\n :root.light .form-textarea:focus {\n border-color: #b7bdf8;\n }\n :root.light .form-input::placeholder,\n :root.light .form-textarea::placeholder {\n color: #939ab7;\n }\n :root.light .btn-primary {\n background-color: #a6da95;\n color: #24273a;\n }\n :root.light .btn-primary:hover {\n background-color: #86cd6f;\n }\n :root.light .btn-primary.focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.light .btn-primary:focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.light .btn-danger {\n background-color: #ed8796;\n color: #24273a;\n }\n :root.light .btn-danger:hover {\n background-color: #e65b6f;\n }\n :root.light .btn-danger.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger:disabled:hover {\n background-color: #ed8796;\n }\n :root.light .btn-danger-outline {\n border-color: #ed8796;\n color: #ed8796;\n }\n :root.light .btn-danger-outline.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-danger-outline:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.light .btn-neutral.focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.light .btn-neutral:focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.light .btn-dark {\n background-color: #363a4f;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root.light .btn-dark:hover {\n background-color: #494d64;\n }\n :root.light .btn-light {\n background-color: #cad3f5;\n color: #1a1c2a;\n }\n :root.light .btn-light:hover {\n background-color: #24273a;\n }\n :root.light .btn-disabled,\n :root.light .btn-disabled:hover {\n background-color: #cad3f5;\n }\n :root.light .border-black,\n :root.light .border-black\\/10,\n :root.light .border-black\\/20,\n :root.light .border-black\\/30,\n :root.light .border-black\\/5 {\n border-color: var(--border-light);\n }\n :root.light .border-gray-100 {\n border-color: var(--gray-100);\n }\n :root.light .border-gray-200 {\n border-color: var(--gray-200);\n }\n :root.light .border-gray-300 {\n border-color: var(--gray-300);\n }\n :root.light .border-gray-400 {\n border-color: var(--gray-400);\n }\n :root.light .border-gray-500 {\n border-color: var(--gray-500);\n }\n :root.light .border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.light .border-gray-950 {\n border-color: var(--gray-950);\n }\n :root.light .border-green-500 {\n border-color: #c6e7bb;\n }\n :root.light .border-green-600 {\n border-color: #a6da95;\n }\n :root.light .border-orange-400 {\n border-color: #f5d1c6;\n }\n :root.light .border-orange-500 {\n border-color: #eeae9b;\n }\n :root.light .border-red-500 {\n border-color: #e65b6f;\n }\n :root.light .border-white {\n border-color: #dfe5f9;\n }\n :root.light .border-white\\/20 {\n border-color: rgba(223, 229, 249, 0.2);\n }\n :root.light .border-t-[\\#0077FF] {\n border-top-color: #8aadf4;\n }\n :root.light .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n :root.light .\\!bg-brand-purple {\n background-color: #b7bdf8 !important;\n }\n :root.light .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n :root.light .bg-[\\#0077FF],\n :root.light .bg-\\[\\#3C46FF\\] {\n background-color: #8aadf4;\n }\n :root.light .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: #5b8cf0;\n }\n :root.light .bg-[\\#10A37F] {\n background-color: #a6da95;\n }\n :root.light .bg-[\\#3C46FF] {\n background-color: #8aadf4;\n }\n :root.light .bg-[\\#4046EC] {\n background-color: #8aadf4;\n }\n :root.light .bg-[\\#B161FD] {\n background-color: #b7bdf8;\n }\n :root.light .bg-[\\#F8CA27] {\n background-color: #eed49f;\n }\n :root.light .bg-[\\#FF5588] {\n background-color: #f1a2be;\n }\n :root.light .bg-[\\#FF6E3C] {\n background-color: #f3aa95;\n }\n :root.light .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: #363a4f;\n }\n :root.light .bg-black {\n background-color: #1a1c2a;\n }\n :root.light .bg-black\\/20 {\n background-color: rgba(26, 28, 42, 0.2);\n }\n :root.light .bg-black\\/5 {\n background-color: rgba(26, 28, 42, 0.05);\n }\n :root.light .bg-black\\/50 {\n background-color: rgba(26, 28, 42, 0.5);\n }\n :root.light .bg-black\\/90 {\n background-color: rgba(26, 28, 42, 0.9);\n }\n :root.light .bg-black\\/\\[\\.04\\] {\n background-color: rgba(26, 28, 42, 0.04);\n }\n :root.light .bg-black\\/\\[\\.08\\] {\n background-color: rgba(26, 28, 42, 0.08);\n }\n :root.light .bg-black\\/\\[\\.12\\] {\n background-color: rgba(26, 28, 42, 0.12);\n }\n :root.light .bg-blue-100 {\n background-color: #ffffff;\n }\n :root.light .bg-blue-200 {\n background-color: #e7eefd;\n }\n :root.light .bg-blue-300 {\n background-color: #b9cef8;\n }\n :root.light .bg-blue-400 {\n background-color: #8aadf4;\n }\n :root.light .bg-blue-500 {\n background-color: #739df2;\n }\n :root.light .bg-blue-700 {\n background-color: #5b8cf0;\n }\n :root.light .bg-brand-blue-800 {\n background-color: #2d6ceb;\n }\n :root.light .bg-blue-950 {\n background-color: #1452d1;\n }\n :root.light .checked\\:bg-blue-600:checked {\n background-color: #b7bdf8;\n }\n :root.light .bg-brand-green {\n background-color: #c6e7bb;\n }\n :root.light .bg-brand-green\\/20 {\n background-color: rgba(198, 231, 187, 0.2);\n }\n :root.light .bg-brand-green\\/40 {\n background-color: rgba(198, 231, 187, 0.4);\n }\n :root.light .bg-brand-purple {\n background-color: #b7bdf8;\n }\n :root.light .bg-gray-100 {\n background-color: var(--gray-100);\n }\n :root.light .bg-gray-200 {\n background-color: var(--gray-200);\n }\n :root.light .bg-gray-300 {\n background-color: var(--gray-300);\n }\n :root.light .bg-gray-400 {\n background-color: var(--gray-400);\n }\n :root.light .bg-gray-50 {\n background-color: var(--gray-50);\n }\n :root.light .bg-gray-500 {\n background-color: var(--gray-500);\n }\n :root.light .bg-gray-600 {\n background-color: var(--gray-600);\n }\n :root.light .bg-gray-700 {\n background-color: var(--gray-700);\n }\n :root.light .bg-gray-900 {\n background-color: var(--gray-900);\n }\n :root.light .bg-gray-950 {\n background-color: var(--gray-950);\n }\n :root.light .bg-green-100 {\n background-color: #ffffff;\n }\n :root.light .bg-green-200 {\n background-color: #e5f4e1;\n }\n :root.light .bg-green-500 {\n background-color: #c6e7bb;\n }\n :root.light .bg-green-500\\/10 {\n background-color: rgba(198, 231, 187, 0.1);\n }\n :root.light .bg-green-600 {\n background-color: #a6da95;\n }\n :root.light .bg-orange-500 {\n background-color: #eeae9b;\n }\n :root.light .bg-orange-500\\/10 {\n background-color: rgba(238, 173, 154, 0.1);\n }\n :root.light .bg-red-100 {\n background-color: rgba(244, 179, 189, 0.3);\n }\n :root.light .bg-red-200 {\n background-color: #fae0e4;\n }\n :root.light .bg-red-500 {\n background-color: #ed8796;\n }\n :root.light .bg-red-500\\/10 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root.light .bg-red-600 {\n background-color: #f4b3bd;\n }\n :root.light .bg-white {\n background-color: #dfe5f9;\n }\n :root.light .bg-white\\/20 {\n background-color: rgba(223, 229, 249, 0.2);\n }\n :root.light .bg-white\\/25 {\n background-color: rgba(223, 229, 249, 0.25);\n }\n :root.light .bg-yellow-100 {\n background-color: #fdfbf6;\n }\n :root.light .bg-yellow-200 {\n background-color: #f6e7ca;\n }\n :root.light .bg-yellow-400 {\n background-color: #eed49f;\n }\n :root.light .bg-yellow-500 {\n background-color: #e6c174;\n }\n :root.light .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: #86cd6f;\n }\n :root.light .hover\\:bg-blue-700:hover {\n background-color: #165be9;\n }\n :root.light [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n :root.light .from-white {\n --tw-gradient-from: #dfe5f9 var(--tw-gradient-from-position);\n }\n :root.light .fill-yellow-500 {\n fill: #eed49f;\n }\n :root.light .stroke-black {\n stroke: #1a1c2a;\n }\n :root.light .stroke-brand-purple\\/25 {\n stroke: rgba(183, 189, 248, 0.25);\n }\n :root.light .stroke-gray-400 {\n stroke: #a5adcb;\n }\n :root.light .\\!text-black {\n color: #1a1c2a !important;\n }\n :root.light .text-\\[\\#FE7600\\] {\n color: #eeae9b;\n }\n :root.light .text-\\[\\#fff\\] {\n color: #24273a;\n }\n :root.light .text-black {\n color: #1a1c2a;\n }\n :root.light .text-black\\/60 {\n color: rgba(26, 28, 42, 0.6);\n }\n :root.light .text-black\\/70 {\n color: rgba(26, 28, 42, 0.7);\n }\n :root.light .text-blue-500 {\n color: #b9cef8;\n }\n :root.light .text-blue-600 {\n color: #8aadf4;\n }\n :root.light .text-brand-blue-800 {\n color: #8aadf4;\n }\n :root.light .text-brand-purple {\n color: #b7bdf8;\n }\n :root.light .text-gray-100 {\n color: var(--gray-100);\n }\n :root.light .text-gray-300 {\n color: var(--gray-300);\n }\n :root.light .text-gray-400 {\n color: var(--gray-400);\n }\n :root.light .text-gray-500 {\n color: var(--gray-500);\n }\n :root.light .text-gray-600 {\n color: var(--gray-600);\n }\n :root.light .text-gray-700 {\n color: var(--gray-700);\n }\n :root.light .text-gray-800 {\n color: var(--gray-800);\n }\n :root.light .text-gray-900 {\n color: var(--gray-900);\n }\n :root.light .text-green-500 {\n color: #c6e7bb;\n }\n :root.light .text-green-600 {\n color: #a6da95;\n }\n :root.light .text-green-700 {\n color: #86cd6f;\n }\n :root.light .text-green-800 {\n color: #67c049;\n }\n :root.light .text-green-900 {\n color: #519f37;\n }\n :root.light .text-orange-300 {\n color: #f9e2dc;\n }\n :root.light .text-orange-400 {\n color: #f5d1c6;\n }\n :root.light .text-orange-500 {\n color: #eeae9b;\n }\n :root.light .text-red-500 {\n color: #ed8796;\n }\n :root.light .text-red-600 {\n color: #f4b3bd;\n }\n :root.light .text-red-700 {\n color: #ed8796;\n }\n :root.light .text-red-800 {\n color: #e65b6f;\n }\n :root.light .text-white {\n color: #dfe5f9;\n }\n :root.light .text-white\\/25 {\n color: rgba(223, 229, 249, 0.25);\n }\n :root.light .text-white\\/50 {\n color: rgba(223, 229, 249, 0.5);\n }\n :root.light .text-white\\/80 {\n color: rgba(223, 229, 249, 0.8);\n }\n :root.light .text-yellow-500 {\n color: #eed49f;\n }\n :root.light .text-yellow-700 {\n color: #e6c174;\n }\n :root.light .text-yellow-800 {\n color: #dfad48;\n }\n :root.light .text-yellow-900 {\n color: #cf9725;\n }\n :root.light .dark\\:bg-black {\n background-color: #1a1c2a;\n }\n :root.light .dark\\:bg-white {\n background-color: #dfe5f9;\n }\n :root.light .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n :root.light .dark\\:text-white {\n color: #dfe5f9;\n }\n :root.light .dark\\:text-black {\n color: #1a1c2a;\n }\n :root.light .dark\\:text-\\[\\#D292FF\\] {\n color: #c6a0f6;\n }\n :root.light .dark\\:focus\\:border-white:focus {\n border-color: #cad3f5;\n }\n :root.light .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.light .ring-black {\n --tw-ring-color: #1a1c2a;\n }\n :root.light .ring-black\\/10 {\n --tw-ring-color: rgba(26, 28, 42, 0.1);\n }\n :root.light .ring-white {\n --tw-ring-color: #24273a;\n }\n :root.light .ring-offset-black {\n --tw-ring-offset-color: #24273a;\n }\n :root.light .katex-error {\n color: #ed8796 !important;\n }\n :root.light [style=\"background-color: rgb(0, 0, 46);\"],\n :root.light [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: #181926 !important;\n }\n :root.dark {\n --ctp-rosewater: 244, 219, 214;\n --ctp-flamingo: 240, 198, 198;\n --ctp-pink: 245, 189, 230;\n --ctp-mauve: 198, 160, 246;\n --ctp-red: 237, 135, 150;\n --ctp-maroon: 238, 153, 160;\n --ctp-peach: 245, 169, 127;\n --ctp-yellow: 238, 212, 159;\n --ctp-green: 166, 218, 149;\n --ctp-teal: 139, 213, 202;\n --ctp-sky: 145, 215, 227;\n --ctp-sapphire: 125, 196, 228;\n --ctp-blue: 138, 173, 244;\n --ctp-lavender: 183, 189, 248;\n --ctp-text: 202, 211, 245;\n --ctp-subtext1: 184, 192, 224;\n --ctp-subtext0: 165, 173, 203;\n --ctp-overlay2: 147, 154, 183;\n --ctp-overlay1: 128, 135, 162;\n --ctp-overlay0: 110, 115, 141;\n --ctp-surface2: 91, 96, 120;\n --ctp-surface1: 73, 77, 100;\n --ctp-surface0: 54, 58, 79;\n --ctp-base: 36, 39, 58;\n --ctp-mantle: 30, 32, 48;\n --ctp-crust: 24, 25, 38;\n color-scheme: dark;\n color: #cad3f5;\n --white: #dfe5f9;\n --black: #1a1c2a;\n --gray-50: #c9d0e8;\n --gray-100: #cad3f5;\n --gray-200: #a5adcb;\n --gray-300: #b8c0e0;\n --gray-400: #6e738d;\n --gray-500: #5b6078;\n --gray-600: #494d64;\n --gray-700: #363a4f;\n --gray-800: #24273a;\n --gray-900: #1e2030;\n --gray-950: #181926;\n --brand-purple: #b7bdf8;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n --border-light: rgba(202, 211, 245, 0.1);\n --border-medium: rgba(202, 211, 245, 0.15);\n --border-heavy: rgba(202, 211, 245, 0.2);\n --border-xheavy: rgba(202, 211, 245, 0.25);\n --link: #b7bdf8;\n --link-hover: #8992f3;\n /* ChatGPT logo */\n /* Input */\n /* Buttons */\n /* Borders */\n /* Backgrounds */\n /* Gradients */\n /* Fill/stroke */\n /* Text */\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n /* \"Was this response better or worse\" dialog button hover */\n /* Other */\n }\n :root.dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark input::placeholder,\n :root.dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark code.hljs {\n background: none;\n }\n :root.dark pre .bg-token-main-surface-secondary {\n background-color: #363a4f;\n }\n :root.dark pre .bg-gray-950 {\n background-color: #181926;\n }\n :root.dark pre .text-token-text-secondary {\n color: #a5adcb;\n }\n :root.dark .popover,\n :root.dark .dark .popover,\n :root.dark .dark.popover,\n :root.dark .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n :root.dark *:focus {\n --tw-ring-offset-color: #24273a;\n --tw-ring-color: #b7bdf8;\n }\n :root.dark [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: #a6da95 !important;\n color: #24273a !important;\n }\n :root.dark select {\n background-image: url(\"data:image/svg+xml;%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20stroke%3D%22%23939ab7%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m6%208%204%204%204-4%22/%3E%3C/svg%3E\");\n }\n :root.dark [multiple],\n :root.dark [type=\"date\"],\n :root.dark [type=\"datetime-local\"],\n :root.dark [type=\"email\"],\n :root.dark [type=\"month\"],\n :root.dark [type=\"number\"],\n :root.dark [type=\"password\"],\n :root.dark [type=\"search\"],\n :root.dark [type=\"tel\"],\n :root.dark [type=\"text\"],\n :root.dark [type=\"time\"],\n :root.dark [type=\"url\"],\n :root.dark [type=\"week\"],\n :root.dark select,\n :root.dark textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.dark [type=\"checkbox\"],\n :root.dark [type=\"radio\"] {\n background-color: #24273a;\n border-color: #939ab7;\n color: #b7bdf8;\n }\n :root.dark .form-input,\n :root.dark .form-multiselect,\n :root.dark .form-select,\n :root.dark .form-textarea {\n background-color: #24273a;\n border-color: #939ab7;\n }\n :root.dark .form-input:focus,\n :root.dark .form-multiselect:focus,\n :root.dark .form-select:focus,\n :root.dark .form-textarea:focus {\n border-color: #b7bdf8;\n }\n :root.dark .form-input::placeholder,\n :root.dark .form-textarea::placeholder {\n color: #939ab7;\n }\n :root.dark .btn-primary {\n background-color: #a6da95;\n color: #24273a;\n }\n :root.dark .btn-primary:hover {\n background-color: #86cd6f;\n }\n :root.dark .btn-primary.focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.dark .btn-primary:focus-visible {\n --tw-ring-color: #c6e7bb !important;\n }\n :root.dark .btn-danger {\n background-color: #ed8796;\n color: #24273a;\n }\n :root.dark .btn-danger:hover {\n background-color: #e65b6f;\n }\n :root.dark .btn-danger.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger:disabled:hover {\n background-color: #ed8796;\n }\n :root.dark .btn-danger-outline {\n border-color: #ed8796;\n color: #ed8796;\n }\n :root.dark .btn-danger-outline.focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-danger-outline:focus-visible {\n --tw-ring-color: #f4b3bd !important;\n }\n :root.dark .btn-neutral.focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.dark .btn-neutral:focus-visible {\n --tw-ring-color: #6e738d !important;\n }\n :root.dark .btn-dark {\n background-color: #363a4f;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root.dark .btn-dark:hover {\n background-color: #494d64;\n }\n :root.dark .btn-light {\n background-color: #cad3f5;\n color: #1a1c2a;\n }\n :root.dark .btn-light:hover {\n background-color: #24273a;\n }\n :root.dark .btn-disabled,\n :root.dark .btn-disabled:hover {\n background-color: #cad3f5;\n }\n :root.dark .border-black,\n :root.dark .border-black\\/10,\n :root.dark .border-black\\/20,\n :root.dark .border-black\\/30,\n :root.dark .border-black\\/5 {\n border-color: var(--border-light);\n }\n :root.dark .border-gray-100 {\n border-color: var(--gray-100);\n }\n :root.dark .border-gray-200 {\n border-color: var(--gray-200);\n }\n :root.dark .border-gray-300 {\n border-color: var(--gray-300);\n }\n :root.dark .border-gray-400 {\n border-color: var(--gray-400);\n }\n :root.dark .border-gray-500 {\n border-color: var(--gray-500);\n }\n :root.dark .border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.dark .border-gray-950 {\n border-color: var(--gray-950);\n }\n :root.dark .border-green-500 {\n border-color: #c6e7bb;\n }\n :root.dark .border-green-600 {\n border-color: #a6da95;\n }\n :root.dark .border-orange-400 {\n border-color: #f5d1c6;\n }\n :root.dark .border-orange-500 {\n border-color: #eeae9b;\n }\n :root.dark .border-red-500 {\n border-color: #e65b6f;\n }\n :root.dark .border-white {\n border-color: #dfe5f9;\n }\n :root.dark .border-white\\/20 {\n border-color: rgba(223, 229, 249, 0.2);\n }\n :root.dark .border-t-[\\#0077FF] {\n border-top-color: #8aadf4;\n }\n :root.dark .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n :root.dark .\\!bg-brand-purple {\n background-color: #b7bdf8 !important;\n }\n :root.dark .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n :root.dark .bg-[\\#0077FF],\n :root.dark .bg-\\[\\#3C46FF\\] {\n background-color: #8aadf4;\n }\n :root.dark .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: #5b8cf0;\n }\n :root.dark .bg-[\\#10A37F] {\n background-color: #a6da95;\n }\n :root.dark .bg-[\\#3C46FF] {\n background-color: #8aadf4;\n }\n :root.dark .bg-[\\#4046EC] {\n background-color: #8aadf4;\n }\n :root.dark .bg-[\\#B161FD] {\n background-color: #b7bdf8;\n }\n :root.dark .bg-[\\#F8CA27] {\n background-color: #eed49f;\n }\n :root.dark .bg-[\\#FF5588] {\n background-color: #f1a2be;\n }\n :root.dark .bg-[\\#FF6E3C] {\n background-color: #f3aa95;\n }\n :root.dark .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: #363a4f;\n }\n :root.dark .bg-black {\n background-color: #1a1c2a;\n }\n :root.dark .bg-black\\/20 {\n background-color: rgba(26, 28, 42, 0.2);\n }\n :root.dark .bg-black\\/5 {\n background-color: rgba(26, 28, 42, 0.05);\n }\n :root.dark .bg-black\\/50 {\n background-color: rgba(26, 28, 42, 0.5);\n }\n :root.dark .bg-black\\/90 {\n background-color: rgba(26, 28, 42, 0.9);\n }\n :root.dark .bg-black\\/\\[\\.04\\] {\n background-color: rgba(26, 28, 42, 0.04);\n }\n :root.dark .bg-black\\/\\[\\.08\\] {\n background-color: rgba(26, 28, 42, 0.08);\n }\n :root.dark .bg-black\\/\\[\\.12\\] {\n background-color: rgba(26, 28, 42, 0.12);\n }\n :root.dark .bg-blue-100 {\n background-color: #ffffff;\n }\n :root.dark .bg-blue-200 {\n background-color: #e7eefd;\n }\n :root.dark .bg-blue-300 {\n background-color: #b9cef8;\n }\n :root.dark .bg-blue-400 {\n background-color: #8aadf4;\n }\n :root.dark .bg-blue-500 {\n background-color: #739df2;\n }\n :root.dark .bg-blue-700 {\n background-color: #5b8cf0;\n }\n :root.dark .bg-brand-blue-800 {\n background-color: #2d6ceb;\n }\n :root.dark .bg-blue-950 {\n background-color: #1452d1;\n }\n :root.dark .checked\\:bg-blue-600:checked {\n background-color: #b7bdf8;\n }\n :root.dark .bg-brand-green {\n background-color: #c6e7bb;\n }\n :root.dark .bg-brand-green\\/20 {\n background-color: rgba(198, 231, 187, 0.2);\n }\n :root.dark .bg-brand-green\\/40 {\n background-color: rgba(198, 231, 187, 0.4);\n }\n :root.dark .bg-brand-purple {\n background-color: #b7bdf8;\n }\n :root.dark .bg-gray-100 {\n background-color: var(--gray-100);\n }\n :root.dark .bg-gray-200 {\n background-color: var(--gray-200);\n }\n :root.dark .bg-gray-300 {\n background-color: var(--gray-300);\n }\n :root.dark .bg-gray-400 {\n background-color: var(--gray-400);\n }\n :root.dark .bg-gray-50 {\n background-color: var(--gray-50);\n }\n :root.dark .bg-gray-500 {\n background-color: var(--gray-500);\n }\n :root.dark .bg-gray-600 {\n background-color: var(--gray-600);\n }\n :root.dark .bg-gray-700 {\n background-color: var(--gray-700);\n }\n :root.dark .bg-gray-900 {\n background-color: var(--gray-900);\n }\n :root.dark .bg-gray-950 {\n background-color: var(--gray-950);\n }\n :root.dark .bg-green-100 {\n background-color: #ffffff;\n }\n :root.dark .bg-green-200 {\n background-color: #e5f4e1;\n }\n :root.dark .bg-green-500 {\n background-color: #c6e7bb;\n }\n :root.dark .bg-green-500\\/10 {\n background-color: rgba(198, 231, 187, 0.1);\n }\n :root.dark .bg-green-600 {\n background-color: #a6da95;\n }\n :root.dark .bg-orange-500 {\n background-color: #eeae9b;\n }\n :root.dark .bg-orange-500\\/10 {\n background-color: rgba(238, 173, 154, 0.1);\n }\n :root.dark .bg-red-100 {\n background-color: rgba(244, 179, 189, 0.3);\n }\n :root.dark .bg-red-200 {\n background-color: #fae0e4;\n }\n :root.dark .bg-red-500 {\n background-color: #ed8796;\n }\n :root.dark .bg-red-500\\/10 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root.dark .bg-red-600 {\n background-color: #f4b3bd;\n }\n :root.dark .bg-white {\n background-color: #dfe5f9;\n }\n :root.dark .bg-white\\/20 {\n background-color: rgba(223, 229, 249, 0.2);\n }\n :root.dark .bg-white\\/25 {\n background-color: rgba(223, 229, 249, 0.25);\n }\n :root.dark .bg-yellow-100 {\n background-color: #fdfbf6;\n }\n :root.dark .bg-yellow-200 {\n background-color: #f6e7ca;\n }\n :root.dark .bg-yellow-400 {\n background-color: #eed49f;\n }\n :root.dark .bg-yellow-500 {\n background-color: #e6c174;\n }\n :root.dark .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: #86cd6f;\n }\n :root.dark .hover\\:bg-blue-700:hover {\n background-color: #165be9;\n }\n :root.dark [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n :root.dark .from-white {\n --tw-gradient-from: #dfe5f9 var(--tw-gradient-from-position);\n }\n :root.dark .fill-yellow-500 {\n fill: #eed49f;\n }\n :root.dark .stroke-black {\n stroke: #1a1c2a;\n }\n :root.dark .stroke-brand-purple\\/25 {\n stroke: rgba(183, 189, 248, 0.25);\n }\n :root.dark .stroke-gray-400 {\n stroke: #a5adcb;\n }\n :root.dark .\\!text-black {\n color: #1a1c2a !important;\n }\n :root.dark .text-\\[\\#FE7600\\] {\n color: #eeae9b;\n }\n :root.dark .text-\\[\\#fff\\] {\n color: #24273a;\n }\n :root.dark .text-black {\n color: #1a1c2a;\n }\n :root.dark .text-black\\/60 {\n color: rgba(26, 28, 42, 0.6);\n }\n :root.dark .text-black\\/70 {\n color: rgba(26, 28, 42, 0.7);\n }\n :root.dark .text-blue-500 {\n color: #b9cef8;\n }\n :root.dark .text-blue-600 {\n color: #8aadf4;\n }\n :root.dark .text-brand-blue-800 {\n color: #8aadf4;\n }\n :root.dark .text-brand-purple {\n color: #b7bdf8;\n }\n :root.dark .text-gray-100 {\n color: var(--gray-100);\n }\n :root.dark .text-gray-300 {\n color: var(--gray-300);\n }\n :root.dark .text-gray-400 {\n color: var(--gray-400);\n }\n :root.dark .text-gray-500 {\n color: var(--gray-500);\n }\n :root.dark .text-gray-600 {\n color: var(--gray-600);\n }\n :root.dark .text-gray-700 {\n color: var(--gray-700);\n }\n :root.dark .text-gray-800 {\n color: var(--gray-800);\n }\n :root.dark .text-gray-900 {\n color: var(--gray-900);\n }\n :root.dark .text-green-500 {\n color: #c6e7bb;\n }\n :root.dark .text-green-600 {\n color: #a6da95;\n }\n :root.dark .text-green-700 {\n color: #86cd6f;\n }\n :root.dark .text-green-800 {\n color: #67c049;\n }\n :root.dark .text-green-900 {\n color: #519f37;\n }\n :root.dark .text-orange-300 {\n color: #f9e2dc;\n }\n :root.dark .text-orange-400 {\n color: #f5d1c6;\n }\n :root.dark .text-orange-500 {\n color: #eeae9b;\n }\n :root.dark .text-red-500 {\n color: #ed8796;\n }\n :root.dark .text-red-600 {\n color: #f4b3bd;\n }\n :root.dark .text-red-700 {\n color: #ed8796;\n }\n :root.dark .text-red-800 {\n color: #e65b6f;\n }\n :root.dark .text-white {\n color: #dfe5f9;\n }\n :root.dark .text-white\\/25 {\n color: rgba(223, 229, 249, 0.25);\n }\n :root.dark .text-white\\/50 {\n color: rgba(223, 229, 249, 0.5);\n }\n :root.dark .text-white\\/80 {\n color: rgba(223, 229, 249, 0.8);\n }\n :root.dark .text-yellow-500 {\n color: #eed49f;\n }\n :root.dark .text-yellow-700 {\n color: #e6c174;\n }\n :root.dark .text-yellow-800 {\n color: #dfad48;\n }\n :root.dark .text-yellow-900 {\n color: #cf9725;\n }\n :root.dark .dark\\:bg-black {\n background-color: #1a1c2a;\n }\n :root.dark .dark\\:bg-white {\n background-color: #dfe5f9;\n }\n :root.dark .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n :root.dark .dark\\:text-white {\n color: #dfe5f9;\n }\n :root.dark .dark\\:text-black {\n color: #1a1c2a;\n }\n :root.dark .dark\\:text-\\[\\#D292FF\\] {\n color: #c6a0f6;\n }\n :root.dark .dark\\:focus\\:border-white:focus {\n border-color: #cad3f5;\n }\n :root.dark .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n :root.dark .ring-black {\n --tw-ring-color: #1a1c2a;\n }\n :root.dark .ring-black\\/10 {\n --tw-ring-color: rgba(26, 28, 42, 0.1);\n }\n :root.dark .ring-white {\n --tw-ring-color: #24273a;\n }\n :root.dark .ring-offset-black {\n --tw-ring-offset-color: #24273a;\n }\n :root.dark .katex-error {\n color: #ed8796 !important;\n }\n :root.dark [style=\"background-color: rgb(0, 0, 46);\"],\n :root.dark [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: #181926 !important;\n }", "start": 1048, "domains": [ "chat.openai.com" ] }, { - "code": "/* Sign-in page */\n\n\n @media (prefers-color-scheme: light) {\n :root {\n --primary-color: #b7bdf8;\n --primary-color-no-override: #b7bdf8;\n --action-primary-color: #b7bdf8;\n --link-color: #b7bdf8;\n --page-background-color: #24273a;\n --info-color: #8aadf4;\n --success-color: #a6da95;\n --error-color: #ed8796;\n --error-text-color: #cad3f5;\n --warning-color: #eed49f;\n --button-font-color: #cad3f5;\n --widget-background-color: #24273a;\n --presentational-content-color: #939ab7;\n --gray-lightest: #24273a;\n --gray-light: #181926;\n --gray-mid: #363a4f;\n --gray-dark: #939ab7;\n --gray-darkest: #cad3f5;\n }\n :root .c4ca43590 {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .password-icon-tooltip {\n background-color: #cad3f5;\n }\n :root .password-icon-tooltip::before {\n border-top-color: #cad3f5;\n }\n :root .oai-header svg {\n fill: #cad3f5;\n }\n :root .c7e427425[data-provider^=\"google\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20viewBox%3D'0%200%2048%2048'%3E%3Cdefs%3E%3Cpath%20id%3D'a'%20d%3D'M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath%20id%3D'b'%3E%3Cuse%20xlink%3Ahref%3D'%23a'%20overflow%3D'visible'/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23eeae9b'%20d%3D'M0%2037V11l17%2013z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23ed8796'%20d%3D'M0%2011l17%2013%207-6.1L48%2014V0H0z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23a6da95'%20d%3D'M0%2037l30-23%207.9%201L48%200v48H0z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%238aadf4'%20d%3D'M48%2048L17%2024l-4-3%2035-10z'/%3E%3C/svg%3E\");\n }\n :root .c7e427425[data-provider^=\"windowslive\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'21'%20height%3D'21'%3E%3Cpath%20fill%3D'%23eeae9b'%20d%3D'M1%201h9v9H1z'/%3E%3Cpath%20fill%3D'%237dc4e4'%20d%3D'M1%2011h9v9H1z'/%3E%3Cpath%20fill%3D'%23a6da95'%20d%3D'M11%201h9v9h-9z'/%3E%3Cpath%20fill%3D'%23eed49f'%20d%3D'M11%2011h9v9h-9z'/%3E%3C/svg%3E\");\n }\n :root .c7e427425[data-provider^=\"apple\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'170'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20height%3D'170'%3E%3Cpath%20fill%3D'%23cad3f5'%20d%3D'M150.37%20130.25c-2.45%205.66-5.35%2010.87-8.71%2015.66-4.58%206.53-8.33%2011.05-11.22%2013.56-4.48%204.12-9.28%206.23-14.42%206.35-3.69%200-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58%200-9.492%201.05-14.746%203.17-5.262%202.13-9.501%203.24-12.742%203.35-4.929.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378%200-10.857%202.346-20.221%207.045-28.068%203.693-6.303%208.606-11.275%2014.755-14.925s12.793-5.51%2019.948-5.629c3.915%200%209.049%201.211%2015.429%203.591%206.362%202.388%2010.447%203.599%2012.238%203.599%201.339%200%205.877-1.416%2013.57-4.239%207.275-2.618%2013.415-3.702%2018.445-3.275%2013.63%201.1%2023.87%206.473%2030.68%2016.153-12.19%207.386-18.22%2017.731-18.1%2031.002.11%2010.337%203.86%2018.939%2011.23%2025.769%203.34%203.17%207.07%205.62%2011.22%207.36-.9%202.61-1.85%205.11-2.86%207.51zM119.11%207.24c0%208.102-2.96%2015.667-8.86%2022.669-7.12%208.324-15.732%2013.134-25.071%2012.375a25.222%2025.222%200%200%201-.188-3.07c0-7.778%203.386-16.102%209.399-22.908%203.002-3.446%206.82-6.311%2011.45-8.597%204.62-2.252%208.99-3.497%2013.1-3.71.12%201.083.17%202.166.17%203.24z'/%3E%3C/svg%3E\");\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --primary-color: #b7bdf8;\n --primary-color-no-override: #b7bdf8;\n --action-primary-color: #b7bdf8;\n --link-color: #b7bdf8;\n --page-background-color: #24273a;\n --info-color: #8aadf4;\n --success-color: #a6da95;\n --error-color: #ed8796;\n --error-text-color: #cad3f5;\n --warning-color: #eed49f;\n --button-font-color: #cad3f5;\n --widget-background-color: #24273a;\n --presentational-content-color: #939ab7;\n --gray-lightest: #24273a;\n --gray-light: #181926;\n --gray-mid: #363a4f;\n --gray-dark: #939ab7;\n --gray-darkest: #cad3f5;\n }\n :root .c4ca43590 {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .password-icon-tooltip {\n background-color: #cad3f5;\n }\n :root .password-icon-tooltip::before {\n border-top-color: #cad3f5;\n }\n :root .oai-header svg {\n fill: #cad3f5;\n }\n :root .c7e427425[data-provider^=\"google\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20xmlns%3Axlink%3D'http%3A//www.w3.org/1999/xlink'%20viewBox%3D'0%200%2048%2048'%3E%3Cdefs%3E%3Cpath%20id%3D'a'%20d%3D'M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4z'/%3E%3C/defs%3E%3CclipPath%20id%3D'b'%3E%3Cuse%20xlink%3Ahref%3D'%23a'%20overflow%3D'visible'/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23eeae9b'%20d%3D'M0%2037V11l17%2013z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23ed8796'%20d%3D'M0%2011l17%2013%207-6.1L48%2014V0H0z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%23a6da95'%20d%3D'M0%2037l30-23%207.9%201L48%200v48H0z'/%3E%3Cpath%20clip-path%3D'url%28%23b%29'%20fill%3D'%238aadf4'%20d%3D'M48%2048L17%2024l-4-3%2035-10z'/%3E%3C/svg%3E\");\n }\n :root .c7e427425[data-provider^=\"windowslive\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'21'%20height%3D'21'%3E%3Cpath%20fill%3D'%23eeae9b'%20d%3D'M1%201h9v9H1z'/%3E%3Cpath%20fill%3D'%237dc4e4'%20d%3D'M1%2011h9v9H1z'/%3E%3Cpath%20fill%3D'%23a6da95'%20d%3D'M11%201h9v9h-9z'/%3E%3Cpath%20fill%3D'%23eed49f'%20d%3D'M11%2011h9v9h-9z'/%3E%3C/svg%3E\");\n }\n :root .c7e427425[data-provider^=\"apple\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D'170'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20height%3D'170'%3E%3Cpath%20fill%3D'%23cad3f5'%20d%3D'M150.37%20130.25c-2.45%205.66-5.35%2010.87-8.71%2015.66-4.58%206.53-8.33%2011.05-11.22%2013.56-4.48%204.12-9.28%206.23-14.42%206.35-3.69%200-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58%200-9.492%201.05-14.746%203.17-5.262%202.13-9.501%203.24-12.742%203.35-4.929.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378%200-10.857%202.346-20.221%207.045-28.068%203.693-6.303%208.606-11.275%2014.755-14.925s12.793-5.51%2019.948-5.629c3.915%200%209.049%201.211%2015.429%203.591%206.362%202.388%2010.447%203.599%2012.238%203.599%201.339%200%205.877-1.416%2013.57-4.239%207.275-2.618%2013.415-3.702%2018.445-3.275%2013.63%201.1%2023.87%206.473%2030.68%2016.153-12.19%207.386-18.22%2017.731-18.1%2031.002.11%2010.337%203.86%2018.939%2011.23%2025.769%203.34%203.17%207.07%205.62%2011.22%207.36-.9%202.61-1.85%205.11-2.86%207.51zM119.11%207.24c0%208.102-2.96%2015.667-8.86%2022.669-7.12%208.324-15.732%2013.134-25.071%2012.375a25.222%2025.222%200%200%201-.188-3.07c0-7.778%203.386-16.102%209.399-22.908%203.002-3.446%206.82-6.311%2011.45-8.597%204.62-2.252%208.99-3.497%2013.1-3.71.12%201.083.17%202.166.17%203.24z'/%3E%3C/svg%3E\");\n }\n }\n /* prettier-ignore */", - "start": 33478, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n color: #cad3f5;\n caret-color: #cad3f5;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root body,\n :root .oai-header,\n :root .login-container {\n background-color: #24273a;\n }\n :root img[alt=\"OpenAI's Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n margin-top: 32px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M29.293%2013.167a7.77%207.77%200%200%200-.668-6.388%207.87%207.87%200%200%200-8.472-3.774A7.77%207.77%200%200%200%2014.288.39a7.87%207.87%200%200%200-7.504%205.446%207.78%207.78%200%200%200-5.201%203.773%207.87%207.87%200%200%200%20.968%209.223%207.78%207.78%200%200%200%20.668%206.388%207.87%207.87%200%200%200%208.473%203.774%207.78%207.78%200%200%200%205.866%202.615%207.87%207.87%200%200%200%207.506-5.449%207.78%207.78%200%200%200%205.2-3.773%207.87%207.87%200%200%200-.97-9.22M17.559%2029.57a5.83%205.83%200%200%201-3.746-1.354c.048-.026.131-.071.185-.105l6.216-3.59a1.01%201.01%200%200%200%20.511-.885v-8.765l2.627%201.517a.1.1%200%200%201%20.052.072v7.258a5.86%205.86%200%200%201-5.846%205.85M4.989%2024.2a5.83%205.83%200%200%201-.698-3.92c.047.028.126.077.185.11l6.216%203.59a1.01%201.01%200%200%200%201.021%200l7.59-4.382v3.034a.1.1%200%200%201-.038.08l-6.284%203.628a5.857%205.857%200%200%201-7.992-2.142M3.354%2010.63A5.83%205.83%200%200%201%206.4%208.065l-.003.214v7.181a1.01%201.01%200%200%200%20.51.884l7.589%204.382-2.627%201.517a.1.1%200%200%201-.089.008L5.495%2018.62a5.857%205.857%200%200%201-2.141-7.99m21.587%205.024-7.59-4.382%202.628-1.516a.1.1%200%200%201%20.088-.008l6.284%203.628a5.852%205.852%200%200%201-.904%2010.558v-7.396a1.01%201.01%200%200%200-.507-.884m2.615-3.936-.184-.11-6.217-3.59a1.01%201.01%200%200%200-1.021%200L12.544%2012.4V9.366a.1.1%200%200%201%20.038-.08l6.283-3.625a5.851%205.851%200%200%201%208.691%206.059m-16.439%205.408-2.628-1.517a.1.1%200%200%201-.051-.072V8.281a5.851%205.851%200%200%201%209.594-4.492l-.184.105-6.217%203.59a1.01%201.01%200%200%200-.51.884zm1.428-3.078%203.38-1.952%203.381%201.951v3.902l-3.38%201.951-3.38-1.951z%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root .title {\n color: #cad3f5;\n }\n :root .email-input {\n background-color: #24273a;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root .email-input:focus,\n :root .email-input:valid {\n border-color: #b7bdf8;\n }\n :root .email-input:focus + .email-label,\n :root .email-input:valid + .email-label {\n color: #b7bdf8;\n background-color: #24273a;\n }\n :root .email-label {\n background-color: #24273a;\n color: #a5adcb;\n }\n :root .continue-btn {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .divider-wrapper::before,\n :root .divider-wrapper::after {\n border-bottom-color: #5b6078;\n }\n :root .social-btn {\n background-color: #1e2030;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root .social-logo {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px !important;\n padding-top: 20px !important;\n }\n :root img[alt=\"Google logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M18.542%208.333H10v3.542h4.917c-.459%202.25-2.375%203.542-4.917%203.542C7%2015.417%204.583%2013%204.583%2010S7%204.583%2010%204.583c1.292%200%202.458.458%203.375%201.208l2.667-2.667C14.417%201.708%2012.333.833%2010%20.833%204.917.833.833%204.917.833%2010S4.916%2019.167%2010%2019.167c4.583%200%208.75-3.333%208.75-9.167%200-.542-.083-1.125-.208-1.667%22/%3E%3C/defs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23eeae9b%22%20d%3D%22M0%2015.417V4.583L7.083%2010z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23ed8796%22%20d%3D%22M0%204.583%207.083%2010%2010%207.458l10-1.625V0H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23a6da95%22%20d%3D%22m0%2015.417%2012.5-9.583%203.292.417L20%200v20H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%238aadf4%22%20d%3D%22M20%2020%207.083%2010%205.416%208.75l14.583-4.167z%22/%3E%3C/svg%3E\");\n }\n :root img[alt=\"Microsoft logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23eeae9b%22%20d%3D%22M.952.952h8.571v8.571H.952z%22/%3E%3Cpath%20fill%3D%22%237dc4e4%22%20d%3D%22M.952%2010.476h8.571v8.571H.952z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M10.476.952h8.571v8.571h-8.571z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M10.476%2010.476h8.571v8.571h-8.571z%22/%3E%3C/svg%3E\");\n }\n :root img[alt=\"Apple logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M17.691%2015.324a10.3%2010.3%200%200%201-1.025%201.842q-.81%201.152-1.32%201.595-.79.727-1.696.747-.652%200-1.567-.374-.916-.373-1.687-.373-.808%200-1.735.373-.928.376-1.499.394-.87.037-1.735-.767-.553-.482-1.381-1.652-.888-1.249-1.46-2.9-.613-1.783-.613-3.456%200-1.916.829-3.302.65-1.112%201.736-1.756c1.086-.644%201.505-.648%202.347-.662q.69.001%201.815.422%201.123.422%201.44.423.238%200%201.596-.499%201.283-.462%202.17-.385%202.407.193%203.609%201.9-2.151%201.305-2.129%203.647.02%201.825%201.321%203.032a4.4%204.4%200%200%200%201.32.866%2015%2015%200%200%201-.336.884M14.013.852q0%201.43-1.042%202.667c-.838.979-1.851%201.545-2.95%201.456a3%203%200%200%201-.022-.361c0-.915.398-1.894%201.106-2.695q.53-.608%201.347-1.011.816-.398%201.541-.436.02.191.02.381z%22/%3E%3C/svg%3E\");\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n color: #cad3f5;\n caret-color: #cad3f5;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root body,\n :root .oai-header,\n :root .login-container {\n background-color: #24273a;\n }\n :root img[alt=\"OpenAI's Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n margin-top: 32px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M29.293%2013.167a7.77%207.77%200%200%200-.668-6.388%207.87%207.87%200%200%200-8.472-3.774A7.77%207.77%200%200%200%2014.288.39a7.87%207.87%200%200%200-7.504%205.446%207.78%207.78%200%200%200-5.201%203.773%207.87%207.87%200%200%200%20.968%209.223%207.78%207.78%200%200%200%20.668%206.388%207.87%207.87%200%200%200%208.473%203.774%207.78%207.78%200%200%200%205.866%202.615%207.87%207.87%200%200%200%207.506-5.449%207.78%207.78%200%200%200%205.2-3.773%207.87%207.87%200%200%200-.97-9.22M17.559%2029.57a5.83%205.83%200%200%201-3.746-1.354c.048-.026.131-.071.185-.105l6.216-3.59a1.01%201.01%200%200%200%20.511-.885v-8.765l2.627%201.517a.1.1%200%200%201%20.052.072v7.258a5.86%205.86%200%200%201-5.846%205.85M4.989%2024.2a5.83%205.83%200%200%201-.698-3.92c.047.028.126.077.185.11l6.216%203.59a1.01%201.01%200%200%200%201.021%200l7.59-4.382v3.034a.1.1%200%200%201-.038.08l-6.284%203.628a5.857%205.857%200%200%201-7.992-2.142M3.354%2010.63A5.83%205.83%200%200%201%206.4%208.065l-.003.214v7.181a1.01%201.01%200%200%200%20.51.884l7.589%204.382-2.627%201.517a.1.1%200%200%201-.089.008L5.495%2018.62a5.857%205.857%200%200%201-2.141-7.99m21.587%205.024-7.59-4.382%202.628-1.516a.1.1%200%200%201%20.088-.008l6.284%203.628a5.852%205.852%200%200%201-.904%2010.558v-7.396a1.01%201.01%200%200%200-.507-.884m2.615-3.936-.184-.11-6.217-3.59a1.01%201.01%200%200%200-1.021%200L12.544%2012.4V9.366a.1.1%200%200%201%20.038-.08l6.283-3.625a5.851%205.851%200%200%201%208.691%206.059m-16.439%205.408-2.628-1.517a.1.1%200%200%201-.051-.072V8.281a5.851%205.851%200%200%201%209.594-4.492l-.184.105-6.217%203.59a1.01%201.01%200%200%200-.51.884zm1.428-3.078%203.38-1.952%203.381%201.951v3.902l-3.38%201.951-3.38-1.951z%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root .title {\n color: #cad3f5;\n }\n :root .email-input {\n background-color: #24273a;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root .email-input:focus,\n :root .email-input:valid {\n border-color: #b7bdf8;\n }\n :root .email-input:focus + .email-label,\n :root .email-input:valid + .email-label {\n color: #b7bdf8;\n background-color: #24273a;\n }\n :root .email-label {\n background-color: #24273a;\n color: #a5adcb;\n }\n :root .continue-btn {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .divider-wrapper::before,\n :root .divider-wrapper::after {\n border-bottom-color: #5b6078;\n }\n :root .social-btn {\n background-color: #1e2030;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root .social-logo {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px !important;\n padding-top: 20px !important;\n }\n :root img[alt=\"Google logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2020%2020%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M18.542%208.333H10v3.542h4.917c-.459%202.25-2.375%203.542-4.917%203.542C7%2015.417%204.583%2013%204.583%2010S7%204.583%2010%204.583c1.292%200%202.458.458%203.375%201.208l2.667-2.667C14.417%201.708%2012.333.833%2010%20.833%204.917.833.833%204.917.833%2010S4.916%2019.167%2010%2019.167c4.583%200%208.75-3.333%208.75-9.167%200-.542-.083-1.125-.208-1.667%22/%3E%3C/defs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23eeae9b%22%20d%3D%22M0%2015.417V4.583L7.083%2010z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23ed8796%22%20d%3D%22M0%204.583%207.083%2010%2010%207.458l10-1.625V0H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23a6da95%22%20d%3D%22m0%2015.417%2012.5-9.583%203.292.417L20%200v20H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%238aadf4%22%20d%3D%22M20%2020%207.083%2010%205.416%208.75l14.583-4.167z%22/%3E%3C/svg%3E\");\n }\n :root img[alt=\"Microsoft logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23eeae9b%22%20d%3D%22M.952.952h8.571v8.571H.952z%22/%3E%3Cpath%20fill%3D%22%237dc4e4%22%20d%3D%22M.952%2010.476h8.571v8.571H.952z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M10.476.952h8.571v8.571h-8.571z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M10.476%2010.476h8.571v8.571h-8.571z%22/%3E%3C/svg%3E\");\n }\n :root img[alt=\"Apple logo\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M17.691%2015.324a10.3%2010.3%200%200%201-1.025%201.842q-.81%201.152-1.32%201.595-.79.727-1.696.747-.652%200-1.567-.374-.916-.373-1.687-.373-.808%200-1.735.373-.928.376-1.499.394-.87.037-1.735-.767-.553-.482-1.381-1.652-.888-1.249-1.46-2.9-.613-1.783-.613-3.456%200-1.916.829-3.302.65-1.112%201.736-1.756c1.086-.644%201.505-.648%202.347-.662q.69.001%201.815.422%201.123.422%201.44.423.238%200%201.596-.499%201.283-.462%202.17-.385%202.407.193%203.609%201.9-2.151%201.305-2.129%203.647.02%201.825%201.321%203.032a4.4%204.4%200%200%200%201.32.866%2015%2015%200%200%201-.336.884M14.013.852q0%201.43-1.042%202.667c-.838.979-1.851%201.545-2.95%201.456a3%203%200%200%201-.022-.361c0-.915.398-1.894%201.106-2.695q.53-.608%201.347-1.011.816-.398%201.541-.436.02.191.02.381z%22/%3E%3C/svg%3E\");\n }\n }", + "start": 33597, + "domains": [ + "auth.openai.com" + ] + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root {\n --primary-color: #b7bdf8;\n --primary-color-no-override: #b7bdf8;\n --action-primary-color: #b7bdf8;\n --link-color: #b7bdf8;\n --page-background-color: #24273a;\n --info-color: #8aadf4;\n --success-color: #a6da95;\n --error-color: #ed8796;\n --error-text-color: #cad3f5;\n --warning-color: #eed49f;\n --button-font-color: #cad3f5;\n --widget-background-color: #24273a;\n --presentational-content-color: #939ab7;\n --gray-lightest: #24273a;\n --gray-light: #181926;\n --gray-mid: #363a4f;\n --gray-dark: #939ab7;\n --gray-darkest: #cad3f5;\n }\n :root .cb2dfcee4 {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .password-icon-tooltip {\n background-color: #cad3f5;\n }\n :root .password-icon-tooltip::before {\n border-top-color: #cad3f5;\n }\n :root .oai-header svg {\n fill: #cad3f5;\n }\n :root button > span[data-provider^=\"google\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4%22/%3E%3C/defs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23eeae9b%22%20d%3D%22M0%2037V11l17%2013z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23ed8796%22%20d%3D%22m0%2011%2017%2013%207-6.1L48%2014V0H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23a6da95%22%20d%3D%22m0%2037%2030-23%207.9%201L48%200v48H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%238aadf4%22%20d%3D%22M48%2048%2017%2024l-4-3%2035-10z%22/%3E%3C/svg%3E\");\n }\n :root button > span[data-provider^=\"windowslive\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22%23eeae9b%22%20d%3D%22M1%201h9v9H1z%22/%3E%3Cpath%20fill%3D%22%237dc4e4%22%20d%3D%22M1%2011h9v9H1z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M11%201h9v9h-9z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M11%2011h9v9h-9z%22/%3E%3C/svg%3E\");\n }\n :root button > span[data-provider^=\"apple\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22170%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%22170%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M150.37%20130.25c-2.45%205.66-5.35%2010.87-8.71%2015.66-4.58%206.53-8.33%2011.05-11.22%2013.56-4.48%204.12-9.28%206.23-14.42%206.35-3.69%200-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58%200-9.492%201.05-14.746%203.17-5.262%202.13-9.501%203.24-12.742%203.35-4.929.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378%200-10.857%202.346-20.221%207.045-28.068%203.693-6.303%208.606-11.275%2014.755-14.925s12.793-5.51%2019.948-5.629c3.915%200%209.049%201.211%2015.429%203.591%206.362%202.388%2010.447%203.599%2012.238%203.599%201.339%200%205.877-1.416%2013.57-4.239%207.275-2.618%2013.415-3.702%2018.445-3.275%2013.63%201.1%2023.87%206.473%2030.68%2016.153-12.19%207.386-18.22%2017.731-18.1%2031.002.11%2010.337%203.86%2018.939%2011.23%2025.769%203.34%203.17%207.07%205.62%2011.22%207.36-.9%202.61-1.85%205.11-2.86%207.51M119.11%207.24c0%208.102-2.96%2015.667-8.86%2022.669-7.12%208.324-15.732%2013.134-25.071%2012.375a25%2025%200%200%201-.188-3.07c0-7.778%203.386-16.102%209.399-22.908q4.504-5.168%2011.45-8.597c4.62-2.252%208.99-3.497%2013.1-3.71.12%201.083.17%202.166.17%203.24z%22/%3E%3C/svg%3E\");\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --primary-color: #b7bdf8;\n --primary-color-no-override: #b7bdf8;\n --action-primary-color: #b7bdf8;\n --link-color: #b7bdf8;\n --page-background-color: #24273a;\n --info-color: #8aadf4;\n --success-color: #a6da95;\n --error-color: #ed8796;\n --error-text-color: #cad3f5;\n --warning-color: #eed49f;\n --button-font-color: #cad3f5;\n --widget-background-color: #24273a;\n --presentational-content-color: #939ab7;\n --gray-lightest: #24273a;\n --gray-light: #181926;\n --gray-mid: #363a4f;\n --gray-dark: #939ab7;\n --gray-darkest: #cad3f5;\n }\n :root .cb2dfcee4 {\n background-color: #b7bdf8;\n color: #24273a;\n }\n :root .password-icon-tooltip {\n background-color: #cad3f5;\n }\n :root .password-icon-tooltip::before {\n border-top-color: #cad3f5;\n }\n :root .oai-header svg {\n fill: #cad3f5;\n }\n :root button > span[data-provider^=\"google\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M44.5%2020H24v8.5h11.8C34.7%2033.9%2030.1%2037%2024%2037c-7.2%200-13-5.8-13-13s5.8-13%2013-13c3.1%200%205.9%201.1%208.1%202.9l6.4-6.4C34.6%204.1%2029.6%202%2024%202%2011.8%202%202%2011.8%202%2024s9.8%2022%2022%2022c11%200%2021-8%2021-22%200-1.3-.2-2.7-.5-4%22/%3E%3C/defs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22/%3E%3C/clipPath%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23eeae9b%22%20d%3D%22M0%2037V11l17%2013z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23ed8796%22%20d%3D%22m0%2011%2017%2013%207-6.1L48%2014V0H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%23a6da95%22%20d%3D%22m0%2037%2030-23%207.9%201L48%200v48H0z%22/%3E%3Cpath%20clip-path%3D%22url%28%23b%29%22%20fill%3D%22%238aadf4%22%20d%3D%22M48%2048%2017%2024l-4-3%2035-10z%22/%3E%3C/svg%3E\");\n }\n :root button > span[data-provider^=\"windowslive\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2221%22%20height%3D%2221%22%3E%3Cpath%20fill%3D%22%23eeae9b%22%20d%3D%22M1%201h9v9H1z%22/%3E%3Cpath%20fill%3D%22%237dc4e4%22%20d%3D%22M1%2011h9v9H1z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M11%201h9v9h-9z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M11%2011h9v9h-9z%22/%3E%3C/svg%3E\");\n }\n :root button > span[data-provider^=\"apple\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22170%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%22170%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M150.37%20130.25c-2.45%205.66-5.35%2010.87-8.71%2015.66-4.58%206.53-8.33%2011.05-11.22%2013.56-4.48%204.12-9.28%206.23-14.42%206.35-3.69%200-8.14-1.05-13.32-3.18-5.197-2.12-9.973-3.17-14.34-3.17-4.58%200-9.492%201.05-14.746%203.17-5.262%202.13-9.501%203.24-12.742%203.35-4.929.21-9.842-1.96-14.746-6.52-3.13-2.73-7.045-7.41-11.735-14.04-5.032-7.08-9.169-15.29-12.41-24.65-3.471-10.11-5.211-19.9-5.211-29.378%200-10.857%202.346-20.221%207.045-28.068%203.693-6.303%208.606-11.275%2014.755-14.925s12.793-5.51%2019.948-5.629c3.915%200%209.049%201.211%2015.429%203.591%206.362%202.388%2010.447%203.599%2012.238%203.599%201.339%200%205.877-1.416%2013.57-4.239%207.275-2.618%2013.415-3.702%2018.445-3.275%2013.63%201.1%2023.87%206.473%2030.68%2016.153-12.19%207.386-18.22%2017.731-18.1%2031.002.11%2010.337%203.86%2018.939%2011.23%2025.769%203.34%203.17%207.07%205.62%2011.22%207.36-.9%202.61-1.85%205.11-2.86%207.51M119.11%207.24c0%208.102-2.96%2015.667-8.86%2022.669-7.12%208.324-15.732%2013.134-25.071%2012.375a25%2025%200%200%201-.188-3.07c0-7.778%203.386-16.102%209.399-22.908q4.504-5.168%2011.45-8.597c4.62-2.252%208.99-3.497%2013.1-3.71.12%201.083.17%202.166.17%203.24z%22/%3E%3C/svg%3E\");\n }\n }", + "start": 46694, "domains": [ "auth0.openai.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 54819 } ], - "sourceCode": "/* ==UserStyle==\n@name ChatGPT Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/chatgpt\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt\n@version 0.2.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt\n@description Soothing pastel theme for ChatGPT\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"chat.openai.com\") {\n @import url(\"https://unpkg.com/@catppuccin/highlightjs@0.1.2/css/catppuccin.variables.css\");\n\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup=latte, light, dark);\n\n /* Syntax highlighting */\n @color: white;\n #rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n }\n --ctp-rosewater: #rgbify(@rosewater) [];\n --ctp-flamingo: #rgbify(@flamingo) [];\n --ctp-pink: #rgbify(@pink) [];\n --ctp-mauve: #rgbify(@mauve) [];\n --ctp-red: #rgbify(@red) [];\n --ctp-maroon: #rgbify(@maroon) [];\n --ctp-peach: #rgbify(@peach) [];\n --ctp-yellow: #rgbify(@yellow) [];\n --ctp-green: #rgbify(@green) [];\n --ctp-teal: #rgbify(@teal) [];\n --ctp-sky: #rgbify(@sky) [];\n --ctp-sapphire: #rgbify(@sapphire) [];\n --ctp-blue: #rgbify(@blue) [];\n --ctp-lavender: #rgbify(@lavender) [];\n --ctp-text: #rgbify(@text) [];\n --ctp-subtext1: #rgbify(@subtext1) [];\n --ctp-subtext0: #rgbify(@subtext0) [];\n --ctp-overlay2: #rgbify(@overlay2) [];\n --ctp-overlay1: #rgbify(@overlay1) [];\n --ctp-overlay0: #rgbify(@overlay0) [];\n --ctp-surface2: #rgbify(@surface2) [];\n --ctp-surface1: #rgbify(@surface1) [];\n --ctp-surface0: #rgbify(@surface0) [];\n --ctp-base: #rgbify(@crust) [];\n --ctp-mantle: #rgbify(@mantle) [];\n --ctp-crust: #rgbify(@crust) [];\n code.hljs {\n background: none;\n }\n pre {\n .bg-token-main-surface-secondary {\n background-color: @surface0;\n }\n .bg-gray-950 {\n background-color: @crust;\n }\n .text-token-text-secondary {\n color: @subtext0;\n }\n }\n\n color: @text;\n\n @white: lighten(if(@lookup=latte, @base, @text), 5%);\n @black: darken(if(@lookup=latte, @text, @base), 5%);\n --white: @white;\n --black: @black;\n\n & when not (@lookup = latte) {\n --gray-50: lighten(mix(@text, @subtext0), 5%);\n --gray-100: @text;\n --gray-200: @subtext0;\n --gray-300: @subtext1;\n --gray-400: @overlay0;\n --gray-500: @surface2;\n --gray-600: @surface1;\n --gray-700: @surface0;\n --gray-800: @base;\n --gray-900: @mantle;\n --gray-950: @crust;\n --brand-purple: @accent-color;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n .popover,\n .dark .popover,\n .dark.popover,\n .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n }\n & when (@lookup = latte) {\n --gray-50: @crust;\n --gray-100: @mantle;\n --gray-200: @base;\n --gray-300: @surface0;\n --gray-400: @surface1;\n --gray-500: @surface2;\n --gray-600: @overlay0;\n --gray-700: @overlay1;\n --gray-800: @subtext0;\n --gray-900: @subtext1;\n --gray-950: @text;\n --brand-purple: @accent-color;\n --text-primary: var(--gray-950);\n --text-secondary: var(--gray-600);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-300);\n --main-surface-primary: var(--gray-200);\n --main-surface-secondary: var(--gray-100);\n --main-surface-tertiary: var(--gray-50);\n --sidebar-surface-primary: var(--gray-100);\n --sidebar-surface-secondary: var(--gray-200);\n --sidebar-surface-tertiary: var(--gray-300);\n .popover,\n .dark .popover,\n .dark.popover,\n .popover .dark {\n --main-surface-primary: var(--gray-200) !important;\n --main-surface-secondary: var(--gray-100) !important;\n --main-surface-tertiary: var(--gray-50) !important;\n --text-primary: var(--gray-950) !important;\n --text-secondary: var(--gray-600) !important;\n --text-tertiary: var(--gray-500) !important;\n }\n }\n\n --border-light: fade(@text, 10%);\n --border-medium: fade(@text, 15%);\n --border-heavy: fade(@text, 20%);\n --border-xheavy: fade(@text, 25%);\n --link: @accent-color;\n --link-hover: if(\n @lookup=latte,\n lighten(@accent-color, 10%),\n darken(@accent-color, 10%)\n );\n\n *:focus {\n --tw-ring-offset-color: @base;\n --tw-ring-color: @accent-color;\n }\n\n /* ChatGPT logo */\n [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: @green !important;\n color: @base !important;\n }\n\n /* Input */\n\n input::placeholder,\n textarea::placeholder {\n color: @overlay2 !important;\n }\n\n select {\n @svg: escape(\n \"\"\n );\n background-image: url(\"data:image/svg+xml;@{svg}\");\n }\n\n [multiple],\n [type=\"date\"],\n [type=\"datetime-local\"],\n [type=\"email\"],\n [type=\"month\"],\n [type=\"number\"],\n [type=\"password\"],\n [type=\"search\"],\n [type=\"tel\"],\n [type=\"text\"],\n [type=\"time\"],\n [type=\"url\"],\n [type=\"week\"],\n select,\n textarea {\n background-color: @base;\n border-color: @overlay2;\n }\n\n [type=\"checkbox\"],\n [type=\"radio\"] {\n background-color: @base;\n border-color: @overlay2;\n color: @accent-color;\n }\n\n .form-input,\n .form-multiselect,\n .form-select,\n .form-textarea {\n background-color: @base;\n border-color: @overlay2;\n }\n\n .form-input:focus,\n .form-multiselect:focus,\n .form-select:focus,\n .form-textarea:focus {\n border-color: @accent-color;\n }\n\n .form-input::placeholder,\n .form-textarea::placeholder {\n color: @overlay2;\n }\n\n /* Buttons */\n\n .btn-primary {\n background-color: @green;\n color: @base;\n }\n\n .btn-primary:hover {\n background-color: darken(@green, 10%);\n }\n\n .btn-primary.focus-visible {\n --tw-ring-color: lighten(@green, 10%) !important;\n }\n\n .btn-primary:focus-visible {\n --tw-ring-color: lighten(@green, 10%) !important;\n }\n\n .btn-danger {\n background-color: @red;\n color: @base;\n }\n\n .btn-danger:hover {\n background-color: darken(@red, 10%);\n }\n\n .btn-danger.focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger:focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger:disabled:hover {\n background-color: @red;\n }\n\n .btn-danger-outline {\n border-color: @red;\n color: @red;\n }\n\n .btn-danger-outline.focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger-outline:focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-neutral.focus-visible {\n --tw-ring-color: @overlay0 !important;\n }\n\n .btn-neutral:focus-visible {\n --tw-ring-color: @overlay0 !important;\n }\n\n .btn-dark {\n background-color: @surface0;\n border-color: @overlay0;\n color: @text;\n }\n\n .btn-dark:hover {\n background-color: @surface1;\n }\n\n .btn-light {\n background-color: @text;\n color: @black;\n }\n\n .btn-light:hover {\n background-color: @base;\n }\n\n .btn-disabled,\n .btn-disabled:hover {\n background-color: @text;\n }\n\n /* Borders */\n\n .border-black,\n .border-black\\/10,\n .border-black\\/20,\n .border-black\\/30,\n .border-black\\/5 {\n border-color: var(--border-light);\n }\n\n .border-gray-100 {\n border-color: var(--gray-100);\n }\n\n .border-gray-200 {\n border-color: var(--gray-200);\n }\n\n .border-gray-300 {\n border-color: var(--gray-300);\n }\n\n .border-gray-400 {\n border-color: var(--gray-400);\n }\n\n .border-gray-500 {\n border-color: var(--gray-500);\n }\n\n .border-gray-700 {\n border-color: var(--gray-700);\n }\n\n .border-gray-950 {\n border-color: var(--gray-950);\n }\n\n .border-green-500 {\n border-color: lighten(@green, 10%);\n }\n\n .border-green-600 {\n border-color: @green;\n }\n\n .border-orange-400 {\n border-color: lighten(mix(@red, @yellow), 10%);\n }\n\n .border-orange-500 {\n border-color: mix(@red, @yellow);\n }\n\n .border-red-500 {\n border-color: darken(@red, 10%);\n }\n\n .border-white {\n border-color: @white;\n }\n\n .border-white\\/20 {\n border-color: fade(@white, 20%);\n }\n\n .border-t-[\\#0077FF] {\n border-top-color: @blue;\n }\n\n /* Backgrounds */\n .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n\n .\\!bg-brand-purple {\n background-color: @accent-color !important;\n }\n\n .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n\n .bg-[\\#0077FF],\n .bg-\\[\\#3C46FF\\] {\n background-color: @blue;\n }\n\n .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: darken(@blue, 10%);\n }\n\n .bg-[\\#10A37F] {\n background-color: @green;\n }\n\n .bg-[\\#3C46FF] {\n background-color: @blue;\n }\n\n .bg-[\\#4046EC] {\n background-color: @blue;\n }\n\n .bg-[\\#B161FD] {\n background-color: @accent-color;\n }\n\n .bg-[\\#F8CA27] {\n background-color: @yellow;\n }\n\n .bg-[\\#FF5588] {\n background-color: mix(@red, @pink);\n }\n\n .bg-[\\#FF6E3C] {\n background-color: saturate(mix(@red, @yellow), 10%);\n }\n .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: @surface0;\n }\n\n .bg-black {\n background-color: @black;\n }\n\n .bg-black\\/20 {\n background-color: fade(@black, 20%);\n }\n\n .bg-black\\/5 {\n background-color: fade(@black, 5%);\n }\n\n .bg-black\\/50 {\n background-color: fade(@black, 50%);\n }\n\n .bg-black\\/90 {\n background-color: fade(@black, 90%);\n }\n\n .bg-black\\/\\[\\.04\\] {\n background-color: fade(@black, 4%);\n }\n\n .bg-black\\/\\[\\.08\\] {\n background-color: fade(@black, 8%);\n }\n\n .bg-black\\/\\[\\.12\\] {\n background-color: fade(@black, 12%);\n }\n\n .bg-blue-100 {\n background-color: lighten(@blue, 30%);\n }\n\n .bg-blue-200 {\n background-color: lighten(@blue, 20%);\n }\n\n .bg-blue-300 {\n background-color: lighten(@blue, 10%);\n }\n\n .bg-blue-400 {\n background-color: @blue;\n }\n\n .bg-blue-500 {\n background-color: darken(@blue, 5%);\n }\n\n .bg-blue-700 {\n background-color: darken(@blue, 10%);\n }\n\n .bg-brand-blue-800 {\n background-color: darken(@blue, 20%);\n }\n\n .bg-blue-950 {\n background-color: darken(@blue, 30%);\n }\n\n .checked\\:bg-blue-600:checked {\n background-color: @accent-color;\n }\n\n .bg-brand-green {\n background-color: lighten(@green, 10%);\n }\n\n .bg-brand-green\\/20 {\n background-color: fade(lighten(@green, 10%), 20%);\n }\n\n .bg-brand-green\\/40 {\n background-color: fade(lighten(@green, 10%), 40%);\n }\n\n .bg-brand-purple {\n background-color: @accent-color;\n }\n\n .bg-gray-100 {\n background-color: var(--gray-100);\n }\n\n .bg-gray-200 {\n background-color: var(--gray-200);\n }\n\n .bg-gray-300 {\n background-color: var(--gray-300);\n }\n\n .bg-gray-400 {\n background-color: var(--gray-400);\n }\n\n .bg-gray-50 {\n background-color: var(--gray-50);\n }\n\n .bg-gray-500 {\n background-color: var(--gray-500);\n }\n\n .bg-gray-600 {\n background-color: var(--gray-600);\n }\n\n .bg-gray-700 {\n background-color: var(--gray-700);\n }\n\n .bg-gray-900 {\n background-color: var(--gray-900);\n }\n\n .bg-gray-950 {\n background-color: var(--gray-950);\n }\n\n .bg-green-100 {\n background-color: lighten(@green, 30%);\n }\n\n .bg-green-200 {\n background-color: lighten(@green, 20%);\n }\n\n .bg-green-500 {\n background-color: lighten(@green, 10%);\n }\n\n .bg-green-500\\/10 {\n background-color: fade(lighten(@green, 10%), 10%);\n }\n\n .bg-green-600 {\n background-color: @green;\n }\n\n .bg-orange-500 {\n background-color: mix(@yellow, @red);\n }\n\n .bg-orange-500\\/10 {\n background-color: fade(mix(@yellow, @red), 10%);\n }\n\n .bg-red-100 {\n background-color: fade(lighten(@red, 10%), 30%);\n }\n\n .bg-red-200 {\n background-color: lighten(@red, 20%);\n }\n\n .bg-red-500 {\n background-color: @red;\n }\n\n .bg-red-500\\/10 {\n background-color: fade(@red, 10%);\n }\n\n .bg-red-600 {\n background-color: lighten(@red, 10%);\n }\n\n .bg-white {\n background-color: @white;\n }\n\n .bg-white\\/20 {\n background-color: fade(@white, 20%);\n }\n\n .bg-white\\/25 {\n background-color: fade(@white, 25%);\n }\n\n .bg-yellow-100 {\n background-color: lighten(@yellow, 20%);\n }\n\n .bg-yellow-200 {\n background-color: lighten(@yellow, 10%);\n }\n\n .bg-yellow-400 {\n background-color: @yellow;\n }\n\n .bg-yellow-500 {\n background-color: darken(@yellow, 10%);\n }\n\n .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: darken(@green, 10%);\n }\n\n .hover\\:bg-blue-700:hover {\n background-color: darken(@blue, 25%);\n }\n\n [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n\n /* Gradients */\n\n .from-white {\n --tw-gradient-from: @white var(--tw-gradient-from-position);\n }\n\n /* Fill/stroke */\n\n .fill-yellow-500 {\n fill: @yellow;\n }\n\n .stroke-black {\n stroke: @black;\n }\n\n .stroke-brand-purple\\/25 {\n stroke: fade(@accent-color, 25%);\n }\n\n .stroke-gray-400 {\n stroke: @subtext0;\n }\n\n /* Text */\n\n .\\!text-black {\n color: @black !important;\n }\n\n .text-\\[\\#FE7600\\] {\n color: mix(@yellow, @red);\n }\n\n .text-\\[\\#fff\\] {\n color: @base;\n }\n\n .text-black {\n color: @black;\n }\n\n .text-black\\/60 {\n color: fade(@black, 60%);\n }\n\n .text-black\\/70 {\n color: fade(@black, 70%);\n }\n\n .text-blue-500 {\n color: lighten(@blue, 10%);\n }\n\n .text-blue-600 {\n color: @blue;\n }\n\n .text-brand-blue-800 {\n color: @blue;\n }\n\n .text-brand-purple {\n color: @accent-color;\n }\n\n .text-gray-100 {\n color: var(--gray-100);\n }\n\n .text-gray-300 {\n color: var(--gray-300);\n }\n\n .text-gray-400 {\n color: var(--gray-400);\n }\n\n .text-gray-500 {\n color: var(--gray-500);\n }\n\n .text-gray-600 {\n color: var(--gray-600);\n }\n\n .text-gray-700 {\n color: var(--gray-700);\n }\n\n .text-gray-800 {\n color: var(--gray-800);\n }\n\n .text-gray-900 {\n color: var(--gray-900);\n }\n\n .text-green-500 {\n color: lighten(@green, 10%);\n }\n\n .text-green-600 {\n color: @green;\n }\n\n .text-green-700 {\n color: darken(@green, 10%);\n }\n\n .text-green-800 {\n color: darken(@green, 20%);\n }\n\n .text-green-900 {\n color: darken(@green, 30%);\n }\n\n .text-orange-300 {\n color: lighten(mix(@yellow, @red), 15%);\n }\n\n .text-orange-400 {\n color: lighten(mix(@yellow, @red), 10%);\n }\n\n .text-orange-500 {\n color: mix(@yellow, @red);\n }\n\n .text-red-500 {\n color: @red;\n }\n\n .text-red-600 {\n color: lighten(@red, 10%);\n }\n\n .text-red-700 {\n color: @red;\n }\n\n .text-red-800 {\n color: darken(@red, 10%);\n }\n\n .text-white {\n color: @white;\n }\n\n .text-white\\/25 {\n color: fade(@white, 25%);\n }\n\n .text-white\\/50 {\n color: fade(@white, 50%);\n }\n\n .text-white\\/80 {\n color: fade(@white, 80%);\n }\n\n .text-yellow-500 {\n color: @yellow;\n }\n\n .text-yellow-700 {\n color: darken(@yellow, 10%);\n }\n\n .text-yellow-800 {\n color: darken(@yellow, 20%);\n }\n\n .text-yellow-900 {\n color: darken(@yellow, 30%);\n }\n\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n & when not (@lookup = latte) {\n .dark\\:bg-black {\n background-color: @black;\n }\n\n .dark\\:bg-white {\n background-color: @white;\n }\n\n /* \"Was this response better or worse\" dialog button hover */\n .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n\n .dark\\:text-white {\n color: @white;\n }\n\n .dark\\:text-black {\n color: @black;\n }\n\n .dark\\:text-\\[\\#D292FF\\] {\n color: @mauve;\n }\n\n .dark\\:focus\\:border-white:focus {\n border-color: @text;\n }\n\n .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n }\n\n /* Other */\n\n .ring-black {\n --tw-ring-color: @black;\n }\n\n .ring-black\\/10 {\n --tw-ring-color: fade(@black, 10%);\n }\n\n .ring-white {\n --tw-ring-color: @base;\n }\n\n .ring-offset-black {\n --tw-ring-offset-color: @base;\n }\n\n .katex-error {\n color: @red !important;\n }\n\n [style=\"background-color: rgb(0, 0, 46);\"],\n [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: @crust !important;\n }\n }\n}\n\n/* Sign-in page */\n@-moz-document domain(\"auth0.openai.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --primary-color: @accent-color;\n --primary-color-no-override: @accent-color;\n --action-primary-color: @accent-color;\n --link-color: @accent-color;\n --page-background-color: @base;\n --info-color: @blue;\n --success-color: @green;\n --error-color: @red;\n --error-text-color: @text;\n --warning-color: @yellow;\n --button-font-color: @text;\n --widget-background-color: @base;\n --presentational-content-color: @overlay2;\n --gray-lightest: @base;\n --gray-light: @crust;\n --gray-mid: @surface0;\n --gray-dark: @overlay2;\n --gray-darkest: @text;\n\n .c4ca43590 {\n background-color: @accent-color;\n color: @base;\n }\n\n .password-icon-tooltip {\n background-color: @text;\n\n &::before {\n border-top-color: @text;\n }\n }\n\n .oai-header svg {\n fill: @text;\n }\n\n @orange: mix(@red, @yellow);\n\n .c7e427425[data-provider^=\"google\"] {\n @svg: escape(\n \"\"\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n .c7e427425[data-provider^=\"windowslive\"] {\n @svg: escape(\n \"\"\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n .c7e427425[data-provider^=\"apple\"] {\n @svg: escape(\n \"\"\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n }\n}\n\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name ChatGPT Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/chatgpt\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt\n@version 0.2.8\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt\n@description Soothing pastel theme for ChatGPT\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"chat.openai.com\") {\n @import url(\"https://unpkg.com/@catppuccin/highlightjs@0.1.2/css/catppuccin.variables.css\");\n\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --ctp-rosewater: #rgbify(@rosewater) [];\n --ctp-flamingo: #rgbify(@flamingo) [];\n --ctp-pink: #rgbify(@pink) [];\n --ctp-mauve: #rgbify(@mauve) [];\n --ctp-red: #rgbify(@red) [];\n --ctp-maroon: #rgbify(@maroon) [];\n --ctp-peach: #rgbify(@peach) [];\n --ctp-yellow: #rgbify(@yellow) [];\n --ctp-green: #rgbify(@green) [];\n --ctp-teal: #rgbify(@teal) [];\n --ctp-sky: #rgbify(@sky) [];\n --ctp-sapphire: #rgbify(@sapphire) [];\n --ctp-blue: #rgbify(@blue) [];\n --ctp-lavender: #rgbify(@lavender) [];\n --ctp-text: #rgbify(@text) [];\n --ctp-subtext1: #rgbify(@subtext1) [];\n --ctp-subtext0: #rgbify(@subtext0) [];\n --ctp-overlay2: #rgbify(@overlay2) [];\n --ctp-overlay1: #rgbify(@overlay1) [];\n --ctp-overlay0: #rgbify(@overlay0) [];\n --ctp-surface2: #rgbify(@surface2) [];\n --ctp-surface1: #rgbify(@surface1) [];\n --ctp-surface0: #rgbify(@surface0) [];\n --ctp-base: #rgbify(@base) [];\n --ctp-mantle: #rgbify(@mantle) [];\n --ctp-crust: #rgbify(@crust) [];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n code.hljs {\n background: none;\n }\n pre {\n .bg-token-main-surface-secondary {\n background-color: @surface0;\n }\n .bg-gray-950 {\n background-color: @crust;\n }\n .text-token-text-secondary {\n color: @subtext0;\n }\n }\n\n color: @text;\n\n @white: lighten(if(@lookup=latte, @base, @text), 5%);\n @black: darken(if(@lookup=latte, @text, @base), 5%);\n --white: @white;\n --black: @black;\n\n & when not (@lookup = latte) {\n --gray-50: lighten(mix(@text, @subtext0), 5%);\n --gray-100: @text;\n --gray-200: @subtext0;\n --gray-300: @subtext1;\n --gray-400: @overlay0;\n --gray-500: @surface2;\n --gray-600: @surface1;\n --gray-700: @surface0;\n --gray-800: @base;\n --gray-900: @mantle;\n --gray-950: @crust;\n --brand-purple: @accent-color;\n --text-primary: var(--gray-100);\n --text-secondary: var(--gray-300);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-700);\n --main-surface-primary: var(--gray-800);\n --main-surface-secondary: var(--gray-700);\n --main-surface-tertiary: var(--gray-600);\n --sidebar-surface-primary: var(--gray-900);\n --sidebar-surface-secondary: var(--gray-800);\n --sidebar-surface-tertiary: var(--gray-700);\n .popover,\n .dark .popover,\n .dark.popover,\n .popover .dark {\n --main-surface-primary: var(--gray-700) !important;\n --main-surface-secondary: var(--gray-600) !important;\n --main-surface-tertiary: var(--gray-500) !important;\n --text-primary: var(--white) !important;\n --text-secondary: var(--gray-200) !important;\n --text-tertiary: var(--gray-300) !important;\n }\n }\n & when (@lookup = latte) {\n --gray-50: @crust;\n --gray-100: @mantle;\n --gray-200: @base;\n --gray-300: @surface0;\n --gray-400: @surface1;\n --gray-500: @surface2;\n --gray-600: @overlay0;\n --gray-700: @overlay1;\n --gray-800: @subtext0;\n --gray-900: @subtext1;\n --gray-950: @text;\n --brand-purple: @accent-color;\n --text-primary: var(--gray-950);\n --text-secondary: var(--gray-600);\n --text-tertiary: var(--gray-400);\n --text-quaternary: var(--gray-300);\n --main-surface-primary: var(--gray-200);\n --main-surface-secondary: var(--gray-100);\n --main-surface-tertiary: var(--gray-50);\n --sidebar-surface-primary: var(--gray-100);\n --sidebar-surface-secondary: var(--gray-200);\n --sidebar-surface-tertiary: var(--gray-300);\n .popover,\n .dark .popover,\n .dark.popover,\n .popover .dark {\n --main-surface-primary: var(--gray-200) !important;\n --main-surface-secondary: var(--gray-100) !important;\n --main-surface-tertiary: var(--gray-50) !important;\n --text-primary: var(--gray-950) !important;\n --text-secondary: var(--gray-600) !important;\n --text-tertiary: var(--gray-500) !important;\n }\n }\n\n --border-light: fade(@text, 10%);\n --border-medium: fade(@text, 15%);\n --border-heavy: fade(@text, 20%);\n --border-xheavy: fade(@text, 25%);\n --link: @accent-color;\n --link-hover: if(\n @lookup = latte,\n lighten(@accent-color, 10%),\n darken(@accent-color, 10%)\n );\n\n *:focus {\n --tw-ring-offset-color: @base;\n --tw-ring-color: @accent-color;\n }\n\n /* ChatGPT logo */\n [style*=\"background-color: rgb(25, 195, 125);\"] {\n background-color: @green !important;\n color: @base !important;\n }\n\n /* Input */\n\n select {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;@{svg}\");\n }\n\n [multiple],\n [type=\"date\"],\n [type=\"datetime-local\"],\n [type=\"email\"],\n [type=\"month\"],\n [type=\"number\"],\n [type=\"password\"],\n [type=\"search\"],\n [type=\"tel\"],\n [type=\"text\"],\n [type=\"time\"],\n [type=\"url\"],\n [type=\"week\"],\n select,\n textarea {\n background-color: @base;\n border-color: @overlay2;\n }\n\n [type=\"checkbox\"],\n [type=\"radio\"] {\n background-color: @base;\n border-color: @overlay2;\n color: @accent-color;\n }\n\n .form-input,\n .form-multiselect,\n .form-select,\n .form-textarea {\n background-color: @base;\n border-color: @overlay2;\n }\n\n .form-input:focus,\n .form-multiselect:focus,\n .form-select:focus,\n .form-textarea:focus {\n border-color: @accent-color;\n }\n\n .form-input::placeholder,\n .form-textarea::placeholder {\n color: @overlay2;\n }\n\n /* Buttons */\n\n .btn-primary {\n background-color: @green;\n color: @base;\n }\n\n .btn-primary:hover {\n background-color: darken(@green, 10%);\n }\n\n .btn-primary.focus-visible {\n --tw-ring-color: lighten(@green, 10%) !important;\n }\n\n .btn-primary:focus-visible {\n --tw-ring-color: lighten(@green, 10%) !important;\n }\n\n .btn-danger {\n background-color: @red;\n color: @base;\n }\n\n .btn-danger:hover {\n background-color: darken(@red, 10%);\n }\n\n .btn-danger.focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger:focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger:disabled:hover {\n background-color: @red;\n }\n\n .btn-danger-outline {\n border-color: @red;\n color: @red;\n }\n\n .btn-danger-outline.focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-danger-outline:focus-visible {\n --tw-ring-color: lighten(@red, 10%) !important;\n }\n\n .btn-neutral.focus-visible {\n --tw-ring-color: @overlay0 !important;\n }\n\n .btn-neutral:focus-visible {\n --tw-ring-color: @overlay0 !important;\n }\n\n .btn-dark {\n background-color: @surface0;\n border-color: @overlay0;\n color: @text;\n }\n\n .btn-dark:hover {\n background-color: @surface1;\n }\n\n .btn-light {\n background-color: @text;\n color: @black;\n }\n\n .btn-light:hover {\n background-color: @base;\n }\n\n .btn-disabled,\n .btn-disabled:hover {\n background-color: @text;\n }\n\n /* Borders */\n\n .border-black,\n .border-black\\/10,\n .border-black\\/20,\n .border-black\\/30,\n .border-black\\/5 {\n border-color: var(--border-light);\n }\n\n .border-gray-100 {\n border-color: var(--gray-100);\n }\n\n .border-gray-200 {\n border-color: var(--gray-200);\n }\n\n .border-gray-300 {\n border-color: var(--gray-300);\n }\n\n .border-gray-400 {\n border-color: var(--gray-400);\n }\n\n .border-gray-500 {\n border-color: var(--gray-500);\n }\n\n .border-gray-700 {\n border-color: var(--gray-700);\n }\n\n .border-gray-950 {\n border-color: var(--gray-950);\n }\n\n .border-green-500 {\n border-color: lighten(@green, 10%);\n }\n\n .border-green-600 {\n border-color: @green;\n }\n\n .border-orange-400 {\n border-color: lighten(mix(@red, @yellow), 10%);\n }\n\n .border-orange-500 {\n border-color: mix(@red, @yellow);\n }\n\n .border-red-500 {\n border-color: darken(@red, 10%);\n }\n\n .border-white {\n border-color: @white;\n }\n\n .border-white\\/20 {\n border-color: fade(@white, 20%);\n }\n\n .border-t-[\\#0077FF] {\n border-top-color: @blue;\n }\n\n /* Backgrounds */\n .bg-token-main-surface-primary {\n background-color: var(--main-surface-primary);\n }\n\n .\\!bg-brand-purple {\n background-color: @accent-color !important;\n }\n\n .\\!bg-gray-200 {\n background-color: var(--gray-200) !important;\n }\n\n .bg-[\\#0077FF],\n .bg-\\[\\#3C46FF\\] {\n background-color: @blue;\n }\n\n .hover\\:bg-\\[\\#0000FF\\]:hover {\n background-color: darken(@blue, 10%);\n }\n\n .bg-[\\#10A37F] {\n background-color: @green;\n }\n\n .bg-[\\#3C46FF] {\n background-color: @blue;\n }\n\n .bg-[\\#4046EC] {\n background-color: @blue;\n }\n\n .bg-[\\#B161FD] {\n background-color: @accent-color;\n }\n\n .bg-[\\#F8CA27] {\n background-color: @yellow;\n }\n\n .bg-[\\#FF5588] {\n background-color: mix(@red, @pink);\n }\n\n .bg-[\\#FF6E3C] {\n background-color: saturate(mix(@red, @yellow), 10%);\n }\n .dark\\:radix-highlighted\\:bg-\\[\\#2E2F33\\][data-highlighted] {\n background-color: @surface0;\n }\n\n .bg-black {\n background-color: @black;\n }\n\n .bg-black\\/20 {\n background-color: fade(@black, 20%);\n }\n\n .bg-black\\/5 {\n background-color: fade(@black, 5%);\n }\n\n .bg-black\\/50 {\n background-color: fade(@black, 50%);\n }\n\n .bg-black\\/90 {\n background-color: fade(@black, 90%);\n }\n\n .bg-black\\/\\[\\.04\\] {\n background-color: fade(@black, 4%);\n }\n\n .bg-black\\/\\[\\.08\\] {\n background-color: fade(@black, 8%);\n }\n\n .bg-black\\/\\[\\.12\\] {\n background-color: fade(@black, 12%);\n }\n\n .bg-blue-100 {\n background-color: lighten(@blue, 30%);\n }\n\n .bg-blue-200 {\n background-color: lighten(@blue, 20%);\n }\n\n .bg-blue-300 {\n background-color: lighten(@blue, 10%);\n }\n\n .bg-blue-400 {\n background-color: @blue;\n }\n\n .bg-blue-500 {\n background-color: darken(@blue, 5%);\n }\n\n .bg-blue-700 {\n background-color: darken(@blue, 10%);\n }\n\n .bg-brand-blue-800 {\n background-color: darken(@blue, 20%);\n }\n\n .bg-blue-950 {\n background-color: darken(@blue, 30%);\n }\n\n .checked\\:bg-blue-600:checked {\n background-color: @accent-color;\n }\n\n .bg-brand-green {\n background-color: lighten(@green, 10%);\n }\n\n .bg-brand-green\\/20 {\n background-color: fade(lighten(@green, 10%), 20%);\n }\n\n .bg-brand-green\\/40 {\n background-color: fade(lighten(@green, 10%), 40%);\n }\n\n .bg-brand-purple {\n background-color: @accent-color;\n }\n\n .bg-gray-100 {\n background-color: var(--gray-100);\n }\n\n .bg-gray-200 {\n background-color: var(--gray-200);\n }\n\n .bg-gray-300 {\n background-color: var(--gray-300);\n }\n\n .bg-gray-400 {\n background-color: var(--gray-400);\n }\n\n .bg-gray-50 {\n background-color: var(--gray-50);\n }\n\n .bg-gray-500 {\n background-color: var(--gray-500);\n }\n\n .bg-gray-600 {\n background-color: var(--gray-600);\n }\n\n .bg-gray-700 {\n background-color: var(--gray-700);\n }\n\n .bg-gray-900 {\n background-color: var(--gray-900);\n }\n\n .bg-gray-950 {\n background-color: var(--gray-950);\n }\n\n .bg-green-100 {\n background-color: lighten(@green, 30%);\n }\n\n .bg-green-200 {\n background-color: lighten(@green, 20%);\n }\n\n .bg-green-500 {\n background-color: lighten(@green, 10%);\n }\n\n .bg-green-500\\/10 {\n background-color: fade(lighten(@green, 10%), 10%);\n }\n\n .bg-green-600 {\n background-color: @green;\n }\n\n .bg-orange-500 {\n background-color: mix(@yellow, @red);\n }\n\n .bg-orange-500\\/10 {\n background-color: fade(mix(@yellow, @red), 10%);\n }\n\n .bg-red-100 {\n background-color: fade(lighten(@red, 10%), 30%);\n }\n\n .bg-red-200 {\n background-color: lighten(@red, 20%);\n }\n\n .bg-red-500 {\n background-color: @red;\n }\n\n .bg-red-500\\/10 {\n background-color: fade(@red, 10%);\n }\n\n .bg-red-600 {\n background-color: lighten(@red, 10%);\n }\n\n .bg-white {\n background-color: @white;\n }\n\n .bg-white\\/20 {\n background-color: fade(@white, 20%);\n }\n\n .bg-white\\/25 {\n background-color: fade(@white, 25%);\n }\n\n .bg-yellow-100 {\n background-color: lighten(@yellow, 20%);\n }\n\n .bg-yellow-200 {\n background-color: lighten(@yellow, 10%);\n }\n\n .bg-yellow-400 {\n background-color: @yellow;\n }\n\n .bg-yellow-500 {\n background-color: darken(@yellow, 10%);\n }\n\n .radix-state-checked\\:bg-green-600[data-state=\"checked\"] {\n background-color: darken(@green, 10%);\n }\n\n .hover\\:bg-blue-700:hover {\n background-color: darken(@blue, 25%);\n }\n\n [class*=\"bg-transparent\"] {\n background-color: transparent;\n }\n\n /* Gradients */\n\n .from-white {\n --tw-gradient-from: @white var(--tw-gradient-from-position);\n }\n\n /* Fill/stroke */\n\n .fill-yellow-500 {\n fill: @yellow;\n }\n\n .stroke-black {\n stroke: @black;\n }\n\n .stroke-brand-purple\\/25 {\n stroke: fade(@accent-color, 25%);\n }\n\n .stroke-gray-400 {\n stroke: @subtext0;\n }\n\n /* Text */\n\n .\\!text-black {\n color: @black !important;\n }\n\n .text-\\[\\#FE7600\\] {\n color: mix(@yellow, @red);\n }\n\n .text-\\[\\#fff\\] {\n color: @base;\n }\n\n .text-black {\n color: @black;\n }\n\n .text-black\\/60 {\n color: fade(@black, 60%);\n }\n\n .text-black\\/70 {\n color: fade(@black, 70%);\n }\n\n .text-blue-500 {\n color: lighten(@blue, 10%);\n }\n\n .text-blue-600 {\n color: @blue;\n }\n\n .text-brand-blue-800 {\n color: @blue;\n }\n\n .text-brand-purple {\n color: @accent-color;\n }\n\n .text-gray-100 {\n color: var(--gray-100);\n }\n\n .text-gray-300 {\n color: var(--gray-300);\n }\n\n .text-gray-400 {\n color: var(--gray-400);\n }\n\n .text-gray-500 {\n color: var(--gray-500);\n }\n\n .text-gray-600 {\n color: var(--gray-600);\n }\n\n .text-gray-700 {\n color: var(--gray-700);\n }\n\n .text-gray-800 {\n color: var(--gray-800);\n }\n\n .text-gray-900 {\n color: var(--gray-900);\n }\n\n .text-green-500 {\n color: lighten(@green, 10%);\n }\n\n .text-green-600 {\n color: @green;\n }\n\n .text-green-700 {\n color: darken(@green, 10%);\n }\n\n .text-green-800 {\n color: darken(@green, 20%);\n }\n\n .text-green-900 {\n color: darken(@green, 30%);\n }\n\n .text-orange-300 {\n color: lighten(mix(@yellow, @red), 15%);\n }\n\n .text-orange-400 {\n color: lighten(mix(@yellow, @red), 10%);\n }\n\n .text-orange-500 {\n color: mix(@yellow, @red);\n }\n\n .text-red-500 {\n color: @red;\n }\n\n .text-red-600 {\n color: lighten(@red, 10%);\n }\n\n .text-red-700 {\n color: @red;\n }\n\n .text-red-800 {\n color: darken(@red, 10%);\n }\n\n .text-white {\n color: @white;\n }\n\n .text-white\\/25 {\n color: fade(@white, 25%);\n }\n\n .text-white\\/50 {\n color: fade(@white, 50%);\n }\n\n .text-white\\/80 {\n color: fade(@white, 80%);\n }\n\n .text-yellow-500 {\n color: @yellow;\n }\n\n .text-yellow-700 {\n color: darken(@yellow, 10%);\n }\n\n .text-yellow-800 {\n color: darken(@yellow, 20%);\n }\n\n .text-yellow-900 {\n color: darken(@yellow, 30%);\n }\n\n /* Dark mode overrides */\n /* stylelint-disable-next-line no-duplicate-selectors */\n & when not (@lookup = latte) {\n .dark\\:bg-black {\n background-color: @black;\n }\n\n .dark\\:bg-white {\n background-color: @white;\n }\n\n /* \"Was this response better or worse\" dialog button hover */\n .dark\\:hover\\:bg-gray-800:hover {\n background-color: transparent;\n }\n\n .dark\\:text-white {\n color: @white;\n }\n\n .dark\\:text-black {\n color: @black;\n }\n\n .dark\\:text-\\[\\#D292FF\\] {\n color: @mauve;\n }\n\n .dark\\:focus\\:border-white:focus {\n border-color: @text;\n }\n\n .dark\\:border-gray-700 {\n border-color: var(--gray-700);\n }\n }\n\n /* Other */\n\n .ring-black {\n --tw-ring-color: @black;\n }\n\n .ring-black\\/10 {\n --tw-ring-color: fade(@black, 10%);\n }\n\n .ring-white {\n --tw-ring-color: @base;\n }\n\n .ring-offset-black {\n --tw-ring-offset-color: @base;\n }\n\n .katex-error {\n color: @red !important;\n }\n\n [style=\"background-color: rgb(0, 0, 46);\"],\n [style=\"background-color: rgb(255, 255, 219);\"] {\n background-color: @crust !important;\n }\n }\n}\n\n@-moz-document domain(\"auth.openai.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n color: @text;\n caret-color: @text;\n\n a {\n color: @accent-color;\n }\n\n body,\n .oai-header,\n .login-container {\n background-color: @base;\n }\n\n img[alt=\"OpenAI's Logo\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n margin-top: 32px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n\n .title {\n color: @text;\n }\n\n .email-input {\n background-color: @base;\n border-color: @surface0;\n color: @text;\n\n &:focus,\n &:valid {\n border-color: @accent-color;\n\n & + .email-label {\n color: @accent-color;\n background-color: @base;\n }\n }\n }\n .email-label {\n background-color: @base;\n color: @subtext0;\n }\n\n .continue-btn {\n background-color: @accent-color;\n color: @base;\n }\n\n .divider-wrapper {\n &::before,\n &::after {\n border-bottom-color: @surface2;\n }\n }\n\n .social-btn {\n background-color: @mantle;\n border-color: @surface0;\n color: @text;\n }\n\n @orange: mix(@red, @yellow);\n\n .social-logo {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px !important;\n padding-top: 20px !important;\n }\n\n img[alt=\"Google logo\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n img[alt=\"Microsoft logo\"] {\n @svg: escape(\n ''\n );\n\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n img[alt=\"Apple logo\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n }\n}\n\n@-moz-document domain(\"auth0.openai.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --primary-color: @accent-color;\n --primary-color-no-override: @accent-color;\n --action-primary-color: @accent-color;\n --link-color: @accent-color;\n --page-background-color: @base;\n --info-color: @blue;\n --success-color: @green;\n --error-color: @red;\n --error-text-color: @text;\n --warning-color: @yellow;\n --button-font-color: @text;\n --widget-background-color: @base;\n --presentational-content-color: @overlay2;\n --gray-lightest: @base;\n --gray-light: @crust;\n --gray-mid: @surface0;\n --gray-dark: @overlay2;\n --gray-darkest: @text;\n\n .cb2dfcee4 {\n background-color: @accent-color;\n color: @base;\n }\n\n .password-icon-tooltip {\n background-color: @text;\n\n &::before {\n border-top-color: @text;\n }\n }\n\n .oai-header svg {\n fill: @text;\n }\n\n @orange: mix(@red, @yellow);\n\n button > span {\n &[data-provider^=\"google\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n &[data-provider^=\"windowslive\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n &[data-provider^=\"apple\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n }\n }\n}\n\n#rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "ChatGPT Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/chatgpt", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt", - "version": "0.2.5", + "version": "0.2.8", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt", "description": "Soothing pastel theme for ChatGPT", @@ -1594,12 +1729,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for ChatGPT", "name": "ChatGPT Catppuccin", - "originalDigest": "1fb2aa056c2d1dfddab322ae698136752cb3cc4c", + "originalDigest": "10da0cf8195a82c9545883d944e6dd05423db35e", "_id": "2b610ac1-f4cb-41f2-ac48-40652d932405", - "_rev": 1709729501964, + "_rev": 1712856189454, "id": 38, - "etag": "W/\"4d14556a4e729774e078fada42607ff500b02c6fa1f651db925bd94e60740621\"", - "updateDate": 1709729501876 + "etag": "W/\"1fc83ea05b7c2cd3add98ee52c6712cab0405c78be8bac627a85756c286ed7b0\"", + "updateDate": 1712856189376 }, { "enabled": true, @@ -1608,30 +1743,41 @@ "installDate": 1690105783794, "sections": [ { - "code": "/* ==UserStyle==\n@name GitHub Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/github\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github\n@version 1.4.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub\n@description Soothing pastel theme for GitHub\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n/* prettier-ignore */", + "code": "/* ==UserStyle==\n@name GitHub Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/github\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github\n@version 1.6.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub\n@description Soothing pastel theme for GitHub\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n }\n @media (prefers-color-scheme: dark) {\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .turbo-progress-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .form-select,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n accent-color: #b7bdf8;\n color-scheme: dark;\n color: #cad3f5;\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.66);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(138, 173, 244, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #24273a;\n --headerSearch-borderColor: #363a4f;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: #363a4f;\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.26);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #cad3f5;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(36, 39, 58, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: #5b6078;\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: #9acb8b;\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #cad3f5;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #cad3f5;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #8aadf4;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: #1e2030;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: #cad3f5;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: #8aadf4;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: #f5a97f;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: #ed8796;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .turbo-progress-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .form-select,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n html:not([data-light-theme=\"light\"], [data-light-theme=\"dark\"]) body:not(.logged-out)::after,\n html:not([data-dark-theme=\"dark\"], [data-dark-theme=\"light\"]) body:not(.logged-out)::after {\n position: fixed;\n top: 0;\n left: 0;\n padding: 1rem;\n margin: 1rem;\n border-radius: 0.5rem;\n max-width: 40ch;\n background-color: var(--color-danger-fg);\n color: var(--color-header-bg);\n content: \"Unsupported GitHub theme detected! Please switch to the default light/dark theme via the GitHub Appearance settings to get the best experience for the Catppuccin GitHub userstyle.\";\n z-index: 9999;\n }", - "start": 1246, + "code": "@media (prefers-color-scheme: light) {\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] input::placeholder,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] input::placeholder,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n }\n @media (prefers-color-scheme: dark) {\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] input::placeholder,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] input::placeholder,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] ::selection,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] input::placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] input::placeholder,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] textarea::placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .cm-placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .turbo-progress-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .form-select,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .HeaderMenu-link,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .HeaderMenu-link:hover,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .header-search-button.placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .HeaderMenu-toggle-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .notification-indicator .mail-status,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-r,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-y,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-g,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-b,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-c,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-m,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .CheckStep .ansifg-gr,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n color-scheme: dark;\n accent-color: #b7bdf8;\n color: #cad3f5;\n --color-social-reaction-bg-reacted-hover: rgba(183, 189, 248, 0.3);\n --color-notifications-button-hover-bg: rgba(183, 189, 248, 0.6);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-halloween-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-halloween-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-halloween-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-winter-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-winter-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-winter-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-winter-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-bg: #363a4f !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: rgba(183, 189, 248, 0.4) !important;\n --color-calendar-graph-day-L2-bg: rgba(183, 189, 248, 0.6) !important;\n --color-calendar-graph-day-L3-bg: rgba(183, 189, 248, 0.8) !important;\n --color-calendar-graph-day-L4-bg: #b7bdf8 !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: #b7bdf8;\n --color-user-mention-bg: rgba(183, 189, 248, 0.3);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: rgba(238, 212, 159, 0.3);\n --page-header-bgColor: #181926;\n --diffBlob-addition-fgColor-text: #cad3f5;\n --diffBlob-addition-fgColor-num: #cad3f5;\n --diffBlob-addition-bgColor-num: rgba(166, 218, 149, 0.3);\n --diffBlob-addition-bgColor-line: rgba(166, 218, 149, 0.15);\n --diffBlob-addition-bgColor-word: rgba(166, 218, 149, 0.3);\n --diffBlob-deletion-fgColor-text: #cad3f5;\n --diffBlob-deletion-fgColor-num: #cad3f5;\n --diffBlob-deletion-bgColor-num: rgba(237, 135, 150, 0.3);\n --diffBlob-deletion-bgColor-line: rgba(237, 135, 150, 0.15);\n --diffBlob-deletion-bgColor-word: rgba(237, 135, 150, 0.3);\n --diffBlob-hunk-bgColor-num: rgba(183, 189, 248, 0.4);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: #cad3f5;\n --codeMirror-bgColor: #24273a;\n --codeMirror-gutters-bgColor: #24273a;\n --codeMirror-gutterMarker-fgColor-default: #24273a;\n --codeMirror-gutterMarker-fgColor-muted: #6e738d;\n --codeMirror-lineNumber-fgColor: #b8c0e0;\n --codeMirror-cursor-fgColor: #cad3f5;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: #cad3f5;\n --codeMirror-lines-bgColor: #24273a;\n --codeMirror-syntax-fgColor-comment: #6e738d;\n --codeMirror-syntax-fgColor-constant: #8aadf4;\n --codeMirror-syntax-fgColor-entity: #8aadf4;\n --codeMirror-syntax-fgColor-keyword: #f5bde6;\n --codeMirror-syntax-fgColor-storage: #f5a97f;\n --codeMirror-syntax-fgColor-string: #a6da95;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: #f5a97f;\n --header-fgColor-default: #cad3f5;\n --header-fgColor-logo: #cad3f5;\n --header-bgColor: #181926;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: #1e2030;\n --headerSearch-borderColor: #363a4f;\n --avatar-bgColor: rgba(202, 211, 245, 0.26);\n --avatar-borderColor: #363a4f;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: #494d64;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #ed8796;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #494d64;\n --control-bgColor-disabled: rgba(30, 32, 48, 0.6);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #cad3f5;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: rgba(165, 173, 203, 0.7);\n --control-borderColor-rest: #494d64;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: rgba(73, 77, 100, 0.75);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: rgba(91, 96, 120, 0.2);\n --control-transparent-bgColor-active: rgba(110, 115, 141, 0.5);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: #ed8796;\n --control-danger-fgColor-hover: #181926;\n --control-danger-bgColor-hover: rgba(237, 135, 150, 0.8);\n --control-danger-bgColor-active: #ed8796;\n --control-checked-bgColor-rest: #b7bdf8;\n --control-checked-bgColor-hover: #ced2fa;\n --control-checked-bgColor-active: #ced2fa;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: #181926;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #b7bdf8;\n --control-checked-borderColor-hover: #b7bdf8;\n --control-checked-borderColor-active: #b7bdf8;\n --control-checked-borderColor-disabled: #363a4f;\n --controlTrack-bgColor-rest: #363a4f;\n --controlTrack-bgColor-hover: #494d64;\n --controlTrack-bgColor-active: #5b6078;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: #cad3f5;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: #24273a;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: #cad3f5;\n --controlKnob-borderColor-rest: #5b6078;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: #8aadf4;\n --button-default-fgColor-rest: #cad3f5;\n --button-default-bgColor-rest: #363a4f;\n --button-default-bgColor-hover: #494d64;\n --button-default-bgColor-active: #5b6078;\n --button-default-bgColor-selected: #5b6078;\n --button-default-bgColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-borderColor-rest: #494d64;\n --button-default-borderColor-hover: #494d64;\n --button-default-borderColor-active: #494d64;\n --button-default-borderColor-disabled: rgba(54, 58, 79, 0.7);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: #24273a;\n --button-primary-fgColor-disabled: rgba(36, 39, 58, 0.6);\n --button-primary-iconColor-rest: #24273a;\n --button-primary-bgColor-rest: #a6da95;\n --button-primary-bgColor-hover: #b6e1a8;\n --button-primary-bgColor-active: #a4de91;\n --button-primary-bgColor-disabled: rgba(166, 218, 149, 0.7);\n --button-primary-borderColor-rest: #a6da95;\n --button-primary-borderColor-hover: #a6da95;\n --button-primary-borderColor-active: #a6da95;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: #b7bdf8;\n --button-invisible-fgColor-hover: #e5e8fd;\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: #939ab7;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: rgba(73, 77, 100, 0.7);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: rgba(73, 77, 100, 0.7);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: #cad3f5;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: #494d64;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: #ed8796;\n --button-danger-fgColor-hover: #24273a;\n --button-danger-fgColor-active: #24273a;\n --button-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --button-danger-iconColor-rest: #ed8796;\n --button-danger-iconColor-hover: #181926;\n --button-danger-bgColor-rest: #363a4f;\n --button-danger-bgColor-hover: #ed8796;\n --button-danger-bgColor-active: #ea7183;\n --button-danger-bgColor-disabled: #24273a;\n --button-danger-borderColor-rest: #494d64;\n --button-danger-borderColor-hover: #5b6078;\n --button-danger-borderColor-active: #5b6078;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: #eed49f;\n --buttonCounter-default-bgColor-rest: #494d64;\n --buttonCounter-invisible-bgColor-rest: #494d64;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: rgba(202, 211, 245, 0.2);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: #ed8796;\n --buttonCounter-danger-fgColor-hover: #cad3f5;\n --buttonCounter-danger-fgColor-disabled: rgba(237, 135, 150, 0.5);\n --focus-outlineColor: #b7bdf8;\n --menu-bgColor-active: #1e2030;\n --overlay-bgColor: #24273a;\n --overlay-borderColor: #363a4f;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: #1e2030;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: #b7bdf8;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: rgba(183, 189, 248, 0.3);\n --reactionButton-selected-bgColor-rest: rgba(183, 189, 248, 0.2);\n --reactionButton-selected-bgColor-hover: rgba(183, 189, 248, 0.35);\n --reactionButton-selected-fgColor-rest: #b7bdf8;\n --reactionButton-selected-fgColor-hover: #b7bdf8;\n --fgColor-default: #cad3f5;\n --fgColor-muted: #b8c0e0;\n --fgColor-onEmphasis: #24273a;\n --fgColor-white: #cad3f5;\n --fgColor-disabled: #5b6078;\n --fgColor-link: #b7bdf8;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: #b7bdf8;\n --fgColor-success: #a6da95;\n --fgColor-attention: #eed49f;\n --fgColor-severe: #f5a97f;\n --fgColor-danger: #ed8796;\n --fgColor-open: #a6da95;\n --fgColor-closed: #ed8796;\n --fgColor-done: #c6a0f6;\n --fgColor-sponsors: #f5bde6;\n --bgColor-default: #24273a;\n --bgColor-muted: #1e2030;\n --bgColor-inset: #181926;\n --bgColor-emphasis: #939ab7;\n --bgColor-inverse: #cad3f5;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: #363a4f;\n --bgColor-neutral-emphasis: #a5adcb;\n --bgColor-accent-muted: rgba(183, 189, 248, 0.2);\n --bgColor-accent-emphasis: #b7bdf8;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: #a6da95;\n --bgColor-attention-muted: rgba(238, 212, 159, 0.15);\n --bgColor-attention-emphasis: #eed49f;\n --bgColor-severe-muted: rgba(245, 169, 127, 0.26);\n --bgColor-severe-emphasis: #f5a97f;\n --bgColor-danger-muted: rgba(237, 135, 150, 0.26);\n --bgColor-danger-emphasis: #ed8796;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: #a6da95;\n --bgColor-closed-muted: rgba(237, 135, 150, 0.15);\n --bgColor-closed-emphasis: #ed8796;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: #c6a0f6;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: #f5bde6;\n --borderColor-default: #494d64;\n --borderColor-muted: #363a4f;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: rgba(183, 189, 248, 0.5);\n --borderColor-accent-emphasis: #b7bdf8;\n --borderColor-success-muted: #96d382;\n --borderColor-success-emphasis: #a6da95;\n --borderColor-attention-muted: rgba(240, 198, 198, 0.3);\n --borderColor-attention-emphasis: #f0c6c6;\n --borderColor-severe-muted: #f5a97f;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: #ed8796;\n --borderColor-danger-emphasis: #ed8796;\n --borderColor-open-muted: #96d382;\n --borderColor-open-emphasis: #a6da95;\n --borderColor-closed-muted: #ed8796;\n --borderColor-closed-emphasis: #ed8796;\n --borderColor-done-muted: #b7bdf8;\n --borderColor-done-emphasis: #c6a0f6;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: #f5bde6;\n --color-ansi-black: #494d64;\n --color-ansi-black-bright: #5b6078;\n --color-ansi-gray: #5b6078;\n --color-ansi-white: #b8c0e0;\n --color-ansi-white-bright: #a5adcb;\n --color-ansi-red: #ed8796;\n --color-ansi-red-bright: #ed8796;\n --color-ansi-green: #a6da95;\n --color-ansi-green-bright: #a6da95;\n --color-ansi-yellow: #eed49f;\n --color-ansi-yellow-bright: #eed49f;\n --color-ansi-blue: #8aadf4;\n --color-ansi-blue-bright: #8aadf4;\n --color-ansi-magenta: #f5bde6;\n --color-ansi-magenta-bright: #f5bde6;\n --color-ansi-cyan: #8bd5ca;\n --color-ansi-cyan-bright: #8bd5ca;\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8aadf4;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #f5bde6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n --bgColor-white: #24273a;\n --color-scale-white: #24273a;\n --color-scale-gray-3: #939ab7;\n --color-scale-gray-5: #6e738d;\n --color-scale-gray-6: #494d64;\n --color-scale-gray-7: #494d64;\n --color-scale-blue-2: #91d7e3;\n --color-scale-blue-5: #8aadf4;\n --color-scale-green-3: #a6da95;\n --color-scale-green-4: #a6da95;\n --color-scale-yellow-3: #f5a97f;\n --color-scale-orange-4: #f5a97f;\n --color-scale-red-4: #ed8796;\n --shadow-inset: inset 0px 1px 0px 0px #181926;\n --shadow-resting-xsmall: 0px 1px 0px 0px #181926;\n --shadow-resting-small: 0px 1px 0px 0px #181926, 0px 1px 3px 0px #181926;\n --shadow-resting-medium: 0px 3px 6px 0px #181926;\n --shadow-floating-small: 0px 0px 0px 1px #24273a, 0px 6px 12px -3px #181926,\n 0px 6px 18px 0px #181926;\n --shadow-floating-medium: 0px 0px 0px 1px #363a4f,\n 0px 8px 16px -4px #181926, 0px 4px 32px -4px #181926,\n 0px 24px 48px -12px #181926, 0px 48px 96px -24px #181926;\n --shadow-floating-large: 0px 0px 0px 1px #363a4f,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px #363a4f,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px #181926, 0px 6px 18px 0px #181926;\n --outline-focus: #8aadf4 solid 2px;\n /* Header when logged out */\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] ::selection,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] input::placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] input::placeholder,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] textarea::placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .cm-placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .cm-placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .turbo-progress-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .turbo-progress-bar {\n background-color: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .form-select,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .form-select {\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23a5adcb%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m4.427%209.427%203.396%203.396a.25.25%200%200%200%20.354%200l3.396-3.396A.25.25%200%200%200%2011.396%209H4.604a.25.25%200%200%200-.177.427M4.423%206.47%207.82%203.072a.25.25%200%200%201%20.354%200L11.57%206.47a.25.25%200%200%201-.177.427H4.6a.25.25%200%200%201-.177-.427%22/%3E%3C/svg%3E\");\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"] {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .HeaderMenu-link,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .HeaderMenu-link {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .HeaderMenu-link:hover,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .HeaderMenu-link:hover {\n color: var(--fgColor-default);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .header-search-button.placeholder,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .header-search-button.placeholder {\n color: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .HeaderMenu-toggle-bar,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .HeaderMenu-toggle-bar {\n background-color: #cad3f5;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .notification-indicator .mail-status,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .notification-indicator .mail-status {\n background-image: linear-gradient(#b7bdf8, #a0a8f6);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-r,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-r {\n color: var(--color-ansi-red);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-y,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-g,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-g {\n color: var(--color-ansi-green);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-b,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-b {\n color: var(--color-ansi-blue);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-c,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-m,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .CheckStep .ansifg-gr,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .CheckStep .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n html:not([data-light-theme=\"light\"], [data-light-theme=\"dark\"]) body:not(.logged-out)::after,\n html:not([data-dark-theme=\"dark\"], [data-dark-theme=\"light\"]) body:not(.logged-out)::after {\n position: fixed;\n top: 0;\n left: 0;\n padding: 1rem;\n margin: 1rem;\n border-radius: 0.5rem;\n max-width: 40ch;\n background-color: var(--color-danger-fg);\n color: var(--color-header-bg);\n content: \"Unsupported GitHub theme detected! Please switch to the default light/dark theme via the GitHub Appearance settings to get the best experience for the Catppuccin GitHub userstyle.\";\n z-index: 9999;\n }", + "start": 1224, "regexps": [ "https:\\/\\/(gist\\.)*github\\.com(?!((\\/.+?\\/.+?\\/commit\\/[A-Fa-f0-9]+\\.(patch|diff)$)|\\/home$|\\/features($|\\/.*)|\\/marketplace($|\\?.*|\\/.*)|\\/organizations\\/plan)).*$" ] }, { - "code": ":root {\n --jp-border-color0: var(--color-scale-gray-7);\n --jp-border-color1: var(--color-scale-gray-7);\n --jp-border-color2: var(--color-scale-gray-8);\n --jp-border-color3: var(--color-scale-gray-9);\n --jp-ui-font-color0: #cad3f5;\n --jp-ui-font-color1: rgba(202, 211, 245, 0.87);\n --jp-ui-font-color2: rgba(202, 211, 245, 0.54);\n --jp-ui-font-color3: rgba(202, 211, 245, 0.28);\n --jp-ui-inverse-font-color0: #181926;\n --jp-ui-inverse-font-color1: rgba(24, 25, 38, 0.8);\n --jp-ui-inverse-font-color2: rgba(24, 25, 38, 0.5);\n --jp-ui-inverse-font-color3: rgba(24, 25, 38, 0.3);\n --jp-content-font-color0: #cad3f5;\n --jp-content-font-color1: #cad3f5;\n --jp-content-font-color2: rgba(202, 211, 245, 0.7);\n --jp-content-font-color3: rgba(202, 211, 245, 0.5);\n --jp-content-link-color: #7dc4e4;\n --jp-layout-color0: #24273a !important;\n --jp-layout-color1: var(--color-scale-gray-9);\n --jp-layout-color2: var(--color-scale-gray-8);\n --jp-layout-color3: var(--color-scale-gray-7);\n --jp-layout-color4: var(--color-scale-gray-6);\n --jp-inverse-layout-color0: var(--color-scale-white);\n --jp-inverse-layout-color1: var(--color-scale-white);\n --jp-inverse-layout-color2: var(--color-scale-gray-2);\n --jp-inverse-layout-color3: var(--color-scale-gray-4);\n --jp-inverse-layout-color4: var(--color-scale-gray-6);\n --jp-brand-color0: var(--color-scale-blue-7);\n --jp-brand-color1: var(--color-scale-blue-5);\n --jp-brand-color2: var(--color-scale-blue-3);\n --jp-brand-color3: var(--color-scale-blue-1);\n --jp-brand-color4: var(--color-scale-blue-0);\n --jp-accent-color0: var(--color-scale-green-7);\n --jp-accent-color1: var(--color-scale-green-5);\n --jp-accent-color2: var(--color-scale-green-3);\n --jp-accent-color3: var(--color-scale-green-1);\n --jp-warn-color0: var(--color-scale-orange-7);\n --jp-warn-color1: var(--color-scale-orange-5);\n --jp-warn-color2: var(--color-scale-orange-3);\n --jp-warn-color3: var(--color-scale-orange-1);\n --jp-error-color0: var(--color-scale-red-7);\n --jp-error-color1: var(--color-scale-red-5);\n --jp-error-color2: var(--color-scale-red-3);\n --jp-error-color3: var(--color-scale-red-1);\n --jp-success-color0: var(--color-scale-green-7);\n --jp-success-color1: var(--color-scale-green-5);\n --jp-success-color2: var(--color-scale-green-3);\n --jp-success-color3: var(--color-scale-green-1);\n --jp-info-color0: var(--color-scale-blue-7);\n --jp-info-color1: var(--color-scale-blue-5);\n --jp-info-color2: var(--color-scale-blue-3);\n --jp-info-color3: var(--color-scale-blue-1);\n --jp-cell-editor-border-color: var(--color-scale-gray-7);\n --jp-cell-editor-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-cell-prompt-not-active-font-color: rgba(202, 211, 245, 0.5);\n --jp-cell-inprompt-font-color: var(--color-scale-blue-6);\n --jp-cell-outprompt-font-color: var(--color-scale-coral-6);\n --jp-notebook-multiselected-color: rgba(147, 154, 183, 0.14);\n --jp-rendermime-error-background: rgba(237, 135, 150, 0.18);\n --jp-rendermime-table-row-background: var(--color-scale-gray-9);\n --jp-rendermime-table-row-hover-background: rgba(91, 96, 120, 0.14);\n --jp-dialog-background: rgba(24, 25, 38, 0.6);\n --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(24, 25, 38, 0.8);\n --jp-input-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-input-background: var(--color-scale-gray-8);\n --jp-input-active-box-shadow-color: rgba(138, 173, 244, 0.3);\n --jp-editor-selected-focused-background: rgba(138, 173, 244, 0.14);\n --jp-mirror-editor-keyword-color: var(--color-scale-green-5);\n --jp-mirror-editor-atom-color: var(--color-scale-blue-3);\n --jp-mirror-editor-number-color: var(--color-scale-green-4);\n --jp-mirror-editor-def-color: var(--color-scale-blue-6);\n --jp-mirror-editor-variable-color: var(--color-scale-gray-3);\n --jp-mirror-editor-variable-2-color: var(--color-scale-blue-4);\n --jp-mirror-editor-variable-3-color: var(--color-scale-green-6);\n --jp-mirror-editor-punctuation-color: var(--color-scale-blue-4);\n --jp-mirror-editor-property-color: var(--color-scale-blue-4);\n --jp-mirror-editor-operator-color: #c6a0f6;\n --jp-mirror-editor-comment-color: #a5adcb;\n --jp-mirror-editor-string-color: #f5a97f;\n --jp-mirror-editor-string-2-color: var(--color-scale-purple-3);\n --jp-mirror-editor-meta-color: #c6a0f6;\n --jp-mirror-editor-qualifier-color: var(--color-scale-gray-5);\n --jp-mirror-editor-builtin-color: var(--color-scale-green-6);\n --jp-mirror-editor-bracket-color: var(--color-scale-gray-2);\n --jp-mirror-editor-tag-color: var(--color-scale-blue-7);\n --jp-mirror-editor-attribute-color: var(--color-scale-blue-7);\n --jp-mirror-editor-header-color: var(--color-scale-blue-5);\n --jp-mirror-editor-quote-color: var(--color-scale-green-3);\n --jp-mirror-editor-link-color: var(--color-scale-blue-7);\n --jp-mirror-editor-error-color: #ed8796;\n --jp-mirror-editor-hr-color: var(--color-scale-gray-8);\n --jp-vega-background: var(--color-scale-gray-4);\n --jp-search-selected-match-background-color: #eed49f;\n --jp-search-selected-match-color: #181926;\n --jp-icon-contrast-color0: var(--color-scale-purple-6);\n --jp-icon-contrast-color1: var(--color-scale-green-6);\n --jp-icon-contrast-color2: var(--color-scale-pink-6);\n --jp-icon-contrast-color3: var(--color-scale-blue-6);\n }", - "start": 154505, + "code": "@media (prefers-color-scheme: light) {\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .node rect,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .node circle,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .node ellipse,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .node polygon,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .label text,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram span,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .flowchart-link,\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"light\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .node rect,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .node circle,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .node ellipse,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .node polygon,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .label text,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram span,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .flowchart-link,\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"auto\"][data-light-theme=\"dark\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .node rect,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .node circle,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .node ellipse,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .node polygon,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .label text,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram span,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .flowchart-link,\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"light\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .node rect,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .node circle,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .node ellipse,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .node polygon,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .label text,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram span,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .flowchart-link,\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"auto\"][data-dark-theme=\"dark\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] ::selection,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .node rect,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .node rect,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .node circle,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .node circle,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .node ellipse,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .node ellipse,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .node polygon,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .node polygon,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .node path,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .label text,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .label text,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram span,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram span,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram p,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .flowchart-link,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .flowchart-link,\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .marker,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] #diagram .edgeLabel,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"] .octicon,\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n background-color: #24273a;\n --color-btn-text: #cad3f5;\n --color-btn-bg: #363a4f;\n --color-btn-border: #494d64;\n --color-btn-hover-bg: #494d64;\n --color-btn-hover-border: #5b6078;\n --color-btn-active-bg: #5b6078;\n --color-btn-selected-bg: #5b6078;\n --color-btn-counter-bg: #5b6078;\n --color-btn-outline-text: #b7bdf8;\n --color-fg-muted: #b8c0e0;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] ::selection,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .node rect,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .node rect,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .node circle,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .node circle,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .node ellipse,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .node ellipse,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .node polygon,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .node polygon,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .node path,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .node path {\n fill: rgba(183, 189, 248, 0.1);\n stroke: #b7bdf8;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .label text,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .label text,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram span,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram span,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram p,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram p {\n fill: #cad3f5;\n color: #cad3f5;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .flowchart-link,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .flowchart-link,\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .marker,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .marker {\n stroke: #a5adcb;\n fill: #a5adcb;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] #diagram .edgeLabel,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] #diagram .edgeLabel {\n background-color: #181926;\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"] .octicon,\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] .octicon {\n fill: var(--color-fg-muted) !important;\n }", + "start": 129986, + "urlPrefixes": [ + "https://viewscreen.githubusercontent.com/markdown/mermaid" + ] + }, + { + "code": ":root {\n color-scheme: dark;\n --jp-border-color0: var(--color-scale-gray-7);\n --jp-border-color1: var(--color-scale-gray-7);\n --jp-border-color2: var(--color-scale-gray-8);\n --jp-border-color3: var(--color-scale-gray-9);\n --jp-ui-font-color0: #cad3f5;\n --jp-ui-font-color1: rgba(202, 211, 245, 0.87);\n --jp-ui-font-color2: rgba(202, 211, 245, 0.54);\n --jp-ui-font-color3: rgba(202, 211, 245, 0.28);\n --jp-ui-inverse-font-color0: #181926;\n --jp-ui-inverse-font-color1: rgba(24, 25, 38, 0.8);\n --jp-ui-inverse-font-color2: rgba(24, 25, 38, 0.5);\n --jp-ui-inverse-font-color3: rgba(24, 25, 38, 0.3);\n --jp-content-font-color0: #cad3f5;\n --jp-content-font-color1: #cad3f5;\n --jp-content-font-color2: rgba(202, 211, 245, 0.7);\n --jp-content-font-color3: rgba(202, 211, 245, 0.5);\n --jp-content-link-color: #7dc4e4;\n --jp-layout-color0: #24273a !important;\n --jp-layout-color1: var(--color-scale-gray-9);\n --jp-layout-color2: var(--color-scale-gray-8);\n --jp-layout-color3: var(--color-scale-gray-7);\n --jp-layout-color4: var(--color-scale-gray-6);\n --jp-inverse-layout-color0: var(--color-scale-white);\n --jp-inverse-layout-color1: var(--color-scale-white);\n --jp-inverse-layout-color2: var(--color-scale-gray-2);\n --jp-inverse-layout-color3: var(--color-scale-gray-4);\n --jp-inverse-layout-color4: var(--color-scale-gray-6);\n --jp-brand-color0: var(--color-scale-blue-7);\n --jp-brand-color1: var(--color-scale-blue-5);\n --jp-brand-color2: var(--color-scale-blue-3);\n --jp-brand-color3: var(--color-scale-blue-1);\n --jp-brand-color4: var(--color-scale-blue-0);\n --jp-accent-color0: var(--color-scale-green-7);\n --jp-accent-color1: var(--color-scale-green-5);\n --jp-accent-color2: var(--color-scale-green-3);\n --jp-accent-color3: var(--color-scale-green-1);\n --jp-warn-color0: var(--color-scale-orange-7);\n --jp-warn-color1: var(--color-scale-orange-5);\n --jp-warn-color2: var(--color-scale-orange-3);\n --jp-warn-color3: var(--color-scale-orange-1);\n --jp-error-color0: var(--color-scale-red-7);\n --jp-error-color1: var(--color-scale-red-5);\n --jp-error-color2: var(--color-scale-red-3);\n --jp-error-color3: var(--color-scale-red-1);\n --jp-success-color0: var(--color-scale-green-7);\n --jp-success-color1: var(--color-scale-green-5);\n --jp-success-color2: var(--color-scale-green-3);\n --jp-success-color3: var(--color-scale-green-1);\n --jp-info-color0: var(--color-scale-blue-7);\n --jp-info-color1: var(--color-scale-blue-5);\n --jp-info-color2: var(--color-scale-blue-3);\n --jp-info-color3: var(--color-scale-blue-1);\n --jp-cell-editor-border-color: var(--color-scale-gray-7);\n --jp-cell-editor-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-cell-prompt-not-active-font-color: rgba(202, 211, 245, 0.5);\n --jp-cell-inprompt-font-color: var(--color-scale-blue-6);\n --jp-cell-outprompt-font-color: var(--color-scale-coral-6);\n --jp-notebook-multiselected-color: rgba(147, 154, 183, 0.14);\n --jp-rendermime-error-background: rgba(237, 135, 150, 0.18);\n --jp-rendermime-table-row-background: var(--color-scale-gray-9);\n --jp-rendermime-table-row-hover-background: rgba(91, 96, 120, 0.14);\n --jp-dialog-background: rgba(24, 25, 38, 0.6);\n --jp-toolbar-box-shadow: 0px 0px 2px 0px rgba(24, 25, 38, 0.8);\n --jp-input-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-input-background: var(--color-scale-gray-8);\n --jp-input-active-box-shadow-color: rgba(138, 173, 244, 0.3);\n --jp-editor-selected-focused-background: rgba(138, 173, 244, 0.14);\n --jp-mirror-editor-keyword-color: var(--color-scale-green-5);\n --jp-mirror-editor-atom-color: var(--color-scale-blue-3);\n --jp-mirror-editor-number-color: var(--color-scale-green-4);\n --jp-mirror-editor-def-color: var(--color-scale-blue-6);\n --jp-mirror-editor-variable-color: var(--color-scale-gray-3);\n --jp-mirror-editor-variable-2-color: var(--color-scale-blue-4);\n --jp-mirror-editor-variable-3-color: var(--color-scale-green-6);\n --jp-mirror-editor-punctuation-color: var(--color-scale-blue-4);\n --jp-mirror-editor-property-color: var(--color-scale-blue-4);\n --jp-mirror-editor-operator-color: #c6a0f6;\n --jp-mirror-editor-comment-color: #a5adcb;\n --jp-mirror-editor-string-color: #f5a97f;\n --jp-mirror-editor-string-2-color: var(--color-scale-purple-3);\n --jp-mirror-editor-meta-color: #c6a0f6;\n --jp-mirror-editor-qualifier-color: var(--color-scale-gray-5);\n --jp-mirror-editor-builtin-color: var(--color-scale-green-6);\n --jp-mirror-editor-bracket-color: var(--color-scale-gray-2);\n --jp-mirror-editor-tag-color: var(--color-scale-blue-7);\n --jp-mirror-editor-attribute-color: var(--color-scale-blue-7);\n --jp-mirror-editor-header-color: var(--color-scale-blue-5);\n --jp-mirror-editor-quote-color: var(--color-scale-green-3);\n --jp-mirror-editor-link-color: var(--color-scale-blue-7);\n --jp-mirror-editor-error-color: #ed8796;\n --jp-mirror-editor-hr-color: var(--color-scale-gray-8);\n --jp-vega-background: var(--color-scale-gray-4);\n --jp-search-selected-match-background-color: #eed49f;\n --jp-search-selected-match-color: #181926;\n --jp-icon-contrast-color0: var(--color-scale-purple-6);\n --jp-icon-contrast-color1: var(--color-scale-green-6);\n --jp-icon-contrast-color2: var(--color-scale-pink-6);\n --jp-icon-contrast-color3: var(--color-scale-blue-6);\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }", + "start": 142389, "regexps": [ "https:\\/\\/notebooks\\.githubusercontent\\.com\\/view\\/ipynb.*" ] + }, + { + "code": "/* prettier-ignore */", + "start": 148080 } ], - "sourceCode": "/* ==UserStyle==\n@name GitHub Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/github\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github\n@version 1.4.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub\n@description Soothing pastel theme for GitHub\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n@-moz-document regexp(\"https:\\/\\/(gist\\.)*github\\.com(?!((\\/.+?\\/.+?\\/commit\\/[A-Fa-f0-9]+\\.(patch|diff)$)|\\/home$|\\/features($|\\/.*)|\\/marketplace($|\\?.*|\\/.*)|\\/organizations\\/plan)).*$\") {\n [data-color-mode=\"auto\"] {\n @media (prefers-color-scheme: light) {\n &[data-light-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-light-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n &[data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n html:not([data-light-theme=\"light\"], [data-light-theme=\"dark\"])\n body:not(.logged-out)::after,\n html:not([data-dark-theme=\"dark\"], [data-dark-theme=\"light\"])\n body:not(.logged-out)::after {\n position: fixed;\n top: 0;\n left: 0;\n padding: 1rem;\n margin: 1rem;\n border-radius: 0.5rem;\n max-width: 40ch;\n background-color: var(--color-danger-fg);\n color: var(--color-header-bg);\n content: \"Unsupported GitHub theme detected! Please switch to the default light/dark theme via the GitHub Appearance settings to get the best experience for the Catppuccin GitHub userstyle.\";\n z-index: 9999;\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n accent-color: @accent-color;\n color-scheme: if(@lookup = latte, light, dark);\n color: @text;\n\n --color-notifications-button-hover-bg: fade(@accent-color, 60%);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: fadeout(\n @accent-color,\n 60%\n ) !important;\n --color-calendar-halloween-graph-day-L2-bg: fadeout(\n @accent-color,\n 40%\n ) !important;\n --color-calendar-halloween-graph-day-L3-bg: fadeout(\n @accent-color,\n 20%\n ) !important;\n --color-calendar-halloween-graph-day-L4-bg: @accent-color !important;\n --color-calendar-winter-graph-day-L1-bg: fadeout(\n @accent-color,\n 60%\n ) !important;\n --color-calendar-winter-graph-day-L2-bg: fadeout(\n @accent-color,\n 40%\n ) !important;\n --color-calendar-winter-graph-day-L3-bg: fadeout(\n @accent-color,\n 20%\n ) !important;\n --color-calendar-winter-graph-day-L4-bg: @accent-color !important;\n --color-calendar-graph-day-bg: @surface0 !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: fadeout(@accent-color, 60%) !important;\n --color-calendar-graph-day-L2-bg: fadeout(@accent-color, 40%) !important;\n --color-calendar-graph-day-L3-bg: fadeout(@accent-color, 20%) !important;\n --color-calendar-graph-day-L4-bg: @accent-color !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: @accent-color;\n --color-user-mention-bg: fade(@accent-color, 30%);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: fade(@yellow, 66%);\n --page-header-bgColor: #0d1117;\n --diffBlob-addition-fgColor-text: @text;\n --diffBlob-addition-fgColor-num: @text;\n --diffBlob-addition-bgColor-num: fadeout(@green, 70%);\n --diffBlob-addition-bgColor-line: fadeout(@green, 85%);\n --diffBlob-addition-bgColor-word: fadeout(@green, 70%);\n --diffBlob-deletion-fgColor-text: @text;\n --diffBlob-deletion-fgColor-num: @text;\n --diffBlob-deletion-bgColor-num: fadeout(@red, 70%);\n --diffBlob-deletion-bgColor-line: fadeout(@red, 85%);\n --diffBlob-deletion-bgColor-word: fadeout(@red, 70%);\n --diffBlob-hunk-bgColor-num: fadeout(@blue, 60%);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: @text;\n --codeMirror-bgColor: @base;\n --codeMirror-gutters-bgColor: @base;\n --codeMirror-gutterMarker-fgColor-default: @base;\n --codeMirror-gutterMarker-fgColor-muted: @overlay0;\n --codeMirror-lineNumber-fgColor: @subtext1;\n --codeMirror-cursor-fgColor: #e6edf3;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: @text;\n --codeMirror-lines-bgColor: @base;\n --codeMirror-syntax-fgColor-comment: @overlay0;\n --codeMirror-syntax-fgColor-constant: @blue;\n --codeMirror-syntax-fgColor-entity: @blue;\n --codeMirror-syntax-fgColor-keyword: @pink;\n --codeMirror-syntax-fgColor-storage: @peach;\n --codeMirror-syntax-fgColor-string: @green;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: @peach;\n --header-fgColor-default: @text;\n --header-fgColor-logo: #f0f6fc;\n --header-bgColor: @crust;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: @base;\n --headerSearch-borderColor: @surface0;\n --data-blue-color: #0576ff;\n --data-auburn-color: #a86f6b;\n --data-orange-color: #984b10;\n --data-yellow-color: #895906;\n --data-green-color: #2f6f37;\n --data-teal-color: #106c70;\n --data-purple-color: #975bf1;\n --data-pink-color: #d34591;\n --data-red-color: #eb3342;\n --data-gray-color: #576270;\n --display-blue-bgColor-muted: #001a47;\n --display-blue-bgColor-emphasis: #0576ff;\n --display-blue-fgColor: #4da0ff;\n --display-blue-borderColor-muted: #002766;\n --display-blue-borderColor-emphasis: #0576ff;\n --display-green-bgColor-muted: #122117;\n --display-green-bgColor-emphasis: #388f3f;\n --display-green-fgColor: #41b445;\n --display-green-borderColor-muted: #182f1f;\n --display-green-borderColor-emphasis: #388f3f;\n --display-orange-bgColor-muted: #311708;\n --display-orange-bgColor-emphasis: #c46212;\n --display-orange-fgColor: #ed8326;\n --display-orange-borderColor-muted: #43200a;\n --display-orange-borderColor-emphasis: #c46212;\n --display-purple-bgColor-muted: #211047;\n --display-purple-bgColor-emphasis: #975bf1;\n --display-purple-fgColor: #b687f7;\n --display-purple-borderColor-muted: #31146b;\n --display-purple-borderColor-emphasis: #975bf1;\n --display-red-bgColor-muted: #3c0614;\n --display-red-bgColor-emphasis: #eb3342;\n --display-red-fgColor: #f27d83;\n --display-red-borderColor-muted: #58091a;\n --display-red-borderColor-emphasis: #eb3342;\n --display-yellow-bgColor-muted: #2e1a00;\n --display-yellow-bgColor-emphasis: #aa7109;\n --display-yellow-fgColor: #d3910d;\n --display-yellow-borderColor-muted: #3d2401;\n --display-yellow-borderColor-emphasis: #aa7109;\n --display-gray-bgColor-muted: #1c1c1c;\n --display-gray-bgColor-emphasis: #6e7f96;\n --display-gray-fgColor: #92a1b5;\n --display-gray-borderColor-muted: #2a2b2d;\n --display-gray-borderColor-emphasis: #6e7f96;\n --display-auburn-bgColor-muted: #271817;\n --display-auburn-bgColor-emphasis: #a86f6b;\n --display-auburn-fgColor: #bf9592;\n --display-auburn-borderColor-muted: #3a2422;\n --display-auburn-borderColor-emphasis: #a86f6b;\n --display-brown-bgColor-muted: #241c14;\n --display-brown-bgColor-emphasis: #94774c;\n --display-brown-fgColor: #b69a6d;\n --display-brown-borderColor-muted: #342a1d;\n --display-brown-borderColor-emphasis: #94774c;\n --display-lemon-bgColor-muted: #291d00;\n --display-lemon-bgColor-emphasis: #977b0c;\n --display-lemon-fgColor: #ba9b12;\n --display-lemon-borderColor-muted: #372901;\n --display-lemon-borderColor-emphasis: #977b0c;\n --display-olive-bgColor-muted: #171e0b;\n --display-olive-bgColor-emphasis: #7a8321;\n --display-olive-fgColor: #a2a626;\n --display-olive-borderColor-muted: #252d10;\n --display-olive-borderColor-emphasis: #7a8321;\n --display-lime-bgColor-muted: #141f0f;\n --display-lime-bgColor-emphasis: #5f892f;\n --display-lime-fgColor: #7dae37;\n --display-lime-borderColor-muted: #1f3116;\n --display-lime-borderColor-emphasis: #5f892f;\n --display-pine-bgColor-muted: #082119;\n --display-pine-bgColor-emphasis: #18915e;\n --display-pine-fgColor: #1bb673;\n --display-pine-borderColor-muted: #0b3224;\n --display-pine-borderColor-emphasis: #18915e;\n --display-teal-bgColor-muted: #041f25;\n --display-teal-bgColor-emphasis: #158a8a;\n --display-teal-fgColor: #1cb0ab;\n --display-teal-borderColor-muted: #073036;\n --display-teal-borderColor-emphasis: #158a8a;\n --display-cyan-bgColor-muted: #001f29;\n --display-cyan-bgColor-emphasis: #0587b3;\n --display-cyan-fgColor: #07ace4;\n --display-cyan-borderColor-muted: #002e3d;\n --display-cyan-borderColor-emphasis: #0587b3;\n --display-indigo-bgColor-muted: #1b183f;\n --display-indigo-bgColor-emphasis: #7070e1;\n --display-indigo-fgColor: #9899ec;\n --display-indigo-borderColor-muted: #25215f;\n --display-indigo-borderColor-emphasis: #7070e1;\n --avatar-bgColor: fade(@text, 26%);\n --avatar-borderColor: @surface0;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: @surface1;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: #21262d;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: #31363e;\n --control-bgColor-disabled: #21262db3;\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: #c9d1d9;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: @surface0;\n --control-borderColor-rest: @surface1;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: fade(@surface1, 75%);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: fade(@surface2, 20%);\n --control-transparent-bgColor-active: fade(@overlay0, 50%);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: @red;\n --control-danger-fgColor-hover: #ff7b72;\n --control-danger-bgColor-hover: fade(@red, 26%);\n --control-danger-bgColor-active: @red;\n --control-checked-bgColor-rest: #1f6feb;\n --control-checked-bgColor-hover: #2a7aef;\n --control-checked-bgColor-active: #3685f3;\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: @text;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: #1f6feb;\n --control-checked-borderColor-hover: #2a7aef;\n --control-checked-borderColor-active: #3685f3;\n --control-checked-borderColor-disabled: #6e7681;\n --controlTrack-bgColor-rest: @surface0;\n --controlTrack-bgColor-hover: @surface1;\n --controlTrack-bgColor-active: #31363e;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: @text;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: @base;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: @text;\n --controlKnob-borderColor-rest: @surface2;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: @blue;\n --counter-borderColor: #0000;\n --button-default-fgColor-rest: @text;\n --button-default-bgColor-rest: @surface0;\n --button-default-bgColor-hover: @surface1;\n --button-default-bgColor-active: @surface2;\n --button-default-bgColor-selected: @surface2;\n --button-default-bgColor-disabled: fade(@base, 70%);\n --button-default-borderColor-rest: @surface1;\n --button-default-borderColor-hover: @surface1;\n --button-default-borderColor-active: @surface1;\n --button-default-borderColor-disabled: #21262db3;\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: @base;\n --button-primary-fgColor-disabled: @surface2;\n --button-primary-iconColor-rest: @base;\n --button-primary-bgColor-rest: @green;\n --button-primary-bgColor-hover: lighten(@green, 5%);\n --button-primary-bgColor-active: saturate(@green, 5%);\n --button-primary-bgColor-disabled: darken(desaturate(@green, 10%), 5%);\n --button-primary-borderColor-rest: @green;\n --button-primary-borderColor-hover: @green;\n --button-primary-borderColor-active: @green;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: @accent-color;\n --button-invisible-fgColor-hover: lighten(@accent-color, 10%);\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: @overlay2;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: #21262db3;\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: #21262db3;\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: @text;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: @surface1;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: @red;\n --button-danger-fgColor-hover: @base;\n --button-danger-fgColor-active: @text;\n --button-danger-fgColor-disabled: fade(@red, 50%);\n --button-danger-iconColor-rest: @red;\n --button-danger-iconColor-hover: @text;\n --button-danger-bgColor-rest: @surface0;\n --button-danger-bgColor-hover: @red;\n --button-danger-bgColor-active: #d03533;\n --button-danger-bgColor-disabled: #21262db3;\n --button-danger-borderColor-rest: @surface1;\n --button-danger-borderColor-hover: @surface2;\n --button-danger-borderColor-active: @surface2;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: @yellow;\n --buttonCounter-default-bgColor-rest: @surface1;\n --buttonCounter-invisible-bgColor-rest: @surface1;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: fade(@text, 20%);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: @red;\n --buttonCounter-danger-fgColor-hover: @text;\n --buttonCounter-danger-fgColor-disabled: fade(@red, 50%);\n --focus-outlineColor: @blue;\n --menu-bgColor-active: #161b22;\n --overlay-bgColor: @mantle;\n --overlay-borderColor: @surface0;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: @mantle;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: @accent-color;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: #1f6febb3;\n --fgColor-default: @text;\n --fgColor-muted: @subtext1;\n --fgColor-onEmphasis: @base;\n --fgColor-white: @text;\n --fgColor-disabled: @surface2;\n --fgColor-link: @accent-color;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: @accent-color;\n --fgColor-success: @green;\n --fgColor-attention: @yellow;\n --fgColor-severe: @peach;\n --fgColor-danger: @red;\n --fgColor-open: @green;\n --fgColor-closed: @red;\n --fgColor-done: @mauve;\n --fgColor-sponsors: @pink;\n --bgColor-default: @base;\n --bgColor-muted: @mantle;\n --bgColor-inset: @crust;\n --bgColor-emphasis: @overlay2;\n --bgColor-inverse: @text;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: @surface0;\n --bgColor-neutral-emphasis: @subtext0;\n --bgColor-accent-muted: fade(@accent-color, 20%);\n --bgColor-accent-emphasis: @accent-color;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: @green;\n --bgColor-attention-muted: fade(@yellow, 15%);\n --bgColor-attention-emphasis: @yellow;\n --bgColor-severe-muted: fade(@peach, 26%);\n --bgColor-severe-emphasis: @peach;\n --bgColor-danger-muted: fade(@red, 26%);\n --bgColor-danger-emphasis: @red;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: @green;\n --bgColor-closed-muted: fade(@red, 15%);\n --bgColor-closed-emphasis: #da3633;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: @mauve;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: @pink;\n --borderColor-default: @surface1;\n --borderColor-muted: @surface0;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: fade(@accent-color, 50%);\n --borderColor-accent-emphasis: @accent-color;\n --borderColor-success-muted: darken(@green, 5%);\n --borderColor-success-emphasis: @green;\n --borderColor-attention-muted: fade(@flamingo, 30%);\n --borderColor-attention-emphasis: @flamingo;\n --borderColor-severe-muted: @peach;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: @red;\n --borderColor-danger-emphasis: @red;\n --borderColor-open-muted: darken(@green, 5%);\n --borderColor-open-emphasis: @green;\n --borderColor-closed-muted: @red;\n --borderColor-closed-emphasis: @red;\n --borderColor-done-muted: @lavender;\n --borderColor-done-emphasis: @mauve;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: @pink;\n & when (@lookup =latte) {\n --color-ansi-black: @subtext1;\n --color-ansi-black-bright: @subtext0;\n --color-ansi-gray: @subtext0;\n --color-ansi-white: @surface2;\n --color-ansi-white-bright: @surface1;\n }\n & when not (@lookup =latte) {\n --color-ansi-black: @surface1;\n --color-ansi-black-bright: @surface2;\n --color-ansi-gray: @surface2;\n --color-ansi-white: @subtext1;\n --color-ansi-white-bright: @subtext0;\n }\n --color-ansi-red: @red;\n --color-ansi-red-bright: @red;\n --color-ansi-green: @green;\n --color-ansi-green-bright: @green;\n --color-ansi-yellow: @yellow;\n --color-ansi-yellow-bright: @yellow;\n --color-ansi-blue: @blue;\n --color-ansi-blue-bright: @blue;\n --color-ansi-magenta: @pink;\n --color-ansi-magenta-bright: @pink;\n --color-ansi-cyan: @teal;\n --color-ansi-cyan-bright: @teal;\n --color-prettylights-syntax-comment: @overlay1;\n --color-prettylights-syntax-constant: @blue;\n --color-prettylights-syntax-entity: @blue;\n --color-prettylights-syntax-storage-modifier-import: @peach;\n --color-prettylights-syntax-entity-tag: @teal;\n --color-prettylights-syntax-keyword: @pink;\n --color-prettylights-syntax-string: @green;\n --color-prettylights-syntax-variable: @peach;\n --color-prettylights-syntax-invalid-illegal-text: @red;\n --color-prettylights-syntax-invalid-illegal-bg: fadeout(@red, 85%);\n --color-prettylights-syntax-markup-heading: @teal;\n --color-prettylights-syntax-markup-italic: @yellow;\n --color-prettylights-syntax-markup-bold: @yellow;\n --color-prettylights-syntax-markup-deleted-text: @text;\n --color-prettylights-syntax-markup-deleted-bg: fadeout(@red, 60%);\n --color-prettylights-syntax-markup-inserted-text: @text;\n --color-prettylights-syntax-markup-inserted-bg: fadeout(@green, 60%);\n --color-prettylights-syntax-markup-changed-text: @text;\n --color-prettylights-syntax-markup-changed-bg: fadeout(@yellow, 60%);\n --color-prettylights-syntax-markup-ignored-text: @text;\n --color-scale-black: #010409;\n --color-scale-transparent: #0000;\n --color-scale-white: @text;\n --color-scale-gray-0: #f0f6fc;\n --color-scale-gray-1: #c9d1d9;\n --color-scale-gray-2: #b1bac4;\n --color-scale-gray-3: @overlay2;\n --color-scale-gray-4: #6e7681;\n --color-scale-gray-5: @overlay0;\n --color-scale-gray-6: @surface1;\n --color-scale-gray-7: @surface1;\n --color-scale-gray-8: #161b22;\n --color-scale-gray-9: #0d1117;\n --color-scale-blue-0: #cae8ff;\n --color-scale-blue-1: #a5d6ff;\n --color-scale-blue-2: @sky;\n --color-scale-blue-3: #58a6ff;\n --color-scale-blue-4: #388bfd;\n --color-scale-blue-5: @blue;\n --color-scale-blue-6: #1158c7;\n --color-scale-blue-7: #0d419d;\n --color-scale-blue-8: #0c2d6b;\n --color-scale-blue-9: #051d4d;\n --color-scale-green-0: #aff5b4;\n --color-scale-green-1: #7ee787;\n --color-scale-green-2: #56d364;\n --color-scale-green-3: @green;\n --color-scale-green-4: @green;\n --color-scale-green-5: #238636;\n --color-scale-green-6: #196c2e;\n --color-scale-green-7: #0f5323;\n --color-scale-green-8: #033a16;\n --color-scale-green-9: #04260f;\n --color-scale-yellow-0: #f8e3a1;\n --color-scale-yellow-1: #f2cc60;\n --color-scale-yellow-2: #e3b341;\n --color-scale-yellow-3: @peach;\n --color-scale-yellow-4: #bb8009;\n --color-scale-yellow-5: #9e6a03;\n --color-scale-yellow-6: #845306;\n --color-scale-yellow-7: #693e00;\n --color-scale-yellow-8: #4b2900;\n --color-scale-yellow-9: #341a00;\n --color-scale-orange-0: #ffdfb6;\n --color-scale-orange-1: #ffc680;\n --color-scale-orange-2: #ffa657;\n --color-scale-orange-3: #f0883e;\n --color-scale-orange-4: @peach;\n --color-scale-orange-5: #bd561d;\n --color-scale-orange-6: #9b4215;\n --color-scale-orange-7: #762d0a;\n --color-scale-orange-8: #5a1e02;\n --color-scale-orange-9: #3d1300;\n --color-scale-red-0: #ffdcd7;\n --color-scale-red-1: #ffc1ba;\n --color-scale-red-2: #ffa198;\n --color-scale-red-3: #ff7b72;\n --color-scale-red-4: @red;\n --color-scale-red-5: #da3633;\n --color-scale-red-6: #b62324;\n --color-scale-red-7: #8e1519;\n --color-scale-red-8: #67060c;\n --color-scale-red-9: #490202;\n --color-scale-purple-0: #eddeff;\n --color-scale-purple-1: #e2c5ff;\n --color-scale-purple-2: #d2a8ff;\n --color-scale-purple-3: #bc8cff;\n --color-scale-purple-4: #a371f7;\n --color-scale-purple-5: #8957e5;\n --color-scale-purple-6: #6e40c9;\n --color-scale-purple-7: #553098;\n --color-scale-purple-8: #3c1e70;\n --color-scale-purple-9: #271052;\n --color-scale-pink-0: #ffdaec;\n --color-scale-pink-1: #ffbedd;\n --color-scale-pink-2: #ff9bce;\n --color-scale-pink-3: #f778ba;\n --color-scale-pink-4: #db61a2;\n --color-scale-pink-5: #bf4b8a;\n --color-scale-pink-6: #9e3670;\n --color-scale-pink-7: #7d2457;\n --color-scale-pink-8: #5e103e;\n --color-scale-pink-9: #42062a;\n --color-scale-coral-0: #ffddd2;\n --color-scale-coral-1: #ffc2b2;\n --color-scale-coral-2: #ffa28b;\n --color-scale-coral-3: #f78166;\n --color-scale-coral-4: #ea6045;\n --color-scale-coral-5: #cf462d;\n --color-scale-coral-6: #ac3220;\n --color-scale-coral-7: #872012;\n --color-scale-coral-8: #640d04;\n --color-scale-coral-9: #460701;\n --shadow-inset: inset 0px 1px 0px 0px @crust;\n --shadow-resting-xsmall: 0px 1px 0px 0px @crust;\n --shadow-resting-small: 0px 1px 0px 0px @crust, 0px 1px 3px 0px @crust;\n --shadow-resting-medium: 0px 3px 6px 0px @crust;\n --shadow-floating-small: 0px 0px 0px 1px @base, 0px 6px 12px -3px @crust,\n 0px 6px 18px 0px @crust;\n --shadow-floating-medium: 0px 0px 0px 1px @surface0,\n 0px 8px 16px -4px @crust, 0px 4px 32px -4px @crust,\n 0px 24px 48px -12px @crust, 0px 48px 96px -24px @crust;\n --shadow-floating-large: 0px 0px 0px 1px @surface0,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px @surface0,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px @crust, 0px 6px 18px 0px @crust;\n --outline-focus: @blue solid 2px;\n\n .turbo-progress-bar {\n background-color: @accent-color;\n }\n\n .form-select {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n}\n\n@-moz-document regexp(\"https:\\/\\/notebooks\\.githubusercontent\\.com\\/view\\/ipynb.*\") {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --jp-border-color0: var(--color-scale-gray-7);\n --jp-border-color1: var(--color-scale-gray-7);\n --jp-border-color2: var(--color-scale-gray-8);\n --jp-border-color3: var(--color-scale-gray-9);\n --jp-ui-font-color0: @text;\n --jp-ui-font-color1: fadeout(@text, 13%);\n --jp-ui-font-color2: fadeout(@text, 46%);\n --jp-ui-font-color3: fadeout(@text, 72%);\n --jp-ui-inverse-font-color0: @crust;\n --jp-ui-inverse-font-color1: fadeout(@crust, 20%);\n --jp-ui-inverse-font-color2: fadeout(@crust, 50%);\n --jp-ui-inverse-font-color3: fadeout(@crust, 70%);\n --jp-content-font-color0: @text;\n --jp-content-font-color1: @text;\n --jp-content-font-color2: fadeout(@text, 30%);\n --jp-content-font-color3: fadeout(@text, 50%);\n --jp-content-link-color: @sapphire;\n --jp-layout-color0: @base !important;\n --jp-layout-color1: var(--color-scale-gray-9);\n --jp-layout-color2: var(--color-scale-gray-8);\n --jp-layout-color3: var(--color-scale-gray-7);\n --jp-layout-color4: var(--color-scale-gray-6);\n --jp-inverse-layout-color0: var(--color-scale-white);\n --jp-inverse-layout-color1: var(--color-scale-white);\n --jp-inverse-layout-color2: var(--color-scale-gray-2);\n --jp-inverse-layout-color3: var(--color-scale-gray-4);\n --jp-inverse-layout-color4: var(--color-scale-gray-6);\n --jp-brand-color0: var(--color-scale-blue-7);\n --jp-brand-color1: var(--color-scale-blue-5);\n --jp-brand-color2: var(--color-scale-blue-3);\n --jp-brand-color3: var(--color-scale-blue-1);\n --jp-brand-color4: var(--color-scale-blue-0);\n --jp-accent-color0: var(--color-scale-green-7);\n --jp-accent-color1: var(--color-scale-green-5);\n --jp-accent-color2: var(--color-scale-green-3);\n --jp-accent-color3: var(--color-scale-green-1);\n --jp-warn-color0: var(--color-scale-orange-7);\n --jp-warn-color1: var(--color-scale-orange-5);\n --jp-warn-color2: var(--color-scale-orange-3);\n --jp-warn-color3: var(--color-scale-orange-1);\n --jp-error-color0: var(--color-scale-red-7);\n --jp-error-color1: var(--color-scale-red-5);\n --jp-error-color2: var(--color-scale-red-3);\n --jp-error-color3: var(--color-scale-red-1);\n --jp-success-color0: var(--color-scale-green-7);\n --jp-success-color1: var(--color-scale-green-5);\n --jp-success-color2: var(--color-scale-green-3);\n --jp-success-color3: var(--color-scale-green-1);\n --jp-info-color0: var(--color-scale-blue-7);\n --jp-info-color1: var(--color-scale-blue-5);\n --jp-info-color2: var(--color-scale-blue-3);\n --jp-info-color3: var(--color-scale-blue-1);\n --jp-cell-editor-border-color: var(--color-scale-gray-7);\n --jp-cell-editor-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-cell-prompt-not-active-font-color: fadeout(@text, 50%);\n --jp-cell-inprompt-font-color: var(--color-scale-blue-6);\n --jp-cell-outprompt-font-color: var(--color-scale-coral-6);\n --jp-notebook-multiselected-color: fadeout(@overlay2, 86%);\n --jp-rendermime-error-background: fadeout(@red, 82%);\n --jp-rendermime-table-row-background: var(--color-scale-gray-9);\n --jp-rendermime-table-row-hover-background: fadeout(@surface2, 86%);\n --jp-dialog-background: fadeout(@crust, 40%);\n --jp-toolbar-box-shadow: 0px 0px 2px 0px fadeout(@crust, 20%);\n --jp-input-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-input-background: var(--color-scale-gray-8);\n --jp-input-active-box-shadow-color: fadeout(@blue, 70%);\n --jp-editor-selected-focused-background: fadeout(@blue, 86%);\n --jp-mirror-editor-keyword-color: var(--color-scale-green-5);\n --jp-mirror-editor-atom-color: var(--color-scale-blue-3);\n --jp-mirror-editor-number-color: var(--color-scale-green-4);\n --jp-mirror-editor-def-color: var(--color-scale-blue-6);\n --jp-mirror-editor-variable-color: var(--color-scale-gray-3);\n --jp-mirror-editor-variable-2-color: var(--color-scale-blue-4);\n --jp-mirror-editor-variable-3-color: var(--color-scale-green-6);\n --jp-mirror-editor-punctuation-color: var(--color-scale-blue-4);\n --jp-mirror-editor-property-color: var(--color-scale-blue-4);\n --jp-mirror-editor-operator-color: @mauve;\n --jp-mirror-editor-comment-color: @subtext0;\n --jp-mirror-editor-string-color: @peach;\n --jp-mirror-editor-string-2-color: var(--color-scale-purple-3);\n --jp-mirror-editor-meta-color: @mauve;\n --jp-mirror-editor-qualifier-color: var(--color-scale-gray-5);\n --jp-mirror-editor-builtin-color: var(--color-scale-green-6);\n --jp-mirror-editor-bracket-color: var(--color-scale-gray-2);\n --jp-mirror-editor-tag-color: var(--color-scale-blue-7);\n --jp-mirror-editor-attribute-color: var(--color-scale-blue-7);\n --jp-mirror-editor-header-color: var(--color-scale-blue-5);\n --jp-mirror-editor-quote-color: var(--color-scale-green-3);\n --jp-mirror-editor-link-color: var(--color-scale-blue-7);\n --jp-mirror-editor-error-color: @red;\n --jp-mirror-editor-hr-color: var(--color-scale-gray-8);\n --jp-vega-background: var(--color-scale-gray-4);\n --jp-search-selected-match-background-color: @yellow;\n --jp-search-selected-match-color: @crust;\n --jp-icon-contrast-color0: var(--color-scale-purple-6);\n --jp-icon-contrast-color1: var(--color-scale-green-6);\n --jp-icon-contrast-color2: var(--color-scale-pink-6);\n --jp-icon-contrast-color3: var(--color-scale-blue-6);\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name GitHub Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/github\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github\n@version 1.6.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub\n@description Soothing pastel theme for GitHub\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"https:\\/\\/(gist\\.)*github\\.com(?!((\\/.+?\\/.+?\\/commit\\/[A-Fa-f0-9]+\\.(patch|diff)$)|\\/home$|\\/features($|\\/.*)|\\/marketplace($|\\?.*|\\/.*)|\\/organizations\\/plan)).*$\") {\n [data-color-mode=\"auto\"] {\n @media (prefers-color-scheme: light) {\n &[data-light-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-light-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n &[data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n html:not([data-light-theme=\"light\"], [data-light-theme=\"dark\"])\n body:not(.logged-out)::after,\n html:not([data-dark-theme=\"dark\"], [data-dark-theme=\"light\"])\n body:not(.logged-out)::after {\n position: fixed;\n top: 0;\n left: 0;\n padding: 1rem;\n margin: 1rem;\n border-radius: 0.5rem;\n max-width: 40ch;\n background-color: var(--color-danger-fg);\n color: var(--color-header-bg);\n content: \"Unsupported GitHub theme detected! Please switch to the default light/dark theme via the GitHub Appearance settings to get the best experience for the Catppuccin GitHub userstyle.\";\n z-index: 9999;\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n .cm-placeholder {\n color: @subtext0;\n }\n\n accent-color: @accent-color;\n color: @text;\n\n --color-social-reaction-bg-reacted-hover: fade(@accent-color, 30%);\n --color-notifications-button-hover-bg: fade(@accent-color, 60%);\n --color-workflow-card-header-shadow: rgba(27, 31, 35, 0.04);\n --color-icon-directory: var(--fgColor-muted, var(--color-fg-muted));\n --color-calendar-halloween-graph-day-L1-bg: fadeout(\n @accent-color,\n 60%\n ) !important;\n --color-calendar-halloween-graph-day-L2-bg: fadeout(\n @accent-color,\n 40%\n ) !important;\n --color-calendar-halloween-graph-day-L3-bg: fadeout(\n @accent-color,\n 20%\n ) !important;\n --color-calendar-halloween-graph-day-L4-bg: @accent-color !important;\n --color-calendar-winter-graph-day-L1-bg: fadeout(\n @accent-color,\n 60%\n ) !important;\n --color-calendar-winter-graph-day-L2-bg: fadeout(\n @accent-color,\n 40%\n ) !important;\n --color-calendar-winter-graph-day-L3-bg: fadeout(\n @accent-color,\n 20%\n ) !important;\n --color-calendar-winter-graph-day-L4-bg: @accent-color !important;\n --color-calendar-graph-day-bg: @surface0 !important;\n --color-calendar-graph-day-border: transparent !important;\n --color-calendar-graph-day-L1-bg: fadeout(@accent-color, 60%) !important;\n --color-calendar-graph-day-L2-bg: fadeout(@accent-color, 40%) !important;\n --color-calendar-graph-day-L3-bg: fadeout(@accent-color, 20%) !important;\n --color-calendar-graph-day-L4-bg: @accent-color !important;\n --color-calendar-graph-day-L2-border: transparent !important;\n --color-calendar-graph-day-L3-border: transparent !important;\n --color-calendar-graph-day-L4-border: transparent !important;\n --color-user-mention-fg: @accent-color;\n --color-user-mention-bg: fade(@accent-color, 30%);\n --color-dashboard-feed-bg: var(--color-scale-gray-9);\n --color-mktg-btn-shadow-outline: rgba(255, 255, 255, 0.25) 0 0 0 1px inset;\n --color-marketing-icon-secondary: var(--color-scale-blue-5);\n --color-project-header-bg: var(--color-scale-gray-9);\n --color-project-sidebar-bg: var(--color-scale-gray-8);\n --color-project-gradient-in: var(--color-scale-gray-8);\n --color-project-gradient-out: rgba(22, 27, 34, 0);\n --color-diff-blob-selected-line-highlight-mix-blend-mode: screen;\n --topicTag-borderColor: #0000;\n --highlight-neutral-bgColor: fade(@yellow, 30%);\n --page-header-bgColor: @crust;\n --diffBlob-addition-fgColor-text: @text;\n --diffBlob-addition-fgColor-num: @text;\n --diffBlob-addition-bgColor-num: fadeout(@green, 70%);\n --diffBlob-addition-bgColor-line: fadeout(@green, 85%);\n --diffBlob-addition-bgColor-word: fadeout(@green, 70%);\n --diffBlob-deletion-fgColor-text: @text;\n --diffBlob-deletion-fgColor-num: @text;\n --diffBlob-deletion-bgColor-num: fadeout(@red, 70%);\n --diffBlob-deletion-bgColor-line: fadeout(@red, 85%);\n --diffBlob-deletion-bgColor-word: fadeout(@red, 70%);\n --diffBlob-hunk-bgColor-num: fadeout(@accent-color, 60%);\n --diffBlob-expander-iconColor: #848d97;\n --codeMirror-fgColor: @text;\n --codeMirror-bgColor: @base;\n --codeMirror-gutters-bgColor: @base;\n --codeMirror-gutterMarker-fgColor-default: @base;\n --codeMirror-gutterMarker-fgColor-muted: @overlay0;\n --codeMirror-lineNumber-fgColor: @subtext1;\n --codeMirror-cursor-fgColor: @text;\n --codeMirror-selection-bgColor: #388bfd66;\n --codeMirror-activeline-bgColor: #6e768166;\n --codeMirror-matchingBracket-fgColor: @text;\n --codeMirror-lines-bgColor: @base;\n --codeMirror-syntax-fgColor-comment: @overlay0;\n --codeMirror-syntax-fgColor-constant: @blue;\n --codeMirror-syntax-fgColor-entity: @blue;\n --codeMirror-syntax-fgColor-keyword: @pink;\n --codeMirror-syntax-fgColor-storage: @peach;\n --codeMirror-syntax-fgColor-string: @green;\n --codeMirror-syntax-fgColor-support: #79c0ff;\n --codeMirror-syntax-fgColor-variable: @peach;\n --header-fgColor-default: @text;\n --header-fgColor-logo: @text;\n --header-bgColor: @crust;\n --header-borderColor-divider: #8b949e;\n --headerSearch-bgColor: @mantle;\n --headerSearch-borderColor: @surface0;\n --avatar-bgColor: fade(@text, 26%);\n --avatar-borderColor: @surface0;\n --avatar-shadow: 0px 0px 0px 2px #0d1117;\n --avatarStack-fade-bgColor-default: @surface1;\n --avatarStack-fade-bgColor-muted: #21262d;\n --control-bgColor-rest: @red;\n --control-bgColor-hover: #292e36;\n --control-bgColor-active: @surface1;\n --control-bgColor-disabled: fade(@mantle, 60%);\n --control-bgColor-selected: #161b22;\n --control-fgColor-rest: @text;\n --control-fgColor-placeholder: #484f58;\n --control-fgColor-disabled: fade(@subtext0, 70%);\n --control-borderColor-rest: @surface1;\n --control-borderColor-emphasis: #666e79;\n --control-borderColor-disabled: fade(@surface1, 75%);\n --control-borderColor-selected: #f0f6fc;\n --control-borderColor-success: #238636;\n --control-borderColor-danger: #da3633;\n --control-borderColor-warning: #9e6a03;\n --control-iconColor-rest: #848d97;\n --control-transparent-bgColor-rest: #0000;\n --control-transparent-bgColor-hover: fade(@surface2, 20%);\n --control-transparent-bgColor-active: fade(@overlay0, 50%);\n --control-transparent-bgColor-disabled: #21262db3;\n --control-transparent-bgColor-selected: #b1bac414;\n --control-transparent-borderColor-rest: #0000;\n --control-transparent-borderColor-hover: #0000;\n --control-transparent-borderColor-active: #0000;\n --control-danger-fgColor-rest: @red;\n --control-danger-fgColor-hover: @crust;\n --control-danger-bgColor-hover: fade(@red, 80%);\n --control-danger-bgColor-active: @red;\n --control-checked-bgColor-rest: @accent-color;\n --control-checked-bgColor-hover: lighten(@accent-color, 5%);\n --control-checked-bgColor-active: lighten(@accent-color, 5%);\n --control-checked-bgColor-disabled: #6e7681;\n --control-checked-fgColor-rest: @crust;\n --control-checked-fgColor-disabled: #010409;\n --control-checked-borderColor-rest: @accent-color;\n --control-checked-borderColor-hover: @accent-color;\n --control-checked-borderColor-active: @accent-color;\n --control-checked-borderColor-disabled: @surface0;\n --controlTrack-bgColor-rest: @surface0;\n --controlTrack-bgColor-hover: @surface1;\n --controlTrack-bgColor-active: @surface2;\n --controlTrack-bgColor-disabled: #6e7681;\n --controlTrack-fgColor-rest: #848d97;\n --controlTrack-fgColor-disabled: @text;\n --controlTrack-borderColor-rest: #0000;\n --controlTrack-borderColor-disabled: #6e7681;\n --controlKnob-bgColor-rest: @base;\n --controlKnob-bgColor-disabled: #21262db3;\n --controlKnob-bgColor-checked: @text;\n --controlKnob-borderColor-rest: @surface2;\n --controlKnob-borderColor-disabled: #21262db3;\n --controlKnob-borderColor-checked: @blue;\n --button-default-fgColor-rest: @text;\n --button-default-bgColor-rest: @surface0;\n --button-default-bgColor-hover: @surface1;\n --button-default-bgColor-active: @surface2;\n --button-default-bgColor-selected: @surface2;\n --button-default-bgColor-disabled: fade(@surface0, 70%);\n --button-default-borderColor-rest: @surface1;\n --button-default-borderColor-hover: @surface1;\n --button-default-borderColor-active: @surface1;\n --button-default-borderColor-disabled: fade(@surface0, 70%);\n --button-default-shadow-resting: 0px 0px 0px 0px #000;\n --button-primary-fgColor-rest: @base;\n --button-primary-fgColor-disabled: fade(@base, 60%);\n --button-primary-iconColor-rest: @base;\n --button-primary-bgColor-rest: @green;\n --button-primary-bgColor-hover: lighten(@green, 5%);\n --button-primary-bgColor-active: saturate(@green, 5%);\n --button-primary-bgColor-disabled: fade(@green, 70%);\n --button-primary-borderColor-rest: @green;\n --button-primary-borderColor-hover: @green;\n --button-primary-borderColor-active: @green;\n --button-primary-borderColor-disabled: #77c982;\n --button-primary-shadow-selected: 0px 0px 0px 0px #000;\n --button-invisible-fgColor-rest: @accent-color;\n --button-invisible-fgColor-hover: lighten(@accent-color, 10%);\n --button-invisible-fgColor-disabled: #6e7681;\n --button-invisible-iconColor-rest: @overlay2;\n --button-invisible-iconColor-hover: #e6edf3;\n --button-invisible-iconColor-disabled: #6e7681;\n --button-invisible-bgColor-rest: #0000;\n --button-invisible-bgColor-hover: #b1bac41f;\n --button-invisible-bgColor-active: #b1bac433;\n --button-invisible-bgColor-disabled: fade(@surface1, 70%);\n --button-invisible-borderColor-rest: #0000;\n --button-invisible-borderColor-hover: #0000;\n --button-invisible-borderColor-disabled: fade(@surface1, 70%);\n --button-outline-fgColor-rest: #388bfd;\n --button-outline-fgColor-hover: #58a6ff;\n --button-outline-fgColor-active: @text;\n --button-outline-fgColor-disabled: #4493f880;\n --button-outline-bgColor-rest: #f0f6fc;\n --button-outline-bgColor-hover: @surface1;\n --button-outline-bgColor-active: #0d419d;\n --button-outline-bgColor-disabled: #0d1117;\n --button-outline-borderColor-hover: #f0f6fc1a;\n --button-outline-borderColor-selected: #f0f6fc1a;\n --button-outline-shadow-selected: 0px 0px 0px 0px #000;\n --button-danger-fgColor-rest: @red;\n --button-danger-fgColor-hover: @base;\n --button-danger-fgColor-active: @base;\n --button-danger-fgColor-disabled: fade(@red, 50%);\n --button-danger-iconColor-rest: @red;\n --button-danger-iconColor-hover: @crust;\n --button-danger-bgColor-rest: @surface0;\n --button-danger-bgColor-hover: @red;\n --button-danger-bgColor-active: darken(@red, 5%);\n --button-danger-bgColor-disabled: @base;\n --button-danger-borderColor-rest: @surface1;\n --button-danger-borderColor-hover: @surface2;\n --button-danger-borderColor-active: @surface2;\n --button-danger-shadow-selected: 0px 0px 0px 0px #000;\n --button-inactive-fgColor: #8b949e;\n --button-inactive-bgColor: #21262d;\n --button-star-iconColor: @yellow;\n --buttonCounter-default-bgColor-rest: @surface1;\n --buttonCounter-invisible-bgColor-rest: @surface1;\n --buttonCounter-primary-bgColor-rest: #04260f33;\n --buttonCounter-outline-bgColor-rest: #051d4d33;\n --buttonCounter-outline-bgColor-hover: #051d4d33;\n --buttonCounter-outline-bgColor-disabled: #1f6feb0d;\n --buttonCounter-outline-fgColor-rest: #388bfd;\n --buttonCounter-outline-fgColor-hover: #58a6ff;\n --buttonCounter-outline-fgColor-disabled: #4493f880;\n --buttonCounter-danger-bgColor-hover: fade(@text, 20%);\n --buttonCounter-danger-bgColor-disabled: #da36330d;\n --buttonCounter-danger-bgColor-rest: #49020233;\n --buttonCounter-danger-fgColor-rest: @red;\n --buttonCounter-danger-fgColor-hover: @text;\n --buttonCounter-danger-fgColor-disabled: fade(@red, 50%);\n --focus-outlineColor: @accent-color;\n --menu-bgColor-active: @mantle;\n --overlay-bgColor: @base;\n --overlay-borderColor: @surface0;\n --overlay-backdrop-bgColor: #161b2266;\n --selectMenu-borderColor: #484f58;\n --selectMenu-bgColor-active: #0c2d6b;\n --sideNav-bgColor-selected: #21262d;\n --skeletonLoader-bgColor: #161b22;\n --timelineBadge-bgColor: @mantle;\n --treeViewItem-leadingVisual-iconColor-rest: #848d97;\n --underlineNav-borderColor-active: @accent-color;\n --underlineNav-borderColor-hover: #6e768166;\n --underlineNav-iconColor-rest: #848d97;\n --selection-bgColor: fade(@accent-color, 30%);\n --reactionButton-selected-bgColor-rest: fade(@accent-color, 20%);\n --reactionButton-selected-bgColor-hover: fade(@accent-color, 35%);\n --reactionButton-selected-fgColor-rest: @accent-color;\n --reactionButton-selected-fgColor-hover: @accent-color;\n --fgColor-default: @text;\n --fgColor-muted: @subtext1;\n --fgColor-onEmphasis: @base;\n --fgColor-white: if(@lookup = latte, @crust, @text);\n --fgColor-disabled: @surface2;\n --fgColor-link: @accent-color;\n --fgColor-neutral: #6e7681;\n --fgColor-accent: @accent-color;\n --fgColor-success: @green;\n --fgColor-attention: @yellow;\n --fgColor-severe: @peach;\n --fgColor-danger: @red;\n --fgColor-open: @green;\n --fgColor-closed: @red;\n --fgColor-done: @mauve;\n --fgColor-sponsors: @pink;\n --bgColor-default: @base;\n --bgColor-muted: @mantle;\n --bgColor-inset: @crust;\n --bgColor-emphasis: @overlay2;\n --bgColor-inverse: @text;\n --bgColor-disabled: #21262db3;\n --bgColor-transparent: #0000;\n --bgColor-neutral-muted: @surface0;\n --bgColor-neutral-emphasis: @subtext0;\n --bgColor-accent-muted: fade(@accent-color, 20%);\n --bgColor-accent-emphasis: @accent-color;\n --bgColor-success-muted: #2ea04326;\n --bgColor-success-emphasis: @green;\n --bgColor-attention-muted: fade(@yellow, 15%);\n --bgColor-attention-emphasis: @yellow;\n --bgColor-severe-muted: fade(@peach, 26%);\n --bgColor-severe-emphasis: @peach;\n --bgColor-danger-muted: fade(@red, 26%);\n --bgColor-danger-emphasis: @red;\n --bgColor-open-muted: #2ea0431a;\n --bgColor-open-emphasis: @green;\n --bgColor-closed-muted: fade(@red, 15%);\n --bgColor-closed-emphasis: @red;\n --bgColor-done-muted: #a371f726;\n --bgColor-done-emphasis: @mauve;\n --bgColor-sponsors-muted: #db61a21a;\n --bgColor-sponsors-emphasis: @pink;\n --borderColor-default: @surface1;\n --borderColor-muted: @surface0;\n --borderColor-emphasis: #484f58;\n --borderColor-disabled: #21262db3;\n --borderColor-transparent: #0000;\n --borderColor-neutral-muted: #6e768166;\n --borderColor-neutral-emphasis: #6e7681;\n --borderColor-accent-muted: fade(@accent-color, 50%);\n --borderColor-accent-emphasis: @accent-color;\n --borderColor-success-muted: darken(@green, 5%);\n --borderColor-success-emphasis: @green;\n --borderColor-attention-muted: fade(@flamingo, 30%);\n --borderColor-attention-emphasis: @flamingo;\n --borderColor-severe-muted: @peach;\n --borderColor-severe-emphasis: #bd561d;\n --borderColor-danger-muted: @red;\n --borderColor-danger-emphasis: @red;\n --borderColor-open-muted: darken(@green, 5%);\n --borderColor-open-emphasis: @green;\n --borderColor-closed-muted: @red;\n --borderColor-closed-emphasis: @red;\n --borderColor-done-muted: @lavender;\n --borderColor-done-emphasis: @mauve;\n --borderColor-sponsors-muted: #db61a266;\n --borderColor-sponsors-emphasis: @pink;\n & when (@lookup =latte) {\n --color-ansi-black: @subtext1;\n --color-ansi-black-bright: @subtext0;\n --color-ansi-gray: @subtext0;\n --color-ansi-white: @surface2;\n --color-ansi-white-bright: @surface1;\n }\n & when not (@lookup =latte) {\n --color-ansi-black: @surface1;\n --color-ansi-black-bright: @surface2;\n --color-ansi-gray: @surface2;\n --color-ansi-white: @subtext1;\n --color-ansi-white-bright: @subtext0;\n }\n --color-ansi-red: @red;\n --color-ansi-red-bright: @red;\n --color-ansi-green: @green;\n --color-ansi-green-bright: @green;\n --color-ansi-yellow: @yellow;\n --color-ansi-yellow-bright: @yellow;\n --color-ansi-blue: @blue;\n --color-ansi-blue-bright: @blue;\n --color-ansi-magenta: @pink;\n --color-ansi-magenta-bright: @pink;\n --color-ansi-cyan: @teal;\n --color-ansi-cyan-bright: @teal;\n --color-prettylights-syntax-comment: @overlay1;\n --color-prettylights-syntax-constant: @blue;\n --color-prettylights-syntax-entity: @blue;\n --color-prettylights-syntax-storage-modifier-import: @peach;\n --color-prettylights-syntax-entity-tag: @teal;\n --color-prettylights-syntax-keyword: @pink;\n --color-prettylights-syntax-string: @green;\n --color-prettylights-syntax-variable: @peach;\n --color-prettylights-syntax-invalid-illegal-text: @red;\n --color-prettylights-syntax-invalid-illegal-bg: fadeout(@red, 85%);\n --color-prettylights-syntax-markup-heading: @teal;\n --color-prettylights-syntax-markup-italic: @yellow;\n --color-prettylights-syntax-markup-bold: @yellow;\n --color-prettylights-syntax-markup-deleted-text: @text;\n --color-prettylights-syntax-markup-deleted-bg: fadeout(@red, 60%);\n --color-prettylights-syntax-markup-inserted-text: @text;\n --color-prettylights-syntax-markup-inserted-bg: fadeout(@green, 60%);\n --color-prettylights-syntax-markup-changed-text: @text;\n --color-prettylights-syntax-markup-changed-bg: fadeout(@yellow, 60%);\n --color-prettylights-syntax-markup-ignored-text: @text;\n --bgColor-white: @base;\n --color-scale-white: @base;\n --color-scale-gray-3: @overlay2;\n --color-scale-gray-5: @overlay0;\n --color-scale-gray-6: @surface1;\n --color-scale-gray-7: @surface1;\n --color-scale-blue-2: @sky;\n --color-scale-blue-5: @blue;\n --color-scale-green-3: @green;\n --color-scale-green-4: @green;\n --color-scale-yellow-3: @peach;\n --color-scale-orange-4: @peach;\n --color-scale-red-4: @red;\n --shadow-inset: inset 0px 1px 0px 0px @crust;\n --shadow-resting-xsmall: 0px 1px 0px 0px @crust;\n --shadow-resting-small: 0px 1px 0px 0px @crust, 0px 1px 3px 0px @crust;\n --shadow-resting-medium: 0px 3px 6px 0px @crust;\n --shadow-floating-small: 0px 0px 0px 1px @base, 0px 6px 12px -3px @crust,\n 0px 6px 18px 0px @crust;\n --shadow-floating-medium: 0px 0px 0px 1px @surface0,\n 0px 8px 16px -4px @crust, 0px 4px 32px -4px @crust,\n 0px 24px 48px -12px @crust, 0px 48px 96px -24px @crust;\n --shadow-floating-large: 0px 0px 0px 1px @surface0,\n 0px 24px 48px 0px #010409;\n --shadow-floating-xlarge: 0px 0px 0px 1px @surface0,\n 0px 32px 64px 0px #010409;\n --shadow-floating-legacy: 0px 6px 12px -3px @crust, 0px 6px 18px 0px @crust;\n --outline-focus: @blue solid 2px;\n\n .turbo-progress-bar {\n background-color: @accent-color;\n }\n\n .form-select {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n\n img[src=\"https://github.githubassets.com/assets/mona-loading-default-c3c7aad1282f.gif\"]\n {\n content: url(\"https://giscus.catppuccin.com/assets/loading_48x48.gif\");\n }\n\n /* Header when logged out */\n .HeaderMenu-link {\n color: var(--fgColor-default);\n\n &:hover {\n color: var(--fgColor-default);\n }\n }\n .header-search-button.placeholder {\n color: @subtext0;\n }\n .HeaderMenu-toggle-bar {\n background-color: @text;\n }\n .notification-indicator .mail-status {\n background-image: linear-gradient(\n @accent-color,\n darken(@accent-color, 5%)\n );\n }\n\n .CheckStep {\n .ansifg-r {\n color: var(--color-ansi-red);\n }\n .ansifg-y {\n color: var(--color-ansi-yellow);\n }\n .ansifg-g {\n color: var(--color-ansi-green);\n }\n .ansifg-b {\n color: var(--color-ansi-blue);\n }\n .ansifg-c {\n color: var(--color-ansi-cyan);\n }\n .ansifg-m {\n color: var(--color-ansi-magenta);\n }\n .ansifg-gr {\n color: var(--color-ansi-gray);\n }\n }\n }\n}\n\n@-moz-document url-prefix(\"https://viewscreen.githubusercontent.com/markdown/mermaid\")\n{\n [data-color-mode=\"auto\"] {\n @media (prefers-color-scheme: light) {\n &[data-light-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-light-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n &[data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n &[data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n }\n [data-color-mode=\"light\"][data-light-theme=\"dark\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n [data-color-mode=\"light\"][data-light-theme=\"light\"],\n [data-color-mode=\"dark\"][data-dark-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n background-color: @base;\n\n --color-btn-text: @text;\n --color-btn-bg: @surface0;\n --color-btn-border: @surface1;\n --color-btn-hover-bg: @surface1;\n --color-btn-hover-border: @surface2;\n --color-btn-active-bg: @surface2;\n --color-btn-selected-bg: @surface2;\n --color-btn-counter-bg: @surface2;\n --color-btn-outline-text: @accent-color;\n --color-fg-muted: @subtext1;\n\n #diagram {\n .node rect,\n .node circle,\n .node ellipse,\n .node polygon,\n .node path {\n fill: fade(@accent-color, 10%);\n stroke: @accent-color;\n }\n\n .label text,\n span,\n p {\n fill: @text;\n color: @text;\n }\n\n .flowchart-link,\n .marker {\n stroke: @subtext0;\n fill: @subtext0;\n }\n\n .edgeLabel {\n background-color: @crust;\n }\n }\n\n .octicon {\n fill: var(--color-fg-muted) !important;\n }\n }\n}\n\n@-moz-document regexp(\"https:\\/\\/notebooks\\.githubusercontent\\.com\\/view\\/ipynb.*\") {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --jp-border-color0: var(--color-scale-gray-7);\n --jp-border-color1: var(--color-scale-gray-7);\n --jp-border-color2: var(--color-scale-gray-8);\n --jp-border-color3: var(--color-scale-gray-9);\n --jp-ui-font-color0: @text;\n --jp-ui-font-color1: fadeout(@text, 13%);\n --jp-ui-font-color2: fadeout(@text, 46%);\n --jp-ui-font-color3: fadeout(@text, 72%);\n --jp-ui-inverse-font-color0: @crust;\n --jp-ui-inverse-font-color1: fadeout(@crust, 20%);\n --jp-ui-inverse-font-color2: fadeout(@crust, 50%);\n --jp-ui-inverse-font-color3: fadeout(@crust, 70%);\n --jp-content-font-color0: @text;\n --jp-content-font-color1: @text;\n --jp-content-font-color2: fadeout(@text, 30%);\n --jp-content-font-color3: fadeout(@text, 50%);\n --jp-content-link-color: @sapphire;\n --jp-layout-color0: @base !important;\n --jp-layout-color1: var(--color-scale-gray-9);\n --jp-layout-color2: var(--color-scale-gray-8);\n --jp-layout-color3: var(--color-scale-gray-7);\n --jp-layout-color4: var(--color-scale-gray-6);\n --jp-inverse-layout-color0: var(--color-scale-white);\n --jp-inverse-layout-color1: var(--color-scale-white);\n --jp-inverse-layout-color2: var(--color-scale-gray-2);\n --jp-inverse-layout-color3: var(--color-scale-gray-4);\n --jp-inverse-layout-color4: var(--color-scale-gray-6);\n --jp-brand-color0: var(--color-scale-blue-7);\n --jp-brand-color1: var(--color-scale-blue-5);\n --jp-brand-color2: var(--color-scale-blue-3);\n --jp-brand-color3: var(--color-scale-blue-1);\n --jp-brand-color4: var(--color-scale-blue-0);\n --jp-accent-color0: var(--color-scale-green-7);\n --jp-accent-color1: var(--color-scale-green-5);\n --jp-accent-color2: var(--color-scale-green-3);\n --jp-accent-color3: var(--color-scale-green-1);\n --jp-warn-color0: var(--color-scale-orange-7);\n --jp-warn-color1: var(--color-scale-orange-5);\n --jp-warn-color2: var(--color-scale-orange-3);\n --jp-warn-color3: var(--color-scale-orange-1);\n --jp-error-color0: var(--color-scale-red-7);\n --jp-error-color1: var(--color-scale-red-5);\n --jp-error-color2: var(--color-scale-red-3);\n --jp-error-color3: var(--color-scale-red-1);\n --jp-success-color0: var(--color-scale-green-7);\n --jp-success-color1: var(--color-scale-green-5);\n --jp-success-color2: var(--color-scale-green-3);\n --jp-success-color3: var(--color-scale-green-1);\n --jp-info-color0: var(--color-scale-blue-7);\n --jp-info-color1: var(--color-scale-blue-5);\n --jp-info-color2: var(--color-scale-blue-3);\n --jp-info-color3: var(--color-scale-blue-1);\n --jp-cell-editor-border-color: var(--color-scale-gray-7);\n --jp-cell-editor-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-cell-prompt-not-active-font-color: fadeout(@text, 50%);\n --jp-cell-inprompt-font-color: var(--color-scale-blue-6);\n --jp-cell-outprompt-font-color: var(--color-scale-coral-6);\n --jp-notebook-multiselected-color: fadeout(@overlay2, 86%);\n --jp-rendermime-error-background: fadeout(@red, 82%);\n --jp-rendermime-table-row-background: var(--color-scale-gray-9);\n --jp-rendermime-table-row-hover-background: fadeout(@surface2, 86%);\n --jp-dialog-background: fadeout(@crust, 40%);\n --jp-toolbar-box-shadow: 0px 0px 2px 0px fadeout(@crust, 20%);\n --jp-input-box-shadow: inset 0 0 2px var(--color-scale-blue-3);\n --jp-input-background: var(--color-scale-gray-8);\n --jp-input-active-box-shadow-color: fadeout(@blue, 70%);\n --jp-editor-selected-focused-background: fadeout(@blue, 86%);\n --jp-mirror-editor-keyword-color: var(--color-scale-green-5);\n --jp-mirror-editor-atom-color: var(--color-scale-blue-3);\n --jp-mirror-editor-number-color: var(--color-scale-green-4);\n --jp-mirror-editor-def-color: var(--color-scale-blue-6);\n --jp-mirror-editor-variable-color: var(--color-scale-gray-3);\n --jp-mirror-editor-variable-2-color: var(--color-scale-blue-4);\n --jp-mirror-editor-variable-3-color: var(--color-scale-green-6);\n --jp-mirror-editor-punctuation-color: var(--color-scale-blue-4);\n --jp-mirror-editor-property-color: var(--color-scale-blue-4);\n --jp-mirror-editor-operator-color: @mauve;\n --jp-mirror-editor-comment-color: @subtext0;\n --jp-mirror-editor-string-color: @peach;\n --jp-mirror-editor-string-2-color: var(--color-scale-purple-3);\n --jp-mirror-editor-meta-color: @mauve;\n --jp-mirror-editor-qualifier-color: var(--color-scale-gray-5);\n --jp-mirror-editor-builtin-color: var(--color-scale-green-6);\n --jp-mirror-editor-bracket-color: var(--color-scale-gray-2);\n --jp-mirror-editor-tag-color: var(--color-scale-blue-7);\n --jp-mirror-editor-attribute-color: var(--color-scale-blue-7);\n --jp-mirror-editor-header-color: var(--color-scale-blue-5);\n --jp-mirror-editor-quote-color: var(--color-scale-green-3);\n --jp-mirror-editor-link-color: var(--color-scale-blue-7);\n --jp-mirror-editor-error-color: @red;\n --jp-mirror-editor-hr-color: var(--color-scale-gray-8);\n --jp-vega-background: var(--color-scale-gray-4);\n --jp-search-selected-match-background-color: @yellow;\n --jp-search-selected-match-color: @crust;\n --jp-icon-contrast-color0: var(--color-scale-purple-6);\n --jp-icon-contrast-color1: var(--color-scale-green-6);\n --jp-icon-contrast-color2: var(--color-scale-pink-6);\n --jp-icon-contrast-color3: var(--color-scale-blue-6);\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "GitHub Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/github", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/github", - "version": "1.4.0", + "version": "1.6.6", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub", "description": "Soothing pastel theme for GitHub", @@ -1786,12 +1932,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for GitHub", "name": "GitHub Catppuccin", - "originalDigest": "9496f2bce823404e37d3bd8a7d0a3245de146646", + "originalDigest": "9f9aef21e58e206b9d9e12177262d9a7f52879f7", "_id": "707de53d-4c74-462b-befa-7b946665e44e", - "_rev": 1711213635845, + "_rev": 1713299543573, "id": 40, - "etag": "W/\"0b188e2ca0d0727da6102cedc531826fe2b90a7a851895a576915db10b4f5063\"", - "updateDate": 1711213634009 + "etag": "W/\"1790ffe803a4620757b0d8ad1800701256d5a666274384925873f40d0d53928d\"", + "updateDate": 1713299543448 }, { "enabled": true, @@ -1983,27 +2129,27 @@ "installDate": 1690105972974, "sections": [ { - "code": "/* ==UserStyle==\n@name Reddit Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/reddit\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit\n@version 2.0.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit\n@description Soothing pastel theme for Reddit\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Reddit Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/reddit\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit\n@version 2.0.11\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit\n@description Soothing pastel theme for Reddit\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light {\n /* BETA */\n --color-pizzaRed: #ed8796 !important;\n --color-global-brand-orangered: #f5a97f !important;\n --color-global-focus: #494d64 !important;\n --color-interactive-content-disabled: #a5adcb !important;\n --color-interactive-background-disabled: #a5adcb !important;\n --color-interactive-pressed: #9fa7c7 !important;\n --color-neutral-content: #cad3f5 !important;\n --color-neutral-content-disabled: #a5adcb !important;\n --color-neutral-content-weak: #a5adcb !important;\n --color-neutral-content-strong: #cad3f5 !important;\n --color-global-white: #cad3f5 !important;\n --color-neutral-background: #24273a !important;\n --color-neutral-background-selected: #363a4f !important;\n --color-neutral-background-weak: #1e2030 !important;\n --color-neutral-background-medium: #24273a !important;\n --color-neutral-background-strong: #1e2030 !important;\n --color-neutral-background-hover: #363a4f !important;\n --color-neutral-border: #363a4f !important;\n --color-neutral-border-medium: #363a4f !important;\n --color-neutral-border-weak: #363a4f !important;\n --color-neutral-border-strong: #5b6078 !important;\n --color-primary: #b7bdf8 !important;\n --color-primary-hover: #e5e8fd !important;\n --color-primary-visited: #b7bdf8 !important;\n --color-primary-background: #24273a !important;\n --color-primary-background-hover: #363a4f !important;\n --color-primary-background-selected: #363a4f !important;\n --color-primary-onBackground: #24273a !important;\n --color-primary-onBackground-selected: #181926 !important;\n --color-secondary: #a5adcb !important;\n --color-secondary-hover: #b8c0e0 !important;\n --color-secondary-weak: #a5adcb !important;\n --color-secondary-onBackground: #cad3f5 !important;\n --color-secondary-background: #1e2030 !important;\n --color-secondary-background-hover: #1a1c2a !important;\n --color-secondary-background-selected: #1a1c2a !important;\n --color-secondary-plain: #a5adcb !important;\n --color-secondary-plain-hover: #b8c0e0 !important;\n --color-danger-background: #ed8796 !important;\n --color-danger-background-disabled: rgba(237, 135, 150, 0.2) !important;\n --color-danger-background-hover: rgba(237, 135, 150, 0.98) !important;\n --color-danger-onBackground: #cad3f5 !important;\n --color-danger-content: #ed8796 !important;\n --color-danger-content-hover: #ec7e8e !important;\n --color-success-content: #a6da95 !important;\n --color-success-hover: #a0d78d !important;\n --color-success-onBackground: #cad3f5 !important;\n --color-success-background: #a6da95 !important;\n --color-success-background-hover: #a0d78d !important;\n --color-warning-content: #eed49f !important;\n --color-warning-content-hover: #ecd096 !important;\n --color-warning-onBackground: #24273a !important;\n --color-warning-background: #eed49f !important;\n --color-warning-background-hover: #ecd096 !important;\n --color-upvote-content: #b7bdf8 !important;\n --color-upvote-disabled: #a5adcb !important;\n --color-upvote-onBackground: #cad3f5 !important;\n --color-upvote-background: #24273a !important;\n --color-upvote-background-hover: #24273a !important;\n --color-upvote-background-disabled: #24273a !important;\n --color-downvote-content: #cad3f5 !important;\n --color-downvote-content-weak: #cad3f5 !important;\n --color-downvote-disabled: #a5adcb !important;\n --color-downvote-onBackground: #cad3f5 !important;\n --color-downvote-background: #24273a !important;\n --color-downvote-background-hover: #24273a !important;\n --color-downvote-background-disabled: #1e2030 !important;\n --color-tone-1: #cad3f5 !important;\n --color-tone-2: #a5adcb !important;\n --color-tone-3: #939ab7 !important;\n --color-tone-4: #363a4f !important;\n --color-tone-5: #494d64 !important;\n --color-tone-6: #5b6078 !important;\n --color-tone-7: #24273a !important;\n --color-avatar-gradient: #b7bdf8 !important;\n --color-transparent-background-hover: rgba(54, 58, 79, 0.3) !important;\n --color-opacity-50: rgba(36, 39, 58, 0.5) !important;\n --color-online: #b7bdf8 !important;\n --color-favorite: #b7bdf8 !important;\n --color-brand-background: #b7bdf8 !important;\n --color-brand-background-hover: #b7bdf8 !important;\n --color-global-orangered: #b7bdf8 !important;\n --color-action-upvote: #b7bdf8 !important;\n /* normal stuff */\n /* reddit chat variables */\n /* site background */\n /* PROFILE MENU */\n /* karma count */\n /* profile button karma icon */\n /* menu headers */\n /* switches, should also apply sitewide */\n /* online status */\n /* PROFILE PAGE */\n /* create avatar button */\n /* cake day and followers icon */\n /* add social links button readability tweak */\n /* profile moderation and user settings page */\n /* Beta Badge */\n /* Delete Account */\n /* Delete Account Icon */\n /* blocked, muted input */\n /* fixes profile posts not being themed */\n /* NFT AVATAR VIEWER */\n /* modal background */\n /* Tag Color */\n /* mint status */\n /* carousel background */\n /* nft card back */\n /* external links */\n /* shop for avatars button */\n /* AVATAR CREATOR */\n /* SITE HEADER */\n /* reddit logo */\n /* Post title from notification */\n /* notification icon */\n /* advertise button */\n /* reddit now notification */\n /* search scope pill text */\n /* search popup title */\n /* safe search toggle */\n /* NAVIGATION SIDEBAR */\n /* close icon */\n /* item color */\n /* navigation sidebar header color */\n /* favorites */\n /* RIGHT FRONTPAGE SIDEBAR */\n /* reddit premium icon */\n /* reddit premium try now button */\n /* recent posts thumbnail borders */\n /* POSTS */\n /* post background for card style */\n /* post options (save, comment, etc.) */\n /* post title color */\n /*\n * post op color and\n * post date color\n */\n /* nsfw flair */\n /* pinned post icon */\n /* give award icon */\n /* locked post icon */\n /* post button divider */\n /* UPVOTES/DOWNVOTES */\n /* upvote/downvote background */\n /* inactive vote text color */\n /* active upvote color */\n /* active upvote text color */\n /* hover background for both upvotes and downvotes */\n /* active downvote color */\n /* active downvote text color */\n /* REPORT MODAL */\n /* SUBREDDIT PAGES */\n /* radio buttons (flair selector, etc.) */\n /* checkboxes */\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n /* header background */\n /* subreddit image background */\n /* border between uela */\n /* follower color */\n /* default subreddit icon */\n /* online users */\n /* POST VIEWER */\n /* spoiler tags */\n /* mod comment tag */\n /* op comment tag */\n /* post overlay if you have \"open in new tab\" disabled */\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n /* gold award gradient */\n /* image gallery next/previous buttons */\n /* image gallery image count */\n /* comment search bar */\n /* tab bar below banner */\n /* MULTIREDDITS/CUSTOM FEEDS */\n /* delete custom feed button */\n /* TOOLTIPS */\n /* Recap Reddit Logo */\n }\n :root:not(.theme-dark) .theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark).theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark) .theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark).theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n .theme-light #reddit-logo circle[fill=\"#FF4500\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark).theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark) .theme-beta #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark).theme-beta #reddit-logo path[fill=\"#FFF\"],\n .theme-light #reddit-logo path[fill=\"#FFF\"] {\n fill: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light,\n :root:not(.theme-dark) .theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-dark).theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-dark) .theme-beta div[class^=\"subredditvars\"],\n :root:not(.theme-dark).theme-beta div[class^=\"subredditvars\"],\n .theme-light div[class^=\"subredditvars\"] {\n --color-online: #a6da95 !important;\n --newCommunityTheme-actionIcon: #a5adcb !important;\n --newCommunityTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconShaded80: #a5adcb !important;\n --newCommunityTheme-actionIconTinted80: #b8c0e0 !important;\n --newCommunityTheme-active: #b7bdf8 !important;\n --newCommunityTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeLight60: #b7bdf8 !important;\n --newCommunityTheme-activeShaded80: #b7bdf8 !important;\n --newCommunityTheme-activeShaded90: #b7bdf8 !important;\n --newCommunityTheme-activeTinted05: #cad3f5 !important;\n --newCommunityTheme-banner-backgroundColor: #b7bdf8 !important;\n --newCommunityTheme-banner-iconColor: #b7bdf8 !important;\n --newCommunityTheme-body: #1e2030 !important;\n --newCommunityTheme-bodyAlpha50: #363a4f !important;\n --newCommunityTheme-bodyAlpha70: #494d64 !important;\n --newCommunityTheme-bodyAlpha80: #5b6078 !important;\n --newCommunityTheme-bodyFade: #a5adcb !important;\n --newCommunityTheme-bodyShaded80: #1e2030 !important;\n --newCommunityTheme-bodyText: #cad3f5 !important;\n --newCommunityTheme-bodyTextAlpha03: #1e2030 !important;\n --newCommunityTheme-bodyTextAlpha20: #494d64 !important;\n --newCommunityTheme-bodyTextShaded20: #363a4f !important;\n --newCommunityTheme-bodyTextTinted20: #a5adcb !important;\n --newCommunityTheme-bodyTinted50: #8087a2 !important;\n --newCommunityTheme-bodyTinted80: #6e738d !important;\n --newCommunityTheme-button: #cad3f5 !important;\n --newCommunityTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha40: #a5adcb !important;\n --newCommunityTheme-buttonAlpha50: #b8c0e0 !important;\n --newCommunityTheme-buttonAlpha80: #b8c0e0 !important;\n --newCommunityTheme-buttonShaded80: #6e738d !important;\n --newCommunityTheme-buttonTinted20: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted50: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted80: #b7bdf8 !important;\n --newCommunityTheme-canvas: #181926 !important;\n --newCommunityTheme-checkbox: #cad3f5 !important;\n --newCommunityTheme-errorText: #ed8796 !important;\n --newCommunityTheme-field: #363a4f !important;\n --newCommunityTheme-fieldFade: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-flair: #b7bdf8 !important;\n --newCommunityTheme-highlight: #24273a !important;\n --newCommunityTheme-inactive: #a5adcb !important;\n --newCommunityTheme-lightText: #cad3f5 !important;\n --newCommunityTheme-lightTextAlpha75: #b8c0e0 !important;\n --newCommunityTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-linkText: #b7bdf8 !important;\n --newCommunityTheme-linkTextAlpha80: #b7bdf8 !important;\n --newCommunityTheme-linkTextShaded80: #b7bdf8 !important;\n --newCommunityTheme-linkTextTinted80: #b7bdf8 !important;\n --newCommunityTheme-linkTextWithBody: #b7bdf8 !important;\n --newCommunityTheme-menu: #1e2030 !important;\n --newCommunityTheme-menuActiveText: #cad3f5 !important;\n --newCommunityTheme-menuButtonBackground-active: #24273a !important;\n --newCommunityTheme-menuButtonBackground-focus: #24273a !important;\n --newCommunityTheme-menuButtonBackground-hover: #24273a !important;\n --newCommunityTheme-menuInactiveText: #cad3f5 !important;\n --newCommunityTheme-metaText: #a5adcb !important;\n --newCommunityTheme-metaTextAlpha50: #a5adcb !important;\n --newCommunityTheme-metaTextShaded80: #a5adcb !important;\n --newCommunityTheme-monospaceColor: #b7bdf8 !important;\n --newCommunityTheme-navBar-activeLink: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-backgroundColor: #1e2030 !important;\n --newCommunityTheme-navBar-hoverLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newCommunityTheme-navIcon: #cad3f5 !important;\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-nsfw: #ed8796 !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newCommunityTheme-nsfwBlocking-color: #cad3f5 !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newCommunityTheme-pageHeader: #5b6078 !important;\n --newCommunityTheme-placeholder: #363a4f !important;\n --newCommunityTheme-post: #1e2030 !important;\n --newCommunityTheme-postError: #ed8796 !important;\n --newCommunityTheme-postFlairText: #181926 !important;\n --newCommunityTheme-postIcon: #b7bdf8 !important;\n --newCommunityTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postTinted20: #24273a !important;\n --newCommunityTheme-postTransparent20: #24273a !important;\n --newCommunityTheme-primaryButtonShadedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedFifty: #6e738d !important;\n --newCommunityTheme-primaryButtonTintedSixty: #6e738d !important;\n --newCommunityTheme-quarantine: #eed49f !important;\n --newCommunityTheme-report: #494d64 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newCommunityTheme-search-syntaxHighlightColor: #24273a !important;\n --newCommunityTheme-titleText: #cad3f5 !important;\n --newCommunityTheme-upsell-appleIcon: #b8c0e0 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newCommunityTheme-voteText-base: #a5adcb !important;\n --newCommunityTheme-voteText-downvote: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newCommunityTheme-voteText-upvote: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newCommunityTheme-widgetColors-appleIcon: #6e738d !important;\n --newCommunityTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --newRedditTheme-actionIcon: #a5adcb !important;\n --newRedditTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconShaded80: #a5adcb !important;\n --newRedditTheme-actionIconTinted80: #b8c0e0 !important;\n --newRedditTheme-active: #b7bdf8 !important;\n --newRedditTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeLight60: #b7bdf8 !important;\n --newRedditTheme-activeShaded80: #b7bdf8 !important;\n --newRedditTheme-activeShaded90: #b7bdf8 !important;\n --newRedditTheme-activeTinted05: #cad3f5 !important;\n --newRedditTheme-banner-backgroundColor: #b7bdf8 !important;\n --newRedditTheme-banner-iconColor: #b7bdf8 !important;\n --newRedditTheme-body: #1e2030 !important;\n --newRedditTheme-bodyAlpha50: #363a4f !important;\n --newRedditTheme-bodyAlpha70: #494d64 !important;\n --newRedditTheme-bodyAlpha80: #5b6078 !important;\n --newRedditTheme-bodyFade: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyShaded80: #1e2030 !important;\n --newRedditTheme-bodyText: #cad3f5 !important;\n --newRedditTheme-bodyTextAlpha03: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyTextAlpha20: #494d64 !important;\n --newRedditTheme-bodyTextShaded20: #363a4f !important;\n --newRedditTheme-bodyTextTinted20: #b8c0e0 !important;\n --newRedditTheme-bodyTinted50: #6e738d !important;\n --newRedditTheme-bodyTinted80: #8087a2 !important;\n --newRedditTheme-button: #cad3f5 !important;\n --newRedditTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha40: #a5adcb !important;\n --newRedditTheme-buttonAlpha50: #b8c0e0 !important;\n --newRedditTheme-buttonAlpha80: #b8c0e0 !important;\n --newRedditTheme-buttonShaded80: #6e738d !important;\n --newRedditTheme-buttonTinted20: #b7bdf8 !important;\n --newRedditTheme-buttonTinted50: #b7bdf8 !important;\n --newRedditTheme-buttonTinted80: #b7bdf8 !important;\n --newRedditTheme-canvas: #181926 !important;\n --newRedditTheme-checkbox: #cad3f5 !important;\n --newRedditTheme-errorText: #ed8796 !important;\n --newRedditTheme-field: #24273a !important;\n --newRedditTheme-fieldFade: #1e2030 !important;\n --newRedditTheme-flair: #b7bdf8 !important;\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: #24273a !important;\n --newRedditTheme-inactive: #363a4f !important;\n --newRedditTheme-lightText: #cad3f5 !important;\n --newRedditTheme-lightTextAlpha75: #b8c0e0 !important;\n --newRedditTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n /* links */\n --newRedditTheme-linkText: #b7bdf8 !important;\n --newRedditTheme-linkTextAlpha80: #b7bdf8 !important;\n --newRedditTheme-linkTextShaded80: #b7bdf8 !important;\n --newRedditTheme-linkTextTinted80: #b7bdf8 !important;\n --newRedditTheme-linkTextWithBody: #b7bdf8 !important;\n /* menus */\n --newRedditTheme-menu: #1e2030 !important;\n --newRedditTheme-menuActiveText: #cad3f5 !important;\n --newRedditTheme-menuButtonBackground-active: #b7bdf8 !important;\n --newRedditTheme-menuButtonBackground-focus: #24273a !important;\n --newRedditTheme-menuButtonBackground-hover: #24273a !important;\n --newRedditTheme-menuInactiveText: #cad3f5 !important;\n --newRedditTheme-metaText: #a5adcb !important;\n --newRedditTheme-metaTextAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-metaTextShaded80: #b8c0e0 !important;\n --newRedditTheme-monospaceColor: #b7bdf8 !important;\n --newRedditTheme-navBar-activeLink: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-backgroundColor: #1e2030 !important;\n --newRedditTheme-navBar-hoverLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newRedditTheme-navIcon: #cad3f5 !important;\n --newRedditTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-nsfw: #ed8796 !important;\n --newRedditTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newRedditTheme-nsfwBlocking-color: #cad3f5 !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newRedditTheme-pageHeader: #363a4f !important;\n --newRedditTheme-placeholder: #494d64 !important;\n --newRedditTheme-post: #1e2030 !important;\n --newRedditTheme-postError: #ed8796 !important;\n --newRedditTheme-postFlairText: #cad3f5 !important;\n --newRedditTheme-postIcon: #b7bdf8 !important;\n --newRedditTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postTinted20: #24273a !important;\n --newRedditTheme-postTransparent20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-primaryButtonShadedEighty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedEighty: #5b6078 !important;\n --newRedditTheme-primaryButtonTintedFifty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedSixty: #494d64 !important;\n --newRedditTheme-quarantine: #eed49f !important;\n --newRedditTheme-report: #24273a !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newRedditTheme-search-syntaxHighlightColor: #24273a !important;\n --newRedditTheme-titleText: #cad3f5 !important;\n --newRedditTheme-upsell-appleIcon: #6e738d !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: #cad3f5 !important;\n --newRedditTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newRedditTheme-voteText-base: #b8c0e0 !important;\n --newRedditTheme-voteText-downvote: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newRedditTheme-voteText-upvote: #ed8796 !important;\n --newRedditTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newRedditTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newRedditTheme-widgetColors-appleIcon: #6e738d !important;\n --newRedditTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --tw-bg-opacity: #181926 !important;\n --vds-video-bg-color: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl :root,\n :root:not(.theme-dark).theme-rpl :root,\n :root:not(.theme-dark) .theme-beta :root,\n :root:not(.theme-dark).theme-beta :root,\n .theme-light :root {\n --activity-button-chatFilterColor: #363a4f !important;\n --activity-button-newChatFilter-activeBg: #b7bdf8 !important;\n --activity-button-newChatFilter-activeText: #24273a !important;\n --activity-button-newChatFilter-defaultBorder: #494d64 !important;\n --activity-button-newChatFilter-defaultText: #cad3f5 !important;\n --activity-button-primary: #b7bdf8 !important;\n --activity-button-secondary: #cad3f5 !important;\n --activity-buttonPrimary-color: #b7bdf8 !important;\n --activity-buttonSecondary-active: #b7bdf8 !important;\n --activity-checkbox-checked: #b7bdf8 !important;\n --activity-checkbox-checkmark: #cad3f5 !important;\n --activity-checkbox-unchecked: #24273a !important;\n --activity-checkbox-uncheckedBorder: #494d64 !important;\n --activity-icon-active: #b7bdf8 !important;\n --activity-icon-contrast: #494d64 !important;\n --activity-icon-default: #a5adcb !important;\n --activity-icon-disable: #5b6078 !important;\n --activity-icon-hover: #5b6078 !important;\n --activity-icon-nsfw-bg: #24273a !important;\n --activity-icon-nsfw-text: #cad3f5 !important;\n --activity-icon-subIcon-backgroundColor: #cad3f5 !important;\n --activity-icon-toaster: #181926 !important;\n --activity-input-background: rgba(24, 25, 38, 0.8) !important;\n --activity-input-border: #494d64 !important;\n --activity-input-channelRename: #a5adcb !important;\n --activity-input-color: #b8c0e0 !important;\n --activity-input-error: #ed8796 !important;\n --activity-input-focusBg: #a6da95 !important;\n --activity-input-focusColor: #cad3f5 !important;\n --activity-input-ownerBg: #363a4f !important;\n --activity-link-hoverText: #ed8796 !important;\n --activity-link-staticText: #b7bdf8 !important;\n --activity-link-staticUnderline: #b7bdf8 !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: #1e2030 !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: #b7bdf8 !important;\n --activity-minimizedPortal-color-unreadFinal: #cad3f5 !important;\n --activity-minimizedPortal-color-unreadInitial: #cad3f5 !important;\n --activity-send-disable: #363a4f !important;\n --activity-send-hover: #b7bdf8 !important;\n --activity-text-active: #b7bdf8 !important;\n --activity-text-fade: #a5adcb !important;\n --activity-text-highlight: #cad3f5 !important;\n --activity-text-light: #a5adcb !important;\n --activity-text-meta: #a5adcb !important;\n --activity-text-regular: #cad3f5 !important;\n --activity-text-success: #a6da95 !important;\n --activity-text-tutorial: #f4dbd6 !important;\n --activity-text-warning: #ed8796 !important;\n --addReaction-backgroundColor: #363a4f !important;\n --addReaction-iconFill: #494d64 !important;\n --boxShadow: rgba(24, 25, 38, 0.8) !important;\n --bubble-border: rgba(73, 77, 100, 0.7) !important;\n --bubble-channelsFilter-background: #181926 !important;\n --bubble-channelsFilter-selected: #6e738d !important;\n --bubble-color: #cad3f5 !important;\n --bubble-link-color: #b7bdf8 !important;\n --bubbleActions-hover: #363a4f !important;\n --editName: #494d64 !important;\n --layout-body: #1e2030 !important;\n --layout-colsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-controlsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-dropdown-border: rgba(73, 77, 100, 0.7) !important;\n --layout-header-counterBg: #ed8796 !important;\n --layout-header-counterText: #cad3f5 !important;\n --layout-overlayBackground: rgba(24, 25, 38, 0.8) !important;\n --layout-overlayReportFlow: rgba(24, 25, 38, 0.8) !important;\n --layout-scrollbar: #cad3f5 !important;\n --layout-scrollbarHover: #b7bdf8 !important;\n --layout-timeStamp-tooltip-background: #363a4f !important;\n --message-list-item-button: #494d64 !important;\n --message-list-item-onlineIndicator: #a6da95 !important;\n --message-list-item-ownerBg: #494d64 !important;\n --message-list-item-richItem: #6e738d !important;\n --message-list-item-richItemBorder: rgba(73, 77, 100, 0.7) !important;\n --message-list-item-white: #cad3f5 !important;\n --modal-buttonsBackground: #cad3f5 !important;\n --modal-primaryButtonWarning: #ed8796 !important;\n --modal-secondaryButton: #cad3f5 !important;\n --newChat-inviteLink-borderColor: rgba(73, 77, 100, 0.7) !important;\n --overlay-backgroundColor: #1e2030 !important;\n --overlay-headerColor: #cad3f5 !important;\n --overlay-inputBackground: #181926 !important;\n --overlay-searchBarBackground: #1e2030 !important;\n --prompt-tooltip-background: #b7bdf8 !important;\n --searchBar-backgroundColor: #1e2030 !important;\n --settings-color: #a5adcb !important;\n --settings-dropdownItemHoverBackground: #181926 !important;\n --settings-panelBackground: #181926 !important;\n --settings-panelItemHoverBackground: #363a4f !important;\n --settings-panelItemSelectedBackground: #494d64 !important;\n --sidebar-background: rgba(73, 77, 100, 0.7) !important;\n --sidebar-basic-background-active: #b7bdf8 !important;\n --sidebar-basic-background-hover: #1e2030 !important;\n --sidebar-footer-background: #181926 !important;\n --sidebar-item-active: #494d64 !important;\n --sidebar-item-hover: #363a4f !important;\n --sidebar-item-selected: #5b6078 !important;\n --sidebar-item-text-active: #cad3f5 !important;\n --sidebar-subreddit-background-active: #b7bdf8 !important;\n --sidebar-subreddit-background-hover: #494d64 !important;\n --sidebar-text-divider: #494d64 !important;\n --skeleton-field: #5b6078 !important;\n --skeleton-inactive: #363a4f !important;\n --subreddit-iconBg: #b7bdf8 !important;\n --toast-error: #ed8796 !important;\n --toast-pending: #181926 !important;\n --toast-success: #a6da95 !important;\n --uploads-progress-background: #a5adcb !important;\n --uploads-progress-bar: #b7bdf8 !important;\n --videoModal-button-background: #cad3f5 !important;\n --videoModal-button-color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl ::placeholder,\n :root:not(.theme-dark).theme-rpl ::placeholder,\n :root:not(.theme-dark) .theme-beta ::placeholder,\n :root:not(.theme-dark).theme-beta ::placeholder,\n .theme-light ::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark).theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark) .theme-beta div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark).theme-beta div.ListingLayout-backgroundContainer::before,\n .theme-light div.ListingLayout-backgroundContainer::before {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark).theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark) .theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark).theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n .theme-light span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-karma_fill,\n :root:not(.theme-dark).theme-rpl i.icon-karma_fill,\n :root:not(.theme-dark) .theme-beta i.icon-karma_fill,\n :root:not(.theme-dark).theme-beta i.icon-karma_fill,\n .theme-light i.icon-karma_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark).theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark) .theme-beta div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark).theme-beta div[role=\"menu\"] > div > div > span > span,\n .theme-light div[role=\"menu\"] > div > div > span > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark).theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark) .theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark).theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n .theme-light button[role=\"switch\"][aria-checked=\"false\"] {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-dark).theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-dark) .theme-beta button[role=\"switch\"] > div,\n :root:not(.theme-dark).theme-beta button[role=\"switch\"] > div,\n .theme-light button[role=\"switch\"] > div {\n background: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark).theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark) .theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark).theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n .theme-light ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark).theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark) .theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark).theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n .theme-light ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark).theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark) .theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark).theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n .theme-light button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark).theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark) .theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark).theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n .theme-light button._3F1tNW0P4Ff182mO_CefIg > i {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-cake_fill,\n :root:not(.theme-dark).theme-rpl i.icon-cake_fill,\n :root:not(.theme-dark) .theme-beta i.icon-cake_fill,\n :root:not(.theme-dark).theme-beta i.icon-cake_fill,\n .theme-light i.icon-cake_fill,\n :root:not(.theme-dark) .theme-rpl i.icon-user_fill,\n :root:not(.theme-dark).theme-rpl i.icon-user_fill,\n :root:not(.theme-dark) .theme-beta i.icon-user_fill,\n :root:not(.theme-dark).theme-beta i.icon-user_fill,\n .theme-light i.icon-user_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n .theme-light div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark).theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark) .theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark).theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n .theme-light div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark) .theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n .theme-light li._3hew1NnzwygOKDNQDKp6R4 {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark).theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark) .theme-beta div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark).theme-beta div._1VP69d9lk-Wk9zokOaylL,\n .theme-light div._1VP69d9lk-Wk9zokOaylL {\n --background: #24273a !important;\n --canvas: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark).theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark) .theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark).theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n .theme-light span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark).theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark) .theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark).theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n .theme-light button.EBd2MhBQlQeZ13YeP0K8a {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark).theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark) .theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark).theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n .theme-light svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark).theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark) .theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark).theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n .theme-light input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div.scrollerItem > div,\n :root:not(.theme-dark).theme-rpl div.scrollerItem > div,\n :root:not(.theme-dark) .theme-beta div.scrollerItem > div,\n :root:not(.theme-dark).theme-beta div.scrollerItem > div,\n .theme-light div.scrollerItem > div,\n :root:not(.theme-dark) .theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-dark).theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-dark) .theme-beta div[data-testid=\"post-container\"],\n :root:not(.theme-dark).theme-beta div[data-testid=\"post-container\"],\n .theme-light div[data-testid=\"post-container\"],\n :root:not(.theme-dark) .theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark).theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark) .theme-beta div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark).theme-beta div[style=\"background:#1A1A1B\"],\n .theme-light div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark) .theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark).theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark) .theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark).theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n .theme-light div._2otRz3OtuWajw1RleFDJ5P {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-dark).theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-dark) .theme-beta div._productDetails_7kbcu_53,\n :root:not(.theme-dark).theme-beta div._productDetails_7kbcu_53,\n .theme-light div._productDetails_7kbcu_53 {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl .RESUserTagImage::after,\n :root:not(.theme-dark).theme-rpl .RESUserTagImage::after,\n :root:not(.theme-dark) .theme-beta .RESUserTagImage::after,\n :root:not(.theme-dark).theme-beta .RESUserTagImage::after,\n .theme-light .RESUserTagImage::after {\n color: #b7bdf8;\n }\n :root:not(.theme-dark) .theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-dark).theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-dark) .theme-beta div._mintStatus_7kbcu_264,\n :root:not(.theme-dark).theme-beta div._mintStatus_7kbcu_264,\n .theme-light div._mintStatus_7kbcu_264 {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-dark).theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-dark) .theme-beta div._carousel_7kbcu_45,\n :root:not(.theme-dark).theme-beta div._carousel_7kbcu_45,\n .theme-light div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, #24273a 16.42%, #8aadf4 100%);\n }\n :root:not(.theme-dark) .theme-rpl div._card_1ooes_1,\n :root:not(.theme-dark).theme-rpl div._card_1ooes_1,\n :root:not(.theme-dark) .theme-beta div._card_1ooes_1,\n :root:not(.theme-dark).theme-beta div._card_1ooes_1,\n .theme-light div._card_1ooes_1 {\n background: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1,\n .theme-light ol._container_1t62i_1 {\n border-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1 > li,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1 > li,\n .theme-light ol._container_1t62i_1 > li {\n border-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1 > li > div,\n .theme-light ol._container_1t62i_1 > li > div {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-dark).theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-dark) .theme-beta div.MuiMobileStepper-dot,\n :root:not(.theme-dark).theme-beta div.MuiMobileStepper-dot,\n .theme-light div.MuiMobileStepper-dot {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark).theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark) .theme-beta div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark).theme-beta div.MuiMobileStepper-dotActive,\n .theme-light div.MuiMobileStepper-dotActive {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark).theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark) .theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark).theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n .theme-light div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark) .theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark).theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark) .theme-beta div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark).theme-beta div._cardAuthor_7kbcu_79,\n .theme-light div._cardAuthor_7kbcu_79 {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div._container_oikih_1,\n :root:not(.theme-dark).theme-rpl div._container_oikih_1,\n :root:not(.theme-dark) .theme-beta div._container_oikih_1,\n :root:not(.theme-dark).theme-beta div._container_oikih_1,\n .theme-light div._container_oikih_1 {\n background: #181926 !important;\n border-color: #494d64 !important;\n }\n :root:not(.theme-dark) .theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-dark).theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-dark) .theme-beta a._pill_7kbcu_280,\n :root:not(.theme-dark).theme-beta a._pill_7kbcu_280,\n .theme-light a._pill_7kbcu_280 {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark).theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark) .theme-beta button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark).theme-beta button._shopForMoreButton_7kbcu_125,\n .theme-light button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-dark).theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-dark) .theme-beta div._wrapper_1upjl_7,\n :root:not(.theme-dark).theme-beta div._wrapper_1upjl_7,\n .theme-light div._wrapper_1upjl_7 {\n background: #24273a !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n .theme-light a[aria-label=\"Home\"] > svg > g > circle {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n .theme-light a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n .theme-light a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark).theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark) .theme-beta h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark).theme-beta h1._eYtD2XCVieq6emjKBH3m,\n .theme-light h1._eYtD2XCVieq6emjKBH3m {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark).theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n .theme-light button[aria-label=\"Open notifications inbox\"] > div > span {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n .theme-light #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n .theme-light #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-dark).theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-dark) .theme-beta a[href=\"/now\"] > div,\n :root:not(.theme-dark).theme-beta a[href=\"/now\"] > div,\n .theme-light a[href=\"/now\"] > div {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark).theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark) .theme-beta div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark).theme-beta div[data-testid=\"search-scope-pill-text\"],\n .theme-light div[data-testid=\"search-scope-pill-text\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark).theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark) .theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark).theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n .theme-light div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark).theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark) .theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark).theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n .theme-light button#safe-search-toggle[aria-checked=\"true\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-close,\n :root:not(.theme-dark).theme-rpl i.icon-close,\n :root:not(.theme-dark) .theme-beta i.icon-close,\n :root:not(.theme-dark).theme-beta i.icon-close,\n .theme-light i.icon-close {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-dark).theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-dark) .theme-beta a[role=\"menuitem\"],\n :root:not(.theme-dark).theme-beta a[role=\"menuitem\"],\n .theme-light a[role=\"menuitem\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark).theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark) .theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark).theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n .theme-light div[role=\"menu\"] > div[role=\"heading\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark).theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark) .theme-beta a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark).theme-beta a[role=\"menuitem\"]:hover,\n .theme-light a[role=\"menuitem\"]:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-star_fill,\n :root:not(.theme-dark).theme-rpl i.icon-star_fill,\n :root:not(.theme-dark) .theme-beta i.icon-star_fill,\n :root:not(.theme-dark).theme-beta i.icon-star_fill,\n .theme-light i.icon-star_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-star,\n :root:not(.theme-dark).theme-rpl i.icon-star,\n :root:not(.theme-dark) .theme-beta i.icon-star,\n :root:not(.theme-dark).theme-beta i.icon-star,\n .theme-light i.icon-star {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-premium_fill,\n :root:not(.theme-dark).theme-rpl i.icon-premium_fill,\n :root:not(.theme-dark) .theme-beta i.icon-premium_fill,\n :root:not(.theme-dark).theme-beta i.icon-premium_fill,\n .theme-light i.icon-premium_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark).theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark) .theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark).theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n .theme-light button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark).theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark) .theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark).theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n .theme-light div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"background\"],\n .theme-light div[data-adclicklocation=\"background\"] {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark).theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark) .theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark).theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n .theme-light div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark) .theme-rpl i.icon-comment,\n :root:not(.theme-dark).theme-rpl i.icon-comment,\n :root:not(.theme-dark) .theme-beta i.icon-comment,\n :root:not(.theme-dark).theme-beta i.icon-comment,\n .theme-light i.icon-comment,\n :root:not(.theme-dark) .theme-rpl i.icon-share,\n :root:not(.theme-dark).theme-rpl i.icon-share,\n :root:not(.theme-dark) .theme-beta i.icon-share,\n :root:not(.theme-dark).theme-beta i.icon-share,\n .theme-light i.icon-share,\n :root:not(.theme-dark) .theme-rpl i.icon-save,\n :root:not(.theme-dark).theme-rpl i.icon-save,\n :root:not(.theme-dark) .theme-beta i.icon-save,\n :root:not(.theme-dark).theme-beta i.icon-save,\n .theme-light i.icon-save,\n :root:not(.theme-dark) .theme-rpl i.icon-expand,\n :root:not(.theme-dark).theme-rpl i.icon-expand,\n :root:not(.theme-dark) .theme-beta i.icon-expand,\n :root:not(.theme-dark).theme-beta i.icon-expand,\n .theme-light i.icon-expand,\n :root:not(.theme-dark) .theme-rpl i.icon-collapse,\n :root:not(.theme-dark).theme-rpl i.icon-collapse,\n :root:not(.theme-dark) .theme-beta i.icon-collapse,\n :root:not(.theme-dark).theme-beta i.icon-collapse,\n .theme-light i.icon-collapse,\n :root:not(.theme-dark) .theme-rpl i.icon-text_post,\n :root:not(.theme-dark).theme-rpl i.icon-text_post,\n :root:not(.theme-dark) .theme-beta i.icon-text_post,\n :root:not(.theme-dark).theme-beta i.icon-text_post,\n .theme-light i.icon-text_post,\n :root:not(.theme-dark) .theme-rpl i.icon-image_post,\n :root:not(.theme-dark).theme-rpl i.icon-image_post,\n :root:not(.theme-dark) .theme-beta i.icon-image_post,\n :root:not(.theme-dark).theme-beta i.icon-image_post,\n .theme-light i.icon-image_post,\n :root:not(.theme-dark) .theme-rpl i.icon-media_gallery,\n :root:not(.theme-dark).theme-rpl i.icon-media_gallery,\n :root:not(.theme-dark) .theme-beta i.icon-media_gallery,\n :root:not(.theme-dark).theme-beta i.icon-media_gallery,\n .theme-light i.icon-media_gallery,\n :root:not(.theme-dark) .theme-rpl i.icon-video_post,\n :root:not(.theme-dark).theme-rpl i.icon-video_post,\n :root:not(.theme-dark) .theme-beta i.icon-video_post,\n :root:not(.theme-dark).theme-beta i.icon-video_post,\n .theme-light i.icon-video_post,\n :root:not(.theme-dark) .theme-rpl i.icon-gif_post,\n :root:not(.theme-dark).theme-rpl i.icon-gif_post,\n :root:not(.theme-dark) .theme-beta i.icon-gif_post,\n :root:not(.theme-dark).theme-beta i.icon-gif_post,\n .theme-light i.icon-gif_post,\n :root:not(.theme-dark) .theme-rpl i.icon-embed,\n :root:not(.theme-dark).theme-rpl i.icon-embed,\n :root:not(.theme-dark) .theme-beta i.icon-embed,\n :root:not(.theme-dark).theme-beta i.icon-embed,\n .theme-light i.icon-embed,\n :root:not(.theme-dark) .theme-rpl i.icon-external_link,\n :root:not(.theme-dark).theme-rpl i.icon-external_link,\n :root:not(.theme-dark) .theme-beta i.icon-external_link,\n :root:not(.theme-dark).theme-beta i.icon-external_link,\n .theme-light i.icon-external_link,\n :root:not(.theme-dark) .theme-rpl i.icon-poll_post,\n :root:not(.theme-dark).theme-rpl i.icon-poll_post,\n :root:not(.theme-dark) .theme-beta i.icon-poll_post,\n :root:not(.theme-dark).theme-beta i.icon-poll_post,\n .theme-light i.icon-poll_post {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n .theme-light div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n .theme-light div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n .theme-light div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark) .theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark).theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark) .theme-beta a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark).theme-beta a[data-testid=\"post_author_link\"],\n .theme-light a[data-testid=\"post_author_link\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark).theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark) .theme-beta span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark).theme-beta span._1wzhGvvafQFOWAyA157okr,\n .theme-light span._1wzhGvvafQFOWAyA157okr {\n border-color: #ed8796 !important;\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-pin_fill,\n :root:not(.theme-dark).theme-rpl i.icon-pin_fill,\n :root:not(.theme-dark) .theme-beta i.icon-pin_fill,\n :root:not(.theme-dark).theme-beta i.icon-pin_fill,\n .theme-light i.icon-pin_fill {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-award,\n :root:not(.theme-dark).theme-rpl i.icon-award,\n :root:not(.theme-dark) .theme-beta i.icon-award,\n :root:not(.theme-dark).theme-beta i.icon-award,\n .theme-light i.icon-award {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-archived_fill,\n :root:not(.theme-dark).theme-rpl i.icon-archived_fill,\n :root:not(.theme-dark) .theme-beta i.icon-archived_fill,\n :root:not(.theme-dark).theme-beta i.icon-archived_fill,\n .theme-light i.icon-archived_fill,\n :root:not(.theme-dark) .theme-rpl i.icon-lock_fill,\n :root:not(.theme-dark).theme-rpl i.icon-lock_fill,\n :root:not(.theme-dark) .theme-beta i.icon-lock_fill,\n :root:not(.theme-dark).theme-beta i.icon-lock_fill,\n .theme-light i.icon-lock_fill {\n color: #eed49f !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark).theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark) .theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark).theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n .theme-light div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: #494d64 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.Post,\n :root:not(.theme-dark).theme-rpl div.Post,\n :root:not(.theme-dark) .theme-beta div.Post,\n :root:not(.theme-dark).theme-beta div.Post,\n .theme-light div.Post,\n :root:not(.theme-dark) .theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-dark).theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-dark) .theme-beta div[data-click-id=\"media\"],\n :root:not(.theme-dark).theme-beta div[data-click-id=\"media\"],\n .theme-light div[data-click-id=\"media\"] {\n background: #1e2030 !important;\n fill: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark).theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark) .theme-beta div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark).theme-beta div[id^=\"vote-arrows\"] > div,\n .theme-light div[id^=\"vote-arrows\"] > div {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-upvote_fill,\n :root:not(.theme-dark).theme-rpl i.icon-upvote_fill,\n :root:not(.theme-dark) .theme-beta i.icon-upvote_fill,\n :root:not(.theme-dark).theme-beta i.icon-upvote_fill,\n .theme-light i.icon-upvote_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-light button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n .theme-light button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n .theme-light button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl .icon-downvote_fill,\n :root:not(.theme-dark).theme-rpl .icon-downvote_fill,\n :root:not(.theme-dark) .theme-beta .icon-downvote_fill,\n :root:not(.theme-dark).theme-beta .icon-downvote_fill,\n .theme-light .icon-downvote_fill {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n .theme-light button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-light button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark).theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark) .theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark).theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n .theme-light a.o1ov2mzLxTFAFP-O4Uv8I {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark).theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark) .theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark).theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n .theme-light button._1lDGFVGU9k2mi-4kjU95Rp {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark).theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark) .theme-beta a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark).theme-beta a[role=\"button\"][target=\"_blank\"],\n .theme-light a[role=\"button\"][target=\"_blank\"] {\n background: #cad3f5 !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"]:hover,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"]:hover,\n .theme-light div[role=\"radio\"]:hover,\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"]:focus,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"]:focus,\n .theme-light div[role=\"radio\"]:focus {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"] > svg,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"] > svg,\n .theme-light div[role=\"radio\"] > svg,\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"] > svg:active,\n .theme-light div[role=\"radio\"] > svg:active {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-dark).theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-dark) .theme-beta button[role=\"checkbox\"],\n :root:not(.theme-dark).theme-beta button[role=\"checkbox\"],\n .theme-light button[role=\"checkbox\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark).theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark) .theme-beta ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark).theme-beta ._ZhON3a3vplThB8NFwuJn,\n .theme-light ._ZhON3a3vplThB8NFwuJn {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark).theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark) .theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark).theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n .theme-light img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark).theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark) .theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark).theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n .theme-light ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: #363a4f;\n }\n :root:not(.theme-dark) .theme-rpl .bg-neutral-background,\n :root:not(.theme-dark).theme-rpl .bg-neutral-background,\n :root:not(.theme-dark) .theme-beta .bg-neutral-background,\n :root:not(.theme-dark).theme-beta .bg-neutral-background,\n .theme-light .bg-neutral-background {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-community_fill,\n :root:not(.theme-dark).theme-rpl i.icon-community_fill,\n :root:not(.theme-dark) .theme-beta i.icon-community_fill,\n :root:not(.theme-dark).theme-beta i.icon-community_fill,\n .theme-light i.icon-community_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark).theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark) .theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark).theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n .theme-light div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark).theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark) .theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark).theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n .theme-light ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark).theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark) .theme-beta span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark).theme-beta span[id^=\"CommentTopMeta--Mod\"],\n .theme-light span[id^=\"CommentTopMeta--Mod\"] {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark).theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark) .theme-beta span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark).theme-beta span[id^=\"CommentTopMeta--OP\"],\n .theme-light span[id^=\"CommentTopMeta--OP\"] {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-dark).theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-dark) .theme-beta div#overlayScrollContainer > div,\n :root:not(.theme-dark).theme-beta div#overlayScrollContainer > div,\n .theme-light div#overlayScrollContainer > div {\n background: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark).theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark) .theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark).theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n .theme-light div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark).theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark) .theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark).theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n .theme-light div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark) .theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark).theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark) .theme-beta div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark).theme-beta div._1DK52RbaamLOWw5UPaht_S,\n .theme-light div._1DK52RbaamLOWw5UPaht_S {\n background: rgba(24, 25, 38, 0.8) !important;\n }\n :root:not(.theme-dark) .theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark).theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark) .theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark).theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n .theme-light div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(188deg, #f9e2af1f 1.7%, #f9e2af00 46%, rgba(0, 0, 0, 0)) !important;\n }\n :root:not(.theme-dark) .theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-dark).theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-dark) .theme-beta a[title=\"Next\"] > i,\n :root:not(.theme-dark).theme-beta a[title=\"Next\"] > i,\n .theme-light a[title=\"Next\"] > i,\n :root:not(.theme-dark) .theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-dark).theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-dark) .theme-beta a[title=\"Previous\"] > i,\n :root:not(.theme-dark).theme-beta a[title=\"Previous\"] > i,\n .theme-light a[title=\"Previous\"] > i {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark).theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark) .theme-beta div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark).theme-beta div._61i6grM3um1yuw4GrN97P,\n .theme-light div._61i6grM3um1yuw4GrN97P {\n background: rgba(24, 25, 38, 0.8) !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl input#comment_search-bar,\n :root:not(.theme-dark).theme-rpl input#comment_search-bar,\n :root:not(.theme-dark) .theme-beta input#comment_search-bar,\n :root:not(.theme-dark).theme-beta input#comment_search-bar,\n .theme-light input#comment_search-bar {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark).theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark) .theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark).theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n .theme-light ._1gVVmSnHZpkUgVShsn7-ua {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark).theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark) .theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark).theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n .theme-light .bX6SqXfzfxpv4GQbuIYVZ {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark).theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark) .theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark).theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n .theme-light div.HQ2VJViRjokXpRbJzPvvc {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark).theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark) .theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark).theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n .theme-light div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl .snoo-cls-1,\n :root:not(.theme-dark).theme-rpl .snoo-cls-1,\n :root:not(.theme-dark) .theme-beta .snoo-cls-1,\n :root:not(.theme-dark).theme-beta .snoo-cls-1,\n .theme-light .snoo-cls-1,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-2,\n :root:not(.theme-dark).theme-rpl .snoo-cls-2,\n :root:not(.theme-dark) .theme-beta .snoo-cls-2,\n :root:not(.theme-dark).theme-beta .snoo-cls-2,\n .theme-light .snoo-cls-2,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-3,\n :root:not(.theme-dark).theme-rpl .snoo-cls-3,\n :root:not(.theme-dark) .theme-beta .snoo-cls-3,\n :root:not(.theme-dark).theme-beta .snoo-cls-3,\n .theme-light .snoo-cls-3,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-6,\n :root:not(.theme-dark).theme-rpl .snoo-cls-6,\n :root:not(.theme-dark) .theme-beta .snoo-cls-6,\n :root:not(.theme-dark).theme-beta .snoo-cls-6,\n .theme-light .snoo-cls-6,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-8,\n :root:not(.theme-dark).theme-rpl .snoo-cls-8,\n :root:not(.theme-dark) .theme-beta .snoo-cls-8,\n :root:not(.theme-dark).theme-beta .snoo-cls-8,\n .theme-light .snoo-cls-8,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-9,\n :root:not(.theme-dark).theme-rpl .snoo-cls-9,\n :root:not(.theme-dark) .theme-beta .snoo-cls-9,\n :root:not(.theme-dark).theme-beta .snoo-cls-9,\n .theme-light .snoo-cls-9 {\n fill: #24273a;\n }\n :root:not(.theme-dark) .theme-rpl .snoo-cls-4,\n :root:not(.theme-dark).theme-rpl .snoo-cls-4,\n :root:not(.theme-dark) .theme-beta .snoo-cls-4,\n :root:not(.theme-dark).theme-beta .snoo-cls-4,\n .theme-light .snoo-cls-4,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-5,\n :root:not(.theme-dark).theme-rpl .snoo-cls-5,\n :root:not(.theme-dark) .theme-beta .snoo-cls-5,\n :root:not(.theme-dark).theme-beta .snoo-cls-5,\n .theme-light .snoo-cls-5,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-7,\n :root:not(.theme-dark).theme-rpl .snoo-cls-7,\n :root:not(.theme-dark) .theme-beta .snoo-cls-7,\n :root:not(.theme-dark).theme-beta .snoo-cls-7,\n .theme-light .snoo-cls-7,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-10,\n :root:not(.theme-dark).theme-rpl .snoo-cls-10,\n :root:not(.theme-dark) .theme-beta .snoo-cls-10,\n :root:not(.theme-dark).theme-beta .snoo-cls-10,\n .theme-light .snoo-cls-10,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-11,\n :root:not(.theme-dark).theme-rpl .snoo-cls-11,\n :root:not(.theme-dark) .theme-beta .snoo-cls-11,\n :root:not(.theme-dark).theme-beta .snoo-cls-11,\n .theme-light .snoo-cls-11 {\n fill: #b7bdf8;\n }\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark {\n /* BETA */\n --color-pizzaRed: #ed8796 !important;\n --color-global-brand-orangered: #f5a97f !important;\n --color-global-focus: #494d64 !important;\n --color-interactive-content-disabled: #a5adcb !important;\n --color-interactive-background-disabled: #a5adcb !important;\n --color-interactive-pressed: #9fa7c7 !important;\n --color-neutral-content: #cad3f5 !important;\n --color-neutral-content-disabled: #a5adcb !important;\n --color-neutral-content-weak: #a5adcb !important;\n --color-neutral-content-strong: #cad3f5 !important;\n --color-global-white: #cad3f5 !important;\n --color-neutral-background: #24273a !important;\n --color-neutral-background-selected: #363a4f !important;\n --color-neutral-background-weak: #1e2030 !important;\n --color-neutral-background-medium: #24273a !important;\n --color-neutral-background-strong: #1e2030 !important;\n --color-neutral-background-hover: #363a4f !important;\n --color-neutral-border: #363a4f !important;\n --color-neutral-border-medium: #363a4f !important;\n --color-neutral-border-weak: #363a4f !important;\n --color-neutral-border-strong: #5b6078 !important;\n --color-primary: #b7bdf8 !important;\n --color-primary-hover: #e5e8fd !important;\n --color-primary-visited: #b7bdf8 !important;\n --color-primary-background: #24273a !important;\n --color-primary-background-hover: #363a4f !important;\n --color-primary-background-selected: #363a4f !important;\n --color-primary-onBackground: #24273a !important;\n --color-primary-onBackground-selected: #181926 !important;\n --color-secondary: #a5adcb !important;\n --color-secondary-hover: #b8c0e0 !important;\n --color-secondary-weak: #a5adcb !important;\n --color-secondary-onBackground: #cad3f5 !important;\n --color-secondary-background: #1e2030 !important;\n --color-secondary-background-hover: #1a1c2a !important;\n --color-secondary-background-selected: #1a1c2a !important;\n --color-secondary-plain: #a5adcb !important;\n --color-secondary-plain-hover: #b8c0e0 !important;\n --color-danger-background: #ed8796 !important;\n --color-danger-background-disabled: rgba(237, 135, 150, 0.2) !important;\n --color-danger-background-hover: rgba(237, 135, 150, 0.98) !important;\n --color-danger-onBackground: #cad3f5 !important;\n --color-danger-content: #ed8796 !important;\n --color-danger-content-hover: #ec7e8e !important;\n --color-success-content: #a6da95 !important;\n --color-success-hover: #a0d78d !important;\n --color-success-onBackground: #cad3f5 !important;\n --color-success-background: #a6da95 !important;\n --color-success-background-hover: #a0d78d !important;\n --color-warning-content: #eed49f !important;\n --color-warning-content-hover: #ecd096 !important;\n --color-warning-onBackground: #24273a !important;\n --color-warning-background: #eed49f !important;\n --color-warning-background-hover: #ecd096 !important;\n --color-upvote-content: #b7bdf8 !important;\n --color-upvote-disabled: #a5adcb !important;\n --color-upvote-onBackground: #cad3f5 !important;\n --color-upvote-background: #24273a !important;\n --color-upvote-background-hover: #24273a !important;\n --color-upvote-background-disabled: #24273a !important;\n --color-downvote-content: #cad3f5 !important;\n --color-downvote-content-weak: #cad3f5 !important;\n --color-downvote-disabled: #a5adcb !important;\n --color-downvote-onBackground: #cad3f5 !important;\n --color-downvote-background: #24273a !important;\n --color-downvote-background-hover: #24273a !important;\n --color-downvote-background-disabled: #1e2030 !important;\n --color-tone-1: #cad3f5 !important;\n --color-tone-2: #a5adcb !important;\n --color-tone-3: #939ab7 !important;\n --color-tone-4: #363a4f !important;\n --color-tone-5: #494d64 !important;\n --color-tone-6: #5b6078 !important;\n --color-tone-7: #24273a !important;\n --color-avatar-gradient: #b7bdf8 !important;\n --color-transparent-background-hover: rgba(54, 58, 79, 0.3) !important;\n --color-opacity-50: rgba(36, 39, 58, 0.5) !important;\n --color-online: #b7bdf8 !important;\n --color-favorite: #b7bdf8 !important;\n --color-brand-background: #b7bdf8 !important;\n --color-brand-background-hover: #b7bdf8 !important;\n --color-global-orangered: #b7bdf8 !important;\n --color-action-upvote: #b7bdf8 !important;\n /* normal stuff */\n /* reddit chat variables */\n /* site background */\n /* PROFILE MENU */\n /* karma count */\n /* profile button karma icon */\n /* menu headers */\n /* switches, should also apply sitewide */\n /* online status */\n /* PROFILE PAGE */\n /* create avatar button */\n /* cake day and followers icon */\n /* add social links button readability tweak */\n /* profile moderation and user settings page */\n /* Beta Badge */\n /* Delete Account */\n /* Delete Account Icon */\n /* blocked, muted input */\n /* fixes profile posts not being themed */\n /* NFT AVATAR VIEWER */\n /* modal background */\n /* Tag Color */\n /* mint status */\n /* carousel background */\n /* nft card back */\n /* external links */\n /* shop for avatars button */\n /* AVATAR CREATOR */\n /* SITE HEADER */\n /* reddit logo */\n /* Post title from notification */\n /* notification icon */\n /* advertise button */\n /* reddit now notification */\n /* search scope pill text */\n /* search popup title */\n /* safe search toggle */\n /* NAVIGATION SIDEBAR */\n /* close icon */\n /* item color */\n /* navigation sidebar header color */\n /* favorites */\n /* RIGHT FRONTPAGE SIDEBAR */\n /* reddit premium icon */\n /* reddit premium try now button */\n /* recent posts thumbnail borders */\n /* POSTS */\n /* post background for card style */\n /* post options (save, comment, etc.) */\n /* post title color */\n /*\n * post op color and\n * post date color\n */\n /* nsfw flair */\n /* pinned post icon */\n /* give award icon */\n /* locked post icon */\n /* post button divider */\n /* UPVOTES/DOWNVOTES */\n /* upvote/downvote background */\n /* inactive vote text color */\n /* active upvote color */\n /* active upvote text color */\n /* hover background for both upvotes and downvotes */\n /* active downvote color */\n /* active downvote text color */\n /* REPORT MODAL */\n /* SUBREDDIT PAGES */\n /* radio buttons (flair selector, etc.) */\n /* checkboxes */\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n /* header background */\n /* subreddit image background */\n /* border between uela */\n /* follower color */\n /* default subreddit icon */\n /* online users */\n /* POST VIEWER */\n /* spoiler tags */\n /* mod comment tag */\n /* op comment tag */\n /* post overlay if you have \"open in new tab\" disabled */\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n /* gold award gradient */\n /* image gallery next/previous buttons */\n /* image gallery image count */\n /* comment search bar */\n /* tab bar below banner */\n /* MULTIREDDITS/CUSTOM FEEDS */\n /* delete custom feed button */\n /* TOOLTIPS */\n /* Recap Reddit Logo */\n }\n :root:not(.theme-light) .theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light).theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light) .theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light).theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n .theme-dark #reddit-logo circle[fill=\"#FF4500\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light).theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light) .theme-beta #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light).theme-beta #reddit-logo path[fill=\"#FFF\"],\n .theme-dark #reddit-logo path[fill=\"#FFF\"] {\n fill: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark,\n :root:not(.theme-light) .theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-light).theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-light) .theme-beta div[class^=\"subredditvars\"],\n :root:not(.theme-light).theme-beta div[class^=\"subredditvars\"],\n .theme-dark div[class^=\"subredditvars\"] {\n --color-online: #a6da95 !important;\n --newCommunityTheme-actionIcon: #a5adcb !important;\n --newCommunityTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconShaded80: #a5adcb !important;\n --newCommunityTheme-actionIconTinted80: #b8c0e0 !important;\n --newCommunityTheme-active: #b7bdf8 !important;\n --newCommunityTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeLight60: #b7bdf8 !important;\n --newCommunityTheme-activeShaded80: #b7bdf8 !important;\n --newCommunityTheme-activeShaded90: #b7bdf8 !important;\n --newCommunityTheme-activeTinted05: #cad3f5 !important;\n --newCommunityTheme-banner-backgroundColor: #b7bdf8 !important;\n --newCommunityTheme-banner-iconColor: #b7bdf8 !important;\n --newCommunityTheme-body: #1e2030 !important;\n --newCommunityTheme-bodyAlpha50: #363a4f !important;\n --newCommunityTheme-bodyAlpha70: #494d64 !important;\n --newCommunityTheme-bodyAlpha80: #5b6078 !important;\n --newCommunityTheme-bodyFade: #a5adcb !important;\n --newCommunityTheme-bodyShaded80: #1e2030 !important;\n --newCommunityTheme-bodyText: #cad3f5 !important;\n --newCommunityTheme-bodyTextAlpha03: #1e2030 !important;\n --newCommunityTheme-bodyTextAlpha20: #494d64 !important;\n --newCommunityTheme-bodyTextShaded20: #363a4f !important;\n --newCommunityTheme-bodyTextTinted20: #a5adcb !important;\n --newCommunityTheme-bodyTinted50: #8087a2 !important;\n --newCommunityTheme-bodyTinted80: #6e738d !important;\n --newCommunityTheme-button: #cad3f5 !important;\n --newCommunityTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha40: #a5adcb !important;\n --newCommunityTheme-buttonAlpha50: #b8c0e0 !important;\n --newCommunityTheme-buttonAlpha80: #b8c0e0 !important;\n --newCommunityTheme-buttonShaded80: #6e738d !important;\n --newCommunityTheme-buttonTinted20: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted50: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted80: #b7bdf8 !important;\n --newCommunityTheme-canvas: #181926 !important;\n --newCommunityTheme-checkbox: #cad3f5 !important;\n --newCommunityTheme-errorText: #ed8796 !important;\n --newCommunityTheme-field: #363a4f !important;\n --newCommunityTheme-fieldFade: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-flair: #b7bdf8 !important;\n --newCommunityTheme-highlight: #24273a !important;\n --newCommunityTheme-inactive: #a5adcb !important;\n --newCommunityTheme-lightText: #cad3f5 !important;\n --newCommunityTheme-lightTextAlpha75: #b8c0e0 !important;\n --newCommunityTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-linkText: #b7bdf8 !important;\n --newCommunityTheme-linkTextAlpha80: #b7bdf8 !important;\n --newCommunityTheme-linkTextShaded80: #b7bdf8 !important;\n --newCommunityTheme-linkTextTinted80: #b7bdf8 !important;\n --newCommunityTheme-linkTextWithBody: #b7bdf8 !important;\n --newCommunityTheme-menu: #1e2030 !important;\n --newCommunityTheme-menuActiveText: #cad3f5 !important;\n --newCommunityTheme-menuButtonBackground-active: #24273a !important;\n --newCommunityTheme-menuButtonBackground-focus: #24273a !important;\n --newCommunityTheme-menuButtonBackground-hover: #24273a !important;\n --newCommunityTheme-menuInactiveText: #cad3f5 !important;\n --newCommunityTheme-metaText: #a5adcb !important;\n --newCommunityTheme-metaTextAlpha50: #a5adcb !important;\n --newCommunityTheme-metaTextShaded80: #a5adcb !important;\n --newCommunityTheme-monospaceColor: #b7bdf8 !important;\n --newCommunityTheme-navBar-activeLink: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-backgroundColor: #1e2030 !important;\n --newCommunityTheme-navBar-hoverLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newCommunityTheme-navIcon: #cad3f5 !important;\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-nsfw: #ed8796 !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newCommunityTheme-nsfwBlocking-color: #cad3f5 !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newCommunityTheme-pageHeader: #5b6078 !important;\n --newCommunityTheme-placeholder: #363a4f !important;\n --newCommunityTheme-post: #1e2030 !important;\n --newCommunityTheme-postError: #ed8796 !important;\n --newCommunityTheme-postFlairText: #181926 !important;\n --newCommunityTheme-postIcon: #b7bdf8 !important;\n --newCommunityTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postTinted20: #24273a !important;\n --newCommunityTheme-postTransparent20: #24273a !important;\n --newCommunityTheme-primaryButtonShadedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedFifty: #6e738d !important;\n --newCommunityTheme-primaryButtonTintedSixty: #6e738d !important;\n --newCommunityTheme-quarantine: #eed49f !important;\n --newCommunityTheme-report: #494d64 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newCommunityTheme-search-syntaxHighlightColor: #24273a !important;\n --newCommunityTheme-titleText: #cad3f5 !important;\n --newCommunityTheme-upsell-appleIcon: #b8c0e0 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newCommunityTheme-voteText-base: #a5adcb !important;\n --newCommunityTheme-voteText-downvote: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newCommunityTheme-voteText-upvote: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newCommunityTheme-widgetColors-appleIcon: #6e738d !important;\n --newCommunityTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --newRedditTheme-actionIcon: #a5adcb !important;\n --newRedditTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconShaded80: #a5adcb !important;\n --newRedditTheme-actionIconTinted80: #b8c0e0 !important;\n --newRedditTheme-active: #b7bdf8 !important;\n --newRedditTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeLight60: #b7bdf8 !important;\n --newRedditTheme-activeShaded80: #b7bdf8 !important;\n --newRedditTheme-activeShaded90: #b7bdf8 !important;\n --newRedditTheme-activeTinted05: #cad3f5 !important;\n --newRedditTheme-banner-backgroundColor: #b7bdf8 !important;\n --newRedditTheme-banner-iconColor: #b7bdf8 !important;\n --newRedditTheme-body: #1e2030 !important;\n --newRedditTheme-bodyAlpha50: #363a4f !important;\n --newRedditTheme-bodyAlpha70: #494d64 !important;\n --newRedditTheme-bodyAlpha80: #5b6078 !important;\n --newRedditTheme-bodyFade: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyShaded80: #1e2030 !important;\n --newRedditTheme-bodyText: #cad3f5 !important;\n --newRedditTheme-bodyTextAlpha03: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyTextAlpha20: #494d64 !important;\n --newRedditTheme-bodyTextShaded20: #363a4f !important;\n --newRedditTheme-bodyTextTinted20: #b8c0e0 !important;\n --newRedditTheme-bodyTinted50: #6e738d !important;\n --newRedditTheme-bodyTinted80: #8087a2 !important;\n --newRedditTheme-button: #cad3f5 !important;\n --newRedditTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha40: #a5adcb !important;\n --newRedditTheme-buttonAlpha50: #b8c0e0 !important;\n --newRedditTheme-buttonAlpha80: #b8c0e0 !important;\n --newRedditTheme-buttonShaded80: #6e738d !important;\n --newRedditTheme-buttonTinted20: #b7bdf8 !important;\n --newRedditTheme-buttonTinted50: #b7bdf8 !important;\n --newRedditTheme-buttonTinted80: #b7bdf8 !important;\n --newRedditTheme-canvas: #181926 !important;\n --newRedditTheme-checkbox: #cad3f5 !important;\n --newRedditTheme-errorText: #ed8796 !important;\n --newRedditTheme-field: #24273a !important;\n --newRedditTheme-fieldFade: #1e2030 !important;\n --newRedditTheme-flair: #b7bdf8 !important;\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: #24273a !important;\n --newRedditTheme-inactive: #363a4f !important;\n --newRedditTheme-lightText: #cad3f5 !important;\n --newRedditTheme-lightTextAlpha75: #b8c0e0 !important;\n --newRedditTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n /* links */\n --newRedditTheme-linkText: #b7bdf8 !important;\n --newRedditTheme-linkTextAlpha80: #b7bdf8 !important;\n --newRedditTheme-linkTextShaded80: #b7bdf8 !important;\n --newRedditTheme-linkTextTinted80: #b7bdf8 !important;\n --newRedditTheme-linkTextWithBody: #b7bdf8 !important;\n /* menus */\n --newRedditTheme-menu: #1e2030 !important;\n --newRedditTheme-menuActiveText: #cad3f5 !important;\n --newRedditTheme-menuButtonBackground-active: #b7bdf8 !important;\n --newRedditTheme-menuButtonBackground-focus: #24273a !important;\n --newRedditTheme-menuButtonBackground-hover: #24273a !important;\n --newRedditTheme-menuInactiveText: #cad3f5 !important;\n --newRedditTheme-metaText: #a5adcb !important;\n --newRedditTheme-metaTextAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-metaTextShaded80: #b8c0e0 !important;\n --newRedditTheme-monospaceColor: #b7bdf8 !important;\n --newRedditTheme-navBar-activeLink: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-backgroundColor: #1e2030 !important;\n --newRedditTheme-navBar-hoverLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newRedditTheme-navIcon: #cad3f5 !important;\n --newRedditTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-nsfw: #ed8796 !important;\n --newRedditTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newRedditTheme-nsfwBlocking-color: #cad3f5 !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newRedditTheme-pageHeader: #363a4f !important;\n --newRedditTheme-placeholder: #494d64 !important;\n --newRedditTheme-post: #1e2030 !important;\n --newRedditTheme-postError: #ed8796 !important;\n --newRedditTheme-postFlairText: #cad3f5 !important;\n --newRedditTheme-postIcon: #b7bdf8 !important;\n --newRedditTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postTinted20: #24273a !important;\n --newRedditTheme-postTransparent20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-primaryButtonShadedEighty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedEighty: #5b6078 !important;\n --newRedditTheme-primaryButtonTintedFifty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedSixty: #494d64 !important;\n --newRedditTheme-quarantine: #eed49f !important;\n --newRedditTheme-report: #24273a !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newRedditTheme-search-syntaxHighlightColor: #24273a !important;\n --newRedditTheme-titleText: #cad3f5 !important;\n --newRedditTheme-upsell-appleIcon: #6e738d !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: #cad3f5 !important;\n --newRedditTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newRedditTheme-voteText-base: #b8c0e0 !important;\n --newRedditTheme-voteText-downvote: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newRedditTheme-voteText-upvote: #ed8796 !important;\n --newRedditTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newRedditTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newRedditTheme-widgetColors-appleIcon: #6e738d !important;\n --newRedditTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --tw-bg-opacity: #181926 !important;\n --vds-video-bg-color: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl :root,\n :root:not(.theme-light).theme-rpl :root,\n :root:not(.theme-light) .theme-beta :root,\n :root:not(.theme-light).theme-beta :root,\n .theme-dark :root {\n --activity-button-chatFilterColor: #363a4f !important;\n --activity-button-newChatFilter-activeBg: #b7bdf8 !important;\n --activity-button-newChatFilter-activeText: #24273a !important;\n --activity-button-newChatFilter-defaultBorder: #494d64 !important;\n --activity-button-newChatFilter-defaultText: #cad3f5 !important;\n --activity-button-primary: #b7bdf8 !important;\n --activity-button-secondary: #cad3f5 !important;\n --activity-buttonPrimary-color: #b7bdf8 !important;\n --activity-buttonSecondary-active: #b7bdf8 !important;\n --activity-checkbox-checked: #b7bdf8 !important;\n --activity-checkbox-checkmark: #cad3f5 !important;\n --activity-checkbox-unchecked: #24273a !important;\n --activity-checkbox-uncheckedBorder: #494d64 !important;\n --activity-icon-active: #b7bdf8 !important;\n --activity-icon-contrast: #494d64 !important;\n --activity-icon-default: #a5adcb !important;\n --activity-icon-disable: #5b6078 !important;\n --activity-icon-hover: #5b6078 !important;\n --activity-icon-nsfw-bg: #24273a !important;\n --activity-icon-nsfw-text: #cad3f5 !important;\n --activity-icon-subIcon-backgroundColor: #cad3f5 !important;\n --activity-icon-toaster: #181926 !important;\n --activity-input-background: rgba(24, 25, 38, 0.8) !important;\n --activity-input-border: #494d64 !important;\n --activity-input-channelRename: #a5adcb !important;\n --activity-input-color: #b8c0e0 !important;\n --activity-input-error: #ed8796 !important;\n --activity-input-focusBg: #a6da95 !important;\n --activity-input-focusColor: #cad3f5 !important;\n --activity-input-ownerBg: #363a4f !important;\n --activity-link-hoverText: #ed8796 !important;\n --activity-link-staticText: #b7bdf8 !important;\n --activity-link-staticUnderline: #b7bdf8 !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: #1e2030 !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: #b7bdf8 !important;\n --activity-minimizedPortal-color-unreadFinal: #cad3f5 !important;\n --activity-minimizedPortal-color-unreadInitial: #cad3f5 !important;\n --activity-send-disable: #363a4f !important;\n --activity-send-hover: #b7bdf8 !important;\n --activity-text-active: #b7bdf8 !important;\n --activity-text-fade: #a5adcb !important;\n --activity-text-highlight: #cad3f5 !important;\n --activity-text-light: #a5adcb !important;\n --activity-text-meta: #a5adcb !important;\n --activity-text-regular: #cad3f5 !important;\n --activity-text-success: #a6da95 !important;\n --activity-text-tutorial: #f4dbd6 !important;\n --activity-text-warning: #ed8796 !important;\n --addReaction-backgroundColor: #363a4f !important;\n --addReaction-iconFill: #494d64 !important;\n --boxShadow: rgba(24, 25, 38, 0.8) !important;\n --bubble-border: rgba(73, 77, 100, 0.7) !important;\n --bubble-channelsFilter-background: #181926 !important;\n --bubble-channelsFilter-selected: #6e738d !important;\n --bubble-color: #cad3f5 !important;\n --bubble-link-color: #b7bdf8 !important;\n --bubbleActions-hover: #363a4f !important;\n --editName: #494d64 !important;\n --layout-body: #1e2030 !important;\n --layout-colsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-controlsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-dropdown-border: rgba(73, 77, 100, 0.7) !important;\n --layout-header-counterBg: #ed8796 !important;\n --layout-header-counterText: #cad3f5 !important;\n --layout-overlayBackground: rgba(24, 25, 38, 0.8) !important;\n --layout-overlayReportFlow: rgba(24, 25, 38, 0.8) !important;\n --layout-scrollbar: #cad3f5 !important;\n --layout-scrollbarHover: #b7bdf8 !important;\n --layout-timeStamp-tooltip-background: #363a4f !important;\n --message-list-item-button: #494d64 !important;\n --message-list-item-onlineIndicator: #a6da95 !important;\n --message-list-item-ownerBg: #494d64 !important;\n --message-list-item-richItem: #6e738d !important;\n --message-list-item-richItemBorder: rgba(73, 77, 100, 0.7) !important;\n --message-list-item-white: #cad3f5 !important;\n --modal-buttonsBackground: #cad3f5 !important;\n --modal-primaryButtonWarning: #ed8796 !important;\n --modal-secondaryButton: #cad3f5 !important;\n --newChat-inviteLink-borderColor: rgba(73, 77, 100, 0.7) !important;\n --overlay-backgroundColor: #1e2030 !important;\n --overlay-headerColor: #cad3f5 !important;\n --overlay-inputBackground: #181926 !important;\n --overlay-searchBarBackground: #1e2030 !important;\n --prompt-tooltip-background: #b7bdf8 !important;\n --searchBar-backgroundColor: #1e2030 !important;\n --settings-color: #a5adcb !important;\n --settings-dropdownItemHoverBackground: #181926 !important;\n --settings-panelBackground: #181926 !important;\n --settings-panelItemHoverBackground: #363a4f !important;\n --settings-panelItemSelectedBackground: #494d64 !important;\n --sidebar-background: rgba(73, 77, 100, 0.7) !important;\n --sidebar-basic-background-active: #b7bdf8 !important;\n --sidebar-basic-background-hover: #1e2030 !important;\n --sidebar-footer-background: #181926 !important;\n --sidebar-item-active: #494d64 !important;\n --sidebar-item-hover: #363a4f !important;\n --sidebar-item-selected: #5b6078 !important;\n --sidebar-item-text-active: #cad3f5 !important;\n --sidebar-subreddit-background-active: #b7bdf8 !important;\n --sidebar-subreddit-background-hover: #494d64 !important;\n --sidebar-text-divider: #494d64 !important;\n --skeleton-field: #5b6078 !important;\n --skeleton-inactive: #363a4f !important;\n --subreddit-iconBg: #b7bdf8 !important;\n --toast-error: #ed8796 !important;\n --toast-pending: #181926 !important;\n --toast-success: #a6da95 !important;\n --uploads-progress-background: #a5adcb !important;\n --uploads-progress-bar: #b7bdf8 !important;\n --videoModal-button-background: #cad3f5 !important;\n --videoModal-button-color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl ::placeholder,\n :root:not(.theme-light).theme-rpl ::placeholder,\n :root:not(.theme-light) .theme-beta ::placeholder,\n :root:not(.theme-light).theme-beta ::placeholder,\n .theme-dark ::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light).theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light) .theme-beta div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light).theme-beta div.ListingLayout-backgroundContainer::before,\n .theme-dark div.ListingLayout-backgroundContainer::before {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light).theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light) .theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light).theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n .theme-dark span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-karma_fill,\n :root:not(.theme-light).theme-rpl i.icon-karma_fill,\n :root:not(.theme-light) .theme-beta i.icon-karma_fill,\n :root:not(.theme-light).theme-beta i.icon-karma_fill,\n .theme-dark i.icon-karma_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light).theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light) .theme-beta div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light).theme-beta div[role=\"menu\"] > div > div > span > span,\n .theme-dark div[role=\"menu\"] > div > div > span > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light).theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light) .theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light).theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n .theme-dark button[role=\"switch\"][aria-checked=\"false\"] {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-light).theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-light) .theme-beta button[role=\"switch\"] > div,\n :root:not(.theme-light).theme-beta button[role=\"switch\"] > div,\n .theme-dark button[role=\"switch\"] > div {\n background: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light).theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light) .theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light).theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n .theme-dark ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light).theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light) .theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light).theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n .theme-dark ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light).theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light) .theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light).theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n .theme-dark button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light).theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light) .theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light).theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n .theme-dark button._3F1tNW0P4Ff182mO_CefIg > i {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-cake_fill,\n :root:not(.theme-light).theme-rpl i.icon-cake_fill,\n :root:not(.theme-light) .theme-beta i.icon-cake_fill,\n :root:not(.theme-light).theme-beta i.icon-cake_fill,\n .theme-dark i.icon-cake_fill,\n :root:not(.theme-light) .theme-rpl i.icon-user_fill,\n :root:not(.theme-light).theme-rpl i.icon-user_fill,\n :root:not(.theme-light) .theme-beta i.icon-user_fill,\n :root:not(.theme-light).theme-beta i.icon-user_fill,\n .theme-dark i.icon-user_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n .theme-dark div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light).theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light) .theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light).theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n .theme-dark div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light) .theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n .theme-dark li._3hew1NnzwygOKDNQDKp6R4 {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light).theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light) .theme-beta div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light).theme-beta div._1VP69d9lk-Wk9zokOaylL,\n .theme-dark div._1VP69d9lk-Wk9zokOaylL {\n --background: #24273a !important;\n --canvas: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light).theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light) .theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light).theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n .theme-dark span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light).theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light) .theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light).theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n .theme-dark button.EBd2MhBQlQeZ13YeP0K8a {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light).theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light) .theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light).theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n .theme-dark svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light).theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light) .theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light).theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n .theme-dark input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div.scrollerItem > div,\n :root:not(.theme-light).theme-rpl div.scrollerItem > div,\n :root:not(.theme-light) .theme-beta div.scrollerItem > div,\n :root:not(.theme-light).theme-beta div.scrollerItem > div,\n .theme-dark div.scrollerItem > div,\n :root:not(.theme-light) .theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-light).theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-light) .theme-beta div[data-testid=\"post-container\"],\n :root:not(.theme-light).theme-beta div[data-testid=\"post-container\"],\n .theme-dark div[data-testid=\"post-container\"],\n :root:not(.theme-light) .theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light).theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light) .theme-beta div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light).theme-beta div[style=\"background:#1A1A1B\"],\n .theme-dark div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light) .theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light).theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light) .theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light).theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n .theme-dark div._2otRz3OtuWajw1RleFDJ5P {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-light).theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-light) .theme-beta div._productDetails_7kbcu_53,\n :root:not(.theme-light).theme-beta div._productDetails_7kbcu_53,\n .theme-dark div._productDetails_7kbcu_53 {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl .RESUserTagImage::after,\n :root:not(.theme-light).theme-rpl .RESUserTagImage::after,\n :root:not(.theme-light) .theme-beta .RESUserTagImage::after,\n :root:not(.theme-light).theme-beta .RESUserTagImage::after,\n .theme-dark .RESUserTagImage::after {\n color: #b7bdf8;\n }\n :root:not(.theme-light) .theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-light).theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-light) .theme-beta div._mintStatus_7kbcu_264,\n :root:not(.theme-light).theme-beta div._mintStatus_7kbcu_264,\n .theme-dark div._mintStatus_7kbcu_264 {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-light).theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-light) .theme-beta div._carousel_7kbcu_45,\n :root:not(.theme-light).theme-beta div._carousel_7kbcu_45,\n .theme-dark div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, #24273a 16.42%, #8aadf4 100%);\n }\n :root:not(.theme-light) .theme-rpl div._card_1ooes_1,\n :root:not(.theme-light).theme-rpl div._card_1ooes_1,\n :root:not(.theme-light) .theme-beta div._card_1ooes_1,\n :root:not(.theme-light).theme-beta div._card_1ooes_1,\n .theme-dark div._card_1ooes_1 {\n background: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1,\n .theme-dark ol._container_1t62i_1 {\n border-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1 > li,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1 > li,\n .theme-dark ol._container_1t62i_1 > li {\n border-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1 > li > div,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1 > li > div,\n .theme-dark ol._container_1t62i_1 > li > div {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-light).theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-light) .theme-beta div.MuiMobileStepper-dot,\n :root:not(.theme-light).theme-beta div.MuiMobileStepper-dot,\n .theme-dark div.MuiMobileStepper-dot {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-light).theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-light) .theme-beta div.MuiMobileStepper-dotActive,\n :root:not(.theme-light).theme-beta div.MuiMobileStepper-dotActive,\n .theme-dark div.MuiMobileStepper-dotActive {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light).theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light) .theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light).theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n .theme-dark div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light) .theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-light).theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-light) .theme-beta div._cardAuthor_7kbcu_79,\n :root:not(.theme-light).theme-beta div._cardAuthor_7kbcu_79,\n .theme-dark div._cardAuthor_7kbcu_79 {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div._container_oikih_1,\n :root:not(.theme-light).theme-rpl div._container_oikih_1,\n :root:not(.theme-light) .theme-beta div._container_oikih_1,\n :root:not(.theme-light).theme-beta div._container_oikih_1,\n .theme-dark div._container_oikih_1 {\n background: #181926 !important;\n border-color: #494d64 !important;\n }\n :root:not(.theme-light) .theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-light).theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-light) .theme-beta a._pill_7kbcu_280,\n :root:not(.theme-light).theme-beta a._pill_7kbcu_280,\n .theme-dark a._pill_7kbcu_280 {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light).theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light) .theme-beta button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light).theme-beta button._shopForMoreButton_7kbcu_125,\n .theme-dark button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-light).theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-light) .theme-beta div._wrapper_1upjl_7,\n :root:not(.theme-light).theme-beta div._wrapper_1upjl_7,\n .theme-dark div._wrapper_1upjl_7 {\n background: #24273a !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n .theme-dark a[aria-label=\"Home\"] > svg > g > circle {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n .theme-dark a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n .theme-dark a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light).theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light) .theme-beta h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light).theme-beta h1._eYtD2XCVieq6emjKBH3m,\n .theme-dark h1._eYtD2XCVieq6emjKBH3m {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light).theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light) .theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light).theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n .theme-dark button[aria-label=\"Open notifications inbox\"] > div > span {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n .theme-dark #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n .theme-dark #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-light).theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-light) .theme-beta a[href=\"/now\"] > div,\n :root:not(.theme-light).theme-beta a[href=\"/now\"] > div,\n .theme-dark a[href=\"/now\"] > div {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light).theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light) .theme-beta div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light).theme-beta div[data-testid=\"search-scope-pill-text\"],\n .theme-dark div[data-testid=\"search-scope-pill-text\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light).theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light) .theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light).theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n .theme-dark div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light).theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light) .theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light).theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n .theme-dark button#safe-search-toggle[aria-checked=\"true\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-close,\n :root:not(.theme-light).theme-rpl i.icon-close,\n :root:not(.theme-light) .theme-beta i.icon-close,\n :root:not(.theme-light).theme-beta i.icon-close,\n .theme-dark i.icon-close {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-light).theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-light) .theme-beta a[role=\"menuitem\"],\n :root:not(.theme-light).theme-beta a[role=\"menuitem\"],\n .theme-dark a[role=\"menuitem\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light).theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light) .theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light).theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n .theme-dark div[role=\"menu\"] > div[role=\"heading\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-light).theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-light) .theme-beta a[role=\"menuitem\"]:hover,\n :root:not(.theme-light).theme-beta a[role=\"menuitem\"]:hover,\n .theme-dark a[role=\"menuitem\"]:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-star_fill,\n :root:not(.theme-light).theme-rpl i.icon-star_fill,\n :root:not(.theme-light) .theme-beta i.icon-star_fill,\n :root:not(.theme-light).theme-beta i.icon-star_fill,\n .theme-dark i.icon-star_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-star,\n :root:not(.theme-light).theme-rpl i.icon-star,\n :root:not(.theme-light) .theme-beta i.icon-star,\n :root:not(.theme-light).theme-beta i.icon-star,\n .theme-dark i.icon-star {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-premium_fill,\n :root:not(.theme-light).theme-rpl i.icon-premium_fill,\n :root:not(.theme-light) .theme-beta i.icon-premium_fill,\n :root:not(.theme-light).theme-beta i.icon-premium_fill,\n .theme-dark i.icon-premium_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light).theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light) .theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light).theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n .theme-dark button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light).theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light) .theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light).theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n .theme-dark div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"background\"],\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"background\"],\n .theme-dark div[data-adclicklocation=\"background\"] {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light).theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light) .theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light).theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n .theme-dark div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light) .theme-rpl i.icon-comment,\n :root:not(.theme-light).theme-rpl i.icon-comment,\n :root:not(.theme-light) .theme-beta i.icon-comment,\n :root:not(.theme-light).theme-beta i.icon-comment,\n .theme-dark i.icon-comment,\n :root:not(.theme-light) .theme-rpl i.icon-share,\n :root:not(.theme-light).theme-rpl i.icon-share,\n :root:not(.theme-light) .theme-beta i.icon-share,\n :root:not(.theme-light).theme-beta i.icon-share,\n .theme-dark i.icon-share,\n :root:not(.theme-light) .theme-rpl i.icon-save,\n :root:not(.theme-light).theme-rpl i.icon-save,\n :root:not(.theme-light) .theme-beta i.icon-save,\n :root:not(.theme-light).theme-beta i.icon-save,\n .theme-dark i.icon-save,\n :root:not(.theme-light) .theme-rpl i.icon-expand,\n :root:not(.theme-light).theme-rpl i.icon-expand,\n :root:not(.theme-light) .theme-beta i.icon-expand,\n :root:not(.theme-light).theme-beta i.icon-expand,\n .theme-dark i.icon-expand,\n :root:not(.theme-light) .theme-rpl i.icon-collapse,\n :root:not(.theme-light).theme-rpl i.icon-collapse,\n :root:not(.theme-light) .theme-beta i.icon-collapse,\n :root:not(.theme-light).theme-beta i.icon-collapse,\n .theme-dark i.icon-collapse,\n :root:not(.theme-light) .theme-rpl i.icon-text_post,\n :root:not(.theme-light).theme-rpl i.icon-text_post,\n :root:not(.theme-light) .theme-beta i.icon-text_post,\n :root:not(.theme-light).theme-beta i.icon-text_post,\n .theme-dark i.icon-text_post,\n :root:not(.theme-light) .theme-rpl i.icon-image_post,\n :root:not(.theme-light).theme-rpl i.icon-image_post,\n :root:not(.theme-light) .theme-beta i.icon-image_post,\n :root:not(.theme-light).theme-beta i.icon-image_post,\n .theme-dark i.icon-image_post,\n :root:not(.theme-light) .theme-rpl i.icon-media_gallery,\n :root:not(.theme-light).theme-rpl i.icon-media_gallery,\n :root:not(.theme-light) .theme-beta i.icon-media_gallery,\n :root:not(.theme-light).theme-beta i.icon-media_gallery,\n .theme-dark i.icon-media_gallery,\n :root:not(.theme-light) .theme-rpl i.icon-video_post,\n :root:not(.theme-light).theme-rpl i.icon-video_post,\n :root:not(.theme-light) .theme-beta i.icon-video_post,\n :root:not(.theme-light).theme-beta i.icon-video_post,\n .theme-dark i.icon-video_post,\n :root:not(.theme-light) .theme-rpl i.icon-gif_post,\n :root:not(.theme-light).theme-rpl i.icon-gif_post,\n :root:not(.theme-light) .theme-beta i.icon-gif_post,\n :root:not(.theme-light).theme-beta i.icon-gif_post,\n .theme-dark i.icon-gif_post,\n :root:not(.theme-light) .theme-rpl i.icon-embed,\n :root:not(.theme-light).theme-rpl i.icon-embed,\n :root:not(.theme-light) .theme-beta i.icon-embed,\n :root:not(.theme-light).theme-beta i.icon-embed,\n .theme-dark i.icon-embed,\n :root:not(.theme-light) .theme-rpl i.icon-external_link,\n :root:not(.theme-light).theme-rpl i.icon-external_link,\n :root:not(.theme-light) .theme-beta i.icon-external_link,\n :root:not(.theme-light).theme-beta i.icon-external_link,\n .theme-dark i.icon-external_link,\n :root:not(.theme-light) .theme-rpl i.icon-poll_post,\n :root:not(.theme-light).theme-rpl i.icon-poll_post,\n :root:not(.theme-light) .theme-beta i.icon-poll_post,\n :root:not(.theme-light).theme-beta i.icon-poll_post,\n .theme-dark i.icon-poll_post {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n .theme-dark div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n .theme-dark div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n .theme-dark div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light) .theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-light).theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-light) .theme-beta a[data-testid=\"post_author_link\"],\n :root:not(.theme-light).theme-beta a[data-testid=\"post_author_link\"],\n .theme-dark a[data-testid=\"post_author_link\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light).theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light) .theme-beta span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light).theme-beta span._1wzhGvvafQFOWAyA157okr,\n .theme-dark span._1wzhGvvafQFOWAyA157okr {\n border-color: #ed8796 !important;\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-pin_fill,\n :root:not(.theme-light).theme-rpl i.icon-pin_fill,\n :root:not(.theme-light) .theme-beta i.icon-pin_fill,\n :root:not(.theme-light).theme-beta i.icon-pin_fill,\n .theme-dark i.icon-pin_fill {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-award,\n :root:not(.theme-light).theme-rpl i.icon-award,\n :root:not(.theme-light) .theme-beta i.icon-award,\n :root:not(.theme-light).theme-beta i.icon-award,\n .theme-dark i.icon-award {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-archived_fill,\n :root:not(.theme-light).theme-rpl i.icon-archived_fill,\n :root:not(.theme-light) .theme-beta i.icon-archived_fill,\n :root:not(.theme-light).theme-beta i.icon-archived_fill,\n .theme-dark i.icon-archived_fill,\n :root:not(.theme-light) .theme-rpl i.icon-lock_fill,\n :root:not(.theme-light).theme-rpl i.icon-lock_fill,\n :root:not(.theme-light) .theme-beta i.icon-lock_fill,\n :root:not(.theme-light).theme-beta i.icon-lock_fill,\n .theme-dark i.icon-lock_fill {\n color: #eed49f !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light).theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light) .theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light).theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n .theme-dark div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: #494d64 !important;\n }\n :root:not(.theme-light) .theme-rpl div.Post,\n :root:not(.theme-light).theme-rpl div.Post,\n :root:not(.theme-light) .theme-beta div.Post,\n :root:not(.theme-light).theme-beta div.Post,\n .theme-dark div.Post,\n :root:not(.theme-light) .theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-light).theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-light) .theme-beta div[data-click-id=\"media\"],\n :root:not(.theme-light).theme-beta div[data-click-id=\"media\"],\n .theme-dark div[data-click-id=\"media\"] {\n background: #1e2030 !important;\n fill: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light).theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light) .theme-beta div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light).theme-beta div[id^=\"vote-arrows\"] > div,\n .theme-dark div[id^=\"vote-arrows\"] > div {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-upvote_fill,\n :root:not(.theme-light).theme-rpl i.icon-upvote_fill,\n :root:not(.theme-light) .theme-beta i.icon-upvote_fill,\n :root:not(.theme-light).theme-beta i.icon-upvote_fill,\n .theme-dark i.icon-upvote_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-dark button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n .theme-dark button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n .theme-dark button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl .icon-downvote_fill,\n :root:not(.theme-light).theme-rpl .icon-downvote_fill,\n :root:not(.theme-light) .theme-beta .icon-downvote_fill,\n :root:not(.theme-light).theme-beta .icon-downvote_fill,\n .theme-dark .icon-downvote_fill {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n .theme-dark button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-dark button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light).theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light) .theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light).theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n .theme-dark a.o1ov2mzLxTFAFP-O4Uv8I {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light).theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light) .theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light).theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n .theme-dark button._1lDGFVGU9k2mi-4kjU95Rp {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light).theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light) .theme-beta a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light).theme-beta a[role=\"button\"][target=\"_blank\"],\n .theme-dark a[role=\"button\"][target=\"_blank\"] {\n background: #cad3f5 !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"]:hover,\n :root:not(.theme-light).theme-beta div[role=\"radio\"]:hover,\n .theme-dark div[role=\"radio\"]:hover,\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"]:focus,\n :root:not(.theme-light).theme-beta div[role=\"radio\"]:focus,\n .theme-dark div[role=\"radio\"]:focus {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"] > svg,\n :root:not(.theme-light).theme-beta div[role=\"radio\"] > svg,\n .theme-dark div[role=\"radio\"] > svg,\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"] > svg:active,\n :root:not(.theme-light).theme-beta div[role=\"radio\"] > svg:active,\n .theme-dark div[role=\"radio\"] > svg:active {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-light).theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-light) .theme-beta button[role=\"checkbox\"],\n :root:not(.theme-light).theme-beta button[role=\"checkbox\"],\n .theme-dark button[role=\"checkbox\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light).theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light) .theme-beta ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light).theme-beta ._ZhON3a3vplThB8NFwuJn,\n .theme-dark ._ZhON3a3vplThB8NFwuJn {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light).theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light) .theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light).theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n .theme-dark img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light).theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light) .theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light).theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n .theme-dark ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: #363a4f;\n }\n :root:not(.theme-light) .theme-rpl .bg-neutral-background,\n :root:not(.theme-light).theme-rpl .bg-neutral-background,\n :root:not(.theme-light) .theme-beta .bg-neutral-background,\n :root:not(.theme-light).theme-beta .bg-neutral-background,\n .theme-dark .bg-neutral-background {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-community_fill,\n :root:not(.theme-light).theme-rpl i.icon-community_fill,\n :root:not(.theme-light) .theme-beta i.icon-community_fill,\n :root:not(.theme-light).theme-beta i.icon-community_fill,\n .theme-dark i.icon-community_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light).theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light) .theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light).theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n .theme-dark div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light).theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light) .theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light).theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n .theme-dark ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light).theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light) .theme-beta span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light).theme-beta span[id^=\"CommentTopMeta--Mod\"],\n .theme-dark span[id^=\"CommentTopMeta--Mod\"] {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light).theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light) .theme-beta span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light).theme-beta span[id^=\"CommentTopMeta--OP\"],\n .theme-dark span[id^=\"CommentTopMeta--OP\"] {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-light).theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-light) .theme-beta div#overlayScrollContainer > div,\n :root:not(.theme-light).theme-beta div#overlayScrollContainer > div,\n .theme-dark div#overlayScrollContainer > div {\n background: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light).theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light) .theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light).theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n .theme-dark div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light).theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light) .theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light).theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n .theme-dark div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light) .theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light).theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light) .theme-beta div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light).theme-beta div._1DK52RbaamLOWw5UPaht_S,\n .theme-dark div._1DK52RbaamLOWw5UPaht_S {\n background: rgba(24, 25, 38, 0.8) !important;\n }\n :root:not(.theme-light) .theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light).theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light) .theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light).theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n .theme-dark div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(188deg, #f9e2af1f 1.7%, #f9e2af00 46%, rgba(0, 0, 0, 0)) !important;\n }\n :root:not(.theme-light) .theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-light).theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-light) .theme-beta a[title=\"Next\"] > i,\n :root:not(.theme-light).theme-beta a[title=\"Next\"] > i,\n .theme-dark a[title=\"Next\"] > i,\n :root:not(.theme-light) .theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-light).theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-light) .theme-beta a[title=\"Previous\"] > i,\n :root:not(.theme-light).theme-beta a[title=\"Previous\"] > i,\n .theme-dark a[title=\"Previous\"] > i {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light).theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light) .theme-beta div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light).theme-beta div._61i6grM3um1yuw4GrN97P,\n .theme-dark div._61i6grM3um1yuw4GrN97P {\n background: rgba(24, 25, 38, 0.8) !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl input#comment_search-bar,\n :root:not(.theme-light).theme-rpl input#comment_search-bar,\n :root:not(.theme-light) .theme-beta input#comment_search-bar,\n :root:not(.theme-light).theme-beta input#comment_search-bar,\n .theme-dark input#comment_search-bar {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light).theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light) .theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light).theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n .theme-dark ._1gVVmSnHZpkUgVShsn7-ua {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light).theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light) .theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light).theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n .theme-dark .bX6SqXfzfxpv4GQbuIYVZ {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light).theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light) .theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light).theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n .theme-dark div.HQ2VJViRjokXpRbJzPvvc {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light).theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light) .theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light).theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n .theme-dark div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl .snoo-cls-1,\n :root:not(.theme-light).theme-rpl .snoo-cls-1,\n :root:not(.theme-light) .theme-beta .snoo-cls-1,\n :root:not(.theme-light).theme-beta .snoo-cls-1,\n .theme-dark .snoo-cls-1,\n :root:not(.theme-light) .theme-rpl .snoo-cls-2,\n :root:not(.theme-light).theme-rpl .snoo-cls-2,\n :root:not(.theme-light) .theme-beta .snoo-cls-2,\n :root:not(.theme-light).theme-beta .snoo-cls-2,\n .theme-dark .snoo-cls-2,\n :root:not(.theme-light) .theme-rpl .snoo-cls-3,\n :root:not(.theme-light).theme-rpl .snoo-cls-3,\n :root:not(.theme-light) .theme-beta .snoo-cls-3,\n :root:not(.theme-light).theme-beta .snoo-cls-3,\n .theme-dark .snoo-cls-3,\n :root:not(.theme-light) .theme-rpl .snoo-cls-6,\n :root:not(.theme-light).theme-rpl .snoo-cls-6,\n :root:not(.theme-light) .theme-beta .snoo-cls-6,\n :root:not(.theme-light).theme-beta .snoo-cls-6,\n .theme-dark .snoo-cls-6,\n :root:not(.theme-light) .theme-rpl .snoo-cls-8,\n :root:not(.theme-light).theme-rpl .snoo-cls-8,\n :root:not(.theme-light) .theme-beta .snoo-cls-8,\n :root:not(.theme-light).theme-beta .snoo-cls-8,\n .theme-dark .snoo-cls-8,\n :root:not(.theme-light) .theme-rpl .snoo-cls-9,\n :root:not(.theme-light).theme-rpl .snoo-cls-9,\n :root:not(.theme-light) .theme-beta .snoo-cls-9,\n :root:not(.theme-light).theme-beta .snoo-cls-9,\n .theme-dark .snoo-cls-9 {\n fill: #24273a;\n }\n :root:not(.theme-light) .theme-rpl .snoo-cls-4,\n :root:not(.theme-light).theme-rpl .snoo-cls-4,\n :root:not(.theme-light) .theme-beta .snoo-cls-4,\n :root:not(.theme-light).theme-beta .snoo-cls-4,\n .theme-dark .snoo-cls-4,\n :root:not(.theme-light) .theme-rpl .snoo-cls-5,\n :root:not(.theme-light).theme-rpl .snoo-cls-5,\n :root:not(.theme-light) .theme-beta .snoo-cls-5,\n :root:not(.theme-light).theme-beta .snoo-cls-5,\n .theme-dark .snoo-cls-5,\n :root:not(.theme-light) .theme-rpl .snoo-cls-7,\n :root:not(.theme-light).theme-rpl .snoo-cls-7,\n :root:not(.theme-light) .theme-beta .snoo-cls-7,\n :root:not(.theme-light).theme-beta .snoo-cls-7,\n .theme-dark .snoo-cls-7,\n :root:not(.theme-light) .theme-rpl .snoo-cls-10,\n :root:not(.theme-light).theme-rpl .snoo-cls-10,\n :root:not(.theme-light) .theme-beta .snoo-cls-10,\n :root:not(.theme-light).theme-beta .snoo-cls-10,\n .theme-dark .snoo-cls-10,\n :root:not(.theme-light) .theme-rpl .snoo-cls-11,\n :root:not(.theme-light).theme-rpl .snoo-cls-11,\n :root:not(.theme-light) .theme-beta .snoo-cls-11,\n :root:not(.theme-light).theme-beta .snoo-cls-11,\n .theme-dark .snoo-cls-11 {\n fill: #b7bdf8;\n }", - "start": 1036, + "code": ":root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light {\n color-scheme: dark;\n /* BETA */\n --color-pizzaRed: #ed8796 !important;\n --color-global-brand-orangered: #f5a97f !important;\n --color-global-focus: #494d64 !important;\n --color-interactive-content-disabled: #a5adcb !important;\n --color-interactive-background-disabled: rgba(91, 96, 120, 0.7) !important;\n --color-interactive-pressed: #5b6078 !important;\n --color-neutral-content: #cad3f5 !important;\n --color-neutral-content-disabled: #a5adcb !important;\n --color-neutral-content-weak: #a5adcb !important;\n --color-neutral-content-strong: #cad3f5 !important;\n --color-global-white: #181926 !important;\n --color-neutral-background: #24273a !important;\n --color-neutral-background-selected: #363a4f !important;\n --color-neutral-background-weak: #1e2030 !important;\n --color-neutral-background-medium: #24273a !important;\n --color-neutral-background-strong: #181926 !important;\n --color-neutral-background-hover: #363a4f !important;\n --color-neutral-border: #363a4f !important;\n --color-neutral-border-medium: #363a4f !important;\n --color-neutral-border-weak: #363a4f !important;\n --color-neutral-border-strong: #5b6078 !important;\n --color-primary: #b7bdf8 !important;\n --color-primary-hover: #e5e8fd !important;\n --color-primary-visited: #b7bdf8 !important;\n --color-primary-background: #b7bdf8 !important;\n --color-primary-background-hover: #a0a8f6 !important;\n --color-primary-background-selected: #a0a8f6 !important;\n --color-primary-onBackground: #24273a !important;\n --color-primary-onBackground-selected: #181926 !important;\n --color-secondary: #a5adcb !important;\n --color-secondary-hover: #b8c0e0 !important;\n --color-secondary-weak: #a5adcb !important;\n --color-secondary-onBackground: #cad3f5 !important;\n --color-secondary-background: #1e2030 !important;\n --color-secondary-background-hover: #494d64 !important;\n --color-secondary-background-selected: #494d64 !important;\n --color-secondary-plain: #a5adcb !important;\n --color-secondary-plain-hover: #b8c0e0 !important;\n --color-danger-background: #ed8796 !important;\n --color-danger-background-disabled: rgba(237, 135, 150, 0.2) !important;\n --color-danger-background-hover: rgba(237, 135, 150, 0.98) !important;\n --color-danger-onBackground: #cad3f5 !important;\n --color-danger-content: #ed8796 !important;\n --color-danger-content-default: #181926;\n --color-danger-content-hover: #ec7e8e !important;\n --color-success-content: #a6da95 !important;\n --color-success-hover: #a0d78d !important;\n --color-success-onBackground: #181926;\n --color-success-background: #a6da95 !important;\n --color-success-background-hover: #a0d78d !important;\n --color-warning-content: #eed49f !important;\n --color-warning-content-hover: #ecd096 !important;\n --color-warning-onBackground: #24273a !important;\n --color-warning-background: #eed49f !important;\n --color-warning-background-hover: #ecd096 !important;\n --color-upvote-content: #b7bdf8 !important;\n --color-upvote-disabled: #a5adcb !important;\n --color-upvote-onBackground: #cad3f5 !important;\n --color-upvote-background: #24273a !important;\n --color-upvote-background-hover: #a0a8f6 !important;\n --color-upvote-background-disabled: #24273a !important;\n --color-downvote-content: #cad3f5 !important;\n --color-downvote-content-weak: #cad3f5 !important;\n --color-downvote-disabled: #a5adcb !important;\n --color-downvote-onBackground: #cad3f5 !important;\n --color-downvote-background: #24273a !important;\n --color-downvote-background-hover: #739df2 !important;\n --color-downvote-background-disabled: #1e2030 !important;\n --color-tone-1: #cad3f5 !important;\n --color-tone-2: #a5adcb !important;\n --color-tone-3: #939ab7 !important;\n --color-tone-4: #363a4f !important;\n --color-tone-5: #494d64 !important;\n --color-tone-6: #5b6078 !important;\n --color-tone-7: #24273a !important;\n --color-avatar-gradient: #b7bdf8 !important;\n --color-transparent-background-hover: rgba(54, 58, 79, 0.3) !important;\n --color-opacity-50: rgba(36, 39, 58, 0.5) !important;\n --color-online: #b7bdf8 !important;\n --color-favorite: #b7bdf8 !important;\n --color-brand-background: #b7bdf8 !important;\n --color-brand-background-hover: #a0a8f6 !important;\n --color-global-orangered: #b7bdf8 !important;\n --color-action-upvote: #b7bdf8 !important;\n --color-action-downvote: #8aadf4;\n --shreddit-color-wordmark: #b7bdf8;\n /* normal stuff */\n /* reddit chat variables */\n /* site background */\n /* PROFILE MENU */\n /* karma count */\n /* profile button karma icon */\n /* menu headers */\n /* switches, should also apply sitewide */\n /* online status */\n /* PROFILE PAGE */\n /* create avatar button */\n /* cake day and followers icon */\n /* add social links button readability tweak */\n /* profile moderation and user settings page */\n /* Beta Badge */\n /* Delete Account */\n /* Delete Account Icon */\n /* blocked, muted input */\n /* fixes profile posts not being themed */\n /* NFT AVATAR VIEWER */\n /* modal background */\n /* Tag Color */\n /* mint status */\n /* carousel background */\n /* nft card back */\n /* external links */\n /* shop for avatars button */\n /* AVATAR CREATOR */\n /* SITE HEADER */\n /* reddit logo */\n /* Post title from notification */\n /* notification icon */\n /* advertise button */\n /* reddit now notification */\n /* search scope pill text */\n /* search popup title */\n /* safe search toggle */\n /* NAVIGATION SIDEBAR */\n /* close icon */\n /* item color */\n /* navigation sidebar header color */\n /* favorites */\n /* RIGHT FRONTPAGE SIDEBAR */\n /* reddit premium icon */\n /* reddit premium try now button */\n /* recent posts thumbnail borders */\n /* POSTS */\n /* post background for card style */\n /* post options (save, comment, etc.) */\n /* post title color */\n /*\n * post op color and\n * post date color\n */\n /* nsfw flair */\n /* pinned post icon */\n /* give award icon */\n /* locked post icon */\n /* post button divider */\n /* UPVOTES/DOWNVOTES */\n /* upvote/downvote background */\n /* inactive vote text color */\n /* active upvote color */\n /* active upvote text color */\n /* hover background for both upvotes and downvotes */\n /* active downvote color */\n /* active downvote text color */\n /* REPORT MODAL */\n /* SUBREDDIT PAGES */\n /* radio buttons (flair selector, etc.) */\n /* checkboxes */\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n /* header background */\n /* subreddit image background */\n /* border between uela */\n /* follower color */\n /* default subreddit icon */\n /* online users */\n /* POST VIEWER */\n /* spoiler tags */\n /* mod comment tag */\n /* op comment tag */\n /* post overlay if you have \"open in new tab\" disabled */\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n /* gold award gradient */\n /* image gallery next/previous buttons */\n /* image gallery image count */\n /* comment search bar */\n /* tab bar below banner */\n /* MULTIREDDITS/CUSTOM FEEDS */\n /* delete custom feed button */\n /* TOOLTIPS */\n /* Recap Reddit Logo */\n }\n :root:not(.theme-dark) .theme-rpl ::selection,\n :root:not(.theme-dark).theme-rpl ::selection,\n :root:not(.theme-dark) .theme-beta ::selection,\n :root:not(.theme-dark).theme-beta ::selection,\n .theme-light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.theme-dark) .theme-rpl input::placeholder,\n :root:not(.theme-dark).theme-rpl input::placeholder,\n :root:not(.theme-dark) .theme-beta input::placeholder,\n :root:not(.theme-dark).theme-beta input::placeholder,\n .theme-light input::placeholder,\n :root:not(.theme-dark) .theme-rpl textarea::placeholder,\n :root:not(.theme-dark).theme-rpl textarea::placeholder,\n :root:not(.theme-dark) .theme-beta textarea::placeholder,\n :root:not(.theme-dark).theme-beta textarea::placeholder,\n .theme-light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark).theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark) .theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-dark).theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n .theme-light #reddit-logo circle[fill=\"#FF4500\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark).theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark) .theme-beta #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-dark).theme-beta #reddit-logo path[fill=\"#FFF\"],\n .theme-light #reddit-logo path[fill=\"#FFF\"] {\n fill: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light,\n :root:not(.theme-dark) .theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-dark).theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-dark) .theme-beta div[class^=\"subredditvars\"],\n :root:not(.theme-dark).theme-beta div[class^=\"subredditvars\"],\n .theme-light div[class^=\"subredditvars\"] {\n --color-online: #a6da95 !important;\n --newCommunityTheme-actionIcon: #a5adcb !important;\n --newCommunityTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconShaded80: #a5adcb !important;\n --newCommunityTheme-actionIconTinted80: #b8c0e0 !important;\n --newCommunityTheme-active: #b7bdf8 !important;\n --newCommunityTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeLight60: #b7bdf8 !important;\n --newCommunityTheme-activeShaded80: #b7bdf8 !important;\n --newCommunityTheme-activeShaded90: #b7bdf8 !important;\n --newCommunityTheme-activeTinted05: #cad3f5 !important;\n --newCommunityTheme-banner-backgroundColor: #b7bdf8 !important;\n --newCommunityTheme-banner-iconColor: #b7bdf8 !important;\n --newCommunityTheme-body: #1e2030 !important;\n --newCommunityTheme-bodyAlpha50: #363a4f !important;\n --newCommunityTheme-bodyAlpha70: #494d64 !important;\n --newCommunityTheme-bodyAlpha80: #5b6078 !important;\n --newCommunityTheme-bodyFade: #a5adcb !important;\n --newCommunityTheme-bodyShaded80: #1e2030 !important;\n --newCommunityTheme-bodyText: #cad3f5 !important;\n --newCommunityTheme-bodyTextAlpha03: #1e2030 !important;\n --newCommunityTheme-bodyTextAlpha20: #494d64 !important;\n --newCommunityTheme-bodyTextShaded20: #363a4f !important;\n --newCommunityTheme-bodyTextTinted20: #a5adcb !important;\n --newCommunityTheme-bodyTinted50: #8087a2 !important;\n --newCommunityTheme-bodyTinted80: #6e738d !important;\n --newCommunityTheme-button: #cad3f5 !important;\n --newCommunityTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha40: #a5adcb !important;\n --newCommunityTheme-buttonAlpha50: #b8c0e0 !important;\n --newCommunityTheme-buttonAlpha80: #b8c0e0 !important;\n --newCommunityTheme-buttonShaded80: #6e738d !important;\n --newCommunityTheme-buttonTinted20: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted50: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted80: #b7bdf8 !important;\n --newCommunityTheme-canvas: #181926 !important;\n --newCommunityTheme-checkbox: #cad3f5 !important;\n --newCommunityTheme-errorText: #ed8796 !important;\n --newCommunityTheme-field: #363a4f !important;\n --newCommunityTheme-fieldFade: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-flair: #b7bdf8 !important;\n --newCommunityTheme-highlight: #24273a !important;\n --newCommunityTheme-inactive: #a5adcb !important;\n --newCommunityTheme-lightText: #cad3f5 !important;\n --newCommunityTheme-lightTextAlpha75: #b8c0e0 !important;\n --newCommunityTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-linkText: #b7bdf8 !important;\n --newCommunityTheme-linkTextAlpha80: #b7bdf8 !important;\n --newCommunityTheme-linkTextShaded80: #b7bdf8 !important;\n --newCommunityTheme-linkTextTinted80: #b7bdf8 !important;\n --newCommunityTheme-linkTextWithBody: #b7bdf8 !important;\n --newCommunityTheme-menu: #1e2030 !important;\n --newCommunityTheme-menuActiveText: #cad3f5 !important;\n --newCommunityTheme-menuButtonBackground-active: #24273a !important;\n --newCommunityTheme-menuButtonBackground-focus: #24273a !important;\n --newCommunityTheme-menuButtonBackground-hover: #24273a !important;\n --newCommunityTheme-menuInactiveText: #cad3f5 !important;\n --newCommunityTheme-metaText: #a5adcb !important;\n --newCommunityTheme-metaTextAlpha50: #a5adcb !important;\n --newCommunityTheme-metaTextShaded80: #a5adcb !important;\n --newCommunityTheme-monospaceColor: #b7bdf8 !important;\n --newCommunityTheme-navBar-activeLink: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-backgroundColor: #1e2030 !important;\n --newCommunityTheme-navBar-hoverLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newCommunityTheme-navIcon: #cad3f5 !important;\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-nsfw: #ed8796 !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newCommunityTheme-nsfwBlocking-color: #cad3f5 !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newCommunityTheme-pageHeader: #5b6078 !important;\n --newCommunityTheme-placeholder: #363a4f !important;\n --newCommunityTheme-post: #1e2030 !important;\n --newCommunityTheme-postError: #ed8796 !important;\n --newCommunityTheme-postFlairText: #181926 !important;\n --newCommunityTheme-postIcon: #b7bdf8 !important;\n --newCommunityTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postTinted20: #24273a !important;\n --newCommunityTheme-postTransparent20: #24273a !important;\n --newCommunityTheme-primaryButtonShadedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedFifty: #6e738d !important;\n --newCommunityTheme-primaryButtonTintedSixty: #6e738d !important;\n --newCommunityTheme-quarantine: #eed49f !important;\n --newCommunityTheme-report: #494d64 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newCommunityTheme-search-syntaxHighlightColor: #24273a !important;\n --newCommunityTheme-titleText: #cad3f5 !important;\n --newCommunityTheme-upsell-appleIcon: #b8c0e0 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newCommunityTheme-voteText-base: #a5adcb !important;\n --newCommunityTheme-voteText-downvote: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newCommunityTheme-voteText-upvote: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newCommunityTheme-widgetColors-appleIcon: #6e738d !important;\n --newCommunityTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --newRedditTheme-actionIcon: #a5adcb !important;\n --newRedditTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconShaded80: #a5adcb !important;\n --newRedditTheme-actionIconTinted80: #b8c0e0 !important;\n --newRedditTheme-active: #b7bdf8 !important;\n --newRedditTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeLight60: #b7bdf8 !important;\n --newRedditTheme-activeShaded80: #b7bdf8 !important;\n --newRedditTheme-activeShaded90: #b7bdf8 !important;\n --newRedditTheme-activeTinted05: #cad3f5 !important;\n --newRedditTheme-banner-backgroundColor: #b7bdf8 !important;\n --newRedditTheme-banner-iconColor: #b7bdf8 !important;\n --newRedditTheme-body: #1e2030 !important;\n --newRedditTheme-bodyAlpha50: #363a4f !important;\n --newRedditTheme-bodyAlpha70: #494d64 !important;\n --newRedditTheme-bodyAlpha80: #5b6078 !important;\n --newRedditTheme-bodyFade: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyShaded80: #1e2030 !important;\n --newRedditTheme-bodyText: #cad3f5 !important;\n --newRedditTheme-bodyTextAlpha03: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyTextAlpha20: #494d64 !important;\n --newRedditTheme-bodyTextShaded20: #363a4f !important;\n --newRedditTheme-bodyTextTinted20: #b8c0e0 !important;\n --newRedditTheme-bodyTinted50: #6e738d !important;\n --newRedditTheme-bodyTinted80: #8087a2 !important;\n --newRedditTheme-button: #cad3f5 !important;\n --newRedditTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha40: #a5adcb !important;\n --newRedditTheme-buttonAlpha50: #b8c0e0 !important;\n --newRedditTheme-buttonAlpha80: #b8c0e0 !important;\n --newRedditTheme-buttonShaded80: #6e738d !important;\n --newRedditTheme-buttonTinted20: #b7bdf8 !important;\n --newRedditTheme-buttonTinted50: #b7bdf8 !important;\n --newRedditTheme-buttonTinted80: #b7bdf8 !important;\n --newRedditTheme-canvas: #181926 !important;\n --newRedditTheme-checkbox: #cad3f5 !important;\n --newRedditTheme-errorText: #ed8796 !important;\n --newRedditTheme-field: #24273a !important;\n --newRedditTheme-fieldFade: #1e2030 !important;\n --newRedditTheme-flair: #b7bdf8 !important;\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: #24273a !important;\n --newRedditTheme-inactive: #363a4f !important;\n --newRedditTheme-lightText: #cad3f5 !important;\n --newRedditTheme-lightTextAlpha75: #b8c0e0 !important;\n --newRedditTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n /* links */\n --newRedditTheme-linkText: #b7bdf8 !important;\n --newRedditTheme-linkTextAlpha80: #b7bdf8 !important;\n --newRedditTheme-linkTextShaded80: #b7bdf8 !important;\n --newRedditTheme-linkTextTinted80: #b7bdf8 !important;\n --newRedditTheme-linkTextWithBody: #b7bdf8 !important;\n /* menus */\n --newRedditTheme-menu: #1e2030 !important;\n --newRedditTheme-menuActiveText: #cad3f5 !important;\n --newRedditTheme-menuButtonBackground-active: #b7bdf8 !important;\n --newRedditTheme-menuButtonBackground-focus: #24273a !important;\n --newRedditTheme-menuButtonBackground-hover: #24273a !important;\n --newRedditTheme-menuInactiveText: #cad3f5 !important;\n --newRedditTheme-metaText: #a5adcb !important;\n --newRedditTheme-metaTextAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-metaTextShaded80: #b8c0e0 !important;\n --newRedditTheme-monospaceColor: #b7bdf8 !important;\n --newRedditTheme-navBar-activeLink: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-backgroundColor: #1e2030 !important;\n --newRedditTheme-navBar-hoverLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newRedditTheme-navIcon: #cad3f5 !important;\n --newRedditTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-nsfw: #ed8796 !important;\n --newRedditTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newRedditTheme-nsfwBlocking-color: #cad3f5 !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newRedditTheme-pageHeader: #363a4f !important;\n --newRedditTheme-placeholder: #494d64 !important;\n --newRedditTheme-post: #1e2030 !important;\n --newRedditTheme-postError: #ed8796 !important;\n --newRedditTheme-postFlairText: #cad3f5 !important;\n --newRedditTheme-postIcon: #b7bdf8 !important;\n --newRedditTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postTinted20: #24273a !important;\n --newRedditTheme-postTransparent20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-primaryButtonShadedEighty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedEighty: #5b6078 !important;\n --newRedditTheme-primaryButtonTintedFifty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedSixty: #494d64 !important;\n --newRedditTheme-quarantine: #eed49f !important;\n --newRedditTheme-report: #24273a !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newRedditTheme-search-syntaxHighlightColor: #24273a !important;\n --newRedditTheme-titleText: #cad3f5 !important;\n --newRedditTheme-upsell-appleIcon: #6e738d !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: #cad3f5 !important;\n --newRedditTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newRedditTheme-voteText-base: #b8c0e0 !important;\n --newRedditTheme-voteText-downvote: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newRedditTheme-voteText-upvote: #ed8796 !important;\n --newRedditTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newRedditTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newRedditTheme-widgetColors-appleIcon: #6e738d !important;\n --newRedditTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --tw-bg-opacity: #181926 !important;\n --vds-video-bg-color: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl :root,\n :root:not(.theme-dark).theme-rpl :root,\n :root:not(.theme-dark) .theme-beta :root,\n :root:not(.theme-dark).theme-beta :root,\n .theme-light :root {\n --activity-button-chatFilterColor: #363a4f !important;\n --activity-button-newChatFilter-activeBg: #b7bdf8 !important;\n --activity-button-newChatFilter-activeText: #24273a !important;\n --activity-button-newChatFilter-defaultBorder: #494d64 !important;\n --activity-button-newChatFilter-defaultText: #cad3f5 !important;\n --activity-button-primary: #b7bdf8 !important;\n --activity-button-secondary: #cad3f5 !important;\n --activity-buttonPrimary-color: #b7bdf8 !important;\n --activity-buttonSecondary-active: #b7bdf8 !important;\n --activity-checkbox-checked: #b7bdf8 !important;\n --activity-checkbox-checkmark: #cad3f5 !important;\n --activity-checkbox-unchecked: #24273a !important;\n --activity-checkbox-uncheckedBorder: #494d64 !important;\n --activity-icon-active: #b7bdf8 !important;\n --activity-icon-contrast: #494d64 !important;\n --activity-icon-default: #a5adcb !important;\n --activity-icon-disable: #5b6078 !important;\n --activity-icon-hover: #5b6078 !important;\n --activity-icon-nsfw-bg: #24273a !important;\n --activity-icon-nsfw-text: #cad3f5 !important;\n --activity-icon-subIcon-backgroundColor: #cad3f5 !important;\n --activity-icon-toaster: #181926 !important;\n --activity-input-background: rgba(24, 25, 38, 0.8) !important;\n --activity-input-border: #494d64 !important;\n --activity-input-channelRename: #a5adcb !important;\n --activity-input-color: #b8c0e0 !important;\n --activity-input-error: #ed8796 !important;\n --activity-input-focusBg: #a6da95 !important;\n --activity-input-focusColor: #cad3f5 !important;\n --activity-input-ownerBg: #363a4f !important;\n --activity-link-hoverText: #ed8796 !important;\n --activity-link-staticText: #b7bdf8 !important;\n --activity-link-staticUnderline: #b7bdf8 !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: #1e2030 !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: #b7bdf8 !important;\n --activity-minimizedPortal-color-unreadFinal: #cad3f5 !important;\n --activity-minimizedPortal-color-unreadInitial: #cad3f5 !important;\n --activity-send-disable: #363a4f !important;\n --activity-send-hover: #b7bdf8 !important;\n --activity-text-active: #b7bdf8 !important;\n --activity-text-fade: #a5adcb !important;\n --activity-text-highlight: #cad3f5 !important;\n --activity-text-light: #a5adcb !important;\n --activity-text-meta: #a5adcb !important;\n --activity-text-regular: #cad3f5 !important;\n --activity-text-success: #a6da95 !important;\n --activity-text-tutorial: #f4dbd6 !important;\n --activity-text-warning: #ed8796 !important;\n --addReaction-backgroundColor: #363a4f !important;\n --addReaction-iconFill: #494d64 !important;\n --boxShadow: rgba(24, 25, 38, 0.8) !important;\n --bubble-border: rgba(73, 77, 100, 0.7) !important;\n --bubble-channelsFilter-background: #181926 !important;\n --bubble-channelsFilter-selected: #6e738d !important;\n --bubble-color: #cad3f5 !important;\n --bubble-link-color: #b7bdf8 !important;\n --bubbleActions-hover: #363a4f !important;\n --editName: #494d64 !important;\n --layout-body: #1e2030 !important;\n --layout-colsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-controlsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-dropdown-border: rgba(73, 77, 100, 0.7) !important;\n --layout-header-counterBg: #ed8796 !important;\n --layout-header-counterText: #cad3f5 !important;\n --layout-overlayBackground: rgba(24, 25, 38, 0.8) !important;\n --layout-overlayReportFlow: rgba(24, 25, 38, 0.8) !important;\n --layout-scrollbar: #cad3f5 !important;\n --layout-scrollbarHover: #b7bdf8 !important;\n --layout-timeStamp-tooltip-background: #363a4f !important;\n --message-list-item-button: #494d64 !important;\n --message-list-item-onlineIndicator: #a6da95 !important;\n --message-list-item-ownerBg: #494d64 !important;\n --message-list-item-richItem: #6e738d !important;\n --message-list-item-richItemBorder: rgba(73, 77, 100, 0.7) !important;\n --message-list-item-white: #cad3f5 !important;\n --modal-buttonsBackground: #cad3f5 !important;\n --modal-primaryButtonWarning: #ed8796 !important;\n --modal-secondaryButton: #cad3f5 !important;\n --newChat-inviteLink-borderColor: rgba(73, 77, 100, 0.7) !important;\n --overlay-backgroundColor: #1e2030 !important;\n --overlay-headerColor: #cad3f5 !important;\n --overlay-inputBackground: #181926 !important;\n --overlay-searchBarBackground: #1e2030 !important;\n --prompt-tooltip-background: #b7bdf8 !important;\n --searchBar-backgroundColor: #1e2030 !important;\n --settings-color: #a5adcb !important;\n --settings-dropdownItemHoverBackground: #181926 !important;\n --settings-panelBackground: #181926 !important;\n --settings-panelItemHoverBackground: #363a4f !important;\n --settings-panelItemSelectedBackground: #494d64 !important;\n --sidebar-background: rgba(73, 77, 100, 0.7) !important;\n --sidebar-basic-background-active: #b7bdf8 !important;\n --sidebar-basic-background-hover: #1e2030 !important;\n --sidebar-footer-background: #181926 !important;\n --sidebar-item-active: #494d64 !important;\n --sidebar-item-hover: #363a4f !important;\n --sidebar-item-selected: #5b6078 !important;\n --sidebar-item-text-active: #cad3f5 !important;\n --sidebar-subreddit-background-active: #b7bdf8 !important;\n --sidebar-subreddit-background-hover: #494d64 !important;\n --sidebar-text-divider: #494d64 !important;\n --skeleton-field: #5b6078 !important;\n --skeleton-inactive: #363a4f !important;\n --subreddit-iconBg: #b7bdf8 !important;\n --toast-error: #ed8796 !important;\n --toast-pending: #181926 !important;\n --toast-success: #a6da95 !important;\n --uploads-progress-background: #a5adcb !important;\n --uploads-progress-bar: #b7bdf8 !important;\n --videoModal-button-background: #cad3f5 !important;\n --videoModal-button-color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark).theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark) .theme-beta div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-dark).theme-beta div.ListingLayout-backgroundContainer::before,\n .theme-light div.ListingLayout-backgroundContainer::before {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark).theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark) .theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-dark).theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n .theme-light span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-karma_fill,\n :root:not(.theme-dark).theme-rpl i.icon-karma_fill,\n :root:not(.theme-dark) .theme-beta i.icon-karma_fill,\n :root:not(.theme-dark).theme-beta i.icon-karma_fill,\n .theme-light i.icon-karma_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark).theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark) .theme-beta div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-dark).theme-beta div[role=\"menu\"] > div > div > span > span,\n .theme-light div[role=\"menu\"] > div > div > span > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark).theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark) .theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-dark).theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n .theme-light button[role=\"switch\"][aria-checked=\"false\"] {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-dark).theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-dark) .theme-beta button[role=\"switch\"] > div,\n :root:not(.theme-dark).theme-beta button[role=\"switch\"] > div,\n .theme-light button[role=\"switch\"] > div {\n background: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark).theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark) .theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-dark).theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n .theme-light ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark).theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark) .theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-dark).theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n .theme-light ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark).theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark) .theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-dark).theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n .theme-light button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark).theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark) .theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-dark).theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n .theme-light button._3F1tNW0P4Ff182mO_CefIg > i {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-cake_fill,\n :root:not(.theme-dark).theme-rpl i.icon-cake_fill,\n :root:not(.theme-dark) .theme-beta i.icon-cake_fill,\n :root:not(.theme-dark).theme-beta i.icon-cake_fill,\n .theme-light i.icon-cake_fill,\n :root:not(.theme-dark) .theme-rpl i.icon-user_fill,\n :root:not(.theme-dark).theme-rpl i.icon-user_fill,\n :root:not(.theme-dark) .theme-beta i.icon-user_fill,\n :root:not(.theme-dark).theme-beta i.icon-user_fill,\n .theme-light i.icon-user_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n .theme-light div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark).theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark) .theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark).theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n .theme-light div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-dark) .theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark) .theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-dark).theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n .theme-light li._3hew1NnzwygOKDNQDKp6R4 {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark).theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark) .theme-beta div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-dark).theme-beta div._1VP69d9lk-Wk9zokOaylL,\n .theme-light div._1VP69d9lk-Wk9zokOaylL {\n --background: #24273a !important;\n --canvas: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark).theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark) .theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-dark).theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n .theme-light span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark).theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark) .theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-dark).theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n .theme-light button.EBd2MhBQlQeZ13YeP0K8a {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark).theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark) .theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-dark).theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n .theme-light svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark).theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark) .theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-dark).theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n .theme-light input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div.scrollerItem > div,\n :root:not(.theme-dark).theme-rpl div.scrollerItem > div,\n :root:not(.theme-dark) .theme-beta div.scrollerItem > div,\n :root:not(.theme-dark).theme-beta div.scrollerItem > div,\n .theme-light div.scrollerItem > div,\n :root:not(.theme-dark) .theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-dark).theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-dark) .theme-beta div[data-testid=\"post-container\"],\n :root:not(.theme-dark).theme-beta div[data-testid=\"post-container\"],\n .theme-light div[data-testid=\"post-container\"],\n :root:not(.theme-dark) .theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark).theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark) .theme-beta div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark).theme-beta div[style=\"background:#1A1A1B\"],\n .theme-light div[style=\"background:#1A1A1B\"],\n :root:not(.theme-dark) .theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark).theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark) .theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-dark).theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n .theme-light div._2otRz3OtuWajw1RleFDJ5P {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-dark).theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-dark) .theme-beta div._productDetails_7kbcu_53,\n :root:not(.theme-dark).theme-beta div._productDetails_7kbcu_53,\n .theme-light div._productDetails_7kbcu_53 {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl .RESUserTagImage::after,\n :root:not(.theme-dark).theme-rpl .RESUserTagImage::after,\n :root:not(.theme-dark) .theme-beta .RESUserTagImage::after,\n :root:not(.theme-dark).theme-beta .RESUserTagImage::after,\n .theme-light .RESUserTagImage::after {\n color: #b7bdf8;\n }\n :root:not(.theme-dark) .theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-dark).theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-dark) .theme-beta div._mintStatus_7kbcu_264,\n :root:not(.theme-dark).theme-beta div._mintStatus_7kbcu_264,\n .theme-light div._mintStatus_7kbcu_264 {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-dark).theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-dark) .theme-beta div._carousel_7kbcu_45,\n :root:not(.theme-dark).theme-beta div._carousel_7kbcu_45,\n .theme-light div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, #24273a 16.42%, #8aadf4 100%);\n }\n :root:not(.theme-dark) .theme-rpl div._card_1ooes_1,\n :root:not(.theme-dark).theme-rpl div._card_1ooes_1,\n :root:not(.theme-dark) .theme-beta div._card_1ooes_1,\n :root:not(.theme-dark).theme-beta div._card_1ooes_1,\n .theme-light div._card_1ooes_1 {\n background: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1,\n .theme-light ol._container_1t62i_1 {\n border-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1 > li,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1 > li,\n .theme-light ol._container_1t62i_1 > li {\n border-color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark).theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark) .theme-beta ol._container_1t62i_1 > li > div,\n :root:not(.theme-dark).theme-beta ol._container_1t62i_1 > li > div,\n .theme-light ol._container_1t62i_1 > li > div {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-dark).theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-dark) .theme-beta div.MuiMobileStepper-dot,\n :root:not(.theme-dark).theme-beta div.MuiMobileStepper-dot,\n .theme-light div.MuiMobileStepper-dot {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark).theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark) .theme-beta div.MuiMobileStepper-dotActive,\n :root:not(.theme-dark).theme-beta div.MuiMobileStepper-dotActive,\n .theme-light div.MuiMobileStepper-dotActive {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark).theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark) .theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark).theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n .theme-light div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-dark) .theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark).theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark) .theme-beta div._cardAuthor_7kbcu_79,\n :root:not(.theme-dark).theme-beta div._cardAuthor_7kbcu_79,\n .theme-light div._cardAuthor_7kbcu_79 {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div._container_oikih_1,\n :root:not(.theme-dark).theme-rpl div._container_oikih_1,\n :root:not(.theme-dark) .theme-beta div._container_oikih_1,\n :root:not(.theme-dark).theme-beta div._container_oikih_1,\n .theme-light div._container_oikih_1 {\n background: #181926 !important;\n border-color: #494d64 !important;\n }\n :root:not(.theme-dark) .theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-dark).theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-dark) .theme-beta a._pill_7kbcu_280,\n :root:not(.theme-dark).theme-beta a._pill_7kbcu_280,\n .theme-light a._pill_7kbcu_280 {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark).theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark) .theme-beta button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-dark).theme-beta button._shopForMoreButton_7kbcu_125,\n .theme-light button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-dark).theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-dark) .theme-beta div._wrapper_1upjl_7,\n :root:not(.theme-dark).theme-beta div._wrapper_1upjl_7,\n .theme-light div._wrapper_1upjl_7 {\n background: #24273a !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n .theme-light a[aria-label=\"Home\"] > svg > g > circle {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n .theme-light a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark).theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark) .theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-dark).theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n .theme-light a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark).theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark) .theme-beta h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-dark).theme-beta h1._eYtD2XCVieq6emjKBH3m,\n .theme-light h1._eYtD2XCVieq6emjKBH3m {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-dark).theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n .theme-light button[aria-label=\"Open notifications inbox\"] > div > span {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-dark).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n .theme-light #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-dark).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n .theme-light #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-dark).theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-dark) .theme-beta a[href=\"/now\"] > div,\n :root:not(.theme-dark).theme-beta a[href=\"/now\"] > div,\n .theme-light a[href=\"/now\"] > div {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark).theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark) .theme-beta div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-dark).theme-beta div[data-testid=\"search-scope-pill-text\"],\n .theme-light div[data-testid=\"search-scope-pill-text\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark).theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark) .theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-dark).theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n .theme-light div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark).theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark) .theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-dark).theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n .theme-light button#safe-search-toggle[aria-checked=\"true\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-close,\n :root:not(.theme-dark).theme-rpl i.icon-close,\n :root:not(.theme-dark) .theme-beta i.icon-close,\n :root:not(.theme-dark).theme-beta i.icon-close,\n .theme-light i.icon-close {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-dark).theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-dark) .theme-beta a[role=\"menuitem\"],\n :root:not(.theme-dark).theme-beta a[role=\"menuitem\"],\n .theme-light a[role=\"menuitem\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark).theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark) .theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-dark).theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n .theme-light div[role=\"menu\"] > div[role=\"heading\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark).theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark) .theme-beta a[role=\"menuitem\"]:hover,\n :root:not(.theme-dark).theme-beta a[role=\"menuitem\"]:hover,\n .theme-light a[role=\"menuitem\"]:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-star_fill,\n :root:not(.theme-dark).theme-rpl i.icon-star_fill,\n :root:not(.theme-dark) .theme-beta i.icon-star_fill,\n :root:not(.theme-dark).theme-beta i.icon-star_fill,\n .theme-light i.icon-star_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-star,\n :root:not(.theme-dark).theme-rpl i.icon-star,\n :root:not(.theme-dark) .theme-beta i.icon-star,\n :root:not(.theme-dark).theme-beta i.icon-star,\n .theme-light i.icon-star {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-premium_fill,\n :root:not(.theme-dark).theme-rpl i.icon-premium_fill,\n :root:not(.theme-dark) .theme-beta i.icon-premium_fill,\n :root:not(.theme-dark).theme-beta i.icon-premium_fill,\n .theme-light i.icon-premium_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark).theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark) .theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-dark).theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n .theme-light button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark).theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark) .theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-dark).theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n .theme-light div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"background\"],\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"background\"],\n .theme-light div[data-adclicklocation=\"background\"] {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark).theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark) .theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark).theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n .theme-light div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-dark) .theme-rpl i.icon-comment,\n :root:not(.theme-dark).theme-rpl i.icon-comment,\n :root:not(.theme-dark) .theme-beta i.icon-comment,\n :root:not(.theme-dark).theme-beta i.icon-comment,\n .theme-light i.icon-comment,\n :root:not(.theme-dark) .theme-rpl i.icon-share,\n :root:not(.theme-dark).theme-rpl i.icon-share,\n :root:not(.theme-dark) .theme-beta i.icon-share,\n :root:not(.theme-dark).theme-beta i.icon-share,\n .theme-light i.icon-share,\n :root:not(.theme-dark) .theme-rpl i.icon-save,\n :root:not(.theme-dark).theme-rpl i.icon-save,\n :root:not(.theme-dark) .theme-beta i.icon-save,\n :root:not(.theme-dark).theme-beta i.icon-save,\n .theme-light i.icon-save,\n :root:not(.theme-dark) .theme-rpl i.icon-expand,\n :root:not(.theme-dark).theme-rpl i.icon-expand,\n :root:not(.theme-dark) .theme-beta i.icon-expand,\n :root:not(.theme-dark).theme-beta i.icon-expand,\n .theme-light i.icon-expand,\n :root:not(.theme-dark) .theme-rpl i.icon-collapse,\n :root:not(.theme-dark).theme-rpl i.icon-collapse,\n :root:not(.theme-dark) .theme-beta i.icon-collapse,\n :root:not(.theme-dark).theme-beta i.icon-collapse,\n .theme-light i.icon-collapse,\n :root:not(.theme-dark) .theme-rpl i.icon-text_post,\n :root:not(.theme-dark).theme-rpl i.icon-text_post,\n :root:not(.theme-dark) .theme-beta i.icon-text_post,\n :root:not(.theme-dark).theme-beta i.icon-text_post,\n .theme-light i.icon-text_post,\n :root:not(.theme-dark) .theme-rpl i.icon-image_post,\n :root:not(.theme-dark).theme-rpl i.icon-image_post,\n :root:not(.theme-dark) .theme-beta i.icon-image_post,\n :root:not(.theme-dark).theme-beta i.icon-image_post,\n .theme-light i.icon-image_post,\n :root:not(.theme-dark) .theme-rpl i.icon-media_gallery,\n :root:not(.theme-dark).theme-rpl i.icon-media_gallery,\n :root:not(.theme-dark) .theme-beta i.icon-media_gallery,\n :root:not(.theme-dark).theme-beta i.icon-media_gallery,\n .theme-light i.icon-media_gallery,\n :root:not(.theme-dark) .theme-rpl i.icon-video_post,\n :root:not(.theme-dark).theme-rpl i.icon-video_post,\n :root:not(.theme-dark) .theme-beta i.icon-video_post,\n :root:not(.theme-dark).theme-beta i.icon-video_post,\n .theme-light i.icon-video_post,\n :root:not(.theme-dark) .theme-rpl i.icon-gif_post,\n :root:not(.theme-dark).theme-rpl i.icon-gif_post,\n :root:not(.theme-dark) .theme-beta i.icon-gif_post,\n :root:not(.theme-dark).theme-beta i.icon-gif_post,\n .theme-light i.icon-gif_post,\n :root:not(.theme-dark) .theme-rpl i.icon-embed,\n :root:not(.theme-dark).theme-rpl i.icon-embed,\n :root:not(.theme-dark) .theme-beta i.icon-embed,\n :root:not(.theme-dark).theme-beta i.icon-embed,\n .theme-light i.icon-embed,\n :root:not(.theme-dark) .theme-rpl i.icon-external_link,\n :root:not(.theme-dark).theme-rpl i.icon-external_link,\n :root:not(.theme-dark) .theme-beta i.icon-external_link,\n :root:not(.theme-dark).theme-beta i.icon-external_link,\n .theme-light i.icon-external_link,\n :root:not(.theme-dark) .theme-rpl i.icon-poll_post,\n :root:not(.theme-dark).theme-rpl i.icon-poll_post,\n :root:not(.theme-dark) .theme-beta i.icon-poll_post,\n :root:not(.theme-dark).theme-beta i.icon-poll_post,\n .theme-light i.icon-poll_post {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n .theme-light div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n .theme-light div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark).theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark) .theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark).theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n .theme-light div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-dark) .theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark).theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark) .theme-beta a[data-testid=\"post_author_link\"],\n :root:not(.theme-dark).theme-beta a[data-testid=\"post_author_link\"],\n .theme-light a[data-testid=\"post_author_link\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark).theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark) .theme-beta span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-dark).theme-beta span._1wzhGvvafQFOWAyA157okr,\n .theme-light span._1wzhGvvafQFOWAyA157okr {\n border-color: #ed8796 !important;\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-pin_fill,\n :root:not(.theme-dark).theme-rpl i.icon-pin_fill,\n :root:not(.theme-dark) .theme-beta i.icon-pin_fill,\n :root:not(.theme-dark).theme-beta i.icon-pin_fill,\n .theme-light i.icon-pin_fill {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-award,\n :root:not(.theme-dark).theme-rpl i.icon-award,\n :root:not(.theme-dark) .theme-beta i.icon-award,\n :root:not(.theme-dark).theme-beta i.icon-award,\n .theme-light i.icon-award {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-archived_fill,\n :root:not(.theme-dark).theme-rpl i.icon-archived_fill,\n :root:not(.theme-dark) .theme-beta i.icon-archived_fill,\n :root:not(.theme-dark).theme-beta i.icon-archived_fill,\n .theme-light i.icon-archived_fill,\n :root:not(.theme-dark) .theme-rpl i.icon-lock_fill,\n :root:not(.theme-dark).theme-rpl i.icon-lock_fill,\n :root:not(.theme-dark) .theme-beta i.icon-lock_fill,\n :root:not(.theme-dark).theme-beta i.icon-lock_fill,\n .theme-light i.icon-lock_fill {\n color: #eed49f !important;\n }\n :root:not(.theme-dark) .theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark).theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark) .theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-dark).theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n .theme-light div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: #494d64 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.Post,\n :root:not(.theme-dark).theme-rpl div.Post,\n :root:not(.theme-dark) .theme-beta div.Post,\n :root:not(.theme-dark).theme-beta div.Post,\n .theme-light div.Post,\n :root:not(.theme-dark) .theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-dark).theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-dark) .theme-beta div[data-click-id=\"media\"],\n :root:not(.theme-dark).theme-beta div[data-click-id=\"media\"],\n .theme-light div[data-click-id=\"media\"] {\n background: #1e2030 !important;\n fill: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark).theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark) .theme-beta div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-dark).theme-beta div[id^=\"vote-arrows\"] > div,\n .theme-light div[id^=\"vote-arrows\"] > div {\n color: #a5adcb !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-upvote_fill,\n :root:not(.theme-dark).theme-rpl i.icon-upvote_fill,\n :root:not(.theme-dark) .theme-beta i.icon-upvote_fill,\n :root:not(.theme-dark).theme-beta i.icon-upvote_fill,\n .theme-light i.icon-upvote_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-light button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n .theme-light button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-dark).theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n .theme-light button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl .icon-downvote_fill,\n :root:not(.theme-dark).theme-rpl .icon-downvote_fill,\n :root:not(.theme-dark) .theme-beta .icon-downvote_fill,\n :root:not(.theme-dark).theme-beta .icon-downvote_fill,\n .theme-light .icon-downvote_fill {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-dark).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n .theme-light button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-dark).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-light button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark).theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark) .theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-dark).theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n .theme-light a.o1ov2mzLxTFAFP-O4Uv8I {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark).theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark) .theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-dark).theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n .theme-light button._1lDGFVGU9k2mi-4kjU95Rp {\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark).theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark) .theme-beta a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-dark).theme-beta a[role=\"button\"][target=\"_blank\"],\n .theme-light a[role=\"button\"][target=\"_blank\"] {\n background: #cad3f5 !important;\n color: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"]:hover,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"]:hover,\n .theme-light div[role=\"radio\"]:hover,\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"]:focus,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"]:focus,\n .theme-light div[role=\"radio\"]:focus {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"] > svg,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"] > svg,\n .theme-light div[role=\"radio\"] > svg,\n :root:not(.theme-dark) .theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark).theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark) .theme-beta div[role=\"radio\"] > svg:active,\n :root:not(.theme-dark).theme-beta div[role=\"radio\"] > svg:active,\n .theme-light div[role=\"radio\"] > svg:active {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-dark).theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-dark) .theme-beta button[role=\"checkbox\"],\n :root:not(.theme-dark).theme-beta button[role=\"checkbox\"],\n .theme-light button[role=\"checkbox\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark).theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark) .theme-beta ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-dark).theme-beta ._ZhON3a3vplThB8NFwuJn,\n .theme-light ._ZhON3a3vplThB8NFwuJn {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark).theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark) .theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-dark).theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n .theme-light img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark).theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark) .theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-dark).theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n .theme-light ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: #363a4f;\n }\n :root:not(.theme-dark) .theme-rpl .bg-neutral-background,\n :root:not(.theme-dark).theme-rpl .bg-neutral-background,\n :root:not(.theme-dark) .theme-beta .bg-neutral-background,\n :root:not(.theme-dark).theme-beta .bg-neutral-background,\n .theme-light .bg-neutral-background {\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl i.icon-community_fill,\n :root:not(.theme-dark).theme-rpl i.icon-community_fill,\n :root:not(.theme-dark) .theme-beta i.icon-community_fill,\n :root:not(.theme-dark).theme-beta i.icon-community_fill,\n .theme-light i.icon-community_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark).theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark) .theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-dark).theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n .theme-light div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark).theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark) .theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-dark).theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n .theme-light ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark).theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark) .theme-beta span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-dark).theme-beta span[id^=\"CommentTopMeta--Mod\"],\n .theme-light span[id^=\"CommentTopMeta--Mod\"] {\n color: #a6da95 !important;\n }\n :root:not(.theme-dark) .theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark).theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark) .theme-beta span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-dark).theme-beta span[id^=\"CommentTopMeta--OP\"],\n .theme-light span[id^=\"CommentTopMeta--OP\"] {\n color: #8aadf4 !important;\n }\n :root:not(.theme-dark) .theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-dark).theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-dark) .theme-beta div#overlayScrollContainer > div,\n :root:not(.theme-dark).theme-beta div#overlayScrollContainer > div,\n .theme-light div#overlayScrollContainer > div {\n background: #181926 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark).theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark) .theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-dark).theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n .theme-light div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark).theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark) .theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark).theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n .theme-light div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-dark) .theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark).theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark) .theme-beta div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-dark).theme-beta div._1DK52RbaamLOWw5UPaht_S,\n .theme-light div._1DK52RbaamLOWw5UPaht_S {\n background: rgba(24, 25, 38, 0.8) !important;\n }\n :root:not(.theme-dark) .theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark).theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark) .theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-dark).theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n .theme-light div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(188deg, #f9e2af1f 1.7%, #f9e2af00 46%, rgba(0, 0, 0, 0)) !important;\n }\n :root:not(.theme-dark) .theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-dark).theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-dark) .theme-beta a[title=\"Next\"] > i,\n :root:not(.theme-dark).theme-beta a[title=\"Next\"] > i,\n .theme-light a[title=\"Next\"] > i,\n :root:not(.theme-dark) .theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-dark).theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-dark) .theme-beta a[title=\"Previous\"] > i,\n :root:not(.theme-dark).theme-beta a[title=\"Previous\"] > i,\n .theme-light a[title=\"Previous\"] > i {\n background: #363a4f !important;\n }\n :root:not(.theme-dark) .theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark).theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark) .theme-beta div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-dark).theme-beta div._61i6grM3um1yuw4GrN97P,\n .theme-light div._61i6grM3um1yuw4GrN97P {\n background: rgba(24, 25, 38, 0.8) !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl input#comment_search-bar,\n :root:not(.theme-dark).theme-rpl input#comment_search-bar,\n :root:not(.theme-dark) .theme-beta input#comment_search-bar,\n :root:not(.theme-dark).theme-beta input#comment_search-bar,\n .theme-light input#comment_search-bar {\n background: #24273a !important;\n }\n :root:not(.theme-dark) .theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark).theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark) .theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-dark).theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n .theme-light ._1gVVmSnHZpkUgVShsn7-ua {\n background: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark).theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark) .theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-dark).theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n .theme-light .bX6SqXfzfxpv4GQbuIYVZ {\n color: #ed8796 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark).theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark) .theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-dark).theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n .theme-light div.HQ2VJViRjokXpRbJzPvvc {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-dark) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark).theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark) .theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-dark).theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n .theme-light div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: #1e2030 !important;\n }\n :root:not(.theme-dark) .theme-rpl .snoo-cls-1,\n :root:not(.theme-dark).theme-rpl .snoo-cls-1,\n :root:not(.theme-dark) .theme-beta .snoo-cls-1,\n :root:not(.theme-dark).theme-beta .snoo-cls-1,\n .theme-light .snoo-cls-1,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-2,\n :root:not(.theme-dark).theme-rpl .snoo-cls-2,\n :root:not(.theme-dark) .theme-beta .snoo-cls-2,\n :root:not(.theme-dark).theme-beta .snoo-cls-2,\n .theme-light .snoo-cls-2,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-3,\n :root:not(.theme-dark).theme-rpl .snoo-cls-3,\n :root:not(.theme-dark) .theme-beta .snoo-cls-3,\n :root:not(.theme-dark).theme-beta .snoo-cls-3,\n .theme-light .snoo-cls-3,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-6,\n :root:not(.theme-dark).theme-rpl .snoo-cls-6,\n :root:not(.theme-dark) .theme-beta .snoo-cls-6,\n :root:not(.theme-dark).theme-beta .snoo-cls-6,\n .theme-light .snoo-cls-6,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-8,\n :root:not(.theme-dark).theme-rpl .snoo-cls-8,\n :root:not(.theme-dark) .theme-beta .snoo-cls-8,\n :root:not(.theme-dark).theme-beta .snoo-cls-8,\n .theme-light .snoo-cls-8,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-9,\n :root:not(.theme-dark).theme-rpl .snoo-cls-9,\n :root:not(.theme-dark) .theme-beta .snoo-cls-9,\n :root:not(.theme-dark).theme-beta .snoo-cls-9,\n .theme-light .snoo-cls-9 {\n fill: #24273a;\n }\n :root:not(.theme-dark) .theme-rpl .snoo-cls-4,\n :root:not(.theme-dark).theme-rpl .snoo-cls-4,\n :root:not(.theme-dark) .theme-beta .snoo-cls-4,\n :root:not(.theme-dark).theme-beta .snoo-cls-4,\n .theme-light .snoo-cls-4,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-5,\n :root:not(.theme-dark).theme-rpl .snoo-cls-5,\n :root:not(.theme-dark) .theme-beta .snoo-cls-5,\n :root:not(.theme-dark).theme-beta .snoo-cls-5,\n .theme-light .snoo-cls-5,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-7,\n :root:not(.theme-dark).theme-rpl .snoo-cls-7,\n :root:not(.theme-dark) .theme-beta .snoo-cls-7,\n :root:not(.theme-dark).theme-beta .snoo-cls-7,\n .theme-light .snoo-cls-7,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-10,\n :root:not(.theme-dark).theme-rpl .snoo-cls-10,\n :root:not(.theme-dark) .theme-beta .snoo-cls-10,\n :root:not(.theme-dark).theme-beta .snoo-cls-10,\n .theme-light .snoo-cls-10,\n :root:not(.theme-dark) .theme-rpl .snoo-cls-11,\n :root:not(.theme-dark).theme-rpl .snoo-cls-11,\n :root:not(.theme-dark) .theme-beta .snoo-cls-11,\n :root:not(.theme-dark).theme-beta .snoo-cls-11,\n .theme-light .snoo-cls-11 {\n fill: #b7bdf8;\n }\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark {\n color-scheme: dark;\n /* BETA */\n --color-pizzaRed: #ed8796 !important;\n --color-global-brand-orangered: #f5a97f !important;\n --color-global-focus: #494d64 !important;\n --color-interactive-content-disabled: #a5adcb !important;\n --color-interactive-background-disabled: rgba(91, 96, 120, 0.7) !important;\n --color-interactive-pressed: #5b6078 !important;\n --color-neutral-content: #cad3f5 !important;\n --color-neutral-content-disabled: #a5adcb !important;\n --color-neutral-content-weak: #a5adcb !important;\n --color-neutral-content-strong: #cad3f5 !important;\n --color-global-white: #181926 !important;\n --color-neutral-background: #24273a !important;\n --color-neutral-background-selected: #363a4f !important;\n --color-neutral-background-weak: #1e2030 !important;\n --color-neutral-background-medium: #24273a !important;\n --color-neutral-background-strong: #181926 !important;\n --color-neutral-background-hover: #363a4f !important;\n --color-neutral-border: #363a4f !important;\n --color-neutral-border-medium: #363a4f !important;\n --color-neutral-border-weak: #363a4f !important;\n --color-neutral-border-strong: #5b6078 !important;\n --color-primary: #b7bdf8 !important;\n --color-primary-hover: #e5e8fd !important;\n --color-primary-visited: #b7bdf8 !important;\n --color-primary-background: #b7bdf8 !important;\n --color-primary-background-hover: #a0a8f6 !important;\n --color-primary-background-selected: #a0a8f6 !important;\n --color-primary-onBackground: #24273a !important;\n --color-primary-onBackground-selected: #181926 !important;\n --color-secondary: #a5adcb !important;\n --color-secondary-hover: #b8c0e0 !important;\n --color-secondary-weak: #a5adcb !important;\n --color-secondary-onBackground: #cad3f5 !important;\n --color-secondary-background: #1e2030 !important;\n --color-secondary-background-hover: #494d64 !important;\n --color-secondary-background-selected: #494d64 !important;\n --color-secondary-plain: #a5adcb !important;\n --color-secondary-plain-hover: #b8c0e0 !important;\n --color-danger-background: #ed8796 !important;\n --color-danger-background-disabled: rgba(237, 135, 150, 0.2) !important;\n --color-danger-background-hover: rgba(237, 135, 150, 0.98) !important;\n --color-danger-onBackground: #cad3f5 !important;\n --color-danger-content: #ed8796 !important;\n --color-danger-content-default: #181926;\n --color-danger-content-hover: #ec7e8e !important;\n --color-success-content: #a6da95 !important;\n --color-success-hover: #a0d78d !important;\n --color-success-onBackground: #181926;\n --color-success-background: #a6da95 !important;\n --color-success-background-hover: #a0d78d !important;\n --color-warning-content: #eed49f !important;\n --color-warning-content-hover: #ecd096 !important;\n --color-warning-onBackground: #24273a !important;\n --color-warning-background: #eed49f !important;\n --color-warning-background-hover: #ecd096 !important;\n --color-upvote-content: #b7bdf8 !important;\n --color-upvote-disabled: #a5adcb !important;\n --color-upvote-onBackground: #cad3f5 !important;\n --color-upvote-background: #24273a !important;\n --color-upvote-background-hover: #a0a8f6 !important;\n --color-upvote-background-disabled: #24273a !important;\n --color-downvote-content: #cad3f5 !important;\n --color-downvote-content-weak: #cad3f5 !important;\n --color-downvote-disabled: #a5adcb !important;\n --color-downvote-onBackground: #cad3f5 !important;\n --color-downvote-background: #24273a !important;\n --color-downvote-background-hover: #739df2 !important;\n --color-downvote-background-disabled: #1e2030 !important;\n --color-tone-1: #cad3f5 !important;\n --color-tone-2: #a5adcb !important;\n --color-tone-3: #939ab7 !important;\n --color-tone-4: #363a4f !important;\n --color-tone-5: #494d64 !important;\n --color-tone-6: #5b6078 !important;\n --color-tone-7: #24273a !important;\n --color-avatar-gradient: #b7bdf8 !important;\n --color-transparent-background-hover: rgba(54, 58, 79, 0.3) !important;\n --color-opacity-50: rgba(36, 39, 58, 0.5) !important;\n --color-online: #b7bdf8 !important;\n --color-favorite: #b7bdf8 !important;\n --color-brand-background: #b7bdf8 !important;\n --color-brand-background-hover: #a0a8f6 !important;\n --color-global-orangered: #b7bdf8 !important;\n --color-action-upvote: #b7bdf8 !important;\n --color-action-downvote: #8aadf4;\n --shreddit-color-wordmark: #b7bdf8;\n /* normal stuff */\n /* reddit chat variables */\n /* site background */\n /* PROFILE MENU */\n /* karma count */\n /* profile button karma icon */\n /* menu headers */\n /* switches, should also apply sitewide */\n /* online status */\n /* PROFILE PAGE */\n /* create avatar button */\n /* cake day and followers icon */\n /* add social links button readability tweak */\n /* profile moderation and user settings page */\n /* Beta Badge */\n /* Delete Account */\n /* Delete Account Icon */\n /* blocked, muted input */\n /* fixes profile posts not being themed */\n /* NFT AVATAR VIEWER */\n /* modal background */\n /* Tag Color */\n /* mint status */\n /* carousel background */\n /* nft card back */\n /* external links */\n /* shop for avatars button */\n /* AVATAR CREATOR */\n /* SITE HEADER */\n /* reddit logo */\n /* Post title from notification */\n /* notification icon */\n /* advertise button */\n /* reddit now notification */\n /* search scope pill text */\n /* search popup title */\n /* safe search toggle */\n /* NAVIGATION SIDEBAR */\n /* close icon */\n /* item color */\n /* navigation sidebar header color */\n /* favorites */\n /* RIGHT FRONTPAGE SIDEBAR */\n /* reddit premium icon */\n /* reddit premium try now button */\n /* recent posts thumbnail borders */\n /* POSTS */\n /* post background for card style */\n /* post options (save, comment, etc.) */\n /* post title color */\n /*\n * post op color and\n * post date color\n */\n /* nsfw flair */\n /* pinned post icon */\n /* give award icon */\n /* locked post icon */\n /* post button divider */\n /* UPVOTES/DOWNVOTES */\n /* upvote/downvote background */\n /* inactive vote text color */\n /* active upvote color */\n /* active upvote text color */\n /* hover background for both upvotes and downvotes */\n /* active downvote color */\n /* active downvote text color */\n /* REPORT MODAL */\n /* SUBREDDIT PAGES */\n /* radio buttons (flair selector, etc.) */\n /* checkboxes */\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n /* header background */\n /* subreddit image background */\n /* border between uela */\n /* follower color */\n /* default subreddit icon */\n /* online users */\n /* POST VIEWER */\n /* spoiler tags */\n /* mod comment tag */\n /* op comment tag */\n /* post overlay if you have \"open in new tab\" disabled */\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n /* gold award gradient */\n /* image gallery next/previous buttons */\n /* image gallery image count */\n /* comment search bar */\n /* tab bar below banner */\n /* MULTIREDDITS/CUSTOM FEEDS */\n /* delete custom feed button */\n /* TOOLTIPS */\n /* Recap Reddit Logo */\n }\n :root:not(.theme-light) .theme-rpl ::selection,\n :root:not(.theme-light).theme-rpl ::selection,\n :root:not(.theme-light) .theme-beta ::selection,\n :root:not(.theme-light).theme-beta ::selection,\n .theme-dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.theme-light) .theme-rpl input::placeholder,\n :root:not(.theme-light).theme-rpl input::placeholder,\n :root:not(.theme-light) .theme-beta input::placeholder,\n :root:not(.theme-light).theme-beta input::placeholder,\n .theme-dark input::placeholder,\n :root:not(.theme-light) .theme-rpl textarea::placeholder,\n :root:not(.theme-light).theme-rpl textarea::placeholder,\n :root:not(.theme-light) .theme-beta textarea::placeholder,\n :root:not(.theme-light).theme-beta textarea::placeholder,\n .theme-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light).theme-rpl #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light) .theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n :root:not(.theme-light).theme-beta #reddit-logo circle[fill=\"#FF4500\"],\n .theme-dark #reddit-logo circle[fill=\"#FF4500\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light).theme-rpl #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light) .theme-beta #reddit-logo path[fill=\"#FFF\"],\n :root:not(.theme-light).theme-beta #reddit-logo path[fill=\"#FFF\"],\n .theme-dark #reddit-logo path[fill=\"#FFF\"] {\n fill: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark,\n :root:not(.theme-light) .theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-light).theme-rpl div[class^=\"subredditvars\"],\n :root:not(.theme-light) .theme-beta div[class^=\"subredditvars\"],\n :root:not(.theme-light).theme-beta div[class^=\"subredditvars\"],\n .theme-dark div[class^=\"subredditvars\"] {\n --color-online: #a6da95 !important;\n --newCommunityTheme-actionIcon: #a5adcb !important;\n --newCommunityTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-actionIconShaded80: #a5adcb !important;\n --newCommunityTheme-actionIconTinted80: #b8c0e0 !important;\n --newCommunityTheme-active: #b7bdf8 !important;\n --newCommunityTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-activeLight60: #b7bdf8 !important;\n --newCommunityTheme-activeShaded80: #b7bdf8 !important;\n --newCommunityTheme-activeShaded90: #b7bdf8 !important;\n --newCommunityTheme-activeTinted05: #cad3f5 !important;\n --newCommunityTheme-banner-backgroundColor: #b7bdf8 !important;\n --newCommunityTheme-banner-iconColor: #b7bdf8 !important;\n --newCommunityTheme-body: #1e2030 !important;\n --newCommunityTheme-bodyAlpha50: #363a4f !important;\n --newCommunityTheme-bodyAlpha70: #494d64 !important;\n --newCommunityTheme-bodyAlpha80: #5b6078 !important;\n --newCommunityTheme-bodyFade: #a5adcb !important;\n --newCommunityTheme-bodyShaded80: #1e2030 !important;\n --newCommunityTheme-bodyText: #cad3f5 !important;\n --newCommunityTheme-bodyTextAlpha03: #1e2030 !important;\n --newCommunityTheme-bodyTextAlpha20: #494d64 !important;\n --newCommunityTheme-bodyTextShaded20: #363a4f !important;\n --newCommunityTheme-bodyTextTinted20: #a5adcb !important;\n --newCommunityTheme-bodyTinted50: #8087a2 !important;\n --newCommunityTheme-bodyTinted80: #6e738d !important;\n --newCommunityTheme-button: #cad3f5 !important;\n --newCommunityTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-buttonAlpha40: #a5adcb !important;\n --newCommunityTheme-buttonAlpha50: #b8c0e0 !important;\n --newCommunityTheme-buttonAlpha80: #b8c0e0 !important;\n --newCommunityTheme-buttonShaded80: #6e738d !important;\n --newCommunityTheme-buttonTinted20: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted50: #b7bdf8 !important;\n --newCommunityTheme-buttonTinted80: #b7bdf8 !important;\n --newCommunityTheme-canvas: #181926 !important;\n --newCommunityTheme-checkbox: #cad3f5 !important;\n --newCommunityTheme-errorText: #ed8796 !important;\n --newCommunityTheme-field: #363a4f !important;\n --newCommunityTheme-fieldFade: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-flair: #b7bdf8 !important;\n --newCommunityTheme-highlight: #24273a !important;\n --newCommunityTheme-inactive: #a5adcb !important;\n --newCommunityTheme-lightText: #cad3f5 !important;\n --newCommunityTheme-lightTextAlpha75: #b8c0e0 !important;\n --newCommunityTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-linkText: #b7bdf8 !important;\n --newCommunityTheme-linkTextAlpha80: #b7bdf8 !important;\n --newCommunityTheme-linkTextShaded80: #b7bdf8 !important;\n --newCommunityTheme-linkTextTinted80: #b7bdf8 !important;\n --newCommunityTheme-linkTextWithBody: #b7bdf8 !important;\n --newCommunityTheme-menu: #1e2030 !important;\n --newCommunityTheme-menuActiveText: #cad3f5 !important;\n --newCommunityTheme-menuButtonBackground-active: #24273a !important;\n --newCommunityTheme-menuButtonBackground-focus: #24273a !important;\n --newCommunityTheme-menuButtonBackground-hover: #24273a !important;\n --newCommunityTheme-menuInactiveText: #cad3f5 !important;\n --newCommunityTheme-metaText: #a5adcb !important;\n --newCommunityTheme-metaTextAlpha50: #a5adcb !important;\n --newCommunityTheme-metaTextShaded80: #a5adcb !important;\n --newCommunityTheme-monospaceColor: #b7bdf8 !important;\n --newCommunityTheme-navBar-activeLink: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-backgroundColor: #1e2030 !important;\n --newCommunityTheme-navBar-hoverLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveLink: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newCommunityTheme-navIcon: #cad3f5 !important;\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newCommunityTheme-nsfw: #ed8796 !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newCommunityTheme-nsfwBlocking-color: #cad3f5 !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newCommunityTheme-pageHeader: #5b6078 !important;\n --newCommunityTheme-placeholder: #363a4f !important;\n --newCommunityTheme-post: #1e2030 !important;\n --newCommunityTheme-postError: #ed8796 !important;\n --newCommunityTheme-postFlairText: #181926 !important;\n --newCommunityTheme-postIcon: #b7bdf8 !important;\n --newCommunityTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-postTinted20: #24273a !important;\n --newCommunityTheme-postTransparent20: #24273a !important;\n --newCommunityTheme-primaryButtonShadedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedEighty: #8087a2 !important;\n --newCommunityTheme-primaryButtonTintedFifty: #6e738d !important;\n --newCommunityTheme-primaryButtonTintedSixty: #6e738d !important;\n --newCommunityTheme-quarantine: #eed49f !important;\n --newCommunityTheme-report: #494d64 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newCommunityTheme-search-syntaxHighlightColor: #24273a !important;\n --newCommunityTheme-titleText: #cad3f5 !important;\n --newCommunityTheme-upsell-appleIcon: #b8c0e0 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newCommunityTheme-voteText-base: #a5adcb !important;\n --newCommunityTheme-voteText-downvote: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newCommunityTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newCommunityTheme-voteText-upvote: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newCommunityTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newCommunityTheme-widgetColors-appleIcon: #6e738d !important;\n --newCommunityTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: #1e2030 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --newRedditTheme-actionIcon: #a5adcb !important;\n --newRedditTheme-actionIconAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-actionIconShaded80: #a5adcb !important;\n --newRedditTheme-actionIconTinted80: #b8c0e0 !important;\n --newRedditTheme-active: #b7bdf8 !important;\n --newRedditTheme-activeAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-activeLight60: #b7bdf8 !important;\n --newRedditTheme-activeShaded80: #b7bdf8 !important;\n --newRedditTheme-activeShaded90: #b7bdf8 !important;\n --newRedditTheme-activeTinted05: #cad3f5 !important;\n --newRedditTheme-banner-backgroundColor: #b7bdf8 !important;\n --newRedditTheme-banner-iconColor: #b7bdf8 !important;\n --newRedditTheme-body: #1e2030 !important;\n --newRedditTheme-bodyAlpha50: #363a4f !important;\n --newRedditTheme-bodyAlpha70: #494d64 !important;\n --newRedditTheme-bodyAlpha80: #5b6078 !important;\n --newRedditTheme-bodyFade: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyShaded80: #1e2030 !important;\n --newRedditTheme-bodyText: #cad3f5 !important;\n --newRedditTheme-bodyTextAlpha03: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-bodyTextAlpha20: #494d64 !important;\n --newRedditTheme-bodyTextShaded20: #363a4f !important;\n --newRedditTheme-bodyTextTinted20: #b8c0e0 !important;\n --newRedditTheme-bodyTinted50: #6e738d !important;\n --newRedditTheme-bodyTinted80: #8087a2 !important;\n --newRedditTheme-button: #cad3f5 !important;\n --newRedditTheme-buttonAlpha05: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-buttonAlpha40: #a5adcb !important;\n --newRedditTheme-buttonAlpha50: #b8c0e0 !important;\n --newRedditTheme-buttonAlpha80: #b8c0e0 !important;\n --newRedditTheme-buttonShaded80: #6e738d !important;\n --newRedditTheme-buttonTinted20: #b7bdf8 !important;\n --newRedditTheme-buttonTinted50: #b7bdf8 !important;\n --newRedditTheme-buttonTinted80: #b7bdf8 !important;\n --newRedditTheme-canvas: #181926 !important;\n --newRedditTheme-checkbox: #cad3f5 !important;\n --newRedditTheme-errorText: #ed8796 !important;\n --newRedditTheme-field: #24273a !important;\n --newRedditTheme-fieldFade: #1e2030 !important;\n --newRedditTheme-flair: #b7bdf8 !important;\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: #24273a !important;\n --newRedditTheme-inactive: #363a4f !important;\n --newRedditTheme-lightText: #cad3f5 !important;\n --newRedditTheme-lightTextAlpha75: #b8c0e0 !important;\n --newRedditTheme-line: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-lineShadedNinety: rgba(73, 77, 100, 0.7) !important;\n /* links */\n --newRedditTheme-linkText: #b7bdf8 !important;\n --newRedditTheme-linkTextAlpha80: #b7bdf8 !important;\n --newRedditTheme-linkTextShaded80: #b7bdf8 !important;\n --newRedditTheme-linkTextTinted80: #b7bdf8 !important;\n --newRedditTheme-linkTextWithBody: #b7bdf8 !important;\n /* menus */\n --newRedditTheme-menu: #1e2030 !important;\n --newRedditTheme-menuActiveText: #cad3f5 !important;\n --newRedditTheme-menuButtonBackground-active: #b7bdf8 !important;\n --newRedditTheme-menuButtonBackground-focus: #24273a !important;\n --newRedditTheme-menuButtonBackground-hover: #24273a !important;\n --newRedditTheme-menuInactiveText: #cad3f5 !important;\n --newRedditTheme-metaText: #a5adcb !important;\n --newRedditTheme-metaTextAlpha50: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-metaTextShaded80: #b8c0e0 !important;\n --newRedditTheme-monospaceColor: #b7bdf8 !important;\n --newRedditTheme-navBar-activeLink: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-activeSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-backgroundColor: #1e2030 !important;\n --newRedditTheme-navBar-hoverLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveLink: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: #cad3f5 !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: #cad3f5 !important;\n --newRedditTheme-navBar-submenuBackgroundColor: #1e2030 !important;\n --newRedditTheme-navIcon: #cad3f5 !important;\n --newRedditTheme-navIconFaded10: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-nsfw: #ed8796 !important;\n --newRedditTheme-nsfwBlocking-bgcolor: #181926 !important;\n --newRedditTheme-nsfwBlocking-color: #cad3f5 !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: #24273a !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: #1e2030 !important;\n --newRedditTheme-pageHeader: #363a4f !important;\n --newRedditTheme-placeholder: #494d64 !important;\n --newRedditTheme-post: #1e2030 !important;\n --newRedditTheme-postError: #ed8796 !important;\n --newRedditTheme-postFlairText: #cad3f5 !important;\n --newRedditTheme-postIcon: #b7bdf8 !important;\n --newRedditTheme-postLine: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded80: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postLineShaded90: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-postTinted20: #24273a !important;\n --newRedditTheme-postTransparent20: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-primaryButtonShadedEighty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedEighty: #5b6078 !important;\n --newRedditTheme-primaryButtonTintedFifty: #494d64 !important;\n --newRedditTheme-primaryButtonTintedSixty: #494d64 !important;\n --newRedditTheme-quarantine: #eed49f !important;\n --newRedditTheme-report: #24273a !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: #b7bdf8 !important;\n --newRedditTheme-search-syntaxHighlightColor: #24273a !important;\n --newRedditTheme-titleText: #cad3f5 !important;\n --newRedditTheme-upsell-appleIcon: #6e738d !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: #cad3f5 !important;\n --newRedditTheme-upsell-ssoButtonTextColor: #cad3f5 !important;\n --newRedditTheme-voteText-base: #b8c0e0 !important;\n --newRedditTheme-voteText-downvote: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteShaded80: #8aadf4 !important;\n --newRedditTheme-voteText-downvoteTinted80: #8aadf4 !important;\n --newRedditTheme-voteText-upvote: #ed8796 !important;\n --newRedditTheme-voteText-upvoteShaded80: #ed8796 !important;\n --newRedditTheme-voteText-upvoteTinted80: #ed8796 !important;\n --newRedditTheme-widgetColors-appleIcon: #6e738d !important;\n --newRedditTheme-widgetColors-lineColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: #1e2030 !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: rgba(73, 77, 100, 0.7) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: #181926 !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: rgba(24, 25, 38, 0.8) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: #cad3f5 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: #b8c0e0 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: #cad3f5 !important;\n --tw-bg-opacity: #181926 !important;\n --vds-video-bg-color: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl :root,\n :root:not(.theme-light).theme-rpl :root,\n :root:not(.theme-light) .theme-beta :root,\n :root:not(.theme-light).theme-beta :root,\n .theme-dark :root {\n --activity-button-chatFilterColor: #363a4f !important;\n --activity-button-newChatFilter-activeBg: #b7bdf8 !important;\n --activity-button-newChatFilter-activeText: #24273a !important;\n --activity-button-newChatFilter-defaultBorder: #494d64 !important;\n --activity-button-newChatFilter-defaultText: #cad3f5 !important;\n --activity-button-primary: #b7bdf8 !important;\n --activity-button-secondary: #cad3f5 !important;\n --activity-buttonPrimary-color: #b7bdf8 !important;\n --activity-buttonSecondary-active: #b7bdf8 !important;\n --activity-checkbox-checked: #b7bdf8 !important;\n --activity-checkbox-checkmark: #cad3f5 !important;\n --activity-checkbox-unchecked: #24273a !important;\n --activity-checkbox-uncheckedBorder: #494d64 !important;\n --activity-icon-active: #b7bdf8 !important;\n --activity-icon-contrast: #494d64 !important;\n --activity-icon-default: #a5adcb !important;\n --activity-icon-disable: #5b6078 !important;\n --activity-icon-hover: #5b6078 !important;\n --activity-icon-nsfw-bg: #24273a !important;\n --activity-icon-nsfw-text: #cad3f5 !important;\n --activity-icon-subIcon-backgroundColor: #cad3f5 !important;\n --activity-icon-toaster: #181926 !important;\n --activity-input-background: rgba(24, 25, 38, 0.8) !important;\n --activity-input-border: #494d64 !important;\n --activity-input-channelRename: #a5adcb !important;\n --activity-input-color: #b8c0e0 !important;\n --activity-input-error: #ed8796 !important;\n --activity-input-focusBg: #a6da95 !important;\n --activity-input-focusColor: #cad3f5 !important;\n --activity-input-ownerBg: #363a4f !important;\n --activity-link-hoverText: #ed8796 !important;\n --activity-link-staticText: #b7bdf8 !important;\n --activity-link-staticUnderline: #b7bdf8 !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: #1e2030 !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: #b7bdf8 !important;\n --activity-minimizedPortal-color-unreadFinal: #cad3f5 !important;\n --activity-minimizedPortal-color-unreadInitial: #cad3f5 !important;\n --activity-send-disable: #363a4f !important;\n --activity-send-hover: #b7bdf8 !important;\n --activity-text-active: #b7bdf8 !important;\n --activity-text-fade: #a5adcb !important;\n --activity-text-highlight: #cad3f5 !important;\n --activity-text-light: #a5adcb !important;\n --activity-text-meta: #a5adcb !important;\n --activity-text-regular: #cad3f5 !important;\n --activity-text-success: #a6da95 !important;\n --activity-text-tutorial: #f4dbd6 !important;\n --activity-text-warning: #ed8796 !important;\n --addReaction-backgroundColor: #363a4f !important;\n --addReaction-iconFill: #494d64 !important;\n --boxShadow: rgba(24, 25, 38, 0.8) !important;\n --bubble-border: rgba(73, 77, 100, 0.7) !important;\n --bubble-channelsFilter-background: #181926 !important;\n --bubble-channelsFilter-selected: #6e738d !important;\n --bubble-color: #cad3f5 !important;\n --bubble-link-color: #b7bdf8 !important;\n --bubbleActions-hover: #363a4f !important;\n --editName: #494d64 !important;\n --layout-body: #1e2030 !important;\n --layout-colsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-controlsBorder: rgba(73, 77, 100, 0.7) !important;\n --layout-dropdown-border: rgba(73, 77, 100, 0.7) !important;\n --layout-header-counterBg: #ed8796 !important;\n --layout-header-counterText: #cad3f5 !important;\n --layout-overlayBackground: rgba(24, 25, 38, 0.8) !important;\n --layout-overlayReportFlow: rgba(24, 25, 38, 0.8) !important;\n --layout-scrollbar: #cad3f5 !important;\n --layout-scrollbarHover: #b7bdf8 !important;\n --layout-timeStamp-tooltip-background: #363a4f !important;\n --message-list-item-button: #494d64 !important;\n --message-list-item-onlineIndicator: #a6da95 !important;\n --message-list-item-ownerBg: #494d64 !important;\n --message-list-item-richItem: #6e738d !important;\n --message-list-item-richItemBorder: rgba(73, 77, 100, 0.7) !important;\n --message-list-item-white: #cad3f5 !important;\n --modal-buttonsBackground: #cad3f5 !important;\n --modal-primaryButtonWarning: #ed8796 !important;\n --modal-secondaryButton: #cad3f5 !important;\n --newChat-inviteLink-borderColor: rgba(73, 77, 100, 0.7) !important;\n --overlay-backgroundColor: #1e2030 !important;\n --overlay-headerColor: #cad3f5 !important;\n --overlay-inputBackground: #181926 !important;\n --overlay-searchBarBackground: #1e2030 !important;\n --prompt-tooltip-background: #b7bdf8 !important;\n --searchBar-backgroundColor: #1e2030 !important;\n --settings-color: #a5adcb !important;\n --settings-dropdownItemHoverBackground: #181926 !important;\n --settings-panelBackground: #181926 !important;\n --settings-panelItemHoverBackground: #363a4f !important;\n --settings-panelItemSelectedBackground: #494d64 !important;\n --sidebar-background: rgba(73, 77, 100, 0.7) !important;\n --sidebar-basic-background-active: #b7bdf8 !important;\n --sidebar-basic-background-hover: #1e2030 !important;\n --sidebar-footer-background: #181926 !important;\n --sidebar-item-active: #494d64 !important;\n --sidebar-item-hover: #363a4f !important;\n --sidebar-item-selected: #5b6078 !important;\n --sidebar-item-text-active: #cad3f5 !important;\n --sidebar-subreddit-background-active: #b7bdf8 !important;\n --sidebar-subreddit-background-hover: #494d64 !important;\n --sidebar-text-divider: #494d64 !important;\n --skeleton-field: #5b6078 !important;\n --skeleton-inactive: #363a4f !important;\n --subreddit-iconBg: #b7bdf8 !important;\n --toast-error: #ed8796 !important;\n --toast-pending: #181926 !important;\n --toast-success: #a6da95 !important;\n --uploads-progress-background: #a5adcb !important;\n --uploads-progress-bar: #b7bdf8 !important;\n --videoModal-button-background: #cad3f5 !important;\n --videoModal-button-color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light).theme-rpl div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light) .theme-beta div.ListingLayout-backgroundContainer::before,\n :root:not(.theme-light).theme-beta div.ListingLayout-backgroundContainer::before,\n .theme-dark div.ListingLayout-backgroundContainer::before {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light).theme-rpl span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light) .theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n :root:not(.theme-light).theme-beta span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span,\n .theme-dark span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-karma_fill,\n :root:not(.theme-light).theme-rpl i.icon-karma_fill,\n :root:not(.theme-light) .theme-beta i.icon-karma_fill,\n :root:not(.theme-light).theme-beta i.icon-karma_fill,\n .theme-dark i.icon-karma_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light).theme-rpl div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light) .theme-beta div[role=\"menu\"] > div > div > span > span,\n :root:not(.theme-light).theme-beta div[role=\"menu\"] > div > div > span > span,\n .theme-dark div[role=\"menu\"] > div > div > span > span {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light).theme-rpl button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light) .theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n :root:not(.theme-light).theme-beta button[role=\"switch\"][aria-checked=\"false\"],\n .theme-dark button[role=\"switch\"][aria-checked=\"false\"] {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-light).theme-rpl button[role=\"switch\"] > div,\n :root:not(.theme-light) .theme-beta button[role=\"switch\"] > div,\n :root:not(.theme-light).theme-beta button[role=\"switch\"] > div,\n .theme-dark button[role=\"switch\"] > div {\n background: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light).theme-rpl ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light) .theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n :root:not(.theme-light).theme-beta ._2dn5Ncenn0BSD4tCSmxQhA,\n .theme-dark ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light).theme-rpl ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light) .theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n :root:not(.theme-light).theme-beta ._3SlBAJb2MbUHwgBZFH8eL7,\n .theme-dark ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light).theme-rpl button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light) .theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n :root:not(.theme-light).theme-beta button._3F1tNW0P4Ff182mO_CefIg,\n .theme-dark button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light).theme-rpl button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light) .theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n :root:not(.theme-light).theme-beta button._3F1tNW0P4Ff182mO_CefIg > i,\n .theme-dark button._3F1tNW0P4Ff182mO_CefIg > i {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-cake_fill,\n :root:not(.theme-light).theme-rpl i.icon-cake_fill,\n :root:not(.theme-light) .theme-beta i.icon-cake_fill,\n :root:not(.theme-light).theme-beta i.icon-cake_fill,\n .theme-dark i.icon-cake_fill,\n :root:not(.theme-light) .theme-rpl i.icon-user_fill,\n :root:not(.theme-light).theme-rpl i.icon-user_fill,\n :root:not(.theme-light) .theme-beta i.icon-user_fill,\n :root:not(.theme-light).theme-beta i.icon-user_fill,\n .theme-dark i.icon-user_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-rpl div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-beta div._3hew1NnzwygOKDNQDKp6R4,\n .theme-dark div._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light).theme-rpl div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light) .theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light).theme-beta div._3hew1NnzwygOKDNQDKp6R4 > i,\n .theme-dark div._3hew1NnzwygOKDNQDKp6R4 > i,\n :root:not(.theme-light) .theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-rpl li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light) .theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n :root:not(.theme-light).theme-beta li._3hew1NnzwygOKDNQDKp6R4,\n .theme-dark li._3hew1NnzwygOKDNQDKp6R4 {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light).theme-rpl div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light) .theme-beta div._1VP69d9lk-Wk9zokOaylL,\n :root:not(.theme-light).theme-beta div._1VP69d9lk-Wk9zokOaylL,\n .theme-dark div._1VP69d9lk-Wk9zokOaylL {\n --background: #24273a !important;\n --canvas: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light).theme-rpl span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light) .theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n :root:not(.theme-light).theme-beta span._2KFJx8Dhh1o1u0Xb8e7NuD,\n .theme-dark span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light).theme-rpl button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light) .theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n :root:not(.theme-light).theme-beta button.EBd2MhBQlQeZ13YeP0K8a,\n .theme-dark button.EBd2MhBQlQeZ13YeP0K8a {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light).theme-rpl svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light) .theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n :root:not(.theme-light).theme-beta svg._1Fa4RPHlhrfUZuNaXK2-eP > path,\n .theme-dark svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light).theme-rpl input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light) .theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n :root:not(.theme-light).theme-beta input._1Vnaj3fBuYrmHKEPQD_zWW,\n .theme-dark input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div.scrollerItem > div,\n :root:not(.theme-light).theme-rpl div.scrollerItem > div,\n :root:not(.theme-light) .theme-beta div.scrollerItem > div,\n :root:not(.theme-light).theme-beta div.scrollerItem > div,\n .theme-dark div.scrollerItem > div,\n :root:not(.theme-light) .theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-light).theme-rpl div[data-testid=\"post-container\"],\n :root:not(.theme-light) .theme-beta div[data-testid=\"post-container\"],\n :root:not(.theme-light).theme-beta div[data-testid=\"post-container\"],\n .theme-dark div[data-testid=\"post-container\"],\n :root:not(.theme-light) .theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light).theme-rpl div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light) .theme-beta div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light).theme-beta div[style=\"background:#1A1A1B\"],\n .theme-dark div[style=\"background:#1A1A1B\"],\n :root:not(.theme-light) .theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light).theme-rpl div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light) .theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n :root:not(.theme-light).theme-beta div._2otRz3OtuWajw1RleFDJ5P,\n .theme-dark div._2otRz3OtuWajw1RleFDJ5P {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-light).theme-rpl div._productDetails_7kbcu_53,\n :root:not(.theme-light) .theme-beta div._productDetails_7kbcu_53,\n :root:not(.theme-light).theme-beta div._productDetails_7kbcu_53,\n .theme-dark div._productDetails_7kbcu_53 {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl .RESUserTagImage::after,\n :root:not(.theme-light).theme-rpl .RESUserTagImage::after,\n :root:not(.theme-light) .theme-beta .RESUserTagImage::after,\n :root:not(.theme-light).theme-beta .RESUserTagImage::after,\n .theme-dark .RESUserTagImage::after {\n color: #b7bdf8;\n }\n :root:not(.theme-light) .theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-light).theme-rpl div._mintStatus_7kbcu_264,\n :root:not(.theme-light) .theme-beta div._mintStatus_7kbcu_264,\n :root:not(.theme-light).theme-beta div._mintStatus_7kbcu_264,\n .theme-dark div._mintStatus_7kbcu_264 {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-light).theme-rpl div._carousel_7kbcu_45,\n :root:not(.theme-light) .theme-beta div._carousel_7kbcu_45,\n :root:not(.theme-light).theme-beta div._carousel_7kbcu_45,\n .theme-dark div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, #24273a 16.42%, #8aadf4 100%);\n }\n :root:not(.theme-light) .theme-rpl div._card_1ooes_1,\n :root:not(.theme-light).theme-rpl div._card_1ooes_1,\n :root:not(.theme-light) .theme-beta div._card_1ooes_1,\n :root:not(.theme-light).theme-beta div._card_1ooes_1,\n .theme-dark div._card_1ooes_1 {\n background: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1,\n .theme-dark ol._container_1t62i_1 {\n border-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1 > li,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1 > li,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1 > li,\n .theme-dark ol._container_1t62i_1 > li {\n border-color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-light).theme-rpl ol._container_1t62i_1 > li > div,\n :root:not(.theme-light) .theme-beta ol._container_1t62i_1 > li > div,\n :root:not(.theme-light).theme-beta ol._container_1t62i_1 > li > div,\n .theme-dark ol._container_1t62i_1 > li > div {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-light).theme-rpl div.MuiMobileStepper-dot,\n :root:not(.theme-light) .theme-beta div.MuiMobileStepper-dot,\n :root:not(.theme-light).theme-beta div.MuiMobileStepper-dot,\n .theme-dark div.MuiMobileStepper-dot {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-light).theme-rpl div.MuiMobileStepper-dotActive,\n :root:not(.theme-light) .theme-beta div.MuiMobileStepper-dotActive,\n :root:not(.theme-light).theme-beta div.MuiMobileStepper-dotActive,\n .theme-dark div.MuiMobileStepper-dotActive {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light).theme-rpl div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light) .theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light).theme-beta div._scrollContainer_7kbcu_104 > div > h3,\n .theme-dark div._scrollContainer_7kbcu_104 > div > h3,\n :root:not(.theme-light) .theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-light).theme-rpl div._cardAuthor_7kbcu_79,\n :root:not(.theme-light) .theme-beta div._cardAuthor_7kbcu_79,\n :root:not(.theme-light).theme-beta div._cardAuthor_7kbcu_79,\n .theme-dark div._cardAuthor_7kbcu_79 {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div._container_oikih_1,\n :root:not(.theme-light).theme-rpl div._container_oikih_1,\n :root:not(.theme-light) .theme-beta div._container_oikih_1,\n :root:not(.theme-light).theme-beta div._container_oikih_1,\n .theme-dark div._container_oikih_1 {\n background: #181926 !important;\n border-color: #494d64 !important;\n }\n :root:not(.theme-light) .theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-light).theme-rpl a._pill_7kbcu_280,\n :root:not(.theme-light) .theme-beta a._pill_7kbcu_280,\n :root:not(.theme-light).theme-beta a._pill_7kbcu_280,\n .theme-dark a._pill_7kbcu_280 {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light).theme-rpl button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light) .theme-beta button._shopForMoreButton_7kbcu_125,\n :root:not(.theme-light).theme-beta button._shopForMoreButton_7kbcu_125,\n .theme-dark button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, #ed8796, #f5a97f) !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-light).theme-rpl div._wrapper_1upjl_7,\n :root:not(.theme-light) .theme-beta div._wrapper_1upjl_7,\n :root:not(.theme-light).theme-beta div._wrapper_1upjl_7,\n .theme-dark div._wrapper_1upjl_7 {\n background: #24273a !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg > g > circle,\n .theme-dark a[aria-label=\"Home\"] > svg > g > circle {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg:first-child > g > path,\n .theme-dark a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light).theme-rpl a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light) .theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n :root:not(.theme-light).theme-beta a[aria-label=\"Home\"] > svg:nth-child(2) > g > path,\n .theme-dark a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light).theme-rpl h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light) .theme-beta h1._eYtD2XCVieq6emjKBH3m,\n :root:not(.theme-light).theme-beta h1._eYtD2XCVieq6emjKBH3m,\n .theme-dark h1._eYtD2XCVieq6emjKBH3m {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light).theme-rpl button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light) .theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n :root:not(.theme-light).theme-beta button[aria-label=\"Open notifications inbox\"] > div > span,\n .theme-dark button[aria-label=\"Open notifications inbox\"] > div > span {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n :root:not(.theme-light).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a,\n .theme-dark #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light).theme-rpl #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light) .theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n :root:not(.theme-light).theme-beta #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i,\n .theme-dark #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-light).theme-rpl a[href=\"/now\"] > div,\n :root:not(.theme-light) .theme-beta a[href=\"/now\"] > div,\n :root:not(.theme-light).theme-beta a[href=\"/now\"] > div,\n .theme-dark a[href=\"/now\"] > div {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light).theme-rpl div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light) .theme-beta div[data-testid=\"search-scope-pill-text\"],\n :root:not(.theme-light).theme-beta div[data-testid=\"search-scope-pill-text\"],\n .theme-dark div[data-testid=\"search-scope-pill-text\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light).theme-rpl div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light) .theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n :root:not(.theme-light).theme-beta div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"],\n .theme-dark div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light).theme-rpl button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light) .theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n :root:not(.theme-light).theme-beta button#safe-search-toggle[aria-checked=\"true\"],\n .theme-dark button#safe-search-toggle[aria-checked=\"true\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-close,\n :root:not(.theme-light).theme-rpl i.icon-close,\n :root:not(.theme-light) .theme-beta i.icon-close,\n :root:not(.theme-light).theme-beta i.icon-close,\n .theme-dark i.icon-close {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-light).theme-rpl a[role=\"menuitem\"],\n :root:not(.theme-light) .theme-beta a[role=\"menuitem\"],\n :root:not(.theme-light).theme-beta a[role=\"menuitem\"],\n .theme-dark a[role=\"menuitem\"] {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light).theme-rpl div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light) .theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n :root:not(.theme-light).theme-beta div[role=\"menu\"] > div[role=\"heading\"],\n .theme-dark div[role=\"menu\"] > div[role=\"heading\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-light).theme-rpl a[role=\"menuitem\"]:hover,\n :root:not(.theme-light) .theme-beta a[role=\"menuitem\"]:hover,\n :root:not(.theme-light).theme-beta a[role=\"menuitem\"]:hover,\n .theme-dark a[role=\"menuitem\"]:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-star_fill,\n :root:not(.theme-light).theme-rpl i.icon-star_fill,\n :root:not(.theme-light) .theme-beta i.icon-star_fill,\n :root:not(.theme-light).theme-beta i.icon-star_fill,\n .theme-dark i.icon-star_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-star,\n :root:not(.theme-light).theme-rpl i.icon-star,\n :root:not(.theme-light) .theme-beta i.icon-star,\n :root:not(.theme-light).theme-beta i.icon-star,\n .theme-dark i.icon-star {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-premium_fill,\n :root:not(.theme-light).theme-rpl i.icon-premium_fill,\n :root:not(.theme-light) .theme-beta i.icon-premium_fill,\n :root:not(.theme-light).theme-beta i.icon-premium_fill,\n .theme-dark i.icon-premium_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light).theme-rpl button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light) .theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n :root:not(.theme-light).theme-beta button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ-,\n .theme-dark button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light).theme-rpl div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light) .theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n :root:not(.theme-light).theme-beta div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div,\n .theme-dark div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"background\"],\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"background\"],\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"background\"],\n .theme-dark div[data-adclicklocation=\"background\"] {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light).theme-rpl div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light) .theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light).theme-beta div._3-miAEojrCvx_4FQ8x3P-s,\n .theme-dark div._3-miAEojrCvx_4FQ8x3P-s,\n :root:not(.theme-light) .theme-rpl i.icon-comment,\n :root:not(.theme-light).theme-rpl i.icon-comment,\n :root:not(.theme-light) .theme-beta i.icon-comment,\n :root:not(.theme-light).theme-beta i.icon-comment,\n .theme-dark i.icon-comment,\n :root:not(.theme-light) .theme-rpl i.icon-share,\n :root:not(.theme-light).theme-rpl i.icon-share,\n :root:not(.theme-light) .theme-beta i.icon-share,\n :root:not(.theme-light).theme-beta i.icon-share,\n .theme-dark i.icon-share,\n :root:not(.theme-light) .theme-rpl i.icon-save,\n :root:not(.theme-light).theme-rpl i.icon-save,\n :root:not(.theme-light) .theme-beta i.icon-save,\n :root:not(.theme-light).theme-beta i.icon-save,\n .theme-dark i.icon-save,\n :root:not(.theme-light) .theme-rpl i.icon-expand,\n :root:not(.theme-light).theme-rpl i.icon-expand,\n :root:not(.theme-light) .theme-beta i.icon-expand,\n :root:not(.theme-light).theme-beta i.icon-expand,\n .theme-dark i.icon-expand,\n :root:not(.theme-light) .theme-rpl i.icon-collapse,\n :root:not(.theme-light).theme-rpl i.icon-collapse,\n :root:not(.theme-light) .theme-beta i.icon-collapse,\n :root:not(.theme-light).theme-beta i.icon-collapse,\n .theme-dark i.icon-collapse,\n :root:not(.theme-light) .theme-rpl i.icon-text_post,\n :root:not(.theme-light).theme-rpl i.icon-text_post,\n :root:not(.theme-light) .theme-beta i.icon-text_post,\n :root:not(.theme-light).theme-beta i.icon-text_post,\n .theme-dark i.icon-text_post,\n :root:not(.theme-light) .theme-rpl i.icon-image_post,\n :root:not(.theme-light).theme-rpl i.icon-image_post,\n :root:not(.theme-light) .theme-beta i.icon-image_post,\n :root:not(.theme-light).theme-beta i.icon-image_post,\n .theme-dark i.icon-image_post,\n :root:not(.theme-light) .theme-rpl i.icon-media_gallery,\n :root:not(.theme-light).theme-rpl i.icon-media_gallery,\n :root:not(.theme-light) .theme-beta i.icon-media_gallery,\n :root:not(.theme-light).theme-beta i.icon-media_gallery,\n .theme-dark i.icon-media_gallery,\n :root:not(.theme-light) .theme-rpl i.icon-video_post,\n :root:not(.theme-light).theme-rpl i.icon-video_post,\n :root:not(.theme-light) .theme-beta i.icon-video_post,\n :root:not(.theme-light).theme-beta i.icon-video_post,\n .theme-dark i.icon-video_post,\n :root:not(.theme-light) .theme-rpl i.icon-gif_post,\n :root:not(.theme-light).theme-rpl i.icon-gif_post,\n :root:not(.theme-light) .theme-beta i.icon-gif_post,\n :root:not(.theme-light).theme-beta i.icon-gif_post,\n .theme-dark i.icon-gif_post,\n :root:not(.theme-light) .theme-rpl i.icon-embed,\n :root:not(.theme-light).theme-rpl i.icon-embed,\n :root:not(.theme-light) .theme-beta i.icon-embed,\n :root:not(.theme-light).theme-beta i.icon-embed,\n .theme-dark i.icon-embed,\n :root:not(.theme-light) .theme-rpl i.icon-external_link,\n :root:not(.theme-light).theme-rpl i.icon-external_link,\n :root:not(.theme-light) .theme-beta i.icon-external_link,\n :root:not(.theme-light).theme-beta i.icon-external_link,\n .theme-dark i.icon-external_link,\n :root:not(.theme-light) .theme-rpl i.icon-poll_post,\n :root:not(.theme-light).theme-rpl i.icon-poll_post,\n :root:not(.theme-light) .theme-beta i.icon-poll_post,\n :root:not(.theme-light).theme-beta i.icon-poll_post,\n .theme-dark i.icon-poll_post {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"title\"] > div > a > div > h3,\n .theme-dark div[data-adclicklocation=\"title\"] > div > a > div > h3,\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child,\n .theme-dark div[data-adclicklocation=\"title\"] > div:first-child > div:first-child > h1:first-child {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light).theme-rpl div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light) .theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light).theme-beta div[data-adclicklocation=\"top_bar\"] > span,\n .theme-dark div[data-adclicklocation=\"top_bar\"] > span,\n :root:not(.theme-light) .theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-light).theme-rpl a[data-testid=\"post_author_link\"],\n :root:not(.theme-light) .theme-beta a[data-testid=\"post_author_link\"],\n :root:not(.theme-light).theme-beta a[data-testid=\"post_author_link\"],\n .theme-dark a[data-testid=\"post_author_link\"] {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light).theme-rpl span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light) .theme-beta span._1wzhGvvafQFOWAyA157okr,\n :root:not(.theme-light).theme-beta span._1wzhGvvafQFOWAyA157okr,\n .theme-dark span._1wzhGvvafQFOWAyA157okr {\n border-color: #ed8796 !important;\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-pin_fill,\n :root:not(.theme-light).theme-rpl i.icon-pin_fill,\n :root:not(.theme-light) .theme-beta i.icon-pin_fill,\n :root:not(.theme-light).theme-beta i.icon-pin_fill,\n .theme-dark i.icon-pin_fill {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-award,\n :root:not(.theme-light).theme-rpl i.icon-award,\n :root:not(.theme-light) .theme-beta i.icon-award,\n :root:not(.theme-light).theme-beta i.icon-award,\n .theme-dark i.icon-award {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-archived_fill,\n :root:not(.theme-light).theme-rpl i.icon-archived_fill,\n :root:not(.theme-light) .theme-beta i.icon-archived_fill,\n :root:not(.theme-light).theme-beta i.icon-archived_fill,\n .theme-dark i.icon-archived_fill,\n :root:not(.theme-light) .theme-rpl i.icon-lock_fill,\n :root:not(.theme-light).theme-rpl i.icon-lock_fill,\n :root:not(.theme-light) .theme-beta i.icon-lock_fill,\n :root:not(.theme-light).theme-beta i.icon-lock_fill,\n .theme-dark i.icon-lock_fill {\n color: #eed49f !important;\n }\n :root:not(.theme-light) .theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light).theme-rpl div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light) .theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n :root:not(.theme-light).theme-beta div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3),\n .theme-dark div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: #494d64 !important;\n }\n :root:not(.theme-light) .theme-rpl div.Post,\n :root:not(.theme-light).theme-rpl div.Post,\n :root:not(.theme-light) .theme-beta div.Post,\n :root:not(.theme-light).theme-beta div.Post,\n .theme-dark div.Post,\n :root:not(.theme-light) .theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-light).theme-rpl div[data-click-id=\"media\"],\n :root:not(.theme-light) .theme-beta div[data-click-id=\"media\"],\n :root:not(.theme-light).theme-beta div[data-click-id=\"media\"],\n .theme-dark div[data-click-id=\"media\"] {\n background: #1e2030 !important;\n fill: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light).theme-rpl div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light) .theme-beta div[id^=\"vote-arrows\"] > div,\n :root:not(.theme-light).theme-beta div[id^=\"vote-arrows\"] > div,\n .theme-dark div[id^=\"vote-arrows\"] > div {\n color: #a5adcb !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-upvote_fill,\n :root:not(.theme-light).theme-rpl i.icon-upvote_fill,\n :root:not(.theme-light) .theme-beta i.icon-upvote_fill,\n :root:not(.theme-light).theme-beta i.icon-upvote_fill,\n .theme-dark i.icon-upvote_fill {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-dark button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div,\n .theme-dark button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light).theme-rpl button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light) .theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n :root:not(.theme-light).theme-beta button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover,\n .theme-dark button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl .icon-downvote_fill,\n :root:not(.theme-light).theme-rpl .icon-downvote_fill,\n :root:not(.theme-light) .theme-beta .icon-downvote_fill,\n :root:not(.theme-light).theme-beta .icon-downvote_fill,\n .theme-dark .icon-downvote_fill {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n :root:not(.theme-light).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div,\n .theme-dark button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-rpl button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light) .theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n :root:not(.theme-light).theme-beta button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i,\n .theme-dark button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light).theme-rpl a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light) .theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n :root:not(.theme-light).theme-beta a.o1ov2mzLxTFAFP-O4Uv8I,\n .theme-dark a.o1ov2mzLxTFAFP-O4Uv8I {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light).theme-rpl button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light) .theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n :root:not(.theme-light).theme-beta button._1lDGFVGU9k2mi-4kjU95Rp,\n .theme-dark button._1lDGFVGU9k2mi-4kjU95Rp {\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light).theme-rpl a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light) .theme-beta a[role=\"button\"][target=\"_blank\"],\n :root:not(.theme-light).theme-beta a[role=\"button\"][target=\"_blank\"],\n .theme-dark a[role=\"button\"][target=\"_blank\"] {\n background: #cad3f5 !important;\n color: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"]:hover,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"]:hover,\n :root:not(.theme-light).theme-beta div[role=\"radio\"]:hover,\n .theme-dark div[role=\"radio\"]:hover,\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"]:focus,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"]:focus,\n :root:not(.theme-light).theme-beta div[role=\"radio\"]:focus,\n .theme-dark div[role=\"radio\"]:focus {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"] > svg,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"] > svg,\n :root:not(.theme-light).theme-beta div[role=\"radio\"] > svg,\n .theme-dark div[role=\"radio\"] > svg,\n :root:not(.theme-light) .theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-light).theme-rpl div[role=\"radio\"] > svg:active,\n :root:not(.theme-light) .theme-beta div[role=\"radio\"] > svg:active,\n :root:not(.theme-light).theme-beta div[role=\"radio\"] > svg:active,\n .theme-dark div[role=\"radio\"] > svg:active {\n fill: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-light).theme-rpl button[role=\"checkbox\"],\n :root:not(.theme-light) .theme-beta button[role=\"checkbox\"],\n :root:not(.theme-light).theme-beta button[role=\"checkbox\"],\n .theme-dark button[role=\"checkbox\"] {\n fill: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light).theme-rpl ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light) .theme-beta ._ZhON3a3vplThB8NFwuJn,\n :root:not(.theme-light).theme-beta ._ZhON3a3vplThB8NFwuJn,\n .theme-dark ._ZhON3a3vplThB8NFwuJn {\n background: #181926 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light).theme-rpl img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light) .theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n :root:not(.theme-light).theme-beta img[alt=\"Subreddit Icon\"][role=\"presentation\"],\n .theme-dark img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light).theme-rpl ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light) .theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n :root:not(.theme-light).theme-beta ._1KrMye71CT332tKKKUWAj6:not(:last-of-type),\n .theme-dark ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: #363a4f;\n }\n :root:not(.theme-light) .theme-rpl .bg-neutral-background,\n :root:not(.theme-light).theme-rpl .bg-neutral-background,\n :root:not(.theme-light) .theme-beta .bg-neutral-background,\n :root:not(.theme-light).theme-beta .bg-neutral-background,\n .theme-dark .bg-neutral-background {\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl i.icon-community_fill,\n :root:not(.theme-light).theme-rpl i.icon-community_fill,\n :root:not(.theme-light) .theme-beta i.icon-community_fill,\n :root:not(.theme-light).theme-beta i.icon-community_fill,\n .theme-dark i.icon-community_fill {\n color: #b7bdf8 !important;\n }\n :root:not(.theme-light) .theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light).theme-rpl div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light) .theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n :root:not(.theme-light).theme-beta div._21RLQh5PvUhC6vOKoFeHUP::before,\n .theme-dark div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light).theme-rpl ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light) .theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n :root:not(.theme-light).theme-beta ._2v4IIjPhKL0PDaWaWtjJ1E,\n .theme-dark ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light).theme-rpl span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light) .theme-beta span[id^=\"CommentTopMeta--Mod\"],\n :root:not(.theme-light).theme-beta span[id^=\"CommentTopMeta--Mod\"],\n .theme-dark span[id^=\"CommentTopMeta--Mod\"] {\n color: #a6da95 !important;\n }\n :root:not(.theme-light) .theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light).theme-rpl span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light) .theme-beta span[id^=\"CommentTopMeta--OP\"],\n :root:not(.theme-light).theme-beta span[id^=\"CommentTopMeta--OP\"],\n .theme-dark span[id^=\"CommentTopMeta--OP\"] {\n color: #8aadf4 !important;\n }\n :root:not(.theme-light) .theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-light).theme-rpl div#overlayScrollContainer > div,\n :root:not(.theme-light) .theme-beta div#overlayScrollContainer > div,\n :root:not(.theme-light).theme-beta div#overlayScrollContainer > div,\n .theme-dark div#overlayScrollContainer > div {\n background: #181926 !important;\n }\n :root:not(.theme-light) .theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light).theme-rpl div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light) .theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n :root:not(.theme-light).theme-beta div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR,\n .theme-dark div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light).theme-rpl div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light) .theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light).theme-beta div._2DJXORCrmcNpPTSq0LqL6i,\n .theme-dark div._2DJXORCrmcNpPTSq0LqL6i,\n :root:not(.theme-light) .theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light).theme-rpl div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light) .theme-beta div._1DK52RbaamLOWw5UPaht_S,\n :root:not(.theme-light).theme-beta div._1DK52RbaamLOWw5UPaht_S,\n .theme-dark div._1DK52RbaamLOWw5UPaht_S {\n background: rgba(24, 25, 38, 0.8) !important;\n }\n :root:not(.theme-light) .theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light).theme-rpl div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light) .theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n :root:not(.theme-light).theme-beta div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"],\n .theme-dark div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(188deg, #f9e2af1f 1.7%, #f9e2af00 46%, rgba(0, 0, 0, 0)) !important;\n }\n :root:not(.theme-light) .theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-light).theme-rpl a[title=\"Next\"] > i,\n :root:not(.theme-light) .theme-beta a[title=\"Next\"] > i,\n :root:not(.theme-light).theme-beta a[title=\"Next\"] > i,\n .theme-dark a[title=\"Next\"] > i,\n :root:not(.theme-light) .theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-light).theme-rpl a[title=\"Previous\"] > i,\n :root:not(.theme-light) .theme-beta a[title=\"Previous\"] > i,\n :root:not(.theme-light).theme-beta a[title=\"Previous\"] > i,\n .theme-dark a[title=\"Previous\"] > i {\n background: #363a4f !important;\n }\n :root:not(.theme-light) .theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light).theme-rpl div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light) .theme-beta div._61i6grM3um1yuw4GrN97P,\n :root:not(.theme-light).theme-beta div._61i6grM3um1yuw4GrN97P,\n .theme-dark div._61i6grM3um1yuw4GrN97P {\n background: rgba(24, 25, 38, 0.8) !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl input#comment_search-bar,\n :root:not(.theme-light).theme-rpl input#comment_search-bar,\n :root:not(.theme-light) .theme-beta input#comment_search-bar,\n :root:not(.theme-light).theme-beta input#comment_search-bar,\n .theme-dark input#comment_search-bar {\n background: #24273a !important;\n }\n :root:not(.theme-light) .theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light).theme-rpl ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light) .theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n :root:not(.theme-light).theme-beta ._1gVVmSnHZpkUgVShsn7-ua,\n .theme-dark ._1gVVmSnHZpkUgVShsn7-ua {\n background: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light).theme-rpl .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light) .theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n :root:not(.theme-light).theme-beta .bX6SqXfzfxpv4GQbuIYVZ,\n .theme-dark .bX6SqXfzfxpv4GQbuIYVZ {\n color: #ed8796 !important;\n }\n :root:not(.theme-light) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light).theme-rpl div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light) .theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n :root:not(.theme-light).theme-beta div.HQ2VJViRjokXpRbJzPvvc,\n .theme-dark div.HQ2VJViRjokXpRbJzPvvc {\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root:not(.theme-light) .theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light).theme-rpl div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light) .theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n :root:not(.theme-light).theme-beta div.HQ2VJViRjokXpRbJzPvvc::after,\n .theme-dark div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: #1e2030 !important;\n }\n :root:not(.theme-light) .theme-rpl .snoo-cls-1,\n :root:not(.theme-light).theme-rpl .snoo-cls-1,\n :root:not(.theme-light) .theme-beta .snoo-cls-1,\n :root:not(.theme-light).theme-beta .snoo-cls-1,\n .theme-dark .snoo-cls-1,\n :root:not(.theme-light) .theme-rpl .snoo-cls-2,\n :root:not(.theme-light).theme-rpl .snoo-cls-2,\n :root:not(.theme-light) .theme-beta .snoo-cls-2,\n :root:not(.theme-light).theme-beta .snoo-cls-2,\n .theme-dark .snoo-cls-2,\n :root:not(.theme-light) .theme-rpl .snoo-cls-3,\n :root:not(.theme-light).theme-rpl .snoo-cls-3,\n :root:not(.theme-light) .theme-beta .snoo-cls-3,\n :root:not(.theme-light).theme-beta .snoo-cls-3,\n .theme-dark .snoo-cls-3,\n :root:not(.theme-light) .theme-rpl .snoo-cls-6,\n :root:not(.theme-light).theme-rpl .snoo-cls-6,\n :root:not(.theme-light) .theme-beta .snoo-cls-6,\n :root:not(.theme-light).theme-beta .snoo-cls-6,\n .theme-dark .snoo-cls-6,\n :root:not(.theme-light) .theme-rpl .snoo-cls-8,\n :root:not(.theme-light).theme-rpl .snoo-cls-8,\n :root:not(.theme-light) .theme-beta .snoo-cls-8,\n :root:not(.theme-light).theme-beta .snoo-cls-8,\n .theme-dark .snoo-cls-8,\n :root:not(.theme-light) .theme-rpl .snoo-cls-9,\n :root:not(.theme-light).theme-rpl .snoo-cls-9,\n :root:not(.theme-light) .theme-beta .snoo-cls-9,\n :root:not(.theme-light).theme-beta .snoo-cls-9,\n .theme-dark .snoo-cls-9 {\n fill: #24273a;\n }\n :root:not(.theme-light) .theme-rpl .snoo-cls-4,\n :root:not(.theme-light).theme-rpl .snoo-cls-4,\n :root:not(.theme-light) .theme-beta .snoo-cls-4,\n :root:not(.theme-light).theme-beta .snoo-cls-4,\n .theme-dark .snoo-cls-4,\n :root:not(.theme-light) .theme-rpl .snoo-cls-5,\n :root:not(.theme-light).theme-rpl .snoo-cls-5,\n :root:not(.theme-light) .theme-beta .snoo-cls-5,\n :root:not(.theme-light).theme-beta .snoo-cls-5,\n .theme-dark .snoo-cls-5,\n :root:not(.theme-light) .theme-rpl .snoo-cls-7,\n :root:not(.theme-light).theme-rpl .snoo-cls-7,\n :root:not(.theme-light) .theme-beta .snoo-cls-7,\n :root:not(.theme-light).theme-beta .snoo-cls-7,\n .theme-dark .snoo-cls-7,\n :root:not(.theme-light) .theme-rpl .snoo-cls-10,\n :root:not(.theme-light).theme-rpl .snoo-cls-10,\n :root:not(.theme-light) .theme-beta .snoo-cls-10,\n :root:not(.theme-light).theme-beta .snoo-cls-10,\n .theme-dark .snoo-cls-10,\n :root:not(.theme-light) .theme-rpl .snoo-cls-11,\n :root:not(.theme-light).theme-rpl .snoo-cls-11,\n :root:not(.theme-light) .theme-beta .snoo-cls-11,\n :root:not(.theme-light).theme-beta .snoo-cls-11,\n .theme-dark .snoo-cls-11 {\n fill: #b7bdf8;\n }", + "start": 1037, "domains": [ "reddit.com" ] }, { "code": "/* prettier-ignore */", - "start": 158339 + "start": 159800 } ], - "sourceCode": "/* ==UserStyle==\n@name Reddit Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/reddit\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit\n@version 2.0.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit\n@description Soothing pastel theme for Reddit\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"reddit.com\") {\n :root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n /* BETA */\n --color-pizzaRed: @red !important;\n --color-global-brand-orangered: @peach !important;\n --color-global-focus: @surface1 !important;\n --color-interactive-content-disabled: @subtext0 !important;\n --color-interactive-background-disabled: @subtext0 !important;\n --color-interactive-pressed: darken(@subtext0, 2) !important;\n --color-neutral-content: @text !important;\n --color-neutral-content-disabled: @subtext0 !important;\n --color-neutral-content-weak: @subtext0 !important;\n --color-neutral-content-strong: @text !important;\n --color-global-white: @text !important;\n --color-neutral-background: @base !important;\n --color-neutral-background-selected: @surface0 !important;\n --color-neutral-background-weak: @mantle !important;\n --color-neutral-background-medium: @base !important;\n --color-neutral-background-strong: @mantle !important;\n --color-neutral-background-hover: @surface0 !important;\n --color-neutral-border: @surface0 !important;\n --color-neutral-border-medium: @surface0 !important;\n --color-neutral-border-weak: @surface0 !important;\n --color-neutral-border-strong: @surface2 !important;\n --color-primary: @accent-color !important;\n --color-primary-hover: lighten(@accent-color, 10) !important;\n --color-primary-visited: @lavender !important;\n --color-primary-background: @base !important;\n --color-primary-background-hover: @surface0 !important;\n --color-primary-background-selected: @surface0 !important;\n --color-primary-onBackground: @base !important;\n --color-primary-onBackground-selected: @crust !important;\n --color-secondary: @subtext0 !important;\n --color-secondary-hover: @subtext1 !important;\n --color-secondary-weak: @subtext0 !important;\n --color-secondary-onBackground: @text !important;\n --color-secondary-background: @mantle !important;\n --color-secondary-background-hover: darken(@mantle, 2) !important;\n --color-secondary-background-selected: darken(@mantle, 2) !important;\n --color-secondary-plain: @subtext0 !important;\n --color-secondary-plain-hover: @subtext1 !important;\n --color-danger-background: @red !important;\n --color-danger-background-disabled: fadeout(@red, 80) !important;\n --color-danger-background-hover: fadeout(@red, 2) !important;\n --color-danger-onBackground: @text !important;\n --color-danger-content: @red !important;\n --color-danger-content-hover: darken(@red, 2) !important;\n --color-success-content: @green !important;\n --color-success-hover: darken(@green, 2) !important;\n --color-success-onBackground: @text !important;\n --color-success-background: @green !important;\n --color-success-background-hover: darken(@green, 2) !important;\n --color-warning-content: @yellow !important;\n --color-warning-content-hover: darken(@yellow, 2) !important;\n --color-warning-onBackground: @base !important;\n --color-warning-background: @yellow !important;\n --color-warning-background-hover: darken(@yellow, 2) !important;\n --color-upvote-content: @accent-color !important;\n --color-upvote-disabled: @subtext0 !important;\n --color-upvote-onBackground: @text !important;\n --color-upvote-background: @base !important;\n --color-upvote-background-hover: @base !important;\n --color-upvote-background-disabled: @base !important;\n --color-downvote-content: @text !important;\n --color-downvote-content-weak: @text !important;\n --color-downvote-disabled: @subtext0 !important;\n --color-downvote-onBackground: @text !important;\n --color-downvote-background: @base !important;\n --color-downvote-background-hover: @base !important;\n --color-downvote-background-disabled: @mantle !important;\n --color-tone-1: @text !important;\n --color-tone-2: @subtext0 !important;\n --color-tone-3: @overlay2 !important;\n --color-tone-4: @surface0 !important;\n --color-tone-5: @surface1 !important;\n --color-tone-6: @surface2 !important;\n --color-tone-7: @base !important;\n --color-avatar-gradient: @accent-color !important;\n --color-transparent-background-hover: fadeout(@surface0, 70) !important;\n --color-opacity-50: fadeout(@base, 50) !important;\n --color-online: @accent-color !important;\n --color-favorite: @accent-color !important;\n --color-brand-background: @accent-color !important;\n --color-brand-background-hover: @accent-color !important;\n --color-global-orangered: @accent-color !important;\n --color-action-upvote: @accent-color !important;\n\n #reddit-logo {\n circle[fill=\"#FF4500\"] {\n fill: @accent-color !important;\n }\n path[fill=\"#FFF\"] {\n fill: @crust !important;\n }\n }\n\n /* normal stuff */\n\n &,\n div[class^=\"subredditvars\"] {\n --color-online: @green !important;\n --newCommunityTheme-actionIcon: @subtext0 !important;\n --newCommunityTheme-actionIconAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-actionIconAlpha50: fadeout(@crust, 20) !important;\n --newCommunityTheme-actionIconShaded80: @subtext0 !important;\n --newCommunityTheme-actionIconTinted80: @subtext1 !important;\n --newCommunityTheme-active: @accent-color !important;\n --newCommunityTheme-activeAlpha10: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeAlpha50: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeLight60: @accent-color !important;\n --newCommunityTheme-activeShaded80: @accent-color !important;\n --newCommunityTheme-activeShaded90: @accent-color !important;\n --newCommunityTheme-activeTinted05: @text !important;\n --newCommunityTheme-banner-backgroundColor: @accent-color !important;\n --newCommunityTheme-banner-iconColor: @accent-color !important;\n --newCommunityTheme-body: @mantle !important;\n --newCommunityTheme-bodyAlpha50: @surface0 !important;\n --newCommunityTheme-bodyAlpha70: @surface1 !important;\n --newCommunityTheme-bodyAlpha80: @surface2 !important;\n --newCommunityTheme-bodyFade: @subtext0 !important;\n --newCommunityTheme-bodyShaded80: @mantle !important;\n --newCommunityTheme-bodyText: @text !important;\n --newCommunityTheme-bodyTextAlpha03: @mantle !important;\n --newCommunityTheme-bodyTextAlpha20: @surface1 !important;\n --newCommunityTheme-bodyTextShaded20: @surface0 !important;\n --newCommunityTheme-bodyTextTinted20: @subtext0 !important;\n --newCommunityTheme-bodyTinted50: @overlay1 !important;\n --newCommunityTheme-bodyTinted80: @overlay0 !important;\n --newCommunityTheme-button: @text !important;\n --newCommunityTheme-buttonAlpha05: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha10: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha40: @subtext0 !important;\n --newCommunityTheme-buttonAlpha50: @subtext1 !important;\n --newCommunityTheme-buttonAlpha80: @subtext1 !important;\n --newCommunityTheme-buttonShaded80: @overlay0 !important;\n --newCommunityTheme-buttonTinted20: @accent-color !important;\n --newCommunityTheme-buttonTinted50: @accent-color !important;\n --newCommunityTheme-buttonTinted80: @accent-color !important;\n --newCommunityTheme-canvas: @crust !important;\n --newCommunityTheme-checkbox: @text !important;\n --newCommunityTheme-errorText: @red !important;\n --newCommunityTheme-field: @surface0 !important;\n --newCommunityTheme-fieldFade: fadeout(@surface1, 30) !important;\n --newCommunityTheme-flair: @accent-color !important;\n --newCommunityTheme-highlight: @base !important;\n --newCommunityTheme-inactive: @subtext0 !important;\n --newCommunityTheme-lightText: @text !important;\n --newCommunityTheme-lightTextAlpha75: @subtext1 !important;\n --newCommunityTheme-line: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShaded80: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShaded90: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShadedNinety: fadeout(@surface1, 30) !important;\n --newCommunityTheme-linkText: @accent-color !important;\n --newCommunityTheme-linkTextAlpha80: @accent-color !important;\n --newCommunityTheme-linkTextShaded80: @accent-color !important;\n --newCommunityTheme-linkTextTinted80: @accent-color !important;\n --newCommunityTheme-linkTextWithBody: @accent-color !important;\n --newCommunityTheme-menu: @mantle !important;\n --newCommunityTheme-menuActiveText: @text !important;\n --newCommunityTheme-menuButtonBackground-active: @base !important;\n --newCommunityTheme-menuButtonBackground-focus: @base !important;\n --newCommunityTheme-menuButtonBackground-hover: @base !important;\n --newCommunityTheme-menuInactiveText: @text !important;\n --newCommunityTheme-metaText: @subtext0 !important;\n --newCommunityTheme-metaTextAlpha50: @subtext0 !important;\n --newCommunityTheme-metaTextShaded80: @subtext0 !important;\n --newCommunityTheme-monospaceColor: @accent-color !important;\n --newCommunityTheme-navBar-activeLink: @text !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: @text !important;\n --newCommunityTheme-navBar-activeSubmenuLink: @text !important;\n --newCommunityTheme-navBar-backgroundColor: @mantle !important;\n --newCommunityTheme-navBar-hoverLink: @text !important;\n --newCommunityTheme-navBar-inactiveLink: @text !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: @text !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: @text !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: @mantle !important;\n --newCommunityTheme-navIcon: @text !important;\n\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: fadeout(@crust, 20) !important;\n\n --newCommunityTheme-nsfw: @red !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: @crust !important;\n --newCommunityTheme-nsfwBlocking-color: @text !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: @base !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: @mantle !important;\n --newCommunityTheme-pageHeader: @surface2 !important;\n --newCommunityTheme-placeholder: @surface0 !important;\n --newCommunityTheme-post: @mantle !important;\n --newCommunityTheme-postError: @red !important;\n --newCommunityTheme-postFlairText: @crust !important;\n --newCommunityTheme-postIcon: @accent-color !important;\n --newCommunityTheme-postLine: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postLineShaded80: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postLineShaded90: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postTinted20: @base !important;\n --newCommunityTheme-postTransparent20: @base !important;\n --newCommunityTheme-primaryButtonShadedEighty: @overlay1 !important;\n --newCommunityTheme-primaryButtonTintedEighty: @overlay1 !important;\n --newCommunityTheme-primaryButtonTintedFifty: @overlay0 !important;\n --newCommunityTheme-primaryButtonTintedSixty: @overlay0 !important;\n --newCommunityTheme-quarantine: @yellow !important;\n --newCommunityTheme-report: @surface1 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: @accent-color !important;\n --newCommunityTheme-search-syntaxHighlightColor: @base !important;\n --newCommunityTheme-titleText: @text !important;\n --newCommunityTheme-upsell-appleIcon: @subtext1 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: @text !important;\n --newCommunityTheme-voteText-base: @subtext0 !important;\n --newCommunityTheme-voteText-downvote: @blue !important;\n --newCommunityTheme-voteText-downvoteShaded80: @blue !important;\n --newCommunityTheme-voteText-downvoteTinted80: @blue !important;\n --newCommunityTheme-voteText-upvote: @red !important;\n --newCommunityTheme-voteText-upvoteShaded80: @red !important;\n --newCommunityTheme-voteText-upvoteTinted80: @red !important;\n --newCommunityTheme-widgetColors-appleIcon: @overlay0 !important;\n --newCommunityTheme-widgetColors-lineColor: fadeout(\n @surface1,\n 30\n ) !important;\n\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: @mantle !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: @crust !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: @mantle !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: @text !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: @subtext1 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: @text !important;\n\n --newRedditTheme-actionIcon: @subtext0 !important;\n --newRedditTheme-actionIconAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-actionIconAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-actionIconShaded80: @subtext0 !important;\n --newRedditTheme-actionIconTinted80: @subtext1 !important;\n --newRedditTheme-active: @accent-color !important;\n --newRedditTheme-activeAlpha10: fadeout(@crust, 20) !important;\n --newRedditTheme-activeAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-activeAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-activeLight60: @accent-color !important;\n --newRedditTheme-activeShaded80: @accent-color !important;\n --newRedditTheme-activeShaded90: @accent-color !important;\n --newRedditTheme-activeTinted05: @text !important;\n --newRedditTheme-banner-backgroundColor: @accent-color !important;\n --newRedditTheme-banner-iconColor: @accent-color !important;\n --newRedditTheme-body: @mantle !important;\n --newRedditTheme-bodyAlpha50: @surface0 !important;\n --newRedditTheme-bodyAlpha70: @surface1 !important;\n --newRedditTheme-bodyAlpha80: @surface2 !important;\n --newRedditTheme-bodyFade: fadeout(@crust, 20) !important;\n --newRedditTheme-bodyShaded80: @mantle !important;\n --newRedditTheme-bodyText: @text !important;\n --newRedditTheme-bodyTextAlpha03: fadeout(@crust, 20) !important;\n --newRedditTheme-bodyTextAlpha20: @surface1 !important;\n --newRedditTheme-bodyTextShaded20: @surface0 !important;\n --newRedditTheme-bodyTextTinted20: @subtext1 !important;\n --newRedditTheme-bodyTinted50: @overlay0 !important;\n --newRedditTheme-bodyTinted80: @overlay1 !important;\n --newRedditTheme-button: @text !important;\n --newRedditTheme-buttonAlpha05: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha10: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha40: @subtext0 !important;\n --newRedditTheme-buttonAlpha50: @subtext1 !important;\n --newRedditTheme-buttonAlpha80: @subtext1 !important;\n --newRedditTheme-buttonShaded80: @overlay0 !important;\n --newRedditTheme-buttonTinted20: @accent-color !important;\n --newRedditTheme-buttonTinted50: @accent-color !important;\n --newRedditTheme-buttonTinted80: @accent-color !important;\n --newRedditTheme-canvas: @crust !important;\n --newRedditTheme-checkbox: @text !important;\n --newRedditTheme-errorText: @red !important;\n --newRedditTheme-field: @base !important;\n --newRedditTheme-fieldFade: @mantle !important;\n --newRedditTheme-flair: @accent-color !important;\n\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: @base !important;\n\n --newRedditTheme-inactive: @surface0 !important;\n --newRedditTheme-lightText: @text !important;\n --newRedditTheme-lightTextAlpha75: @subtext1 !important;\n --newRedditTheme-line: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShaded80: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShaded90: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShadedNinety: fadeout(@surface1, 30) !important;\n\n /* links */\n --newRedditTheme-linkText: @accent-color !important;\n --newRedditTheme-linkTextAlpha80: @accent-color !important;\n --newRedditTheme-linkTextShaded80: @accent-color !important;\n --newRedditTheme-linkTextTinted80: @accent-color !important;\n --newRedditTheme-linkTextWithBody: @accent-color !important;\n\n /* menus */\n --newRedditTheme-menu: @mantle !important;\n --newRedditTheme-menuActiveText: @text !important;\n --newRedditTheme-menuButtonBackground-active: @accent-color !important;\n --newRedditTheme-menuButtonBackground-focus: @base !important;\n --newRedditTheme-menuButtonBackground-hover: @base !important;\n --newRedditTheme-menuInactiveText: @text !important;\n\n --newRedditTheme-metaText: @subtext0 !important;\n --newRedditTheme-metaTextAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-metaTextShaded80: @subtext1 !important;\n --newRedditTheme-monospaceColor: @accent-color !important;\n --newRedditTheme-navBar-activeLink: @text !important;\n --newRedditTheme-navBar-activeSubmenuCaret: @text !important;\n --newRedditTheme-navBar-activeSubmenuLink: @text !important;\n --newRedditTheme-navBar-backgroundColor: @mantle !important;\n --newRedditTheme-navBar-hoverLink: @text !important;\n --newRedditTheme-navBar-inactiveLink: @text !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: @text !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: @text !important;\n --newRedditTheme-navBar-submenuBackgroundColor: @mantle !important;\n --newRedditTheme-navIcon: @text !important;\n --newRedditTheme-navIconFaded10: fadeout(@crust, 20) !important;\n --newRedditTheme-nsfw: @red !important;\n --newRedditTheme-nsfwBlocking-bgcolor: @crust !important;\n --newRedditTheme-nsfwBlocking-color: @text !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: @base !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: @mantle !important;\n --newRedditTheme-pageHeader: @surface0 !important;\n --newRedditTheme-placeholder: @surface1 !important;\n --newRedditTheme-post: @mantle !important;\n --newRedditTheme-postError: @red !important;\n --newRedditTheme-postFlairText: @text !important;\n --newRedditTheme-postIcon: @accent-color !important;\n --newRedditTheme-postLine: fadeout(@surface1, 30) !important;\n --newRedditTheme-postLineShaded80: fadeout(@surface1, 30) !important;\n --newRedditTheme-postLineShaded90: fadeout(@surface1, 30) !important;\n --newRedditTheme-postTinted20: @base !important;\n --newRedditTheme-postTransparent20: fadeout(@crust, 20) !important;\n --newRedditTheme-primaryButtonShadedEighty: @surface1 !important;\n --newRedditTheme-primaryButtonTintedEighty: @surface2 !important;\n --newRedditTheme-primaryButtonTintedFifty: @surface1 !important;\n --newRedditTheme-primaryButtonTintedSixty: @surface1 !important;\n --newRedditTheme-quarantine: @yellow !important;\n --newRedditTheme-report: @base !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: @accent-color !important;\n --newRedditTheme-search-syntaxHighlightColor: @base !important;\n --newRedditTheme-titleText: @text !important;\n --newRedditTheme-upsell-appleIcon: @overlay0 !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: @text !important;\n --newRedditTheme-upsell-ssoButtonTextColor: @text !important;\n --newRedditTheme-voteText-base: @subtext1 !important;\n --newRedditTheme-voteText-downvote: @blue !important;\n --newRedditTheme-voteText-downvoteShaded80: @blue !important;\n --newRedditTheme-voteText-downvoteTinted80: @blue !important;\n --newRedditTheme-voteText-upvote: @red !important;\n --newRedditTheme-voteText-upvoteShaded80: @red !important;\n --newRedditTheme-voteText-upvoteTinted80: @red !important;\n --newRedditTheme-widgetColors-appleIcon: @overlay0 !important;\n --newRedditTheme-widgetColors-lineColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: @mantle !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: @crust !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: fadeout(\n @crust,\n 20\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: @text !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: @subtext1 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: @text !important;\n --tw-bg-opacity: @crust !important;\n --vds-video-bg-color: @crust !important;\n }\n\n /* reddit chat variables */\n :root {\n --activity-button-chatFilterColor: @surface0 !important;\n --activity-button-newChatFilter-activeBg: @accent-color !important;\n --activity-button-newChatFilter-activeText: @base !important;\n --activity-button-newChatFilter-defaultBorder: @surface1 !important;\n --activity-button-newChatFilter-defaultText: @text !important;\n --activity-button-primary: @accent-color !important;\n --activity-button-secondary: @text !important;\n --activity-buttonPrimary-color: @accent-color !important;\n --activity-buttonSecondary-active: @accent-color !important;\n --activity-checkbox-checked: @accent-color !important;\n --activity-checkbox-checkmark: @text !important;\n --activity-checkbox-unchecked: @base !important;\n --activity-checkbox-uncheckedBorder: @surface1 !important;\n --activity-icon-active: @accent-color !important;\n --activity-icon-contrast: @surface1 !important;\n --activity-icon-default: @subtext0 !important;\n --activity-icon-disable: @surface2 !important;\n --activity-icon-hover: @surface2 !important;\n --activity-icon-nsfw-bg: @base !important;\n --activity-icon-nsfw-text: @text !important;\n --activity-icon-subIcon-backgroundColor: @text !important;\n --activity-icon-toaster: @crust !important;\n --activity-input-background: fadeout(@crust, 20) !important;\n --activity-input-border: @surface1 !important;\n --activity-input-channelRename: @subtext0 !important;\n --activity-input-color: @subtext1 !important;\n --activity-input-error: @red !important;\n --activity-input-focusBg: @green !important;\n --activity-input-focusColor: @text !important;\n --activity-input-ownerBg: @surface0 !important;\n --activity-link-hoverText: @red !important;\n --activity-link-staticText: @accent-color !important;\n --activity-link-staticUnderline: @accent-color !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: @mantle !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: @accent-color !important;\n --activity-minimizedPortal-color-unreadFinal: @text !important;\n --activity-minimizedPortal-color-unreadInitial: @text !important;\n --activity-send-disable: @surface0 !important;\n --activity-send-hover: @accent-color !important;\n --activity-text-active: @accent-color !important;\n --activity-text-fade: @subtext0 !important;\n --activity-text-highlight: @text !important;\n --activity-text-light: @subtext0 !important;\n --activity-text-meta: @subtext0 !important;\n --activity-text-regular: @text !important;\n --activity-text-success: @green !important;\n --activity-text-tutorial: @rosewater !important;\n --activity-text-warning: @red !important;\n --addReaction-backgroundColor: @surface0 !important;\n --addReaction-iconFill: @surface1 !important;\n --boxShadow: fadeout(@crust, 20) !important;\n --bubble-border: fadeout(@surface1, 30) !important;\n --bubble-channelsFilter-background: @crust !important;\n --bubble-channelsFilter-selected: @overlay0 !important;\n --bubble-color: @text !important;\n --bubble-link-color: @accent-color !important;\n --bubbleActions-hover: @surface0 !important;\n --editName: @surface1 !important;\n --layout-body: @mantle !important;\n --layout-colsBorder: fadeout(@surface1, 30) !important;\n --layout-controlsBorder: fadeout(@surface1, 30) !important;\n --layout-dropdown-border: fadeout(@surface1, 30) !important;\n --layout-header-counterBg: @red !important;\n --layout-header-counterText: @text !important;\n --layout-overlayBackground: fadeout(@crust, 20) !important;\n --layout-overlayReportFlow: fadeout(@crust, 20) !important;\n --layout-scrollbar: @text !important;\n --layout-scrollbarHover: @accent-color !important;\n --layout-timeStamp-tooltip-background: @surface0 !important;\n --message-list-item-button: @surface1 !important;\n --message-list-item-onlineIndicator: @green !important;\n --message-list-item-ownerBg: @surface1 !important;\n --message-list-item-richItem: @overlay0 !important;\n --message-list-item-richItemBorder: fadeout(@surface1, 30) !important;\n --message-list-item-white: @text !important;\n --modal-buttonsBackground: @text !important;\n --modal-primaryButtonWarning: @red !important;\n --modal-secondaryButton: @text !important;\n --newChat-inviteLink-borderColor: fadeout(@surface1, 30) !important;\n --overlay-backgroundColor: @mantle !important;\n --overlay-headerColor: @text !important;\n --overlay-inputBackground: @crust !important;\n --overlay-searchBarBackground: @mantle !important;\n --prompt-tooltip-background: @accent-color !important;\n --searchBar-backgroundColor: @mantle !important;\n --settings-color: @subtext0 !important;\n --settings-dropdownItemHoverBackground: @crust !important;\n --settings-panelBackground: @crust !important;\n --settings-panelItemHoverBackground: @surface0 !important;\n --settings-panelItemSelectedBackground: @surface1 !important;\n --sidebar-background: fadeout(@surface1, 30) !important;\n --sidebar-basic-background-active: @accent-color !important;\n --sidebar-basic-background-hover: @mantle !important;\n --sidebar-footer-background: @crust !important;\n --sidebar-item-active: @surface1 !important;\n --sidebar-item-hover: @surface0 !important;\n --sidebar-item-selected: @surface2 !important;\n --sidebar-item-text-active: @text !important;\n --sidebar-subreddit-background-active: @accent-color !important;\n --sidebar-subreddit-background-hover: @surface1 !important;\n --sidebar-text-divider: @surface1 !important;\n --skeleton-field: @surface2 !important;\n --skeleton-inactive: @surface0 !important;\n --subreddit-iconBg: @accent-color !important;\n --toast-error: @red !important;\n --toast-pending: @crust !important;\n --toast-success: @green !important;\n --uploads-progress-background: @subtext0 !important;\n --uploads-progress-bar: @accent-color !important;\n --videoModal-button-background: @text !important;\n --videoModal-button-color: @mantle !important;\n }\n\n ::placeholder {\n color: @subtext0 !important;\n }\n\n /* site background */\n div.ListingLayout-backgroundContainer::before {\n background: @base !important;\n }\n\n /* PROFILE MENU */\n\n /* karma count */\n span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: @subtext0 !important;\n }\n\n /* profile button karma icon */\n i.icon-karma_fill {\n color: @red !important;\n }\n\n /* menu headers */\n div[role=\"menu\"] > div > div > span > span {\n color: @subtext0 !important;\n }\n\n /* switches, should also apply sitewide */\n button[role=\"switch\"][aria-checked=\"false\"] {\n background: @surface0 !important;\n }\n\n button[role=\"switch\"] > div {\n background: @text !important;\n }\n\n /* online status */\n ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: @green !important;\n }\n\n ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: @base !important;\n }\n\n /* PROFILE PAGE */\n\n /* create avatar button */\n button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, @red, @peach) !important;\n color: @base !important;\n }\n\n button._3F1tNW0P4Ff182mO_CefIg > i {\n color: @base !important;\n }\n\n /* cake day and followers icon */\n i.icon-cake_fill,\n i.icon-user_fill {\n color: @accent-color !important;\n }\n\n /* add social links button readability tweak */\n div._3hew1NnzwygOKDNQDKp6R4,\n div._3hew1NnzwygOKDNQDKp6R4 > i,\n li._3hew1NnzwygOKDNQDKp6R4 {\n color: @base !important;\n }\n\n /* profile moderation and user settings page */\n div._1VP69d9lk-Wk9zokOaylL {\n --background: @base !important;\n --canvas: @base !important;\n }\n\n /* Beta Badge */\n span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: @accent-color !important;\n }\n\n /* Delete Account */\n button.EBd2MhBQlQeZ13YeP0K8a {\n color: @accent-color !important;\n }\n\n /* Delete Account Icon */\n svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: @accent-color !important;\n }\n\n /* blocked, muted input */\n input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: @base !important;\n }\n\n /* fixes profile posts not being themed */\n div.scrollerItem > div,\n div[data-testid=\"post-container\"],\n div[style=\"background:#1A1A1B\"],\n div._2otRz3OtuWajw1RleFDJ5P {\n background: @mantle !important;\n }\n\n /* NFT AVATAR VIEWER */\n\n /* modal background */\n div._productDetails_7kbcu_53 {\n background: @mantle !important;\n color: @text !important;\n }\n\n /* Tag Color */\n .RESUserTagImage::after {\n color: @accent-color;\n }\n\n /* mint status */\n div._mintStatus_7kbcu_264 {\n color: @accent-color !important;\n }\n\n /* carousel background */\n div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, @base 16.42%, @blue 100%);\n }\n\n /* nft card back */\n div._card_1ooes_1 {\n background: @blue !important;\n }\n\n ol._container_1t62i_1 {\n border-color: @base !important;\n }\n\n ol._container_1t62i_1 > li {\n border-color: @base !important;\n }\n\n ol._container_1t62i_1 > li > div {\n color: @base !important;\n }\n\n div.MuiMobileStepper-dot {\n background: @surface0 !important;\n }\n\n div.MuiMobileStepper-dotActive {\n background: @accent-color !important;\n }\n\n div._scrollContainer_7kbcu_104 > div > h3,\n div._cardAuthor_7kbcu_79 {\n color: @subtext0 !important;\n }\n\n div._container_oikih_1 {\n background: @crust !important;\n border-color: @surface1 !important;\n }\n\n /* external links */\n a._pill_7kbcu_280 {\n background: @crust !important;\n color: @text !important;\n }\n\n /* shop for avatars button */\n button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, @red, @peach) !important;\n color: @base !important;\n }\n\n /* AVATAR CREATOR */\n div._wrapper_1upjl_7 {\n background: @base !important;\n color: @text !important;\n }\n\n /* SITE HEADER */\n\n /* reddit logo */\n a[aria-label=\"Home\"] > svg > g > circle {\n fill: @accent-color !important;\n }\n\n a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: @base !important;\n }\n\n a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: @text !important;\n }\n\n /* Post title from notification */\n h1._eYtD2XCVieq6emjKBH3m {\n color: @text !important;\n }\n\n /* notification icon */\n button[aria-label=\"Open notifications inbox\"] > div > span {\n background: @accent-color !important;\n color: @mantle !important;\n }\n\n /* advertise button */\n #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: @surface0 !important;\n color: @text !important;\n }\n\n #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: @text !important;\n }\n\n /* reddit now notification */\n a[href=\"/now\"] > div {\n background: @accent-color !important;\n }\n\n /* search scope pill text */\n div[data-testid=\"search-scope-pill-text\"] {\n color: @text !important;\n }\n\n /* search popup title */\n div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: @text !important;\n }\n\n /* safe search toggle */\n button#safe-search-toggle[aria-checked=\"true\"] {\n background: @accent-color !important;\n }\n\n /* NAVIGATION SIDEBAR */\n\n /* close icon */\n i.icon-close {\n color: @subtext0 !important;\n }\n\n /* item color */\n a[role=\"menuitem\"] {\n color: @text !important;\n }\n\n /* navigation sidebar header color */\n div[role=\"menu\"] > div[role=\"heading\"] {\n color: @subtext0 !important;\n }\n\n a[role=\"menuitem\"]:hover {\n background: @surface0 !important;\n }\n\n /* favorites */\n i.icon-star_fill {\n color: @accent-color !important;\n }\n\n i.icon-star {\n color: @subtext0 !important;\n }\n\n /* RIGHT FRONTPAGE SIDEBAR */\n\n /* reddit premium icon */\n i.icon-premium_fill {\n color: @accent-color !important;\n }\n\n /* reddit premium try now button */\n button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: @accent-color !important;\n color: @base !important;\n }\n\n /* recent posts thumbnail borders */\n div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: @subtext0 !important;\n }\n\n /* POSTS */\n\n /* post background for card style */\n div[data-adclicklocation=\"background\"] {\n background: @base !important;\n }\n\n /* post options (save, comment, etc.) */\n div._3-miAEojrCvx_4FQ8x3P-s,\n i.icon-comment,\n i.icon-share,\n i.icon-save,\n i.icon-expand,\n i.icon-collapse,\n i.icon-text_post,\n i.icon-image_post,\n i.icon-media_gallery,\n i.icon-video_post,\n i.icon-gif_post,\n i.icon-embed,\n i.icon-external_link,\n i.icon-poll_post {\n color: @subtext0 !important;\n }\n\n /* post title color */\n div[data-adclicklocation=\"title\"] > div > a > div > h3,\n div[data-adclicklocation=\"title\"]\n > div:first-child\n > div:first-child\n > h1:first-child {\n color: @text !important;\n }\n\n /*\n * post op color and\n * post date color\n */\n div[data-adclicklocation=\"top_bar\"] > span,\n a[data-testid=\"post_author_link\"] {\n color: @subtext0 !important;\n }\n\n /* nsfw flair */\n span._1wzhGvvafQFOWAyA157okr {\n border-color: @red !important;\n color: @red !important;\n }\n\n /* pinned post icon */\n i.icon-pin_fill {\n color: @green !important;\n }\n\n /* give award icon */\n i.icon-award {\n color: @subtext0 !important;\n }\n\n /* locked post icon */\n i.icon-archived_fill,\n i.icon-lock_fill {\n color: @yellow !important;\n }\n\n /* post button divider */\n div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: @surface1 !important;\n }\n\n /* UPVOTES/DOWNVOTES */\n\n /* upvote/downvote background */\n div.Post,\n div[data-click-id=\"media\"] {\n background: @mantle !important;\n fill: @mantle !important;\n }\n\n /* inactive vote text color */\n div[id^=\"vote-arrows\"] > div {\n color: @subtext0 !important;\n }\n\n /* active upvote color */\n i.icon-upvote_fill {\n color: @red !important;\n }\n\n button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: @red !important;\n }\n\n /* active upvote text color */\n button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: @red !important;\n }\n\n /* hover background for both upvotes and downvotes */\n button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: @surface0 !important;\n }\n\n /* active downvote color */\n .icon-downvote_fill {\n color: @blue !important;\n }\n\n /* active downvote text color */\n button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: @blue !important;\n }\n\n button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: @blue !important;\n }\n\n /* REPORT MODAL */\n\n a.o1ov2mzLxTFAFP-O4Uv8I {\n color: @accent-color !important;\n }\n\n button._1lDGFVGU9k2mi-4kjU95Rp {\n color: @base !important;\n }\n\n /* SUBREDDIT PAGES */\n a[role=\"button\"][target=\"_blank\"] {\n background: @text !important;\n color: @base !important;\n }\n\n /* radio buttons (flair selector, etc.) */\n div[role=\"radio\"]:hover,\n div[role=\"radio\"]:focus {\n background: @accent-color !important;\n }\n\n div[role=\"radio\"] > svg,\n div[role=\"radio\"] > svg:active {\n fill: @text !important;\n }\n\n /* checkboxes */\n button[role=\"checkbox\"] {\n fill: @accent-color !important;\n }\n\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n\n /* header background */\n ._ZhON3a3vplThB8NFwuJn {\n background: @crust !important;\n color: @text !important;\n }\n\n /* subreddit image background */\n img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: @accent-color !important;\n }\n\n /* border between uela */\n ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: @surface0;\n }\n\n /* follower color */\n .bg-neutral-background {\n color: @text !important;\n }\n\n /* default subreddit icon */\n i.icon-community_fill {\n color: @accent-color !important;\n }\n\n /* online users */\n div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: @green !important;\n }\n\n /* POST VIEWER */\n\n /* spoiler tags */\n ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: @surface0 !important;\n }\n\n /* mod comment tag */\n span[id^=\"CommentTopMeta--Mod\"] {\n color: @green !important;\n }\n\n /* op comment tag */\n span[id^=\"CommentTopMeta--OP\"] {\n color: @blue !important;\n }\n\n /* post overlay if you have \"open in new tab\" disabled */\n div#overlayScrollContainer > div {\n background: @crust !important;\n }\n\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: @mantle !important;\n }\n\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n div._2DJXORCrmcNpPTSq0LqL6i,\n div._1DK52RbaamLOWw5UPaht_S {\n background: fadeout(@crust, 20) !important;\n }\n\n /* gold award gradient */\n div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(\n 188deg,\n #f9e2af1f 1.7%,\n #f9e2af00 46%,\n rgba(0, 0, 0, 0)\n ) !important;\n }\n\n /* image gallery next/previous buttons */\n a[title=\"Next\"] > i,\n a[title=\"Previous\"] > i {\n background: @surface0 !important;\n }\n\n /* image gallery image count */\n div._61i6grM3um1yuw4GrN97P {\n background: fadeout(@crust, 20) !important;\n color: @text !important;\n }\n\n /* comment search bar */\n input#comment_search-bar {\n background: @base !important;\n }\n\n /* tab bar below banner */\n ._1gVVmSnHZpkUgVShsn7-ua {\n background: @mantle !important;\n }\n\n /* MULTIREDDITS/CUSTOM FEEDS */\n\n /* delete custom feed button */\n .bX6SqXfzfxpv4GQbuIYVZ {\n color: @red !important;\n }\n\n /* TOOLTIPS */\n div.HQ2VJViRjokXpRbJzPvvc {\n background: @mantle !important;\n color: @text !important;\n }\n\n div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: @mantle !important;\n }\n\n /* Recap Reddit Logo */\n .snoo-cls-1,\n .snoo-cls-2,\n .snoo-cls-3,\n .snoo-cls-6,\n .snoo-cls-8,\n .snoo-cls-9 {\n fill: @base;\n }\n\n .snoo-cls-4,\n .snoo-cls-5,\n .snoo-cls-7,\n .snoo-cls-10,\n .snoo-cls-11 {\n fill: @accent-color;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Reddit Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/reddit\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit\n@version 2.0.11\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit\n@description Soothing pastel theme for Reddit\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"reddit.com\") {\n :root:not(.theme-dark) .theme-rpl,\n :root:not(.theme-dark).theme-rpl,\n :root:not(.theme-dark) .theme-beta,\n :root:not(.theme-dark).theme-beta,\n .theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root:not(.theme-light) .theme-rpl,\n :root:not(.theme-light).theme-rpl,\n :root:not(.theme-light) .theme-beta,\n :root:not(.theme-light).theme-beta,\n .theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n /* BETA */\n --color-pizzaRed: @red !important;\n --color-global-brand-orangered: @peach !important;\n --color-global-focus: @surface1 !important;\n --color-interactive-content-disabled: @subtext0 !important;\n --color-interactive-background-disabled: fade(@surface2, 70%) !important;\n --color-interactive-pressed: @surface2 !important;\n --color-neutral-content: @text !important;\n --color-neutral-content-disabled: @subtext0 !important;\n --color-neutral-content-weak: @subtext0 !important;\n --color-neutral-content-strong: @text !important;\n --color-global-white: @crust !important;\n --color-neutral-background: @base !important;\n --color-neutral-background-selected: @surface0 !important;\n --color-neutral-background-weak: @mantle !important;\n --color-neutral-background-medium: @base !important;\n --color-neutral-background-strong: @crust !important;\n --color-neutral-background-hover: @surface0 !important;\n --color-neutral-border: @surface0 !important;\n --color-neutral-border-medium: @surface0 !important;\n --color-neutral-border-weak: @surface0 !important;\n --color-neutral-border-strong: @surface2 !important;\n --color-primary: @accent-color !important;\n --color-primary-hover: lighten(@accent-color, 10) !important;\n --color-primary-visited: @lavender !important;\n --color-primary-background: @accent-color !important;\n --color-primary-background-hover: darken(@accent-color, 5%) !important;\n --color-primary-background-selected: darken(@accent-color, 5%) !important;\n --color-primary-onBackground: @base !important;\n --color-primary-onBackground-selected: @crust !important;\n --color-secondary: @subtext0 !important;\n --color-secondary-hover: @subtext1 !important;\n --color-secondary-weak: @subtext0 !important;\n --color-secondary-onBackground: @text !important;\n --color-secondary-background: @mantle !important;\n --color-secondary-background-hover: @surface1 !important;\n --color-secondary-background-selected: @surface1 !important;\n --color-secondary-plain: @subtext0 !important;\n --color-secondary-plain-hover: @subtext1 !important;\n --color-danger-background: @red !important;\n --color-danger-background-disabled: fadeout(@red, 80) !important;\n --color-danger-background-hover: fadeout(@red, 2) !important;\n --color-danger-onBackground: @text !important;\n --color-danger-content: @red !important;\n --color-danger-content-default: @crust;\n --color-danger-content-hover: darken(@red, 2) !important;\n --color-success-content: @green !important;\n --color-success-hover: darken(@green, 2) !important;\n --color-success-onBackground: @crust;\n --color-success-background: @green !important;\n --color-success-background-hover: darken(@green, 2) !important;\n --color-warning-content: @yellow !important;\n --color-warning-content-hover: darken(@yellow, 2) !important;\n --color-warning-onBackground: @base !important;\n --color-warning-background: @yellow !important;\n --color-warning-background-hover: darken(@yellow, 2) !important;\n --color-upvote-content: @accent-color !important;\n --color-upvote-disabled: @subtext0 !important;\n --color-upvote-onBackground: @text !important;\n --color-upvote-background: @base !important;\n --color-upvote-background-hover: darken(@accent-color, 5%) !important;\n --color-upvote-background-disabled: @base !important;\n --color-downvote-content: @text !important;\n --color-downvote-content-weak: @text !important;\n --color-downvote-disabled: @subtext0 !important;\n --color-downvote-onBackground: @text !important;\n --color-downvote-background: @base !important;\n --color-downvote-background-hover: darken(@blue, 5%) !important;\n --color-downvote-background-disabled: @mantle !important;\n --color-tone-1: @text !important;\n --color-tone-2: @subtext0 !important;\n --color-tone-3: @overlay2 !important;\n --color-tone-4: @surface0 !important;\n --color-tone-5: @surface1 !important;\n --color-tone-6: @surface2 !important;\n --color-tone-7: @base !important;\n --color-avatar-gradient: @accent-color !important;\n --color-transparent-background-hover: fadeout(@surface0, 70) !important;\n --color-opacity-50: fadeout(@base, 50) !important;\n --color-online: @accent-color !important;\n --color-favorite: @accent-color !important;\n --color-brand-background: @accent-color !important;\n --color-brand-background-hover: darken(@accent-color, 5%) !important;\n --color-global-orangered: @accent-color !important;\n --color-action-upvote: @accent-color !important;\n --color-action-downvote: @blue;\n\n --shreddit-color-wordmark: @accent-color;\n #reddit-logo {\n circle[fill=\"#FF4500\"] {\n fill: @accent-color !important;\n }\n path[fill=\"#FFF\"] {\n fill: @crust !important;\n }\n }\n\n /* normal stuff */\n\n &,\n div[class^=\"subredditvars\"] {\n --color-online: @green !important;\n --newCommunityTheme-actionIcon: @subtext0 !important;\n --newCommunityTheme-actionIconAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-actionIconAlpha50: fadeout(@crust, 20) !important;\n --newCommunityTheme-actionIconShaded80: @subtext0 !important;\n --newCommunityTheme-actionIconTinted80: @subtext1 !important;\n --newCommunityTheme-active: @accent-color !important;\n --newCommunityTheme-activeAlpha10: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeAlpha50: fadeout(@crust, 20) !important;\n --newCommunityTheme-activeLight60: @accent-color !important;\n --newCommunityTheme-activeShaded80: @accent-color !important;\n --newCommunityTheme-activeShaded90: @accent-color !important;\n --newCommunityTheme-activeTinted05: @text !important;\n --newCommunityTheme-banner-backgroundColor: @accent-color !important;\n --newCommunityTheme-banner-iconColor: @accent-color !important;\n --newCommunityTheme-body: @mantle !important;\n --newCommunityTheme-bodyAlpha50: @surface0 !important;\n --newCommunityTheme-bodyAlpha70: @surface1 !important;\n --newCommunityTheme-bodyAlpha80: @surface2 !important;\n --newCommunityTheme-bodyFade: @subtext0 !important;\n --newCommunityTheme-bodyShaded80: @mantle !important;\n --newCommunityTheme-bodyText: @text !important;\n --newCommunityTheme-bodyTextAlpha03: @mantle !important;\n --newCommunityTheme-bodyTextAlpha20: @surface1 !important;\n --newCommunityTheme-bodyTextShaded20: @surface0 !important;\n --newCommunityTheme-bodyTextTinted20: @subtext0 !important;\n --newCommunityTheme-bodyTinted50: @overlay1 !important;\n --newCommunityTheme-bodyTinted80: @overlay0 !important;\n --newCommunityTheme-button: @text !important;\n --newCommunityTheme-buttonAlpha05: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha10: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha20: fadeout(@crust, 20) !important;\n --newCommunityTheme-buttonAlpha40: @subtext0 !important;\n --newCommunityTheme-buttonAlpha50: @subtext1 !important;\n --newCommunityTheme-buttonAlpha80: @subtext1 !important;\n --newCommunityTheme-buttonShaded80: @overlay0 !important;\n --newCommunityTheme-buttonTinted20: @accent-color !important;\n --newCommunityTheme-buttonTinted50: @accent-color !important;\n --newCommunityTheme-buttonTinted80: @accent-color !important;\n --newCommunityTheme-canvas: @crust !important;\n --newCommunityTheme-checkbox: @text !important;\n --newCommunityTheme-errorText: @red !important;\n --newCommunityTheme-field: @surface0 !important;\n --newCommunityTheme-fieldFade: fadeout(@surface1, 30) !important;\n --newCommunityTheme-flair: @accent-color !important;\n --newCommunityTheme-highlight: @base !important;\n --newCommunityTheme-inactive: @subtext0 !important;\n --newCommunityTheme-lightText: @text !important;\n --newCommunityTheme-lightTextAlpha75: @subtext1 !important;\n --newCommunityTheme-line: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShaded80: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShaded90: fadeout(@surface1, 30) !important;\n --newCommunityTheme-lineShadedNinety: fadeout(@surface1, 30) !important;\n --newCommunityTheme-linkText: @accent-color !important;\n --newCommunityTheme-linkTextAlpha80: @accent-color !important;\n --newCommunityTheme-linkTextShaded80: @accent-color !important;\n --newCommunityTheme-linkTextTinted80: @accent-color !important;\n --newCommunityTheme-linkTextWithBody: @accent-color !important;\n --newCommunityTheme-menu: @mantle !important;\n --newCommunityTheme-menuActiveText: @text !important;\n --newCommunityTheme-menuButtonBackground-active: @base !important;\n --newCommunityTheme-menuButtonBackground-focus: @base !important;\n --newCommunityTheme-menuButtonBackground-hover: @base !important;\n --newCommunityTheme-menuInactiveText: @text !important;\n --newCommunityTheme-metaText: @subtext0 !important;\n --newCommunityTheme-metaTextAlpha50: @subtext0 !important;\n --newCommunityTheme-metaTextShaded80: @subtext0 !important;\n --newCommunityTheme-monospaceColor: @accent-color !important;\n --newCommunityTheme-navBar-activeLink: @text !important;\n --newCommunityTheme-navBar-activeSubmenuCaret: @text !important;\n --newCommunityTheme-navBar-activeSubmenuLink: @text !important;\n --newCommunityTheme-navBar-backgroundColor: @mantle !important;\n --newCommunityTheme-navBar-hoverLink: @text !important;\n --newCommunityTheme-navBar-inactiveLink: @text !important;\n --newCommunityTheme-navBar-inactiveSubmenuCaret: @text !important;\n --newCommunityTheme-navBar-inactiveSubmenuLink: @text !important;\n --newCommunityTheme-navBar-submenuBackgroundColor: @mantle !important;\n --newCommunityTheme-navIcon: @text !important;\n\n /* upvote/downvote focus */\n --newCommunityTheme-navIconFaded10: fadeout(@crust, 20) !important;\n\n --newCommunityTheme-nsfw: @red !important;\n --newCommunityTheme-nsfwBlocking-bgcolor: @crust !important;\n --newCommunityTheme-nsfwBlocking-color: @text !important;\n --newCommunityTheme-nsfwBlocking-contentTitleBgColor: @base !important;\n --newCommunityTheme-nsfwBlocking-mainCtaBgColor: @mantle !important;\n --newCommunityTheme-pageHeader: @surface2 !important;\n --newCommunityTheme-placeholder: @surface0 !important;\n --newCommunityTheme-post: @mantle !important;\n --newCommunityTheme-postError: @red !important;\n --newCommunityTheme-postFlairText: @crust !important;\n --newCommunityTheme-postIcon: @accent-color !important;\n --newCommunityTheme-postLine: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postLineShaded80: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postLineShaded90: fadeout(@surface1, 30) !important;\n --newCommunityTheme-postTinted20: @base !important;\n --newCommunityTheme-postTransparent20: @base !important;\n --newCommunityTheme-primaryButtonShadedEighty: @overlay1 !important;\n --newCommunityTheme-primaryButtonTintedEighty: @overlay1 !important;\n --newCommunityTheme-primaryButtonTintedFifty: @overlay0 !important;\n --newCommunityTheme-primaryButtonTintedSixty: @overlay0 !important;\n --newCommunityTheme-quarantine: @yellow !important;\n --newCommunityTheme-report: @surface1 !important;\n --newCommunityTheme-search-syntaxHighlightBackgroundColor: @accent-color !important;\n --newCommunityTheme-search-syntaxHighlightColor: @base !important;\n --newCommunityTheme-titleText: @text !important;\n --newCommunityTheme-upsell-appleIcon: @subtext1 !important;\n --newCommunityTheme-upsell-ssoButtonBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newCommunityTheme-upsell-ssoButtonTextColor: @text !important;\n --newCommunityTheme-voteText-base: @subtext0 !important;\n --newCommunityTheme-voteText-downvote: @blue !important;\n --newCommunityTheme-voteText-downvoteShaded80: @blue !important;\n --newCommunityTheme-voteText-downvoteTinted80: @blue !important;\n --newCommunityTheme-voteText-upvote: @red !important;\n --newCommunityTheme-voteText-upvoteShaded80: @red !important;\n --newCommunityTheme-voteText-upvoteTinted80: @red !important;\n --newCommunityTheme-widgetColors-appleIcon: @overlay0 !important;\n --newCommunityTheme-widgetColors-lineColor: fadeout(\n @surface1,\n 30\n ) !important;\n\n /* sidebar widgets */\n --newCommunityTheme-widgetColors-sidebarWidgetBackgroundColor: @mantle !important;\n --newCommunityTheme-widgetColors-sidebarWidgetBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColor: @crust !important;\n --newCommunityTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: @mantle !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColor: @text !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTextColorShaded80: @subtext1 !important;\n --newCommunityTheme-widgetColors-sidebarWidgetTitleColor: @text !important;\n\n --newRedditTheme-actionIcon: @subtext0 !important;\n --newRedditTheme-actionIconAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-actionIconAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-actionIconShaded80: @subtext0 !important;\n --newRedditTheme-actionIconTinted80: @subtext1 !important;\n --newRedditTheme-active: @accent-color !important;\n --newRedditTheme-activeAlpha10: fadeout(@crust, 20) !important;\n --newRedditTheme-activeAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-activeAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-activeLight60: @accent-color !important;\n --newRedditTheme-activeShaded80: @accent-color !important;\n --newRedditTheme-activeShaded90: @accent-color !important;\n --newRedditTheme-activeTinted05: @text !important;\n --newRedditTheme-banner-backgroundColor: @accent-color !important;\n --newRedditTheme-banner-iconColor: @accent-color !important;\n --newRedditTheme-body: @mantle !important;\n --newRedditTheme-bodyAlpha50: @surface0 !important;\n --newRedditTheme-bodyAlpha70: @surface1 !important;\n --newRedditTheme-bodyAlpha80: @surface2 !important;\n --newRedditTheme-bodyFade: fadeout(@crust, 20) !important;\n --newRedditTheme-bodyShaded80: @mantle !important;\n --newRedditTheme-bodyText: @text !important;\n --newRedditTheme-bodyTextAlpha03: fadeout(@crust, 20) !important;\n --newRedditTheme-bodyTextAlpha20: @surface1 !important;\n --newRedditTheme-bodyTextShaded20: @surface0 !important;\n --newRedditTheme-bodyTextTinted20: @subtext1 !important;\n --newRedditTheme-bodyTinted50: @overlay0 !important;\n --newRedditTheme-bodyTinted80: @overlay1 !important;\n --newRedditTheme-button: @text !important;\n --newRedditTheme-buttonAlpha05: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha10: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha20: fadeout(@crust, 20) !important;\n --newRedditTheme-buttonAlpha40: @subtext0 !important;\n --newRedditTheme-buttonAlpha50: @subtext1 !important;\n --newRedditTheme-buttonAlpha80: @subtext1 !important;\n --newRedditTheme-buttonShaded80: @overlay0 !important;\n --newRedditTheme-buttonTinted20: @accent-color !important;\n --newRedditTheme-buttonTinted50: @accent-color !important;\n --newRedditTheme-buttonTinted80: @accent-color !important;\n --newRedditTheme-canvas: @crust !important;\n --newRedditTheme-checkbox: @text !important;\n --newRedditTheme-errorText: @red !important;\n --newRedditTheme-field: @base !important;\n --newRedditTheme-fieldFade: @mantle !important;\n --newRedditTheme-flair: @accent-color !important;\n\n /* controls menu, link, and other similar highlights. very important */\n --newRedditTheme-highlight: @base !important;\n\n --newRedditTheme-inactive: @surface0 !important;\n --newRedditTheme-lightText: @text !important;\n --newRedditTheme-lightTextAlpha75: @subtext1 !important;\n --newRedditTheme-line: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShaded80: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShaded90: fadeout(@surface1, 30) !important;\n --newRedditTheme-lineShadedNinety: fadeout(@surface1, 30) !important;\n\n /* links */\n --newRedditTheme-linkText: @accent-color !important;\n --newRedditTheme-linkTextAlpha80: @accent-color !important;\n --newRedditTheme-linkTextShaded80: @accent-color !important;\n --newRedditTheme-linkTextTinted80: @accent-color !important;\n --newRedditTheme-linkTextWithBody: @accent-color !important;\n\n /* menus */\n --newRedditTheme-menu: @mantle !important;\n --newRedditTheme-menuActiveText: @text !important;\n --newRedditTheme-menuButtonBackground-active: @accent-color !important;\n --newRedditTheme-menuButtonBackground-focus: @base !important;\n --newRedditTheme-menuButtonBackground-hover: @base !important;\n --newRedditTheme-menuInactiveText: @text !important;\n\n --newRedditTheme-metaText: @subtext0 !important;\n --newRedditTheme-metaTextAlpha50: fadeout(@crust, 20) !important;\n --newRedditTheme-metaTextShaded80: @subtext1 !important;\n --newRedditTheme-monospaceColor: @accent-color !important;\n --newRedditTheme-navBar-activeLink: @text !important;\n --newRedditTheme-navBar-activeSubmenuCaret: @text !important;\n --newRedditTheme-navBar-activeSubmenuLink: @text !important;\n --newRedditTheme-navBar-backgroundColor: @mantle !important;\n --newRedditTheme-navBar-hoverLink: @text !important;\n --newRedditTheme-navBar-inactiveLink: @text !important;\n --newRedditTheme-navBar-inactiveSubmenuCaret: @text !important;\n --newRedditTheme-navBar-inactiveSubmenuLink: @text !important;\n --newRedditTheme-navBar-submenuBackgroundColor: @mantle !important;\n --newRedditTheme-navIcon: @text !important;\n --newRedditTheme-navIconFaded10: fadeout(@crust, 20) !important;\n --newRedditTheme-nsfw: @red !important;\n --newRedditTheme-nsfwBlocking-bgcolor: @crust !important;\n --newRedditTheme-nsfwBlocking-color: @text !important;\n --newRedditTheme-nsfwBlocking-contentTitleBgColor: @base !important;\n --newRedditTheme-nsfwBlocking-mainCtaBgColor: @mantle !important;\n --newRedditTheme-pageHeader: @surface0 !important;\n --newRedditTheme-placeholder: @surface1 !important;\n --newRedditTheme-post: @mantle !important;\n --newRedditTheme-postError: @red !important;\n --newRedditTheme-postFlairText: @text !important;\n --newRedditTheme-postIcon: @accent-color !important;\n --newRedditTheme-postLine: fadeout(@surface1, 30) !important;\n --newRedditTheme-postLineShaded80: fadeout(@surface1, 30) !important;\n --newRedditTheme-postLineShaded90: fadeout(@surface1, 30) !important;\n --newRedditTheme-postTinted20: @base !important;\n --newRedditTheme-postTransparent20: fadeout(@crust, 20) !important;\n --newRedditTheme-primaryButtonShadedEighty: @surface1 !important;\n --newRedditTheme-primaryButtonTintedEighty: @surface2 !important;\n --newRedditTheme-primaryButtonTintedFifty: @surface1 !important;\n --newRedditTheme-primaryButtonTintedSixty: @surface1 !important;\n --newRedditTheme-quarantine: @yellow !important;\n --newRedditTheme-report: @base !important;\n --newRedditTheme-search-syntaxHighlightBackgroundColor: @accent-color !important;\n --newRedditTheme-search-syntaxHighlightColor: @base !important;\n --newRedditTheme-titleText: @text !important;\n --newRedditTheme-upsell-appleIcon: @overlay0 !important;\n --newRedditTheme-upsell-ssoButtonBorderColor: @text !important;\n --newRedditTheme-upsell-ssoButtonTextColor: @text !important;\n --newRedditTheme-voteText-base: @subtext1 !important;\n --newRedditTheme-voteText-downvote: @blue !important;\n --newRedditTheme-voteText-downvoteShaded80: @blue !important;\n --newRedditTheme-voteText-downvoteTinted80: @blue !important;\n --newRedditTheme-voteText-upvote: @red !important;\n --newRedditTheme-voteText-upvoteShaded80: @red !important;\n --newRedditTheme-voteText-upvoteTinted80: @red !important;\n --newRedditTheme-widgetColors-appleIcon: @overlay0 !important;\n --newRedditTheme-widgetColors-lineColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetBackgroundColor: @mantle !important;\n --newRedditTheme-widgetColors-sidebarWidgetBorderColor: fadeout(\n @surface1,\n 30\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColor: @crust !important;\n --newRedditTheme-widgetColors-sidebarWidgetHeaderColorAlpha60: fadeout(\n @crust,\n 20\n ) !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColor: @text !important;\n --newRedditTheme-widgetColors-sidebarWidgetTextColorShaded80: @subtext1 !important;\n --newRedditTheme-widgetColors-sidebarWidgetTitleColor: @text !important;\n --tw-bg-opacity: @crust !important;\n --vds-video-bg-color: @crust !important;\n }\n\n /* reddit chat variables */\n :root {\n --activity-button-chatFilterColor: @surface0 !important;\n --activity-button-newChatFilter-activeBg: @accent-color !important;\n --activity-button-newChatFilter-activeText: @base !important;\n --activity-button-newChatFilter-defaultBorder: @surface1 !important;\n --activity-button-newChatFilter-defaultText: @text !important;\n --activity-button-primary: @accent-color !important;\n --activity-button-secondary: @text !important;\n --activity-buttonPrimary-color: @accent-color !important;\n --activity-buttonSecondary-active: @accent-color !important;\n --activity-checkbox-checked: @accent-color !important;\n --activity-checkbox-checkmark: @text !important;\n --activity-checkbox-unchecked: @base !important;\n --activity-checkbox-uncheckedBorder: @surface1 !important;\n --activity-icon-active: @accent-color !important;\n --activity-icon-contrast: @surface1 !important;\n --activity-icon-default: @subtext0 !important;\n --activity-icon-disable: @surface2 !important;\n --activity-icon-hover: @surface2 !important;\n --activity-icon-nsfw-bg: @base !important;\n --activity-icon-nsfw-text: @text !important;\n --activity-icon-subIcon-backgroundColor: @text !important;\n --activity-icon-toaster: @crust !important;\n --activity-input-background: fadeout(@crust, 20) !important;\n --activity-input-border: @surface1 !important;\n --activity-input-channelRename: @subtext0 !important;\n --activity-input-color: @subtext1 !important;\n --activity-input-error: @red !important;\n --activity-input-focusBg: @green !important;\n --activity-input-focusColor: @text !important;\n --activity-input-ownerBg: @surface0 !important;\n --activity-link-hoverText: @red !important;\n --activity-link-staticText: @accent-color !important;\n --activity-link-staticUnderline: @accent-color !important;\n --activity-minimizedPortal-backgroundColor-unreadFinal: @mantle !important;\n --activity-minimizedPortal-backgroundColor-unreadInitial: @accent-color !important;\n --activity-minimizedPortal-color-unreadFinal: @text !important;\n --activity-minimizedPortal-color-unreadInitial: @text !important;\n --activity-send-disable: @surface0 !important;\n --activity-send-hover: @accent-color !important;\n --activity-text-active: @accent-color !important;\n --activity-text-fade: @subtext0 !important;\n --activity-text-highlight: @text !important;\n --activity-text-light: @subtext0 !important;\n --activity-text-meta: @subtext0 !important;\n --activity-text-regular: @text !important;\n --activity-text-success: @green !important;\n --activity-text-tutorial: @rosewater !important;\n --activity-text-warning: @red !important;\n --addReaction-backgroundColor: @surface0 !important;\n --addReaction-iconFill: @surface1 !important;\n --boxShadow: fadeout(@crust, 20) !important;\n --bubble-border: fadeout(@surface1, 30) !important;\n --bubble-channelsFilter-background: @crust !important;\n --bubble-channelsFilter-selected: @overlay0 !important;\n --bubble-color: @text !important;\n --bubble-link-color: @accent-color !important;\n --bubbleActions-hover: @surface0 !important;\n --editName: @surface1 !important;\n --layout-body: @mantle !important;\n --layout-colsBorder: fadeout(@surface1, 30) !important;\n --layout-controlsBorder: fadeout(@surface1, 30) !important;\n --layout-dropdown-border: fadeout(@surface1, 30) !important;\n --layout-header-counterBg: @red !important;\n --layout-header-counterText: @text !important;\n --layout-overlayBackground: fadeout(@crust, 20) !important;\n --layout-overlayReportFlow: fadeout(@crust, 20) !important;\n --layout-scrollbar: @text !important;\n --layout-scrollbarHover: @accent-color !important;\n --layout-timeStamp-tooltip-background: @surface0 !important;\n --message-list-item-button: @surface1 !important;\n --message-list-item-onlineIndicator: @green !important;\n --message-list-item-ownerBg: @surface1 !important;\n --message-list-item-richItem: @overlay0 !important;\n --message-list-item-richItemBorder: fadeout(@surface1, 30) !important;\n --message-list-item-white: @text !important;\n --modal-buttonsBackground: @text !important;\n --modal-primaryButtonWarning: @red !important;\n --modal-secondaryButton: @text !important;\n --newChat-inviteLink-borderColor: fadeout(@surface1, 30) !important;\n --overlay-backgroundColor: @mantle !important;\n --overlay-headerColor: @text !important;\n --overlay-inputBackground: @crust !important;\n --overlay-searchBarBackground: @mantle !important;\n --prompt-tooltip-background: @accent-color !important;\n --searchBar-backgroundColor: @mantle !important;\n --settings-color: @subtext0 !important;\n --settings-dropdownItemHoverBackground: @crust !important;\n --settings-panelBackground: @crust !important;\n --settings-panelItemHoverBackground: @surface0 !important;\n --settings-panelItemSelectedBackground: @surface1 !important;\n --sidebar-background: fadeout(@surface1, 30) !important;\n --sidebar-basic-background-active: @accent-color !important;\n --sidebar-basic-background-hover: @mantle !important;\n --sidebar-footer-background: @crust !important;\n --sidebar-item-active: @surface1 !important;\n --sidebar-item-hover: @surface0 !important;\n --sidebar-item-selected: @surface2 !important;\n --sidebar-item-text-active: @text !important;\n --sidebar-subreddit-background-active: @accent-color !important;\n --sidebar-subreddit-background-hover: @surface1 !important;\n --sidebar-text-divider: @surface1 !important;\n --skeleton-field: @surface2 !important;\n --skeleton-inactive: @surface0 !important;\n --subreddit-iconBg: @accent-color !important;\n --toast-error: @red !important;\n --toast-pending: @crust !important;\n --toast-success: @green !important;\n --uploads-progress-background: @subtext0 !important;\n --uploads-progress-bar: @accent-color !important;\n --videoModal-button-background: @text !important;\n --videoModal-button-color: @mantle !important;\n }\n\n /* site background */\n div.ListingLayout-backgroundContainer::before {\n background: @base !important;\n }\n\n /* PROFILE MENU */\n\n /* karma count */\n span#email-collection-tooltip-id > :nth-child(2) > :nth-child(2) > span {\n color: @subtext0 !important;\n }\n\n /* profile button karma icon */\n i.icon-karma_fill {\n color: @red !important;\n }\n\n /* menu headers */\n div[role=\"menu\"] > div > div > span > span {\n color: @subtext0 !important;\n }\n\n /* switches, should also apply sitewide */\n button[role=\"switch\"][aria-checked=\"false\"] {\n background: @surface0 !important;\n }\n\n button[role=\"switch\"] > div {\n background: @text !important;\n }\n\n /* online status */\n ._2dn5Ncenn0BSD4tCSmxQhA {\n fill: @green !important;\n }\n\n ._3SlBAJb2MbUHwgBZFH8eL7 {\n fill: @base !important;\n }\n\n /* PROFILE PAGE */\n\n /* create avatar button */\n button._3F1tNW0P4Ff182mO_CefIg {\n background: linear-gradient(90deg, @red, @peach) !important;\n color: @base !important;\n }\n\n button._3F1tNW0P4Ff182mO_CefIg > i {\n color: @base !important;\n }\n\n /* cake day and followers icon */\n i.icon-cake_fill,\n i.icon-user_fill {\n color: @accent-color !important;\n }\n\n /* add social links button readability tweak */\n div._3hew1NnzwygOKDNQDKp6R4,\n div._3hew1NnzwygOKDNQDKp6R4 > i,\n li._3hew1NnzwygOKDNQDKp6R4 {\n color: @base !important;\n }\n\n /* profile moderation and user settings page */\n div._1VP69d9lk-Wk9zokOaylL {\n --background: @base !important;\n --canvas: @base !important;\n }\n\n /* Beta Badge */\n span._2KFJx8Dhh1o1u0Xb8e7NuD {\n color: @accent-color !important;\n }\n\n /* Delete Account */\n button.EBd2MhBQlQeZ13YeP0K8a {\n color: @accent-color !important;\n }\n\n /* Delete Account Icon */\n svg._1Fa4RPHlhrfUZuNaXK2-eP > path {\n fill: @accent-color !important;\n }\n\n /* blocked, muted input */\n input._1Vnaj3fBuYrmHKEPQD_zWW {\n background-color: @base !important;\n }\n\n /* fixes profile posts not being themed */\n div.scrollerItem > div,\n div[data-testid=\"post-container\"],\n div[style=\"background:#1A1A1B\"],\n div._2otRz3OtuWajw1RleFDJ5P {\n background: @mantle !important;\n }\n\n /* NFT AVATAR VIEWER */\n\n /* modal background */\n div._productDetails_7kbcu_53 {\n background: @mantle !important;\n color: @text !important;\n }\n\n /* Tag Color */\n .RESUserTagImage::after {\n color: @accent-color;\n }\n\n /* mint status */\n div._mintStatus_7kbcu_264 {\n color: @accent-color !important;\n }\n\n /* carousel background */\n div._carousel_7kbcu_45 {\n background: linear-gradient(243.37deg, @base 16.42%, @blue 100%);\n }\n\n /* nft card back */\n div._card_1ooes_1 {\n background: @blue !important;\n }\n\n ol._container_1t62i_1 {\n border-color: @base !important;\n }\n\n ol._container_1t62i_1 > li {\n border-color: @base !important;\n }\n\n ol._container_1t62i_1 > li > div {\n color: @base !important;\n }\n\n div.MuiMobileStepper-dot {\n background: @surface0 !important;\n }\n\n div.MuiMobileStepper-dotActive {\n background: @accent-color !important;\n }\n\n div._scrollContainer_7kbcu_104 > div > h3,\n div._cardAuthor_7kbcu_79 {\n color: @subtext0 !important;\n }\n\n div._container_oikih_1 {\n background: @crust !important;\n border-color: @surface1 !important;\n }\n\n /* external links */\n a._pill_7kbcu_280 {\n background: @crust !important;\n color: @text !important;\n }\n\n /* shop for avatars button */\n button._shopForMoreButton_7kbcu_125 {\n background: linear-gradient(90deg, @red, @peach) !important;\n color: @base !important;\n }\n\n /* AVATAR CREATOR */\n div._wrapper_1upjl_7 {\n background: @base !important;\n color: @text !important;\n }\n\n /* SITE HEADER */\n\n /* reddit logo */\n a[aria-label=\"Home\"] > svg > g > circle {\n fill: @accent-color !important;\n }\n\n a[aria-label=\"Home\"] > svg:first-child > g > path {\n fill: @base !important;\n }\n\n a[aria-label=\"Home\"] > svg:nth-child(2) > g > path {\n fill: @text !important;\n }\n\n /* Post title from notification */\n h1._eYtD2XCVieq6emjKBH3m {\n color: @text !important;\n }\n\n /* notification icon */\n button[aria-label=\"Open notifications inbox\"] > div > span {\n background: @accent-color !important;\n color: @mantle !important;\n }\n\n /* advertise button */\n #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a {\n background: @surface0 !important;\n color: @text !important;\n }\n\n #change-username-tooltip-id > span._2I12Htze2UzJmmfnrgYJOn > a > i {\n color: @text !important;\n }\n\n /* reddit now notification */\n a[href=\"/now\"] > div {\n background: @accent-color !important;\n }\n\n /* search scope pill text */\n div[data-testid=\"search-scope-pill-text\"] {\n color: @text !important;\n }\n\n /* search popup title */\n div[class*=\"_2SdHzo12ISmrC8H86TgSCp\"][class*=\"_1QVrieUoti9cxiQSRw314E\"][class*=\"uWdXen_41bh0iwLrgzFkc\"] {\n --posttitletextcolor: @text !important;\n }\n\n /* safe search toggle */\n button#safe-search-toggle[aria-checked=\"true\"] {\n background: @accent-color !important;\n }\n\n /* NAVIGATION SIDEBAR */\n\n /* close icon */\n i.icon-close {\n color: @subtext0 !important;\n }\n\n /* item color */\n a[role=\"menuitem\"] {\n color: @text !important;\n }\n\n /* navigation sidebar header color */\n div[role=\"menu\"] > div[role=\"heading\"] {\n color: @subtext0 !important;\n }\n\n a[role=\"menuitem\"]:hover {\n background: @surface0 !important;\n }\n\n /* favorites */\n i.icon-star_fill {\n color: @accent-color !important;\n }\n\n i.icon-star {\n color: @subtext0 !important;\n }\n\n /* RIGHT FRONTPAGE SIDEBAR */\n\n /* reddit premium icon */\n i.icon-premium_fill {\n color: @accent-color !important;\n }\n\n /* reddit premium try now button */\n button._10BQ7pjWbeYP63SAPNS8Ts.q_unSaY23rpdd3lDvGZ- {\n background: @accent-color !important;\n color: @base !important;\n }\n\n /* recent posts thumbnail borders */\n div._3fWuhJ6bVet7XJT5A0mZM2 > div > div > div {\n border-color: @subtext0 !important;\n }\n\n /* POSTS */\n\n /* post background for card style */\n div[data-adclicklocation=\"background\"] {\n background: @base !important;\n }\n\n /* post options (save, comment, etc.) */\n div._3-miAEojrCvx_4FQ8x3P-s,\n i.icon-comment,\n i.icon-share,\n i.icon-save,\n i.icon-expand,\n i.icon-collapse,\n i.icon-text_post,\n i.icon-image_post,\n i.icon-media_gallery,\n i.icon-video_post,\n i.icon-gif_post,\n i.icon-embed,\n i.icon-external_link,\n i.icon-poll_post {\n color: @subtext0 !important;\n }\n\n /* post title color */\n div[data-adclicklocation=\"title\"] > div > a > div > h3,\n div[data-adclicklocation=\"title\"]\n > div:first-child\n > div:first-child\n > h1:first-child {\n color: @text !important;\n }\n\n /*\n * post op color and\n * post date color\n */\n div[data-adclicklocation=\"top_bar\"] > span,\n a[data-testid=\"post_author_link\"] {\n color: @subtext0 !important;\n }\n\n /* nsfw flair */\n span._1wzhGvvafQFOWAyA157okr {\n border-color: @red !important;\n color: @red !important;\n }\n\n /* pinned post icon */\n i.icon-pin_fill {\n color: @green !important;\n }\n\n /* give award icon */\n i.icon-award {\n color: @subtext0 !important;\n }\n\n /* locked post icon */\n i.icon-archived_fill,\n i.icon-lock_fill {\n color: @yellow !important;\n }\n\n /* post button divider */\n div[data-click-id=\"body\"] > div:nth-child(3) > div:nth-child(3) {\n border-color: @surface1 !important;\n }\n\n /* UPVOTES/DOWNVOTES */\n\n /* upvote/downvote background */\n div.Post,\n div[data-click-id=\"media\"] {\n background: @mantle !important;\n fill: @mantle !important;\n }\n\n /* inactive vote text color */\n div[id^=\"vote-arrows\"] > div {\n color: @subtext0 !important;\n }\n\n /* active upvote color */\n i.icon-upvote_fill {\n color: @red !important;\n }\n\n button[aria-label=\"upvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: @red !important;\n }\n\n /* active upvote text color */\n button[aria-label=\"upvote\"][aria-pressed=\"true\"] ~ div {\n color: @red !important;\n }\n\n /* hover background for both upvotes and downvotes */\n button[aria-label=\"upvote\"][aria-label=\"downvote\"] > span:hover {\n background: @surface0 !important;\n }\n\n /* active downvote color */\n .icon-downvote_fill {\n color: @blue !important;\n }\n\n /* active downvote text color */\n button[aria-label=\"downvote\"][aria-pressed=\"true\"] ~ div {\n color: @blue !important;\n }\n\n button[aria-label=\"downvote\"][aria-pressed=\"false\"] > span:hover > i {\n color: @blue !important;\n }\n\n /* REPORT MODAL */\n\n a.o1ov2mzLxTFAFP-O4Uv8I {\n color: @accent-color !important;\n }\n\n button._1lDGFVGU9k2mi-4kjU95Rp {\n color: @base !important;\n }\n\n /* SUBREDDIT PAGES */\n a[role=\"button\"][target=\"_blank\"] {\n background: @text !important;\n color: @base !important;\n }\n\n /* radio buttons (flair selector, etc.) */\n div[role=\"radio\"]:hover,\n div[role=\"radio\"]:focus {\n background: @accent-color !important;\n }\n\n div[role=\"radio\"] > svg,\n div[role=\"radio\"] > svg:active {\n fill: @text !important;\n }\n\n /* checkboxes */\n button[role=\"checkbox\"] {\n fill: @accent-color !important;\n }\n\n /* SUBREDDIT RIGHT SIDEBAR (some styles carry over from the homepage right sidebar section) */\n\n /* header background */\n ._ZhON3a3vplThB8NFwuJn {\n background: @crust !important;\n color: @text !important;\n }\n\n /* subreddit image background */\n img[alt=\"Subreddit Icon\"][role=\"presentation\"] {\n background: @accent-color !important;\n }\n\n /* border between uela */\n ._1KrMye71CT332tKKKUWAj6:not(:last-of-type) {\n border-bottom-color: @surface0;\n }\n\n /* follower color */\n .bg-neutral-background {\n color: @text !important;\n }\n\n /* default subreddit icon */\n i.icon-community_fill {\n color: @accent-color !important;\n }\n\n /* online users */\n div._21RLQh5PvUhC6vOKoFeHUP::before {\n color: @green !important;\n }\n\n /* POST VIEWER */\n\n /* spoiler tags */\n ._2v4IIjPhKL0PDaWaWtjJ1E {\n background: @surface0 !important;\n }\n\n /* mod comment tag */\n span[id^=\"CommentTopMeta--Mod\"] {\n color: @green !important;\n }\n\n /* op comment tag */\n span[id^=\"CommentTopMeta--OP\"] {\n color: @blue !important;\n }\n\n /* post overlay if you have \"open in new tab\" disabled */\n div#overlayScrollContainer > div {\n background: @crust !important;\n }\n\n /* fixes comment section background not working when \"open in new tab is disabled\" */\n div._2M2wOqmeoPVvcSsJ6Po9-V._3287nL7j7epK9JmDC3N1VR {\n background: @mantle !important;\n }\n\n /* shade applied to background when clicking on a post with \"open in new tab\" disabled */\n div._2DJXORCrmcNpPTSq0LqL6i,\n div._1DK52RbaamLOWw5UPaht_S {\n background: fadeout(@crust, 20) !important;\n }\n\n /* gold award gradient */\n div.TmlaIdEplCzZ0F1aRGYQh[role=\"presentation\"] {\n background: linear-gradient(\n 188deg,\n #f9e2af1f 1.7%,\n #f9e2af00 46%,\n rgba(0, 0, 0, 0)\n ) !important;\n }\n\n /* image gallery next/previous buttons */\n a[title=\"Next\"] > i,\n a[title=\"Previous\"] > i {\n background: @surface0 !important;\n }\n\n /* image gallery image count */\n div._61i6grM3um1yuw4GrN97P {\n background: fadeout(@crust, 20) !important;\n color: @text !important;\n }\n\n /* comment search bar */\n input#comment_search-bar {\n background: @base !important;\n }\n\n /* tab bar below banner */\n ._1gVVmSnHZpkUgVShsn7-ua {\n background: @mantle !important;\n }\n\n /* MULTIREDDITS/CUSTOM FEEDS */\n\n /* delete custom feed button */\n .bX6SqXfzfxpv4GQbuIYVZ {\n color: @red !important;\n }\n\n /* TOOLTIPS */\n div.HQ2VJViRjokXpRbJzPvvc {\n background: @mantle !important;\n color: @text !important;\n }\n\n div.HQ2VJViRjokXpRbJzPvvc::after {\n border-top-color: @mantle !important;\n }\n\n /* Recap Reddit Logo */\n .snoo-cls-1,\n .snoo-cls-2,\n .snoo-cls-3,\n .snoo-cls-6,\n .snoo-cls-8,\n .snoo-cls-9 {\n fill: @base;\n }\n\n .snoo-cls-4,\n .snoo-cls-5,\n .snoo-cls-7,\n .snoo-cls-10,\n .snoo-cls-11 {\n fill: @accent-color;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Reddit Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/reddit", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/reddit", - "version": "2.0.9", + "version": "2.0.11", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit", "description": "Soothing pastel theme for Reddit", @@ -2158,12 +2304,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Reddit", "name": "Reddit Catppuccin", - "originalDigest": "51aac1ad14a612ad420f2c09f539e33a650cfd84", + "originalDigest": "5dff9df8fedd15f40a4394957bc8307336396fc7", "_id": "6a5b44ca-c395-44a4-8e9f-f54309f309e1", - "_rev": 1710000620676, + "_rev": 1712581304171, "id": 44, - "etag": "W/\"13118fcf84f862f5f8497187ac31a252aefa0e349f8cdd1bda8bae908117dd1d\"", - "updateDate": 1710000620569 + "etag": "W/\"29406f00204f1630c3f4c070d4106654be10b2c7f268169341f82e9c719e4573\"", + "updateDate": 1712581304106 }, { "enabled": true, @@ -2172,34 +2318,34 @@ "installDate": 1690105982413, "sections": [ { - "code": "/* ==UserStyle==\n@name Twitch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch\n@version 1.1.18\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch\n@description Soothing pastel theme for Twitch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Twitch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch\n@description Soothing pastel theme for Twitch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ".tw-root--theme-dark {\n /* Stream title */\n /* `Pinned message` popup */\n /* `Intended for certain audiences` label */\n /* `Hype Train` popup */\n /* `Is video buffering?` warning */\n /* `Includes paid promotion` label */\n /* Raiding popup */\n /* `Predict with Channel Points` popup */\n /* TODO: ensure that the poll does not default to this */\n /* Poll popup */\n /* `Report Poll` button */\n /* ??? */\n /* Gifting sub popup */\n /* VOD metadata */\n /* DMCA warning */\n /* VOD time labels */\n /* VOD timestamp */\n /* Seekbar segment */\n /* Seekbar DMCA muted segment */\n /* Seekbar buffered segment */\n /* Recent VOD title */\n /* Offline screen follow panel */\n /* Front page warning sign */\n /* Front page age warning */\n /* Front page age selector */\n /* Following usercard */\n /* PiP username */\n /* Viewercard username */\n /* Viewercard metadata */\n /* Extension name */\n /* Extension description */\n /* Extension service buttons */\n }\n .tw-root--theme-dark body {\n background-color: #24273a;\n }\n .tw-root--theme-dark p[data-test-selector=\"stream-info-card-component__subtitle\"],\n .tw-root--theme-dark p[data-test-selector=\"stream-info-card-component__description\"] {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark a[data-a-target=\"player-info-game-name\"] {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div.pinned-chat__pinned-by svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark p.pinned-chat__message span {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark p.pinned-chat__message a {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.hype-train-progress-bar-info-view__level-container p,\n .tw-root--theme-dark div.hype-train-approaching-view__leftSide p,\n .tw-root--theme-dark div.hype-train-expanded-layout p,\n .tw-root--theme-dark div.hype-train-expanded-layout svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.hype-train-progress-bar-info-view__progress-value span {\n color: #b7bdf8;\n }\n .tw-root--theme-dark path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: #1e2030;\n }\n .tw-root--theme-dark div.low-latency-notification p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.disclosure-card p,\n .tw-root--theme-dark div.disclosure-card svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"raid-banner\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"expanded-content\"] p,\n .tw-root--theme-dark p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n .tw-root--theme-dark p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.channel-points-icon svg,\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] span,\n .tw-root--theme-dark div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"] span {\n color: #b7bdf8;\n }\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark button.gaoCTJ {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.happening-now-disable-prompt p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.mystery-gift-chat-banner span {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div.mystery-gift-chat-banner p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.tw-media-card-stat {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.muted-segments-alert__content p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.vod-seekbar-time-labels p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.vod-seekbar-preview-overlay__wrapper p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"] {\n background: #b7bdf8 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: #ed8796 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: #939ab7 !important;\n }\n .tw-root--theme-dark div.player-overlay-background h4 {\n color: #a5adcb !important;\n }\n .tw-root--theme-dark a.offline-recommendations-video-card p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"follow-panel-overlay\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: #181926 !important;\n }\n .tw-root--theme-dark div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] div.content-overlay-icon svg {\n color: #ed8796;\n }\n .tw-root--theme-dark div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] p.content-overlay-gate__allow-pointers {\n color: #ed8796 !important;\n }\n .tw-root--theme-dark div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-a-target=\"user-card-modal\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.mini-overlay__title span {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name h4 {\n color: #b7bdf8 !important;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name svg:not(button svg) {\n color: #b8c0e0;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body svg {\n color: #a5adcb;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body div {\n color: #cad3f5;\n }\n .tw-root--theme-dark .carousel-metadata {\n background: #181926;\n }\n .tw-root--theme-dark .carousel-metadata--fadeout {\n background: #181926;\n }\n .tw-root--theme-dark .chat-line__message-body--highlighted {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #b7bdf8;\n }\n .tw-root--theme-dark .chat-scrollable-area__message-container {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .jmUA-dj {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .bBpiku {\n fill: #1e2030;\n }\n .tw-root--theme-dark .ivjxmt {\n color: #181926;\n }\n .tw-root--theme-dark .gzYMLv {\n color: #cad3f5;\n }\n .tw-root--theme-dark .gZxBHd {\n color: #a5adcb;\n }\n .tw-root--theme-dark .gZxBHd:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-dark .eBmJxH {\n color: #cad3f5;\n }\n .tw-root--theme-dark .ffZeRf {\n color: #fff !important;\n }\n .tw-root--theme-dark .igzOaC {\n color: #cad3f5;\n }\n .tw-root--theme-dark .bEHknf {\n color: #fff;\n }\n .tw-root--theme-dark .side-nav-card__link:hover {\n background: #363a4f !important;\n }\n .tw-root--theme-dark .dDyYOA {\n color: #fff !important;\n }\n .tw-root--theme-dark .reward-icon__cost {\n color: #fff !important;\n }\n .tw-root--theme-dark .kLILeB {\n color: #fff !important;\n }\n .tw-root--theme-dark .navigation-link__active-indicator {\n background-color: #b7bdf8 !important;\n }\n .tw-root--theme-dark .footer {\n background: #181926;\n }\n .tw-root--theme-dark .whispers-list-item--selected,\n .tw-root--theme-dark .whispers-list-item:hover {\n background-color: #363a4f;\n }\n .tw-root--theme-dark .thread-header__title-bar-container--focused {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .thread-header__title-bar-container {\n background: #1e2030;\n }\n .tw-root--theme-dark .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .navigation-link {\n color: #cad3f5;\n }\n .tw-root--theme-dark .navigation-link:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-dark .chat-room {\n background: #1e2030;\n }\n .tw-root--theme-dark div.pinned-chat__highlight-card div.highlight {\n background: #1e2030;\n }\n .tw-root--theme-dark h4,\n .tw-root--theme-dark h5 {\n color: #cad3f5;\n }\n .tw-root--theme-dark .cOJBQO {\n color: #cad3f5;\n }\n .tw-root--theme-dark .dBlttx {\n color: #b8c0e0;\n }\n .tw-root--theme-dark .fiCviy {\n color: #cad3f5;\n }\n .tw-root--theme-dark .server-message-alert {\n border-color: #ed8796 !important;\n border-left-color: #ed8796 !important;\n }\n .tw-root--theme-dark .server-message-alert__icon {\n color: #ed8796 !important;\n }\n .tw-root--theme-dark,\n .tw-root--theme-dark .side-nav-card__link:hover {\n --color-background-input-focus: #181926;\n --color-background-interactable-hover: #363a4f;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: #cad3f5;\n --color-border-input: #24273a;\n --color-text-button-primary: #181926;\n --color-text-overlay: #24273a;\n --color-text-base: #b8c0e0;\n --color-text-alt: #b8c0e0;\n --color-text-alt-2: #cad3f5;\n --color-text-interactable-selected: #181926;\n --color-background-alt-2: #181926;\n --color-text-tag: #cad3f5;\n --color-background-button-secondary-default: #181926;\n --color-background-tag-default: #1e2030;\n --color-background-tag-hover: #181926;\n --color-background-float: #1e2030;\n --color-background-body: #24273a;\n --color-background-base: #1e2030;\n --color-background-alt: #1e2030;\n --color-background-input: #181926;\n --color-brand-muted-cupcake: #f5bde6;\n --color-brand-muted-mint: #a6da95;\n --color-brand-muted-sky: #91d7e3;\n --color-brand-muted-blush: #f5a97f;\n --color-brand-muted-canary: #f5a97f;\n --color-brand-muted-lavender: #b7bdf8;\n --color-brand-muted-mustard: #eed49f;\n --color-brand-muted-emerald: #a6da95;\n --color-brand-muted-coral: #f5a97f;\n --color-brand-muted-ocean: #8aadf4;\n --color-brand-accent-grape: #c6a0f6;\n --color-brand-accent-dragonfruit: #f0c6c6;\n --color-brand-accent-carrot: #f5a97f;\n --color-brand-accent-sun: #f5a97f;\n --color-brand-accent-lime: #a6da95;\n --color-brand-accent-turquoise: #91d7e3;\n --color-brand-accent-eggplant: #c6a0f6;\n --color-brand-accent-wine: #f0c6c6;\n --color-brand-accent-slime: #a6da95;\n --color-brand-accent-seafoam: #a6da95;\n --color-brand-accent-cherry: #ed8796;\n --color-brand-accent-marine: #8aadf4;\n --color-brand-accent-seaweed: #8bd5ca;\n --color-brand-accent-fiji: #a6da95;\n --color-brand-accent-blueberry: #8aadf4;\n --color-brand-accent-arctic: #91d7e3;\n --color-brand-accent-highlighter: #eed49f;\n --color-brand-accent-flamingo: #f0c6c6;\n --color-brand-accent-ruby: #ed8796;\n --color-brand-accent-punch: #f0c6c6;\n --color-brand-accent-creamsicle: #eed49f;\n --color-red: #ee99a0;\n --color-red-darker: #ed8796;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #a6da95;\n --color-green-darker: #a6da95;\n --color-blue: #8aadf4;\n --color-prime-blue: #8aadf4;\n --color-magenta: #f0c6c6;\n --color-error: #ed8796;\n --color-warn: #eed49f;\n --color-success: #a6da95;\n --color-white: #1e2030;\n --color-info: #8aadf4;\n --color-accent: #b7bdf8;\n --color-twitch-purple: #b7bdf8;\n --color-twitch-purple-4: #b7bdf8;\n --color-twitch-purple-5: #b7bdf8;\n --color-twitch-purple-6: #b7bdf8;\n --color-twitch-purple-7: #b7bdf8;\n --color-twitch-purple-8: #b7bdf8;\n --color-twitch-purple-9: #b7bdf8;\n --color-twitch-purple-10: #b7bdf8;\n --color-twitch-purple-11: #b7bdf8;\n --color-twitch-purple-12: #b7bdf8;\n --color-orange-7: #eed49f;\n --color-orange-8: #eed49f;\n --color-orange-9: #eed49f;\n --color-orange-10: #eed49f;\n --color-orange-11: #eed49f;\n --color-orange-12: #eed49f;\n --color-orange-13: #eed49f;\n --color-yellow-6: #f5a97f;\n --color-yellow-7: #f5a97f;\n --color-yellow-8: #f5a97f;\n --color-yellow-9: #f5a97f;\n --color-yellow-10: #f5a97f;\n --color-yellow-11: #f5a97f;\n --color-yellow-12: #f5a97f;\n --color-yellow-13: #f5a97f;\n --color-yellow-14: #f5a97f;\n --color-yellow-15: #f5a97f;\n --color-green-5: #a6da95;\n --color-green-6: #a6da95;\n --color-green-7: #a6da95;\n --color-green-8: #a6da95;\n --color-green-9: #a6da95;\n --color-green-10: #a6da95;\n --color-green-11: #a6da95;\n --color-green-12: #a6da95;\n --color-green-13: #a6da95;\n --color-green-14: #a6da95;\n --color-green-15: #8bd5ca;\n --color-cyan-9: #7dc4e4;\n --color-cyan-10: #7dc4e4;\n --color-cyan-11: #7dc4e4;\n --color-cyan-12: #7dc4e4;\n --color-cyan-13: #7dc4e4;\n --color-cyan-14: #7dc4e4;\n --color-cyan-15: #91d7e3;\n --color-blue-4: #8aadf4;\n --color-blue-5: #8aadf4;\n --color-blue-6: #8aadf4;\n --color-blue-7: #8aadf4;\n --color-blue-8: #8aadf4;\n --color-blue-9: #8aadf4;\n --color-blue-10: #91d7e3;\n --color-blue-11: #91d7e3;\n --color-magenta-5: #f0c6c6;\n --color-magenta-6: #f0c6c6;\n --color-magenta-7: #f0c6c6;\n --color-magenta-8: #f0c6c6;\n --color-magenta-9: #f0c6c6;\n --color-magenta-10: #f0c6c6;\n --color-magenta-11: #f5bde6;\n --color-magenta-12: #f5bde6;\n --color-red-4: #ed8796;\n --color-red-5: #ed8796;\n --color-red-6: #ed8796;\n --color-red-7: #ed8796;\n --color-red-8: #ed8796;\n --color-red-9: #ed8796;\n --color-red-10: #ed8796;\n --color-red-11: #f5a97f;\n --color-red-12: #f5a97f;\n --color-twitter: #8aadf4;\n --color-facebook: #8aadf4;\n --color-reddit: #f5a97f;\n --color-snapchat: #eed49f;\n --color-instagram: #8aadf4;\n --color-youtube: #ed8796;\n --color-paypal: #8aadf4;\n --color-paypal-blue: #8aadf4;\n --color-paypal-yellow: #eed49f;\n --color-venmo: #8aadf4;\n --color-vk: #8aadf4;\n --color-amazon: #eed49f;\n --color-background-button-text-hover: #363a4f;\n --color-text-accessible-red: #ed8796;\n --color-border-input-checkbox: #a5adcb;\n --color-border-input-checkbox-hover: #cad3f5;\n --color-text-label: #cad3f5;\n --color-border-input-hover: #363a4f;\n --color-opac-b-14: #181926;\n --color-text-button-overlay: #cad3f5 !important;\n --color-background-range-overlay-fill: #cad3f5 !important;\n --color-text-button-overlay-hover: #cad3f5 !important;\n --color-text-tooltip: #24273a !important;\n --color-background-tooltip: #cad3f5 !important;\n }\n .tw-root--theme-light {\n /* Stream title */\n /* `Pinned message` popup */\n /* `Intended for certain audiences` label */\n /* `Hype Train` popup */\n /* `Is video buffering?` warning */\n /* `Includes paid promotion` label */\n /* Raiding popup */\n /* `Predict with Channel Points` popup */\n /* TODO: ensure that the poll does not default to this */\n /* Poll popup */\n /* `Report Poll` button */\n /* ??? */\n /* Gifting sub popup */\n /* VOD metadata */\n /* DMCA warning */\n /* VOD time labels */\n /* VOD timestamp */\n /* Seekbar segment */\n /* Seekbar DMCA muted segment */\n /* Seekbar buffered segment */\n /* Recent VOD title */\n /* Offline screen follow panel */\n /* Front page warning sign */\n /* Front page age warning */\n /* Front page age selector */\n /* Following usercard */\n /* PiP username */\n /* Viewercard username */\n /* Viewercard metadata */\n /* Extension name */\n /* Extension description */\n /* Extension service buttons */\n }\n .tw-root--theme-light body {\n background-color: #24273a;\n }\n .tw-root--theme-light p[data-test-selector=\"stream-info-card-component__subtitle\"],\n .tw-root--theme-light p[data-test-selector=\"stream-info-card-component__description\"] {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light a[data-a-target=\"player-info-game-name\"] {\n color: #b7bdf8;\n }\n .tw-root--theme-light div.pinned-chat__pinned-by svg {\n color: #cad3f5;\n }\n .tw-root--theme-light p.pinned-chat__message span {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light p.pinned-chat__message a {\n color: #b7bdf8;\n }\n .tw-root--theme-light div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.hype-train-progress-bar-info-view__level-container p,\n .tw-root--theme-light div.hype-train-approaching-view__leftSide p,\n .tw-root--theme-light div.hype-train-expanded-layout p,\n .tw-root--theme-light div.hype-train-expanded-layout svg {\n color: #cad3f5;\n }\n .tw-root--theme-light div.hype-train-progress-bar-info-view__progress-value span {\n color: #b7bdf8;\n }\n .tw-root--theme-light path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: #1e2030;\n }\n .tw-root--theme-light div.low-latency-notification p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.disclosure-card p,\n .tw-root--theme-light div.disclosure-card svg {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"raid-banner\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"expanded-content\"] p,\n .tw-root--theme-light p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n .tw-root--theme-light p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"header-content\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.channel-points-icon svg,\n .tw-root--theme-light div[data-test-selector=\"header-content\"] span,\n .tw-root--theme-light div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"] span {\n color: #b7bdf8;\n }\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"header-content\"] p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light button.gaoCTJ {\n color: #cad3f5;\n }\n .tw-root--theme-light div.happening-now-disable-prompt p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.mystery-gift-chat-banner span {\n color: #b7bdf8;\n }\n .tw-root--theme-light div.mystery-gift-chat-banner p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.tw-media-card-stat {\n color: #cad3f5;\n }\n .tw-root--theme-light div.muted-segments-alert__content p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.vod-seekbar-time-labels p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.vod-seekbar-preview-overlay__wrapper p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"] {\n background: #b7bdf8 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: #ed8796 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: #939ab7 !important;\n }\n .tw-root--theme-light div.player-overlay-background h4 {\n color: #a5adcb !important;\n }\n .tw-root--theme-light a.offline-recommendations-video-card p {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"follow-panel-overlay\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: #181926 !important;\n }\n .tw-root--theme-light div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] div.content-overlay-icon svg {\n color: #ed8796;\n }\n .tw-root--theme-light div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] p.content-overlay-gate__allow-pointers {\n color: #ed8796 !important;\n }\n .tw-root--theme-light div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-a-target=\"user-card-modal\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.mini-overlay__title span {\n color: #cad3f5;\n }\n .tw-root--theme-light div.viewer-card-header__display-name h4 {\n color: #b7bdf8 !important;\n }\n .tw-root--theme-light div.viewer-card-header__display-name svg:not(button svg) {\n color: #b8c0e0;\n }\n .tw-root--theme-light div.viewer-card-header__display-name p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: #cad3f5;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body svg {\n color: #a5adcb;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body div {\n color: #cad3f5;\n }\n .tw-root--theme-light .carousel-metadata {\n background: #181926;\n }\n .tw-root--theme-light .carousel-metadata--fadeout {\n background: #181926;\n }\n .tw-root--theme-light .chat-line__message-body--highlighted {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #b7bdf8;\n }\n .tw-root--theme-light .chat-scrollable-area__message-container {\n background-color: #1e2030;\n }\n .tw-root--theme-light .jmUA-dj {\n background-color: #1e2030;\n }\n .tw-root--theme-light .bBpiku {\n fill: #1e2030;\n }\n .tw-root--theme-light .ivjxmt {\n color: #181926;\n }\n .tw-root--theme-light .gzYMLv {\n color: #cad3f5;\n }\n .tw-root--theme-light .gZxBHd {\n color: #a5adcb;\n }\n .tw-root--theme-light .gZxBHd:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-light .eBmJxH {\n color: #cad3f5;\n }\n .tw-root--theme-light .ffZeRf {\n color: #fff !important;\n }\n .tw-root--theme-light .igzOaC {\n color: #cad3f5;\n }\n .tw-root--theme-light .bEHknf {\n color: #fff;\n }\n .tw-root--theme-light .side-nav-card__link:hover {\n background: #363a4f !important;\n }\n .tw-root--theme-light .dDyYOA {\n color: #fff !important;\n }\n .tw-root--theme-light .reward-icon__cost {\n color: #fff !important;\n }\n .tw-root--theme-light .kLILeB {\n color: #fff !important;\n }\n .tw-root--theme-light .navigation-link__active-indicator {\n background-color: #b7bdf8 !important;\n }\n .tw-root--theme-light .footer {\n background: #181926;\n }\n .tw-root--theme-light .whispers-list-item--selected,\n .tw-root--theme-light .whispers-list-item:hover {\n background-color: #363a4f;\n }\n .tw-root--theme-light .thread-header__title-bar-container--focused {\n background-color: #1e2030;\n }\n .tw-root--theme-light .thread-header__title-bar-container {\n background: #1e2030;\n }\n .tw-root--theme-light .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: #1e2030;\n }\n .tw-root--theme-light .navigation-link {\n color: #cad3f5;\n }\n .tw-root--theme-light .navigation-link:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-light .chat-room {\n background: #1e2030;\n }\n .tw-root--theme-light div.pinned-chat__highlight-card div.highlight {\n background: #1e2030;\n }\n .tw-root--theme-light h4,\n .tw-root--theme-light h5 {\n color: #cad3f5;\n }\n .tw-root--theme-light .cOJBQO {\n color: #cad3f5;\n }\n .tw-root--theme-light .dBlttx {\n color: #b8c0e0;\n }\n .tw-root--theme-light .fiCviy {\n color: #cad3f5;\n }\n .tw-root--theme-light .server-message-alert {\n border-color: #ed8796 !important;\n border-left-color: #ed8796 !important;\n }\n .tw-root--theme-light .server-message-alert__icon {\n color: #ed8796 !important;\n }\n .tw-root--theme-light,\n .tw-root--theme-light .side-nav-card__link:hover {\n --color-background-input-focus: #181926;\n --color-background-interactable-hover: #363a4f;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: #cad3f5;\n --color-border-input: #24273a;\n --color-text-button-primary: #181926;\n --color-text-overlay: #24273a;\n --color-text-base: #b8c0e0;\n --color-text-alt: #b8c0e0;\n --color-text-alt-2: #cad3f5;\n --color-text-interactable-selected: #181926;\n --color-background-alt-2: #181926;\n --color-text-tag: #cad3f5;\n --color-background-button-secondary-default: #181926;\n --color-background-tag-default: #1e2030;\n --color-background-tag-hover: #181926;\n --color-background-float: #1e2030;\n --color-background-body: #24273a;\n --color-background-base: #1e2030;\n --color-background-alt: #1e2030;\n --color-background-input: #181926;\n --color-brand-muted-cupcake: #f5bde6;\n --color-brand-muted-mint: #a6da95;\n --color-brand-muted-sky: #91d7e3;\n --color-brand-muted-blush: #f5a97f;\n --color-brand-muted-canary: #f5a97f;\n --color-brand-muted-lavender: #b7bdf8;\n --color-brand-muted-mustard: #eed49f;\n --color-brand-muted-emerald: #a6da95;\n --color-brand-muted-coral: #f5a97f;\n --color-brand-muted-ocean: #8aadf4;\n --color-brand-accent-grape: #c6a0f6;\n --color-brand-accent-dragonfruit: #f0c6c6;\n --color-brand-accent-carrot: #f5a97f;\n --color-brand-accent-sun: #f5a97f;\n --color-brand-accent-lime: #a6da95;\n --color-brand-accent-turquoise: #91d7e3;\n --color-brand-accent-eggplant: #c6a0f6;\n --color-brand-accent-wine: #f0c6c6;\n --color-brand-accent-slime: #a6da95;\n --color-brand-accent-seafoam: #a6da95;\n --color-brand-accent-cherry: #ed8796;\n --color-brand-accent-marine: #8aadf4;\n --color-brand-accent-seaweed: #8bd5ca;\n --color-brand-accent-fiji: #a6da95;\n --color-brand-accent-blueberry: #8aadf4;\n --color-brand-accent-arctic: #91d7e3;\n --color-brand-accent-highlighter: #eed49f;\n --color-brand-accent-flamingo: #f0c6c6;\n --color-brand-accent-ruby: #ed8796;\n --color-brand-accent-punch: #f0c6c6;\n --color-brand-accent-creamsicle: #eed49f;\n --color-red: #ee99a0;\n --color-red-darker: #ed8796;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #a6da95;\n --color-green-darker: #a6da95;\n --color-blue: #8aadf4;\n --color-prime-blue: #8aadf4;\n --color-magenta: #f0c6c6;\n --color-error: #ed8796;\n --color-warn: #eed49f;\n --color-success: #a6da95;\n --color-white: #1e2030;\n --color-info: #8aadf4;\n --color-accent: #b7bdf8;\n --color-twitch-purple: #b7bdf8;\n --color-twitch-purple-4: #b7bdf8;\n --color-twitch-purple-5: #b7bdf8;\n --color-twitch-purple-6: #b7bdf8;\n --color-twitch-purple-7: #b7bdf8;\n --color-twitch-purple-8: #b7bdf8;\n --color-twitch-purple-9: #b7bdf8;\n --color-twitch-purple-10: #b7bdf8;\n --color-twitch-purple-11: #b7bdf8;\n --color-twitch-purple-12: #b7bdf8;\n --color-orange-7: #eed49f;\n --color-orange-8: #eed49f;\n --color-orange-9: #eed49f;\n --color-orange-10: #eed49f;\n --color-orange-11: #eed49f;\n --color-orange-12: #eed49f;\n --color-orange-13: #eed49f;\n --color-yellow-6: #f5a97f;\n --color-yellow-7: #f5a97f;\n --color-yellow-8: #f5a97f;\n --color-yellow-9: #f5a97f;\n --color-yellow-10: #f5a97f;\n --color-yellow-11: #f5a97f;\n --color-yellow-12: #f5a97f;\n --color-yellow-13: #f5a97f;\n --color-yellow-14: #f5a97f;\n --color-yellow-15: #f5a97f;\n --color-green-5: #a6da95;\n --color-green-6: #a6da95;\n --color-green-7: #a6da95;\n --color-green-8: #a6da95;\n --color-green-9: #a6da95;\n --color-green-10: #a6da95;\n --color-green-11: #a6da95;\n --color-green-12: #a6da95;\n --color-green-13: #a6da95;\n --color-green-14: #a6da95;\n --color-green-15: #8bd5ca;\n --color-cyan-9: #7dc4e4;\n --color-cyan-10: #7dc4e4;\n --color-cyan-11: #7dc4e4;\n --color-cyan-12: #7dc4e4;\n --color-cyan-13: #7dc4e4;\n --color-cyan-14: #7dc4e4;\n --color-cyan-15: #91d7e3;\n --color-blue-4: #8aadf4;\n --color-blue-5: #8aadf4;\n --color-blue-6: #8aadf4;\n --color-blue-7: #8aadf4;\n --color-blue-8: #8aadf4;\n --color-blue-9: #8aadf4;\n --color-blue-10: #91d7e3;\n --color-blue-11: #91d7e3;\n --color-magenta-5: #f0c6c6;\n --color-magenta-6: #f0c6c6;\n --color-magenta-7: #f0c6c6;\n --color-magenta-8: #f0c6c6;\n --color-magenta-9: #f0c6c6;\n --color-magenta-10: #f0c6c6;\n --color-magenta-11: #f5bde6;\n --color-magenta-12: #f5bde6;\n --color-red-4: #ed8796;\n --color-red-5: #ed8796;\n --color-red-6: #ed8796;\n --color-red-7: #ed8796;\n --color-red-8: #ed8796;\n --color-red-9: #ed8796;\n --color-red-10: #ed8796;\n --color-red-11: #f5a97f;\n --color-red-12: #f5a97f;\n --color-twitter: #8aadf4;\n --color-facebook: #8aadf4;\n --color-reddit: #f5a97f;\n --color-snapchat: #eed49f;\n --color-instagram: #8aadf4;\n --color-youtube: #ed8796;\n --color-paypal: #8aadf4;\n --color-paypal-blue: #8aadf4;\n --color-paypal-yellow: #eed49f;\n --color-venmo: #8aadf4;\n --color-vk: #8aadf4;\n --color-amazon: #eed49f;\n --color-background-button-text-hover: #363a4f;\n --color-text-accessible-red: #ed8796;\n --color-border-input-checkbox: #a5adcb;\n --color-border-input-checkbox-hover: #cad3f5;\n --color-text-label: #cad3f5;\n --color-border-input-hover: #363a4f;\n --color-opac-b-14: #181926;\n --color-text-button-overlay: #cad3f5 !important;\n --color-background-range-overlay-fill: #cad3f5 !important;\n --color-text-button-overlay-hover: #cad3f5 !important;\n --color-text-tooltip: #24273a !important;\n --color-background-tooltip: #cad3f5 !important;\n }", - "start": 1036, + "code": ".tw-root--theme-dark {\n color-scheme: dark;\n /* Stream title */\n /* `Pinned message` popup */\n /* `Intended for certain audiences` label */\n /* `Hype Train` popup */\n /* `Is video buffering?` warning */\n /* `Includes paid promotion` label */\n /* Raiding popup */\n /* `Predict with Channel Points` popup */\n /* TODO: ensure that the poll does not default to this */\n /* Poll popup */\n /* `Report Poll` button */\n /* ??? */\n /* Gifting sub popup */\n /* VOD metadata */\n /* DMCA warning */\n /* VOD time labels */\n /* VOD timestamp */\n /* Seekbar segment */\n /* Seekbar DMCA muted segment */\n /* Seekbar buffered segment */\n /* Recent VOD title */\n /* Offline screen follow panel */\n /* Front page warning sign */\n /* Front page age warning */\n /* Front page age selector */\n /* Following usercard */\n /* PiP username */\n /* Viewercard username */\n /* Viewercard metadata */\n /* Extension name */\n /* Extension description */\n /* Extension service buttons */\n /* Predictions */\n }\n .tw-root--theme-dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .tw-root--theme-dark input::placeholder,\n .tw-root--theme-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n .tw-root--theme-dark body {\n background-color: #24273a;\n }\n .tw-root--theme-dark p[data-test-selector=\"stream-info-card-component__subtitle\"],\n .tw-root--theme-dark p[data-test-selector=\"stream-info-card-component__description\"] {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark a[data-a-target=\"player-info-game-name\"] {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div.pinned-chat__pinned-by svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark p.pinned-chat__message span {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark p.pinned-chat__message a {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.hype-train-progress-bar-info-view__level-container p,\n .tw-root--theme-dark div.hype-train-approaching-view__leftSide p,\n .tw-root--theme-dark div.hype-train-expanded-layout p,\n .tw-root--theme-dark div.hype-train-expanded-layout svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: #1e2030;\n }\n .tw-root--theme-dark div.low-latency-notification p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.disclosure-card p,\n .tw-root--theme-dark div.disclosure-card svg {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"raid-banner\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"expanded-content\"] p,\n .tw-root--theme-dark p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n .tw-root--theme-dark p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.channel-points-icon svg,\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] span,\n .tw-root--theme-dark div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"] span {\n color: #b7bdf8;\n }\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n .tw-root--theme-dark button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"header-content\"] p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark button.gaoCTJ {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.happening-now-disable-prompt p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.mystery-gift-chat-banner span {\n color: #b7bdf8;\n }\n .tw-root--theme-dark div.mystery-gift-chat-banner p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.tw-media-card-stat {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.muted-segments-alert__content p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.vod-seekbar-time-labels p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.vod-seekbar-preview-overlay__wrapper p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"] {\n background: #b7bdf8 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: #ed8796 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: #939ab7 !important;\n }\n .tw-root--theme-dark div.player-overlay-background h4 {\n color: #a5adcb !important;\n }\n .tw-root--theme-dark a.offline-recommendations-video-card p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-test-selector=\"follow-panel-overlay\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: #181926 !important;\n }\n .tw-root--theme-dark div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] div.content-overlay-icon svg {\n color: #ed8796;\n }\n .tw-root--theme-dark div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] p.content-overlay-gate__allow-pointers {\n color: #ed8796 !important;\n }\n .tw-root--theme-dark div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: #cad3f5;\n }\n .tw-root--theme-dark div[data-a-target=\"user-card-modal\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div.mini-overlay__title span {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name h4 {\n color: #b7bdf8 !important;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name svg:not(button svg) {\n color: #b8c0e0;\n }\n .tw-root--theme-dark div.viewer-card-header__display-name p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body p {\n color: #cad3f5;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body svg {\n color: #a5adcb;\n }\n .tw-root--theme-dark div.extensions-popover-view-layout__body div {\n color: #cad3f5;\n }\n .tw-root--theme-dark .carousel-metadata {\n background: #181926;\n }\n .tw-root--theme-dark .carousel-metadata--fadeout {\n background: #181926;\n }\n .tw-root--theme-dark .chat-line__message-body--highlighted {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #b7bdf8;\n }\n .tw-root--theme-dark .chat-scrollable-area__message-container {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .jmUA-dj {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .bBpiku {\n fill: #1e2030;\n }\n .tw-root--theme-dark .ivjxmt {\n color: #181926;\n }\n .tw-root--theme-dark .gzYMLv {\n color: #cad3f5;\n }\n .tw-root--theme-dark .gZxBHd {\n color: #a5adcb;\n }\n .tw-root--theme-dark .gZxBHd:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-dark .eBmJxH {\n color: #cad3f5;\n }\n .tw-root--theme-dark .ffZeRf {\n color: #fff !important;\n }\n .tw-root--theme-dark .igzOaC {\n color: #cad3f5;\n }\n .tw-root--theme-dark .bEHknf {\n color: #fff;\n }\n .tw-root--theme-dark .side-nav-card__link:hover {\n background: #363a4f !important;\n }\n .tw-root--theme-dark .dDyYOA {\n color: #fff !important;\n }\n .tw-root--theme-dark .reward-icon__cost {\n color: #fff !important;\n }\n .tw-root--theme-dark .kLILeB {\n color: #fff !important;\n }\n .tw-root--theme-dark .navigation-link__active-indicator {\n background-color: #b7bdf8 !important;\n }\n .tw-root--theme-dark .footer {\n background: #181926;\n }\n .tw-root--theme-dark .whispers-list-item--selected,\n .tw-root--theme-dark .whispers-list-item:hover {\n background-color: #363a4f;\n }\n .tw-root--theme-dark .thread-header__title-bar-container--focused {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .thread-header__title-bar-container {\n background: #1e2030;\n }\n .tw-root--theme-dark .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .navigation-link {\n color: #cad3f5;\n }\n .tw-root--theme-dark .navigation-link:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-dark .chat-room {\n background: #1e2030;\n }\n .tw-root--theme-dark div.pinned-chat__highlight-card div.highlight {\n background: #1e2030;\n }\n .tw-root--theme-dark h4,\n .tw-root--theme-dark h5 {\n color: #cad3f5;\n }\n .tw-root--theme-dark .cOJBQO {\n color: #cad3f5;\n }\n .tw-root--theme-dark .dBlttx {\n color: #b8c0e0;\n }\n .tw-root--theme-dark .fiCviy {\n color: #cad3f5;\n }\n .tw-root--theme-dark .server-message-alert {\n border-color: #ed8796 !important;\n border-left-color: #ed8796 !important;\n }\n .tw-root--theme-dark .server-message-alert__icon {\n color: #ed8796 !important;\n }\n .tw-root--theme-dark,\n .tw-root--theme-dark .side-nav-card__link:hover {\n --color-background-input-focus: #181926;\n --color-background-interactable-hover: #363a4f;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: #cad3f5;\n --color-border-input: #24273a;\n --color-text-button-primary: #181926;\n --color-text-overlay: #24273a;\n --color-text-base: #b8c0e0;\n --color-text-alt: #cad3f5;\n --color-text-alt-2: #cad3f5;\n --color-text-interactable-selected: #181926;\n --color-background-alt-2: #181926;\n --color-text-tag: #cad3f5;\n --color-background-button-secondary-default: #181926;\n --color-background-tag-default: #1e2030;\n --color-background-tag-hover: #181926;\n --color-background-float: #1e2030;\n --color-background-body: #24273a;\n --color-background-base: #1e2030;\n --color-background-alt: #1e2030;\n --color-background-input: #181926;\n --color-brand-muted-cupcake: #f5bde6;\n --color-brand-muted-mint: #a6da95;\n --color-brand-muted-sky: #91d7e3;\n --color-brand-muted-blush: #f5a97f;\n --color-brand-muted-canary: #f5a97f;\n --color-brand-muted-lavender: #b7bdf8;\n --color-brand-muted-mustard: #eed49f;\n --color-brand-muted-emerald: #a6da95;\n --color-brand-muted-coral: #f5a97f;\n --color-brand-muted-ocean: #8aadf4;\n --color-brand-accent-grape: #c6a0f6;\n --color-brand-accent-dragonfruit: #f0c6c6;\n --color-brand-accent-carrot: #f5a97f;\n --color-brand-accent-sun: #f5a97f;\n --color-brand-accent-lime: #a6da95;\n --color-brand-accent-turquoise: #91d7e3;\n --color-brand-accent-eggplant: #c6a0f6;\n --color-brand-accent-wine: #f0c6c6;\n --color-brand-accent-slime: #a6da95;\n --color-brand-accent-seafoam: #a6da95;\n --color-brand-accent-cherry: #ed8796;\n --color-brand-accent-marine: #8aadf4;\n --color-brand-accent-seaweed: #8bd5ca;\n --color-brand-accent-fiji: #a6da95;\n --color-brand-accent-blueberry: #8aadf4;\n --color-brand-accent-arctic: #91d7e3;\n --color-brand-accent-highlighter: #eed49f;\n --color-brand-accent-flamingo: #f0c6c6;\n --color-brand-accent-ruby: #ed8796;\n --color-brand-accent-punch: #f0c6c6;\n --color-brand-accent-creamsicle: #eed49f;\n --color-red: #ee99a0;\n --color-red-darker: #ed8796;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #a6da95;\n --color-green-darker: #a6da95;\n --color-blue: #8aadf4;\n --color-prime-blue: #8aadf4;\n --color-magenta: #f0c6c6;\n --color-error: #ed8796;\n --color-warn: #eed49f;\n --color-success: #a6da95;\n --color-white: #cad3f5;\n --color-info: #8aadf4;\n --color-accent: #b7bdf8;\n --color-twitch-purple: #b7bdf8;\n --color-twitch-purple-4: #b7bdf8;\n --color-twitch-purple-5: #b7bdf8;\n --color-twitch-purple-6: #b7bdf8;\n --color-twitch-purple-7: #b7bdf8;\n --color-twitch-purple-8: #b7bdf8;\n --color-twitch-purple-9: #b7bdf8;\n --color-twitch-purple-10: #b7bdf8;\n --color-twitch-purple-11: #b7bdf8;\n --color-twitch-purple-12: #b7bdf8;\n --color-orange-7: #eed49f;\n --color-orange-8: #eed49f;\n --color-orange-9: #eed49f;\n --color-orange-10: #eed49f;\n --color-orange-11: #eed49f;\n --color-orange-12: #eed49f;\n --color-orange-13: #eed49f;\n --color-yellow-6: #f5a97f;\n --color-yellow-7: #f5a97f;\n --color-yellow-8: #f5a97f;\n --color-yellow-9: #f5a97f;\n --color-yellow-10: #f5a97f;\n --color-yellow-11: #f5a97f;\n --color-yellow-12: #f5a97f;\n --color-yellow-13: #f5a97f;\n --color-yellow-14: #f5a97f;\n --color-yellow-15: #f5a97f;\n --color-green-5: #a6da95;\n --color-green-6: #a6da95;\n --color-green-7: #a6da95;\n --color-green-8: #a6da95;\n --color-green-9: #a6da95;\n --color-green-10: #a6da95;\n --color-green-11: #a6da95;\n --color-green-12: #a6da95;\n --color-green-13: #a6da95;\n --color-green-14: #a6da95;\n --color-green-15: #8bd5ca;\n --color-cyan-9: #7dc4e4;\n --color-cyan-10: #7dc4e4;\n --color-cyan-11: #7dc4e4;\n --color-cyan-12: #7dc4e4;\n --color-cyan-13: #7dc4e4;\n --color-cyan-14: #7dc4e4;\n --color-cyan-15: #91d7e3;\n --color-blue-4: #8aadf4;\n --color-blue-5: #8aadf4;\n --color-blue-6: #8aadf4;\n --color-blue-7: #8aadf4;\n --color-blue-8: #8aadf4;\n --color-blue-9: #8aadf4;\n --color-blue-10: #91d7e3;\n --color-blue-11: #91d7e3;\n --color-magenta-5: #f0c6c6;\n --color-magenta-6: #f0c6c6;\n --color-magenta-7: #f0c6c6;\n --color-magenta-8: #f0c6c6;\n --color-magenta-9: #f0c6c6;\n --color-magenta-10: #f0c6c6;\n --color-magenta-11: #f5bde6;\n --color-magenta-12: #f5bde6;\n --color-red-4: #ed8796;\n --color-red-5: #ed8796;\n --color-red-6: #ed8796;\n --color-red-7: #ed8796;\n --color-red-8: #ed8796;\n --color-red-9: #ed8796;\n --color-red-10: #ed8796;\n --color-red-11: #f5a97f;\n --color-red-12: #f5a97f;\n --color-twitter: #8aadf4;\n --color-facebook: #8aadf4;\n --color-reddit: #f5a97f;\n --color-snapchat: #eed49f;\n --color-instagram: #8aadf4;\n --color-youtube: #ed8796;\n --color-paypal: #8aadf4;\n --color-paypal-blue: #8aadf4;\n --color-paypal-yellow: #eed49f;\n --color-venmo: #8aadf4;\n --color-vk: #8aadf4;\n --color-amazon: #eed49f;\n --color-background-button-text-hover: #363a4f;\n --color-text-accessible-red: #ed8796;\n --color-border-input-checkbox: #a5adcb;\n --color-border-input-checkbox-hover: #cad3f5;\n --color-text-label: #cad3f5;\n --color-border-input-hover: #363a4f;\n --color-opac-b-14: #181926;\n --color-text-button-overlay: #cad3f5 !important;\n --color-background-range-overlay-fill: #cad3f5 !important;\n --color-text-button-overlay-hover: #cad3f5 !important;\n --color-text-tooltip: #24273a !important;\n --color-background-tooltip: #cad3f5 !important;\n --color-hinted-grey-2: #363a4f;\n --color-background-overlay-alt: #1e2030;\n --color-background-button-overlay-text-hover: #181926;\n --color-border-overlay: #363a4f;\n --color-background-button-disabled: #363a4f;\n --color-text-button-disabled: #a5adcb;\n }\n .tw-root--theme-dark .fixed-prediction-button {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark .fixed-prediction-button .channel-points-icon svg {\n color: #cad3f5 !important;\n }\n .tw-root--theme-dark [style*=\"rgb(255, 255, 255)\"] {\n color: #24273a !important;\n }\n .tw-root--theme-dark [style=\"color: rgb(56, 122, 255);\"] {\n color: #8aadf4 !important;\n }\n .tw-root--theme-dark [style=\"color: rgb(245, 0, 155);\"] {\n color: #f5bde6 !important;\n }\n .tw-root--theme-dark .fixed-prediction-button--blue,\n .tw-root--theme-dark [style*=\"background-color: rgb(56, 122, 255);\"],\n .tw-root--theme-dark [style*=\"background: rgb(56, 122, 255);\"] {\n background-color: #8aadf4 !important;\n }\n .tw-root--theme-dark .fixed-prediction-button--pink,\n .tw-root--theme-dark [style*=\"background-color: rgb(245, 0, 155);\"],\n .tw-root--theme-dark [style*=\"background: rgb(245, 0, 155);\"] {\n background-color: #f5bde6 !important;\n }\n .tw-root--theme-dark input[disabled] {\n background-color: #363a4f;\n }\n .tw-root--theme-dark .chat-wysiwyg-input__placeholder {\n color: #a5adcb;\n }\n .tw-root--theme-dark button[aria-label=\"Play\"] + div svg,\n .tw-root--theme-dark button[aria-label=\"Pause\"] + div svg {\n color: #a5adcb;\n }\n .tw-root--theme-dark [data-a-target=\"video-ad-label\"],\n .tw-root--theme-dark [data-a-target=\"video-ad-countdown\"] {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light {\n color-scheme: dark;\n /* Stream title */\n /* `Pinned message` popup */\n /* `Intended for certain audiences` label */\n /* `Hype Train` popup */\n /* `Is video buffering?` warning */\n /* `Includes paid promotion` label */\n /* Raiding popup */\n /* `Predict with Channel Points` popup */\n /* TODO: ensure that the poll does not default to this */\n /* Poll popup */\n /* `Report Poll` button */\n /* ??? */\n /* Gifting sub popup */\n /* VOD metadata */\n /* DMCA warning */\n /* VOD time labels */\n /* VOD timestamp */\n /* Seekbar segment */\n /* Seekbar DMCA muted segment */\n /* Seekbar buffered segment */\n /* Recent VOD title */\n /* Offline screen follow panel */\n /* Front page warning sign */\n /* Front page age warning */\n /* Front page age selector */\n /* Following usercard */\n /* PiP username */\n /* Viewercard username */\n /* Viewercard metadata */\n /* Extension name */\n /* Extension description */\n /* Extension service buttons */\n /* Predictions */\n }\n .tw-root--theme-light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .tw-root--theme-light input::placeholder,\n .tw-root--theme-light textarea::placeholder {\n color: #a5adcb !important;\n }\n .tw-root--theme-light body {\n background-color: #24273a;\n }\n .tw-root--theme-light p[data-test-selector=\"stream-info-card-component__subtitle\"],\n .tw-root--theme-light p[data-test-selector=\"stream-info-card-component__description\"] {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light a[data-a-target=\"player-info-game-name\"] {\n color: #b7bdf8;\n }\n .tw-root--theme-light div.pinned-chat__pinned-by svg {\n color: #cad3f5;\n }\n .tw-root--theme-light p.pinned-chat__message span {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light p.pinned-chat__message a {\n color: #b7bdf8;\n }\n .tw-root--theme-light div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.hype-train-progress-bar-info-view__level-container p,\n .tw-root--theme-light div.hype-train-approaching-view__leftSide p,\n .tw-root--theme-light div.hype-train-expanded-layout p,\n .tw-root--theme-light div.hype-train-expanded-layout svg {\n color: #cad3f5;\n }\n .tw-root--theme-light path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: #1e2030;\n }\n .tw-root--theme-light div.low-latency-notification p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.disclosure-card p,\n .tw-root--theme-light div.disclosure-card svg {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"raid-banner\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"expanded-content\"] p,\n .tw-root--theme-light p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n .tw-root--theme-light p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"header-content\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.channel-points-icon svg,\n .tw-root--theme-light div[data-test-selector=\"header-content\"] span,\n .tw-root--theme-light div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"] span {\n color: #b7bdf8;\n }\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n .tw-root--theme-light button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"header-content\"] p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light button.gaoCTJ {\n color: #cad3f5;\n }\n .tw-root--theme-light div.happening-now-disable-prompt p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.mystery-gift-chat-banner span {\n color: #b7bdf8;\n }\n .tw-root--theme-light div.mystery-gift-chat-banner p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.tw-media-card-stat {\n color: #cad3f5;\n }\n .tw-root--theme-light div.muted-segments-alert__content p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.vod-seekbar-time-labels p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.vod-seekbar-preview-overlay__wrapper p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"] {\n background: #b7bdf8 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: #ed8796 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"seekbar-interaction-area__interactionArea\"] span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: #939ab7 !important;\n }\n .tw-root--theme-light div.player-overlay-background h4 {\n color: #a5adcb !important;\n }\n .tw-root--theme-light a.offline-recommendations-video-card p {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-test-selector=\"follow-panel-overlay\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: #181926 !important;\n }\n .tw-root--theme-light div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] div.content-overlay-icon svg {\n color: #ed8796;\n }\n .tw-root--theme-light div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"] p.content-overlay-gate__allow-pointers {\n color: #ed8796 !important;\n }\n .tw-root--theme-light div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: #cad3f5;\n }\n .tw-root--theme-light div[data-a-target=\"user-card-modal\"] p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div.mini-overlay__title span {\n color: #cad3f5;\n }\n .tw-root--theme-light div.viewer-card-header__display-name h4 {\n color: #b7bdf8 !important;\n }\n .tw-root--theme-light div.viewer-card-header__display-name svg:not(button svg) {\n color: #b8c0e0;\n }\n .tw-root--theme-light div.viewer-card-header__display-name p {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: #cad3f5;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body p {\n color: #cad3f5;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body svg {\n color: #a5adcb;\n }\n .tw-root--theme-light div.extensions-popover-view-layout__body div {\n color: #cad3f5;\n }\n .tw-root--theme-light .carousel-metadata {\n background: #181926;\n }\n .tw-root--theme-light .carousel-metadata--fadeout {\n background: #181926;\n }\n .tw-root--theme-light .chat-line__message-body--highlighted {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #b7bdf8;\n }\n .tw-root--theme-light .chat-scrollable-area__message-container {\n background-color: #1e2030;\n }\n .tw-root--theme-light .jmUA-dj {\n background-color: #1e2030;\n }\n .tw-root--theme-light .bBpiku {\n fill: #1e2030;\n }\n .tw-root--theme-light .ivjxmt {\n color: #181926;\n }\n .tw-root--theme-light .gzYMLv {\n color: #cad3f5;\n }\n .tw-root--theme-light .gZxBHd {\n color: #a5adcb;\n }\n .tw-root--theme-light .gZxBHd:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-light .eBmJxH {\n color: #cad3f5;\n }\n .tw-root--theme-light .ffZeRf {\n color: #fff !important;\n }\n .tw-root--theme-light .igzOaC {\n color: #cad3f5;\n }\n .tw-root--theme-light .bEHknf {\n color: #fff;\n }\n .tw-root--theme-light .side-nav-card__link:hover {\n background: #363a4f !important;\n }\n .tw-root--theme-light .dDyYOA {\n color: #fff !important;\n }\n .tw-root--theme-light .reward-icon__cost {\n color: #fff !important;\n }\n .tw-root--theme-light .kLILeB {\n color: #fff !important;\n }\n .tw-root--theme-light .navigation-link__active-indicator {\n background-color: #b7bdf8 !important;\n }\n .tw-root--theme-light .footer {\n background: #181926;\n }\n .tw-root--theme-light .whispers-list-item--selected,\n .tw-root--theme-light .whispers-list-item:hover {\n background-color: #363a4f;\n }\n .tw-root--theme-light .thread-header__title-bar-container--focused {\n background-color: #1e2030;\n }\n .tw-root--theme-light .thread-header__title-bar-container {\n background: #1e2030;\n }\n .tw-root--theme-light .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: #1e2030;\n }\n .tw-root--theme-light .navigation-link {\n color: #cad3f5;\n }\n .tw-root--theme-light .navigation-link:hover {\n color: #b7bdf8;\n }\n .tw-root--theme-light .chat-room {\n background: #1e2030;\n }\n .tw-root--theme-light div.pinned-chat__highlight-card div.highlight {\n background: #1e2030;\n }\n .tw-root--theme-light h4,\n .tw-root--theme-light h5 {\n color: #cad3f5;\n }\n .tw-root--theme-light .cOJBQO {\n color: #cad3f5;\n }\n .tw-root--theme-light .dBlttx {\n color: #b8c0e0;\n }\n .tw-root--theme-light .fiCviy {\n color: #cad3f5;\n }\n .tw-root--theme-light .server-message-alert {\n border-color: #ed8796 !important;\n border-left-color: #ed8796 !important;\n }\n .tw-root--theme-light .server-message-alert__icon {\n color: #ed8796 !important;\n }\n .tw-root--theme-light,\n .tw-root--theme-light .side-nav-card__link:hover {\n --color-background-input-focus: #181926;\n --color-background-interactable-hover: #363a4f;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: #cad3f5;\n --color-border-input: #24273a;\n --color-text-button-primary: #181926;\n --color-text-overlay: #24273a;\n --color-text-base: #b8c0e0;\n --color-text-alt: #cad3f5;\n --color-text-alt-2: #cad3f5;\n --color-text-interactable-selected: #181926;\n --color-background-alt-2: #181926;\n --color-text-tag: #cad3f5;\n --color-background-button-secondary-default: #181926;\n --color-background-tag-default: #1e2030;\n --color-background-tag-hover: #181926;\n --color-background-float: #1e2030;\n --color-background-body: #24273a;\n --color-background-base: #1e2030;\n --color-background-alt: #1e2030;\n --color-background-input: #181926;\n --color-brand-muted-cupcake: #f5bde6;\n --color-brand-muted-mint: #a6da95;\n --color-brand-muted-sky: #91d7e3;\n --color-brand-muted-blush: #f5a97f;\n --color-brand-muted-canary: #f5a97f;\n --color-brand-muted-lavender: #b7bdf8;\n --color-brand-muted-mustard: #eed49f;\n --color-brand-muted-emerald: #a6da95;\n --color-brand-muted-coral: #f5a97f;\n --color-brand-muted-ocean: #8aadf4;\n --color-brand-accent-grape: #c6a0f6;\n --color-brand-accent-dragonfruit: #f0c6c6;\n --color-brand-accent-carrot: #f5a97f;\n --color-brand-accent-sun: #f5a97f;\n --color-brand-accent-lime: #a6da95;\n --color-brand-accent-turquoise: #91d7e3;\n --color-brand-accent-eggplant: #c6a0f6;\n --color-brand-accent-wine: #f0c6c6;\n --color-brand-accent-slime: #a6da95;\n --color-brand-accent-seafoam: #a6da95;\n --color-brand-accent-cherry: #ed8796;\n --color-brand-accent-marine: #8aadf4;\n --color-brand-accent-seaweed: #8bd5ca;\n --color-brand-accent-fiji: #a6da95;\n --color-brand-accent-blueberry: #8aadf4;\n --color-brand-accent-arctic: #91d7e3;\n --color-brand-accent-highlighter: #eed49f;\n --color-brand-accent-flamingo: #f0c6c6;\n --color-brand-accent-ruby: #ed8796;\n --color-brand-accent-punch: #f0c6c6;\n --color-brand-accent-creamsicle: #eed49f;\n --color-red: #ee99a0;\n --color-red-darker: #ed8796;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #a6da95;\n --color-green-darker: #a6da95;\n --color-blue: #8aadf4;\n --color-prime-blue: #8aadf4;\n --color-magenta: #f0c6c6;\n --color-error: #ed8796;\n --color-warn: #eed49f;\n --color-success: #a6da95;\n --color-white: #cad3f5;\n --color-info: #8aadf4;\n --color-accent: #b7bdf8;\n --color-twitch-purple: #b7bdf8;\n --color-twitch-purple-4: #b7bdf8;\n --color-twitch-purple-5: #b7bdf8;\n --color-twitch-purple-6: #b7bdf8;\n --color-twitch-purple-7: #b7bdf8;\n --color-twitch-purple-8: #b7bdf8;\n --color-twitch-purple-9: #b7bdf8;\n --color-twitch-purple-10: #b7bdf8;\n --color-twitch-purple-11: #b7bdf8;\n --color-twitch-purple-12: #b7bdf8;\n --color-orange-7: #eed49f;\n --color-orange-8: #eed49f;\n --color-orange-9: #eed49f;\n --color-orange-10: #eed49f;\n --color-orange-11: #eed49f;\n --color-orange-12: #eed49f;\n --color-orange-13: #eed49f;\n --color-yellow-6: #f5a97f;\n --color-yellow-7: #f5a97f;\n --color-yellow-8: #f5a97f;\n --color-yellow-9: #f5a97f;\n --color-yellow-10: #f5a97f;\n --color-yellow-11: #f5a97f;\n --color-yellow-12: #f5a97f;\n --color-yellow-13: #f5a97f;\n --color-yellow-14: #f5a97f;\n --color-yellow-15: #f5a97f;\n --color-green-5: #a6da95;\n --color-green-6: #a6da95;\n --color-green-7: #a6da95;\n --color-green-8: #a6da95;\n --color-green-9: #a6da95;\n --color-green-10: #a6da95;\n --color-green-11: #a6da95;\n --color-green-12: #a6da95;\n --color-green-13: #a6da95;\n --color-green-14: #a6da95;\n --color-green-15: #8bd5ca;\n --color-cyan-9: #7dc4e4;\n --color-cyan-10: #7dc4e4;\n --color-cyan-11: #7dc4e4;\n --color-cyan-12: #7dc4e4;\n --color-cyan-13: #7dc4e4;\n --color-cyan-14: #7dc4e4;\n --color-cyan-15: #91d7e3;\n --color-blue-4: #8aadf4;\n --color-blue-5: #8aadf4;\n --color-blue-6: #8aadf4;\n --color-blue-7: #8aadf4;\n --color-blue-8: #8aadf4;\n --color-blue-9: #8aadf4;\n --color-blue-10: #91d7e3;\n --color-blue-11: #91d7e3;\n --color-magenta-5: #f0c6c6;\n --color-magenta-6: #f0c6c6;\n --color-magenta-7: #f0c6c6;\n --color-magenta-8: #f0c6c6;\n --color-magenta-9: #f0c6c6;\n --color-magenta-10: #f0c6c6;\n --color-magenta-11: #f5bde6;\n --color-magenta-12: #f5bde6;\n --color-red-4: #ed8796;\n --color-red-5: #ed8796;\n --color-red-6: #ed8796;\n --color-red-7: #ed8796;\n --color-red-8: #ed8796;\n --color-red-9: #ed8796;\n --color-red-10: #ed8796;\n --color-red-11: #f5a97f;\n --color-red-12: #f5a97f;\n --color-twitter: #8aadf4;\n --color-facebook: #8aadf4;\n --color-reddit: #f5a97f;\n --color-snapchat: #eed49f;\n --color-instagram: #8aadf4;\n --color-youtube: #ed8796;\n --color-paypal: #8aadf4;\n --color-paypal-blue: #8aadf4;\n --color-paypal-yellow: #eed49f;\n --color-venmo: #8aadf4;\n --color-vk: #8aadf4;\n --color-amazon: #eed49f;\n --color-background-button-text-hover: #363a4f;\n --color-text-accessible-red: #ed8796;\n --color-border-input-checkbox: #a5adcb;\n --color-border-input-checkbox-hover: #cad3f5;\n --color-text-label: #cad3f5;\n --color-border-input-hover: #363a4f;\n --color-opac-b-14: #181926;\n --color-text-button-overlay: #cad3f5 !important;\n --color-background-range-overlay-fill: #cad3f5 !important;\n --color-text-button-overlay-hover: #cad3f5 !important;\n --color-text-tooltip: #24273a !important;\n --color-background-tooltip: #cad3f5 !important;\n --color-hinted-grey-2: #363a4f;\n --color-background-overlay-alt: #1e2030;\n --color-background-button-overlay-text-hover: #181926;\n --color-border-overlay: #363a4f;\n --color-background-button-disabled: #363a4f;\n --color-text-button-disabled: #a5adcb;\n }\n .tw-root--theme-light .fixed-prediction-button {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light .fixed-prediction-button .channel-points-icon svg {\n color: #cad3f5 !important;\n }\n .tw-root--theme-light [style*=\"rgb(255, 255, 255)\"] {\n color: #24273a !important;\n }\n .tw-root--theme-light [style=\"color: rgb(56, 122, 255);\"] {\n color: #8aadf4 !important;\n }\n .tw-root--theme-light [style=\"color: rgb(245, 0, 155);\"] {\n color: #f5bde6 !important;\n }\n .tw-root--theme-light .fixed-prediction-button--blue,\n .tw-root--theme-light [style*=\"background-color: rgb(56, 122, 255);\"],\n .tw-root--theme-light [style*=\"background: rgb(56, 122, 255);\"] {\n background-color: #8aadf4 !important;\n }\n .tw-root--theme-light .fixed-prediction-button--pink,\n .tw-root--theme-light [style*=\"background-color: rgb(245, 0, 155);\"],\n .tw-root--theme-light [style*=\"background: rgb(245, 0, 155);\"] {\n background-color: #f5bde6 !important;\n }\n .tw-root--theme-light input[disabled] {\n background-color: #363a4f;\n }\n .tw-root--theme-light .chat-wysiwyg-input__placeholder {\n color: #a5adcb;\n }\n .tw-root--theme-light button[aria-label=\"Play\"] + div svg,\n .tw-root--theme-light button[aria-label=\"Pause\"] + div svg {\n color: #a5adcb;\n }\n .tw-root--theme-light [data-a-target=\"video-ad-label\"],\n .tw-root--theme-light [data-a-target=\"video-ad-countdown\"] {\n color: #cad3f5 !important;\n }", + "start": 1035, "domains": [ "twitch.tv" ] }, { "code": ".tw-root--theme-dark .simplebar-content {\n background-color: #1e2030;\n }\n .tw-root--theme-dark .scrollable-area--suppress-scroll-x > .simplebar-scroll-content,\n .tw-root--theme-dark .scrollable-area--suppress-scroll-x > .simplebar-scroll-content > .simplebar-content {\n background-color: #24273a;\n }\n .tw-root--theme-light .simplebar-content {\n background-color: #1e2030;\n }\n .tw-root--theme-light .scrollable-area--suppress-scroll-x > .simplebar-scroll-content,\n .tw-root--theme-light .scrollable-area--suppress-scroll-x > .simplebar-scroll-content > .simplebar-content {\n background-color: #24273a;\n }", - "start": 32123, + "start": 35807, "domains": [ "dashboard.twitch.tv" ] }, { "code": "/* prettier-ignore */", - "start": 32752 + "start": 36436 } ], - "sourceCode": "/* ==UserStyle==\n@name Twitch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch\n@version 1.1.18\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch\n@description Soothing pastel theme for Twitch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"twitch.tv\") {\n .tw-root--theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n .tw-root--theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n & body {\n background-color: @base;\n }\n\n /* Stream title */\n\n p[data-test-selector=\"stream-info-card-component__subtitle\"],\n p[data-test-selector=\"stream-info-card-component__description\"] {\n color: @text !important;\n }\n\n a[data-a-target=\"player-info-game-name\"] {\n color: @accent-color;\n }\n\n /* `Pinned message` popup */\n\n div.pinned-chat__pinned-by svg {\n color: @text;\n }\n\n p.pinned-chat__message span {\n color: @text !important;\n }\n\n p.pinned-chat__message a {\n color: @accent-color;\n }\n\n /* `Intended for certain audiences` label */\n\n div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: @text;\n }\n\n /* `Hype Train` popup */\n\n div.hype-train-progress-bar-info-view__level-container p,\n div.hype-train-approaching-view__leftSide p,\n div.hype-train-expanded-layout p,\n div.hype-train-expanded-layout svg {\n color: @text;\n }\n\n div.hype-train-progress-bar-info-view__progress-value span {\n color: @accent-color;\n }\n\n path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: @mantle;\n }\n\n /* `Is video buffering?` warning */\n\n div.low-latency-notification p {\n color: @text;\n }\n\n /* `Includes paid promotion` label */\n\n div.disclosure-card p,\n div.disclosure-card svg {\n color: @text;\n }\n\n /* Raiding popup */\n\n div[data-test-selector=\"raid-banner\"] {\n color: @text;\n }\n\n /* `Predict with Channel Points` popup */\n\n div[data-test-selector=\"expanded-content\"] p,\n p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: @text;\n }\n\n /* TODO: ensure that the poll does not default to this */\n div[data-test-selector=\"header-content\"] p {\n color: @text !important;\n }\n\n div.channel-points-icon svg,\n div[data-test-selector=\"header-content\"] span,\n div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"]\n span {\n color: @accent-color;\n }\n\n button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: @text;\n }\n\n /* Poll popup */\n\n div[data-test-selector=\"header-content\"]\n p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: @text !important;\n }\n\n /* `Report Poll` button */\n\n button.gaoCTJ {\n color: @text;\n }\n\n /* ??? */\n\n div.happening-now-disable-prompt p {\n color: @text !important;\n }\n\n /* Gifting sub popup */\n\n div.mystery-gift-chat-banner span {\n color: @accent-color;\n }\n\n div.mystery-gift-chat-banner p {\n color: @text;\n }\n\n /* VOD metadata */\n\n div.tw-media-card-stat {\n color: @text;\n }\n\n /* DMCA warning */\n\n div.muted-segments-alert__content p {\n color: @text;\n }\n\n /* VOD time labels */\n\n div.vod-seekbar-time-labels p {\n color: @text !important;\n }\n\n /* VOD timestamp */\n\n div.vod-seekbar-preview-overlay__wrapper p {\n color: @text !important;\n }\n\n /* Seekbar segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"] {\n background: @accent-color !important;\n }\n\n /* Seekbar DMCA muted segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: @red !important;\n }\n\n /* Seekbar buffered segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: @overlay2 !important;\n }\n\n /* Recent VOD title */\n\n div.player-overlay-background h4 {\n color: @subtext0 !important;\n }\n\n a.offline-recommendations-video-card p {\n color: @text;\n }\n\n /* Offline screen follow panel */\n\n div[data-test-selector=\"follow-panel-overlay\"] p {\n color: @text !important;\n }\n\n div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: @crust !important;\n }\n\n /* Front page warning sign */\n\n div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"]\n div.content-overlay-icon\n svg {\n color: @red;\n }\n\n /* Front page age warning */\n\n div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"]\n p.content-overlay-gate__allow-pointers {\n color: @red !important;\n }\n\n /* Front page age selector */\n\n div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: @text;\n }\n\n /* Following usercard */\n\n div[data-a-target=\"user-card-modal\"] p {\n color: @text !important;\n }\n\n /* PiP username */\n\n div.mini-overlay__title span {\n color: @text;\n }\n\n /* Viewercard username */\n\n div.viewer-card-header__display-name h4 {\n color: @accent-color !important;\n }\n\n /* Viewercard metadata */\n\n div.viewer-card-header__display-name svg:not(button svg) {\n color: @subtext1;\n }\n\n div.viewer-card-header__display-name p {\n color: @text !important;\n }\n\n /* Extension name */\n\n div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: @text;\n }\n\n /* Extension description */\n\n div.extensions-popover-view-layout__body p {\n color: @text;\n }\n\n /* Extension service buttons */\n\n div.extensions-popover-view-layout__body svg {\n color: @subtext0;\n }\n\n div.extensions-popover-view-layout__body div {\n color: @text;\n }\n\n & .carousel-metadata {\n background: @crust;\n }\n & .carousel-metadata--fadeout {\n background: @crust;\n }\n .chat-line__message-body--highlighted {\n background-color: @accent-color;\n color: @crust;\n border-color: @accent-color;\n }\n .chat-scrollable-area__message-container {\n background-color: @mantle;\n }\n .jmUA-dj {\n background-color: @mantle;\n }\n .bBpiku {\n fill: @mantle;\n }\n .ivjxmt {\n color: @crust;\n }\n .gzYMLv {\n color: @text;\n }\n .gZxBHd {\n color: @subtext0;\n &:hover {\n color: @accent-color;\n }\n }\n .eBmJxH {\n color: @text;\n }\n .ffZeRf {\n color: #fff !important;\n }\n .igzOaC {\n color: @text;\n }\n .bEHknf {\n color: #fff;\n }\n .side-nav-card__link:hover {\n background: @surface0 !important;\n }\n .dDyYOA {\n color: #fff !important;\n }\n .reward-icon__cost {\n color: #fff !important;\n }\n .kLILeB {\n color: #fff !important;\n }\n .navigation-link__active-indicator {\n background-color: @accent-color !important;\n }\n .footer {\n background: @crust;\n }\n & .whispers-list-item--selected,\n & .whispers-list-item:hover {\n background-color: @surface0;\n }\n & .thread-header__title-bar-container--focused {\n background-color: @mantle;\n }\n & .thread-header__title-bar-container {\n background: @mantle;\n }\n & .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: @mantle;\n }\n .navigation-link {\n color: @text;\n &:hover {\n color: @accent-color;\n }\n }\n .chat-room {\n background: @mantle;\n }\n div.pinned-chat__highlight-card div.highlight {\n background: @mantle;\n }\n\n h4,\n h5 {\n color: @text;\n }\n\n .cOJBQO {\n color: @text;\n }\n\n .dBlttx {\n color: @subtext1;\n }\n\n .fiCviy {\n color: @text;\n }\n\n .server-message-alert {\n border-color: @red !important;\n border-left-color: @red !important;\n }\n\n .server-message-alert__icon {\n color: @red !important;\n }\n\n &,\n .side-nav-card__link:hover {\n --color-background-input-focus: @crust;\n --color-background-interactable-hover: @surface0;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: @text;\n --color-border-input: @base;\n --color-text-button-primary: @crust;\n --color-text-overlay: @base;\n --color-text-base: @subtext1;\n --color-text-alt: @subtext1;\n --color-text-alt-2: @text;\n --color-text-interactable-selected: @crust;\n --color-background-alt-2: @crust;\n --color-text-tag: @text;\n --color-background-button-secondary-default: @crust;\n --color-background-tag-default: @mantle;\n --color-background-tag-hover: @crust;\n --color-background-float: @mantle;\n --color-background-body: @base;\n --color-background-base: @mantle;\n --color-background-alt: @mantle;\n --color-background-input: @crust;\n --color-brand-muted-cupcake: @pink;\n --color-brand-muted-mint: @green;\n --color-brand-muted-sky: @sky;\n --color-brand-muted-blush: @peach;\n --color-brand-muted-canary: @peach;\n --color-brand-muted-lavender: @lavender;\n --color-brand-muted-mustard: @yellow;\n --color-brand-muted-emerald: @green;\n --color-brand-muted-coral: @peach;\n --color-brand-muted-ocean: @blue;\n --color-brand-accent-grape: @mauve;\n --color-brand-accent-dragonfruit: @flamingo;\n --color-brand-accent-carrot: @peach;\n --color-brand-accent-sun: @peach;\n --color-brand-accent-lime: @green;\n --color-brand-accent-turquoise: @sky;\n --color-brand-accent-eggplant: @mauve;\n --color-brand-accent-wine: @flamingo;\n --color-brand-accent-slime: @green;\n --color-brand-accent-seafoam: @green;\n --color-brand-accent-cherry: @red;\n --color-brand-accent-marine: @blue;\n --color-brand-accent-seaweed: @teal;\n --color-brand-accent-fiji: @green;\n --color-brand-accent-blueberry: @blue;\n --color-brand-accent-arctic: @sky;\n --color-brand-accent-highlighter: @yellow;\n --color-brand-accent-flamingo: @flamingo;\n --color-brand-accent-ruby: @red;\n --color-brand-accent-punch: @flamingo;\n --color-brand-accent-creamsicle: @yellow;\n --color-red: @maroon;\n --color-red-darker: @red;\n --color-orange: @peach;\n --color-yellow: @yellow;\n --color-green: @green;\n --color-green-darker: @green;\n --color-blue: @blue;\n --color-prime-blue: @blue;\n --color-magenta: @flamingo;\n --color-error: @red;\n --color-warn: @yellow;\n --color-success: @green;\n --color-white: @mantle;\n --color-info: @blue;\n --color-accent: @accent-color;\n --color-twitch-purple: @accent-color;\n --color-twitch-purple-4: @accent-color;\n --color-twitch-purple-5: @accent-color;\n --color-twitch-purple-6: @accent-color;\n --color-twitch-purple-7: @accent-color;\n --color-twitch-purple-8: @accent-color;\n --color-twitch-purple-9: @accent-color;\n --color-twitch-purple-10: @accent-color;\n --color-twitch-purple-11: @accent-color;\n --color-twitch-purple-12: @accent-color;\n --color-orange-7: @yellow;\n --color-orange-8: @yellow;\n --color-orange-9: @yellow;\n --color-orange-10: @yellow;\n --color-orange-11: @yellow;\n --color-orange-12: @yellow;\n --color-orange-13: @yellow;\n --color-yellow-6: @peach;\n --color-yellow-7: @peach;\n --color-yellow-8: @peach;\n --color-yellow-9: @peach;\n --color-yellow-10: @peach;\n --color-yellow-11: @peach;\n --color-yellow-12: @peach;\n --color-yellow-13: @peach;\n --color-yellow-14: @peach;\n --color-yellow-15: @peach;\n --color-green-5: @green;\n --color-green-6: @green;\n --color-green-7: @green;\n --color-green-8: @green;\n --color-green-9: @green;\n --color-green-10: @green;\n --color-green-11: @green;\n --color-green-12: @green;\n --color-green-13: @green;\n --color-green-14: @green;\n --color-green-15: @teal;\n --color-cyan-9: @sapphire;\n --color-cyan-10: @sapphire;\n --color-cyan-11: @sapphire;\n --color-cyan-12: @sapphire;\n --color-cyan-13: @sapphire;\n --color-cyan-14: @sapphire;\n --color-cyan-15: @sky;\n --color-blue-4: @blue;\n --color-blue-5: @blue;\n --color-blue-6: @blue;\n --color-blue-7: @blue;\n --color-blue-8: @blue;\n --color-blue-9: @blue;\n --color-blue-10: @sky;\n --color-blue-11: @sky;\n --color-magenta-5: @flamingo;\n --color-magenta-6: @flamingo;\n --color-magenta-7: @flamingo;\n --color-magenta-8: @flamingo;\n --color-magenta-9: @flamingo;\n --color-magenta-10: @flamingo;\n --color-magenta-11: @pink;\n --color-magenta-12: @pink;\n --color-red-4: @red;\n --color-red-5: @red;\n --color-red-6: @red;\n --color-red-7: @red;\n --color-red-8: @red;\n --color-red-9: @red;\n --color-red-10: @red;\n --color-red-11: @peach;\n --color-red-12: @peach;\n --color-twitter: @blue;\n --color-facebook: @blue;\n --color-reddit: @peach;\n --color-snapchat: @yellow;\n --color-instagram: @blue;\n --color-youtube: @red;\n --color-paypal: @blue;\n --color-paypal-blue: @blue;\n --color-paypal-yellow: @yellow;\n --color-venmo: @blue;\n --color-vk: @blue;\n --color-amazon: @yellow; //background: @surface0;\n --color-background-button-text-hover: @surface0;\n --color-text-accessible-red: @red;\n --color-border-input-checkbox: @subtext0;\n --color-border-input-checkbox-hover: @text;\n --color-text-label: @text;\n --color-border-input-hover: @surface0;\n --color-opac-b-14: @crust;\n --color-text-button-overlay: @text !important;\n --color-background-range-overlay-fill: @text !important;\n --color-text-button-overlay-hover: @text !important;\n --color-text-tooltip: @base !important;\n --color-background-tooltip: @text !important;\n }\n }\n}\n@-moz-document domain(\"dashboard.twitch.tv\") {\n .tw-root--theme-dark {\n #catppuccin(@darkFlavor);\n }\n .tw-root--theme-light {\n #catppuccin(@lightFlavor);\n }\n\n #catppuccin(@lookup) {\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n .simplebar-content {\n background-color: @mantle;\n }\n .scrollable-area--suppress-scroll-x > .simplebar-scroll-content,\n .scrollable-area--suppress-scroll-x\n > .simplebar-scroll-content\n > .simplebar-content {\n background-color: @base;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Twitch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch\n@description Soothing pastel theme for Twitch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"twitch.tv\") {\n .tw-root--theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n .tw-root--theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n & body {\n background-color: @base;\n }\n\n /* Stream title */\n\n p[data-test-selector=\"stream-info-card-component__subtitle\"],\n p[data-test-selector=\"stream-info-card-component__description\"] {\n color: @text !important;\n }\n\n a[data-a-target=\"player-info-game-name\"] {\n color: @accent-color;\n }\n\n /* `Pinned message` popup */\n\n div.pinned-chat__pinned-by svg {\n color: @text;\n }\n\n p.pinned-chat__message span {\n color: @text !important;\n }\n\n p.pinned-chat__message a {\n color: @accent-color;\n }\n\n /* `Intended for certain audiences` label */\n\n div[data-a-target=\"content-classification-warning-disclosure-overlay\"] p {\n color: @text;\n }\n\n /* `Hype Train` popup */\n\n div.hype-train-progress-bar-info-view__level-container p,\n div.hype-train-approaching-view__leftSide p,\n div.hype-train-expanded-layout p,\n div.hype-train-expanded-layout svg {\n color: @text;\n }\n\n path[d=\"m18 17 4-4V2H6v15h4v4l4-4h4zM12 6h2v6h-2V6zm7 0h-2v6h2V6z\"] {\n fill: @mantle;\n }\n\n /* `Is video buffering?` warning */\n\n div.low-latency-notification p {\n color: @text;\n }\n\n /* `Includes paid promotion` label */\n\n div.disclosure-card p,\n div.disclosure-card svg {\n color: @text;\n }\n\n /* Raiding popup */\n\n div[data-test-selector=\"raid-banner\"] {\n color: @text;\n }\n\n /* `Predict with Channel Points` popup */\n\n div[data-test-selector=\"expanded-content\"] p,\n p[data-test-selector=\"community-prediction-highlight-header__top-predictors\"],\n p[data-test-selector=\"community-prediction-highlight-body__outcome-title\"] {\n color: @text;\n }\n\n /* TODO: ensure that the poll does not default to this */\n div[data-test-selector=\"header-content\"] p {\n color: @text !important;\n }\n\n div.channel-points-icon svg,\n div[data-test-selector=\"header-content\"] span,\n div[data-test-selector=\"community-prediction-highlight-body__outcome-points\"]\n span {\n color: @accent-color;\n }\n\n button[data-test-selector=\"community-prediction-highlight-header__how-to-play\"],\n button[data-test-selector=\"community-prediction-highlight-header__terms-and-conditions\"],\n button[data-test-selector=\"community-prediction-highlight-header__send-feedback\"],\n button[data-test-selector=\"community-prediction-highlight-header__dismiss-message\"] {\n color: @text;\n }\n\n /* Poll popup */\n\n div[data-test-selector=\"header-content\"]\n p:not(\n [data-test-selector=\"community-prediction-highlight-header__title\"],\n [data-test-selector=\"header\"]\n ) {\n color: @text !important;\n }\n\n /* `Report Poll` button */\n\n button.gaoCTJ {\n color: @text;\n }\n\n /* ??? */\n\n div.happening-now-disable-prompt p {\n color: @text !important;\n }\n\n /* Gifting sub popup */\n\n div.mystery-gift-chat-banner span {\n color: @accent-color;\n }\n\n div.mystery-gift-chat-banner p {\n color: @text;\n }\n\n /* VOD metadata */\n\n div.tw-media-card-stat {\n color: @text;\n }\n\n /* DMCA warning */\n\n div.muted-segments-alert__content p {\n color: @text;\n }\n\n /* VOD time labels */\n\n div.vod-seekbar-time-labels p {\n color: @text !important;\n }\n\n /* VOD timestamp */\n\n div.vod-seekbar-preview-overlay__wrapper p {\n color: @text !important;\n }\n\n /* Seekbar segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"] {\n background: @accent-color !important;\n }\n\n /* Seekbar DMCA muted segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(212, 73, 73, 0.5);\"] {\n background: @red !important;\n }\n\n /* Seekbar buffered segment */\n\n div[data-test-selector=\"seekbar-interaction-area__interactionArea\"]\n span[data-test-selector=\"seekbar-segment__segment\"][style*=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background: @overlay2 !important;\n }\n\n /* Recent VOD title */\n\n div.player-overlay-background h4 {\n color: @subtext0 !important;\n }\n\n a.offline-recommendations-video-card p {\n color: @text;\n }\n\n /* Offline screen follow panel */\n\n div[data-test-selector=\"follow-panel-overlay\"] p {\n color: @text !important;\n }\n\n div[data-test-selector=\"follow-panel-overlay\"] button div {\n color: @crust !important;\n }\n\n /* Front page warning sign */\n\n div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"]\n div.content-overlay-icon\n svg {\n color: @red;\n }\n\n /* Front page age warning */\n\n div.content-overlay-gate__content[data-a-target=\"player-overlay-content-gate\"]\n p.content-overlay-gate__allow-pointers {\n color: @red !important;\n }\n\n /* Front page age selector */\n\n div[data-a-target=\"player-overlay-age-gate-form\"] select {\n color: @text;\n }\n\n /* Following usercard */\n\n div[data-a-target=\"user-card-modal\"] p {\n color: @text !important;\n }\n\n /* PiP username */\n\n div.mini-overlay__title span {\n color: @text;\n }\n\n /* Viewercard username */\n\n div.viewer-card-header__display-name h4 {\n color: @accent-color !important;\n }\n\n /* Viewercard metadata */\n\n div.viewer-card-header__display-name svg:not(button svg) {\n color: @subtext1;\n }\n\n div.viewer-card-header__display-name p {\n color: @text !important;\n }\n\n /* Extension name */\n\n div[aria-describedby=\"popover-extensions-body\"] h6 {\n color: @text;\n }\n\n /* Extension description */\n\n div.extensions-popover-view-layout__body p {\n color: @text;\n }\n\n /* Extension service buttons */\n\n div.extensions-popover-view-layout__body svg {\n color: @subtext0;\n }\n\n div.extensions-popover-view-layout__body div {\n color: @text;\n }\n\n & .carousel-metadata {\n background: @crust;\n }\n & .carousel-metadata--fadeout {\n background: @crust;\n }\n .chat-line__message-body--highlighted {\n background-color: @accent-color;\n color: @crust;\n border-color: @accent-color;\n }\n .chat-scrollable-area__message-container {\n background-color: @mantle;\n }\n .jmUA-dj {\n background-color: @mantle;\n }\n .bBpiku {\n fill: @mantle;\n }\n .ivjxmt {\n color: @crust;\n }\n .gzYMLv {\n color: @text;\n }\n .gZxBHd {\n color: @subtext0;\n &:hover {\n color: @accent-color;\n }\n }\n .eBmJxH {\n color: @text;\n }\n .ffZeRf {\n color: #fff !important;\n }\n .igzOaC {\n color: @text;\n }\n .bEHknf {\n color: #fff;\n }\n .side-nav-card__link:hover {\n background: @surface0 !important;\n }\n .dDyYOA {\n color: #fff !important;\n }\n .reward-icon__cost {\n color: #fff !important;\n }\n .kLILeB {\n color: #fff !important;\n }\n .navigation-link__active-indicator {\n background-color: @accent-color !important;\n }\n .footer {\n background: @crust;\n }\n & .whispers-list-item--selected,\n & .whispers-list-item:hover {\n background-color: @surface0;\n }\n & .thread-header__title-bar-container--focused {\n background-color: @mantle;\n }\n & .thread-header__title-bar-container {\n background: @mantle;\n }\n & .thread-header__click-area:focus .thread-header__title-bar-container {\n background-color: @mantle;\n }\n .navigation-link {\n color: @text;\n &:hover {\n color: @accent-color;\n }\n }\n .chat-room {\n background: @mantle;\n }\n div.pinned-chat__highlight-card div.highlight {\n background: @mantle;\n }\n\n h4,\n h5 {\n color: @text;\n }\n\n .cOJBQO {\n color: @text;\n }\n\n .dBlttx {\n color: @subtext1;\n }\n\n .fiCviy {\n color: @text;\n }\n\n .server-message-alert {\n border-color: @red !important;\n border-left-color: @red !important;\n }\n\n .server-message-alert__icon {\n color: @red !important;\n }\n\n &,\n .side-nav-card__link:hover {\n --color-background-input-focus: @crust;\n --color-background-interactable-hover: @surface0;\n --color-background-button-text-default: null !important;\n --color-text-input-placeholder: @text;\n --color-border-input: @base;\n --color-text-button-primary: @crust;\n --color-text-overlay: @base;\n --color-text-base: @subtext1;\n --color-text-alt: @text;\n --color-text-alt-2: @text;\n --color-text-interactable-selected: @crust;\n --color-background-alt-2: @crust;\n --color-text-tag: @text;\n --color-background-button-secondary-default: @crust;\n --color-background-tag-default: @mantle;\n --color-background-tag-hover: @crust;\n --color-background-float: @mantle;\n --color-background-body: @base;\n --color-background-base: @mantle;\n --color-background-alt: @mantle;\n --color-background-input: @crust;\n --color-brand-muted-cupcake: @pink;\n --color-brand-muted-mint: @green;\n --color-brand-muted-sky: @sky;\n --color-brand-muted-blush: @peach;\n --color-brand-muted-canary: @peach;\n --color-brand-muted-lavender: @lavender;\n --color-brand-muted-mustard: @yellow;\n --color-brand-muted-emerald: @green;\n --color-brand-muted-coral: @peach;\n --color-brand-muted-ocean: @blue;\n --color-brand-accent-grape: @mauve;\n --color-brand-accent-dragonfruit: @flamingo;\n --color-brand-accent-carrot: @peach;\n --color-brand-accent-sun: @peach;\n --color-brand-accent-lime: @green;\n --color-brand-accent-turquoise: @sky;\n --color-brand-accent-eggplant: @mauve;\n --color-brand-accent-wine: @flamingo;\n --color-brand-accent-slime: @green;\n --color-brand-accent-seafoam: @green;\n --color-brand-accent-cherry: @red;\n --color-brand-accent-marine: @blue;\n --color-brand-accent-seaweed: @teal;\n --color-brand-accent-fiji: @green;\n --color-brand-accent-blueberry: @blue;\n --color-brand-accent-arctic: @sky;\n --color-brand-accent-highlighter: @yellow;\n --color-brand-accent-flamingo: @flamingo;\n --color-brand-accent-ruby: @red;\n --color-brand-accent-punch: @flamingo;\n --color-brand-accent-creamsicle: @yellow;\n --color-red: @maroon;\n --color-red-darker: @red;\n --color-orange: @peach;\n --color-yellow: @yellow;\n --color-green: @green;\n --color-green-darker: @green;\n --color-blue: @blue;\n --color-prime-blue: @blue;\n --color-magenta: @flamingo;\n --color-error: @red;\n --color-warn: @yellow;\n --color-success: @green;\n --color-white: @text;\n --color-info: @blue;\n --color-accent: @accent-color;\n --color-twitch-purple: @accent-color;\n --color-twitch-purple-4: @accent-color;\n --color-twitch-purple-5: @accent-color;\n --color-twitch-purple-6: @accent-color;\n --color-twitch-purple-7: @accent-color;\n --color-twitch-purple-8: @accent-color;\n --color-twitch-purple-9: @accent-color;\n --color-twitch-purple-10: @accent-color;\n --color-twitch-purple-11: @accent-color;\n --color-twitch-purple-12: @accent-color;\n --color-orange-7: @yellow;\n --color-orange-8: @yellow;\n --color-orange-9: @yellow;\n --color-orange-10: @yellow;\n --color-orange-11: @yellow;\n --color-orange-12: @yellow;\n --color-orange-13: @yellow;\n --color-yellow-6: @peach;\n --color-yellow-7: @peach;\n --color-yellow-8: @peach;\n --color-yellow-9: @peach;\n --color-yellow-10: @peach;\n --color-yellow-11: @peach;\n --color-yellow-12: @peach;\n --color-yellow-13: @peach;\n --color-yellow-14: @peach;\n --color-yellow-15: @peach;\n --color-green-5: @green;\n --color-green-6: @green;\n --color-green-7: @green;\n --color-green-8: @green;\n --color-green-9: @green;\n --color-green-10: @green;\n --color-green-11: @green;\n --color-green-12: @green;\n --color-green-13: @green;\n --color-green-14: @green;\n --color-green-15: @teal;\n --color-cyan-9: @sapphire;\n --color-cyan-10: @sapphire;\n --color-cyan-11: @sapphire;\n --color-cyan-12: @sapphire;\n --color-cyan-13: @sapphire;\n --color-cyan-14: @sapphire;\n --color-cyan-15: @sky;\n --color-blue-4: @blue;\n --color-blue-5: @blue;\n --color-blue-6: @blue;\n --color-blue-7: @blue;\n --color-blue-8: @blue;\n --color-blue-9: @blue;\n --color-blue-10: @sky;\n --color-blue-11: @sky;\n --color-magenta-5: @flamingo;\n --color-magenta-6: @flamingo;\n --color-magenta-7: @flamingo;\n --color-magenta-8: @flamingo;\n --color-magenta-9: @flamingo;\n --color-magenta-10: @flamingo;\n --color-magenta-11: @pink;\n --color-magenta-12: @pink;\n --color-red-4: @red;\n --color-red-5: @red;\n --color-red-6: @red;\n --color-red-7: @red;\n --color-red-8: @red;\n --color-red-9: @red;\n --color-red-10: @red;\n --color-red-11: @peach;\n --color-red-12: @peach;\n --color-twitter: @blue;\n --color-facebook: @blue;\n --color-reddit: @peach;\n --color-snapchat: @yellow;\n --color-instagram: @blue;\n --color-youtube: @red;\n --color-paypal: @blue;\n --color-paypal-blue: @blue;\n --color-paypal-yellow: @yellow;\n --color-venmo: @blue;\n --color-vk: @blue;\n --color-amazon: @yellow; //background: @surface0;\n --color-background-button-text-hover: @surface0;\n --color-text-accessible-red: @red;\n --color-border-input-checkbox: @subtext0;\n --color-border-input-checkbox-hover: @text;\n --color-text-label: @text;\n --color-border-input-hover: @surface0;\n --color-opac-b-14: @crust;\n --color-text-button-overlay: @text !important;\n --color-background-range-overlay-fill: @text !important;\n --color-text-button-overlay-hover: @text !important;\n --color-text-tooltip: @base !important;\n --color-background-tooltip: @text !important;\n --color-hinted-grey-2: @surface0;\n --color-background-overlay-alt: @mantle;\n --color-background-button-overlay-text-hover: @crust;\n --color-border-overlay: @surface0;\n --color-background-button-disabled: @surface0;\n --color-text-button-disabled: @subtext0;\n }\n\n /* Predictions */\n .fixed-prediction-button {\n color: @text !important;\n\n .channel-points-icon svg {\n color: @text !important;\n }\n }\n [style*=\"rgb(255, 255, 255)\"] {\n color: @base !important;\n }\n [style=\"color: rgb(56, 122, 255);\"] {\n color: @blue !important;\n }\n [style=\"color: rgb(245, 0, 155);\"] {\n color: @pink !important;\n }\n .fixed-prediction-button--blue,\n [style*=\"background-color: rgb(56, 122, 255);\"],\n [style*=\"background: rgb(56, 122, 255);\"] {\n background-color: @blue !important;\n }\n .fixed-prediction-button--pink,\n [style*=\"background-color: rgb(245, 0, 155);\"],\n [style*=\"background: rgb(245, 0, 155);\"] {\n background-color: @pink !important;\n }\n\n input[disabled] {\n background-color: @surface0;\n }\n .chat-wysiwyg-input__placeholder {\n color: @subtext0;\n }\n\n button[aria-label=\"Play\"],\n button[aria-label=\"Pause\"] {\n & + div svg {\n color: @subtext0;\n }\n }\n\n [data-a-target=\"video-ad-label\"],\n [data-a-target=\"video-ad-countdown\"] {\n color: @text !important;\n }\n }\n}\n\n@-moz-document domain(\"dashboard.twitch.tv\") {\n .tw-root--theme-dark {\n #catppuccin(@darkFlavor);\n }\n .tw-root--theme-light {\n #catppuccin(@lightFlavor);\n }\n\n #catppuccin(@lookup) {\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n .simplebar-content {\n background-color: @mantle;\n }\n .scrollable-area--suppress-scroll-x > .simplebar-scroll-content,\n .scrollable-area--suppress-scroll-x\n > .simplebar-scroll-content\n > .simplebar-content {\n background-color: @base;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Twitch Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/twitch", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/twitch", - "version": "1.1.18", + "version": "1.2.1", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch", "description": "Soothing pastel theme for Twitch", @@ -2354,12 +2500,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Twitch", "name": "Twitch Catppuccin", - "originalDigest": "87c27bd7b1694c660c30a2e5bb30cae053d00c0c", + "originalDigest": "be354aeb2934572e80fb7a3e00514f114b3ed949", "_id": "f0c36e57-93df-42f7-b12e-2c38612254fd", - "_rev": 1709283096045, + "_rev": 1712856189678, "id": 45, - "etag": "W/\"65e0d873891c92a2d4f7272ceca63663eaa2f4104143f92ba10f72b43adc85c1\"", - "updateDate": 1709283095983 + "etag": "W/\"6ee6ea9f8799aec6ad80503a6f43f4b1284c6fde2c89f3629d914cbfc147e69a\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -2368,29 +2514,526 @@ "installDate": 1690106083257, "sections": [ { - "code": "/* ==UserStyle==\n@name Brave Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/brave-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search\n@version 1.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search\n@description Soothing pastel theme for Brave Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Brave Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/brave-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search\n@version 2.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search\n@description Soothing pastel theme for Brave Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root.light {\n color-scheme: dark;\n --color-container-highlight: #181926;\n --search-serp-container-background: #1e2030;\n --body-bg: #24273a;\n --bg-glassy: #1e2030;\n --bg-1: #494d64;\n --bg-2: #363a4f;\n --bg-02: #181926;\n --bg-04: #1e2030;\n --bg-green: #a6da95;\n --bg-blue: #8aadf4;\n --bg-red: #ed8796;\n --bg-favicon: #494d64;\n --bg-form-control-selected: #5b6078;\n --bg-form-control-unselected: #363a4f;\n --form-control-selected: #8aadf4;\n --form-control-hover: #b7bdf8;\n --form-control-focus: #cad3f5;\n --settings-header-bg: #1e2030;\n --settings-header-text: #cad3f5;\n --settings-header-icon: #8aadf4;\n --settings-widget-text: #a5adcb;\n --settings-item-text: #cad3f5;\n --settings-item-icon: #8aadf4;\n --settings-item-border: #6e738d;\n --settings-item-border-2: #939ab7;\n --settings-btn-bg: #363a4f;\n --settings-btn-text: #cad3f5;\n --settings-widget-outline: #6e738d;\n --settings-independent-score: #8aadf4;\n --settings-global-score: #f5a97f;\n --brave-supporter-bg: #24273a;\n --brave-supporter-text: #cad3f5;\n --context-menu-header-border: #6e738d;\n --color-primary: #cad3f5;\n --color-primary-2: #b8c0e0;\n --color-primary-3: #a5adcb;\n --color-white: #cad3f5;\n --color-gray-2: #b8c0e0;\n --color-gray-3: #a5adcb;\n --color-gray-4: #939ab7;\n --color-gray-5: #8087a2;\n --color-gray-6: #6e738d;\n --color-green: #a6da95;\n --color-red: #ed8796;\n --color-blue: #8aadf4;\n --info-color: #8aadf4;\n --link-primary: #8aadf4;\n --link-secondary: #8aadf4;\n --link-visited: #c6a0f6;\n --snippet-url: #a5adcb;\n --separator-dot: #6e738d;\n --theme-purple: #c6a0f6;\n --theme-yellow: #eed49f;\n --border-color: #6e738d;\n --blurple-300: #b7bdf8;\n --text-01: #cad3f5;\n --text-02: #b8c0e0;\n --text-03: #a5adcb;\n --interactive-04: #8aadf4;\n --interactive-05: #8aadf4;\n --interactive-06: #8aadf4;\n --interactive-07: #8aadf4;\n --interactive-08: #8aadf4;\n --focus-border: #939ab7;\n --divider-01: #6e738d;\n --disabled: #8087a2;\n --btn-filled-bg: #363a4f;\n --btn-filled-bg-hover: #494d64;\n --btn-filled-text-active: #cad3f5;\n --btn-filled-bg-active: #5b6078;\n --btn-filled-text-disabled: #8087a2;\n --btn-outline-border: #6e738d;\n --btn-outline-border-hover: #8087a2;\n --btn-outline-text: #cad3f5;\n --btn-outline-text-hover: #b8c0e0;\n --btn-outline-text-active: #cad3f5;\n --btn-outline-border-active: #939ab7;\n --btn-outline-text-disabled: #8087a2;\n --btn-icon-svg-hover: #b8c0e0;\n --btn-icon-bg-hover: #494d64;\n --btn-icon-svg-active: #cad3f5;\n --code-bg-0: #24273a;\n --code-border: #6e738d;\n --code-color-1: #363a4f;\n --code-color-2: #cad3f5;\n --code-color-3: #a6da95;\n --code-color-4: #8aadf4;\n --code-color-5: #f5bde6;\n --search-bgd-01: #6e738d;\n --search-bgd-02: #24273a;\n --search-bgd-03: #181926;\n --search-bgd-04: #1e2030;\n --search-bgd-05: #24273a;\n --search-bgd-06: #363a4f;\n --search-bgd-07: #1e2030;\n --search-bgd-08: #181926;\n --search-line-01: #363a4f;\n --search-line-02: #a5adcb;\n --search-text-01: #cad3f5;\n --search-text-02: #b8c0e0;\n --search-text-03: #a5adcb;\n --search-text-04: #a5adcb;\n --search-text-05: #8aadf4;\n --search-text-06: #6e738d;\n --search-text-09: #eed49f;\n --search-text-10: #f5a97f;\n --search-interactive-01: #8aadf4;\n --search-interactive-02: #c6a0f6;\n --search-interactive-03: #c6a0f6;\n --search-interactive-04: #91d7e3;\n --search-interactive-05: #c6a0f6;\n --gray-30: #24273a;\n --gray-60: #363a4f;\n --gray-90: #6e738d;\n --gray-110: #a5adcb;\n --gray-120: #cad3f5;\n --secondary-90: #b7bdf8;\n }\n :root.light #searchform > .searchbox-wrapper::after {\n background-image: none;\n }\n :root.light #searchform-actions::before {\n background: none !important;\n }\n :root.dark {\n color-scheme: dark;\n --color-container-highlight: #181926;\n --search-serp-container-background: #1e2030;\n --body-bg: #24273a;\n --bg-glassy: #1e2030;\n --bg-1: #494d64;\n --bg-2: #363a4f;\n --bg-02: #181926;\n --bg-04: #1e2030;\n --bg-green: #a6da95;\n --bg-blue: #8aadf4;\n --bg-red: #ed8796;\n --bg-favicon: #494d64;\n --bg-form-control-selected: #5b6078;\n --bg-form-control-unselected: #363a4f;\n --form-control-selected: #8aadf4;\n --form-control-hover: #b7bdf8;\n --form-control-focus: #cad3f5;\n --settings-header-bg: #1e2030;\n --settings-header-text: #cad3f5;\n --settings-header-icon: #8aadf4;\n --settings-widget-text: #a5adcb;\n --settings-item-text: #cad3f5;\n --settings-item-icon: #8aadf4;\n --settings-item-border: #6e738d;\n --settings-item-border-2: #939ab7;\n --settings-btn-bg: #363a4f;\n --settings-btn-text: #cad3f5;\n --settings-widget-outline: #6e738d;\n --settings-independent-score: #8aadf4;\n --settings-global-score: #f5a97f;\n --brave-supporter-bg: #24273a;\n --brave-supporter-text: #cad3f5;\n --context-menu-header-border: #6e738d;\n --color-primary: #cad3f5;\n --color-primary-2: #b8c0e0;\n --color-primary-3: #a5adcb;\n --color-white: #cad3f5;\n --color-gray-2: #b8c0e0;\n --color-gray-3: #a5adcb;\n --color-gray-4: #939ab7;\n --color-gray-5: #8087a2;\n --color-gray-6: #6e738d;\n --color-green: #a6da95;\n --color-red: #ed8796;\n --color-blue: #8aadf4;\n --info-color: #8aadf4;\n --link-primary: #8aadf4;\n --link-secondary: #8aadf4;\n --link-visited: #c6a0f6;\n --snippet-url: #a5adcb;\n --separator-dot: #6e738d;\n --theme-purple: #c6a0f6;\n --theme-yellow: #eed49f;\n --border-color: #6e738d;\n --blurple-300: #b7bdf8;\n --text-01: #cad3f5;\n --text-02: #b8c0e0;\n --text-03: #a5adcb;\n --interactive-04: #8aadf4;\n --interactive-05: #8aadf4;\n --interactive-06: #8aadf4;\n --interactive-07: #8aadf4;\n --interactive-08: #8aadf4;\n --focus-border: #939ab7;\n --divider-01: #6e738d;\n --disabled: #8087a2;\n --btn-filled-bg: #363a4f;\n --btn-filled-bg-hover: #494d64;\n --btn-filled-text-active: #cad3f5;\n --btn-filled-bg-active: #5b6078;\n --btn-filled-text-disabled: #8087a2;\n --btn-outline-border: #6e738d;\n --btn-outline-border-hover: #8087a2;\n --btn-outline-text: #cad3f5;\n --btn-outline-text-hover: #b8c0e0;\n --btn-outline-text-active: #cad3f5;\n --btn-outline-border-active: #939ab7;\n --btn-outline-text-disabled: #8087a2;\n --btn-icon-svg-hover: #b8c0e0;\n --btn-icon-bg-hover: #494d64;\n --btn-icon-svg-active: #cad3f5;\n --code-bg-0: #24273a;\n --code-border: #6e738d;\n --code-color-1: #363a4f;\n --code-color-2: #cad3f5;\n --code-color-3: #a6da95;\n --code-color-4: #8aadf4;\n --code-color-5: #f5bde6;\n --search-bgd-01: #6e738d;\n --search-bgd-02: #24273a;\n --search-bgd-03: #181926;\n --search-bgd-04: #1e2030;\n --search-bgd-05: #24273a;\n --search-bgd-06: #363a4f;\n --search-bgd-07: #1e2030;\n --search-bgd-08: #181926;\n --search-line-01: #363a4f;\n --search-line-02: #a5adcb;\n --search-text-01: #cad3f5;\n --search-text-02: #b8c0e0;\n --search-text-03: #a5adcb;\n --search-text-04: #a5adcb;\n --search-text-05: #8aadf4;\n --search-text-06: #6e738d;\n --search-text-09: #eed49f;\n --search-text-10: #f5a97f;\n --search-interactive-01: #8aadf4;\n --search-interactive-02: #c6a0f6;\n --search-interactive-03: #c6a0f6;\n --search-interactive-04: #91d7e3;\n --search-interactive-05: #c6a0f6;\n --gray-30: #24273a;\n --gray-60: #363a4f;\n --gray-90: #6e738d;\n --gray-110: #a5adcb;\n --gray-120: #cad3f5;\n --secondary-90: #b7bdf8;\n }\n :root.dark #searchform > .searchbox-wrapper::after {\n background-image: none;\n }\n :root.dark #searchform-actions::before {\n background: none !important;\n }\n @media (prefers-color-scheme: light) {\n :root:not(.light, .dark) {\n color-scheme: dark;\n --color-container-highlight: #181926;\n --search-serp-container-background: #1e2030;\n --body-bg: #24273a;\n --bg-glassy: #1e2030;\n --bg-1: #494d64;\n --bg-2: #363a4f;\n --bg-02: #181926;\n --bg-04: #1e2030;\n --bg-green: #a6da95;\n --bg-blue: #8aadf4;\n --bg-red: #ed8796;\n --bg-favicon: #494d64;\n --bg-form-control-selected: #5b6078;\n --bg-form-control-unselected: #363a4f;\n --form-control-selected: #8aadf4;\n --form-control-hover: #b7bdf8;\n --form-control-focus: #cad3f5;\n --settings-header-bg: #1e2030;\n --settings-header-text: #cad3f5;\n --settings-header-icon: #8aadf4;\n --settings-widget-text: #a5adcb;\n --settings-item-text: #cad3f5;\n --settings-item-icon: #8aadf4;\n --settings-item-border: #6e738d;\n --settings-item-border-2: #939ab7;\n --settings-btn-bg: #363a4f;\n --settings-btn-text: #cad3f5;\n --settings-widget-outline: #6e738d;\n --settings-independent-score: #8aadf4;\n --settings-global-score: #f5a97f;\n --brave-supporter-bg: #24273a;\n --brave-supporter-text: #cad3f5;\n --context-menu-header-border: #6e738d;\n --color-primary: #cad3f5;\n --color-primary-2: #b8c0e0;\n --color-primary-3: #a5adcb;\n --color-white: #cad3f5;\n --color-gray-2: #b8c0e0;\n --color-gray-3: #a5adcb;\n --color-gray-4: #939ab7;\n --color-gray-5: #8087a2;\n --color-gray-6: #6e738d;\n --color-green: #a6da95;\n --color-red: #ed8796;\n --color-blue: #8aadf4;\n --info-color: #8aadf4;\n --link-primary: #8aadf4;\n --link-secondary: #8aadf4;\n --link-visited: #c6a0f6;\n --snippet-url: #a5adcb;\n --separator-dot: #6e738d;\n --theme-purple: #c6a0f6;\n --theme-yellow: #eed49f;\n --border-color: #6e738d;\n --blurple-300: #b7bdf8;\n --text-01: #cad3f5;\n --text-02: #b8c0e0;\n --text-03: #a5adcb;\n --interactive-04: #8aadf4;\n --interactive-05: #8aadf4;\n --interactive-06: #8aadf4;\n --interactive-07: #8aadf4;\n --interactive-08: #8aadf4;\n --focus-border: #939ab7;\n --divider-01: #6e738d;\n --disabled: #8087a2;\n --btn-filled-bg: #363a4f;\n --btn-filled-bg-hover: #494d64;\n --btn-filled-text-active: #cad3f5;\n --btn-filled-bg-active: #5b6078;\n --btn-filled-text-disabled: #8087a2;\n --btn-outline-border: #6e738d;\n --btn-outline-border-hover: #8087a2;\n --btn-outline-text: #cad3f5;\n --btn-outline-text-hover: #b8c0e0;\n --btn-outline-text-active: #cad3f5;\n --btn-outline-border-active: #939ab7;\n --btn-outline-text-disabled: #8087a2;\n --btn-icon-svg-hover: #b8c0e0;\n --btn-icon-bg-hover: #494d64;\n --btn-icon-svg-active: #cad3f5;\n --code-bg-0: #24273a;\n --code-border: #6e738d;\n --code-color-1: #363a4f;\n --code-color-2: #cad3f5;\n --code-color-3: #a6da95;\n --code-color-4: #8aadf4;\n --code-color-5: #f5bde6;\n --search-bgd-01: #6e738d;\n --search-bgd-02: #24273a;\n --search-bgd-03: #181926;\n --search-bgd-04: #1e2030;\n --search-bgd-05: #24273a;\n --search-bgd-06: #363a4f;\n --search-bgd-07: #1e2030;\n --search-bgd-08: #181926;\n --search-line-01: #363a4f;\n --search-line-02: #a5adcb;\n --search-text-01: #cad3f5;\n --search-text-02: #b8c0e0;\n --search-text-03: #a5adcb;\n --search-text-04: #a5adcb;\n --search-text-05: #8aadf4;\n --search-text-06: #6e738d;\n --search-text-09: #eed49f;\n --search-text-10: #f5a97f;\n --search-interactive-01: #8aadf4;\n --search-interactive-02: #c6a0f6;\n --search-interactive-03: #c6a0f6;\n --search-interactive-04: #91d7e3;\n --search-interactive-05: #c6a0f6;\n --gray-30: #24273a;\n --gray-60: #363a4f;\n --gray-90: #6e738d;\n --gray-110: #a5adcb;\n --gray-120: #cad3f5;\n --secondary-90: #b7bdf8;\n }\n :root:not(.light, .dark) #searchform > .searchbox-wrapper::after {\n background-image: none;\n }\n :root:not(.light, .dark) #searchform-actions::before {\n background: none !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root:not(.light, .dark) {\n color-scheme: dark;\n --color-container-highlight: #181926;\n --search-serp-container-background: #1e2030;\n --body-bg: #24273a;\n --bg-glassy: #1e2030;\n --bg-1: #494d64;\n --bg-2: #363a4f;\n --bg-02: #181926;\n --bg-04: #1e2030;\n --bg-green: #a6da95;\n --bg-blue: #8aadf4;\n --bg-red: #ed8796;\n --bg-favicon: #494d64;\n --bg-form-control-selected: #5b6078;\n --bg-form-control-unselected: #363a4f;\n --form-control-selected: #8aadf4;\n --form-control-hover: #b7bdf8;\n --form-control-focus: #cad3f5;\n --settings-header-bg: #1e2030;\n --settings-header-text: #cad3f5;\n --settings-header-icon: #8aadf4;\n --settings-widget-text: #a5adcb;\n --settings-item-text: #cad3f5;\n --settings-item-icon: #8aadf4;\n --settings-item-border: #6e738d;\n --settings-item-border-2: #939ab7;\n --settings-btn-bg: #363a4f;\n --settings-btn-text: #cad3f5;\n --settings-widget-outline: #6e738d;\n --settings-independent-score: #8aadf4;\n --settings-global-score: #f5a97f;\n --brave-supporter-bg: #24273a;\n --brave-supporter-text: #cad3f5;\n --context-menu-header-border: #6e738d;\n --color-primary: #cad3f5;\n --color-primary-2: #b8c0e0;\n --color-primary-3: #a5adcb;\n --color-white: #cad3f5;\n --color-gray-2: #b8c0e0;\n --color-gray-3: #a5adcb;\n --color-gray-4: #939ab7;\n --color-gray-5: #8087a2;\n --color-gray-6: #6e738d;\n --color-green: #a6da95;\n --color-red: #ed8796;\n --color-blue: #8aadf4;\n --info-color: #8aadf4;\n --link-primary: #8aadf4;\n --link-secondary: #8aadf4;\n --link-visited: #c6a0f6;\n --snippet-url: #a5adcb;\n --separator-dot: #6e738d;\n --theme-purple: #c6a0f6;\n --theme-yellow: #eed49f;\n --border-color: #6e738d;\n --blurple-300: #b7bdf8;\n --text-01: #cad3f5;\n --text-02: #b8c0e0;\n --text-03: #a5adcb;\n --interactive-04: #8aadf4;\n --interactive-05: #8aadf4;\n --interactive-06: #8aadf4;\n --interactive-07: #8aadf4;\n --interactive-08: #8aadf4;\n --focus-border: #939ab7;\n --divider-01: #6e738d;\n --disabled: #8087a2;\n --btn-filled-bg: #363a4f;\n --btn-filled-bg-hover: #494d64;\n --btn-filled-text-active: #cad3f5;\n --btn-filled-bg-active: #5b6078;\n --btn-filled-text-disabled: #8087a2;\n --btn-outline-border: #6e738d;\n --btn-outline-border-hover: #8087a2;\n --btn-outline-text: #cad3f5;\n --btn-outline-text-hover: #b8c0e0;\n --btn-outline-text-active: #cad3f5;\n --btn-outline-border-active: #939ab7;\n --btn-outline-text-disabled: #8087a2;\n --btn-icon-svg-hover: #b8c0e0;\n --btn-icon-bg-hover: #494d64;\n --btn-icon-svg-active: #cad3f5;\n --code-bg-0: #24273a;\n --code-border: #6e738d;\n --code-color-1: #363a4f;\n --code-color-2: #cad3f5;\n --code-color-3: #a6da95;\n --code-color-4: #8aadf4;\n --code-color-5: #f5bde6;\n --search-bgd-01: #6e738d;\n --search-bgd-02: #24273a;\n --search-bgd-03: #181926;\n --search-bgd-04: #1e2030;\n --search-bgd-05: #24273a;\n --search-bgd-06: #363a4f;\n --search-bgd-07: #1e2030;\n --search-bgd-08: #181926;\n --search-line-01: #363a4f;\n --search-line-02: #a5adcb;\n --search-text-01: #cad3f5;\n --search-text-02: #b8c0e0;\n --search-text-03: #a5adcb;\n --search-text-04: #a5adcb;\n --search-text-05: #8aadf4;\n --search-text-06: #6e738d;\n --search-text-09: #eed49f;\n --search-text-10: #f5a97f;\n --search-interactive-01: #8aadf4;\n --search-interactive-02: #c6a0f6;\n --search-interactive-03: #c6a0f6;\n --search-interactive-04: #91d7e3;\n --search-interactive-05: #c6a0f6;\n --gray-30: #24273a;\n --gray-60: #363a4f;\n --gray-90: #6e738d;\n --gray-110: #a5adcb;\n --gray-120: #cad3f5;\n --secondary-90: #b7bdf8;\n }\n :root:not(.light, .dark) #searchform > .searchbox-wrapper::after {\n background-image: none;\n }\n :root:not(.light, .dark) #searchform-actions::before {\n background: none !important;\n }\n }\n /* prettier-ignore */", + "code": ":root.light {\n color-scheme: dark;\n --color-page-background: #24273a;\n --color-container-background: #181926;\n --color-container-highlight: #1e2030;\n --color-serp-header-background: #181926;\n --color-text-interactive: #b7bdf8;\n --color-divider-subtle: #363a4f;\n --color-divider-interactive: #b7bdf8;\n --color-text-primary: #cad3f5;\n --color-serp-bar-bg: #1e2030;\n --color-serp-divider-subtle-container: #363a4f;\n --color-gray-30: #a5adcb;\n --color-gray-40: #939ab7;\n --color-text-secondary: #b8c0e0;\n --color-text-tertiary: #a5adcb;\n --color-icon-default: #939ab7;\n --color-serp-snippet-background: #24273a;\n --color-link-default: #8aadf4;\n --color-link-visited: #c6a0f6;\n --color-tabs-search-text-default: #b7bdf8;\n --color-primary-50: #b7bdf8;\n --color-primitive-primary-60: #b7bdf8;\n --color-primitive-primary-70: #a0a8f6;\n --color-container-interactive: transparent;\n --color-button-background: #b7bdf8;\n --color-button-disabled: rgba(91, 96, 120, 0.3);\n }\n :root.light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.light input::placeholder,\n :root.light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light dialog {\n color: #cad3f5;\n }\n :root.light dialog::backdrop {\n background-color: rgba(24, 25, 38, 0.3);\n }\n :root.light #searchform::after {\n outline-color: #363a4f;\n }\n :root.light #searchform-actions::before {\n background: none !important;\n }\n :root.light #submit-button:hover:not(:disabled) {\n background: linear-gradient(314deg, #f5a97f 8.49%, #f5bde6 43.72%, #c6a0f6 99.51%);\n }\n :root.light #submit-button svg {\n fill: #939ab7;\n }\n :root.light #searchbox::placeholder {\n color: #a5adcb;\n }\n :root.light .button.type--filled.theme--default {\n color: #24273a;\n }\n :root.light .button.type--filled.theme--default:disabled {\n color: rgba(202, 211, 245, 0.5);\n }\n :root.light .button.type--outlined.theme--default:hover {\n background-color: #b7bdf8;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root.light .tab-item.active .icon {\n fill: #b7bdf8 !important;\n }\n :root.light .tab-item.active ::after {\n background: #b7bdf8 !important;\n }\n :root.light .logo-img {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22244%22%20height%3D%2278%22%20fill%3D%22none%22%20viewBox%3D%220%200%20244%2078%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M81.512%2040.373V14.791h2.453a3.614%203.614%200%200%201%203.619%203.61v11.375c3.931-3.5%207.274-4.9%2011.73-4.99%208.546-.175%2015.964%206.158%2016.669%2014.657.842%2010.154-6.56%2017.797-16.203%2017.797-10.586%200-18.268-6.549-18.268-16.867m5.971%202.01c.599%205.285%205.659%209.651%2010.994%209.736%206.952.106%2011.688-4.414%2011.688-11.1s-4.63-11.1-11.386-11.1c-7.221-.016-12.117%205.217-11.296%2012.464m38.63-16.958v4.557c3.82-4.229%206.082-5.365%2010.554-5.365%201.301.001%202.6.105%203.884.312v6.052a15.8%2015.8%200%200%200-4.207-.56c-3.237%200-5.955%201.057-7.947%203.055-1.749%201.75-2.268%203.118-2.268%205.867v16.85h-6.295V25.426zM142.045%2035.6c.323-2.997.906-4.62%202.198-6.179%202.591-3.171%207.254-4.804%2013.856-4.804%205.245%200%209.065.814%2011.719%202.558%202.205%201.432%203.111%203.557%203.111%207.3v13.663c0%202.997.778%204.054%202.914%203.996q.716-.025%201.425-.127v4.118a9.4%209.4%200%200%201-3.301.497c-3.947%200-5.759-1.184-6.988-4.62-3.884%203.557-7.9%205.053-13.66%205.053-7.703%200-12.429-3.494-12.429-9.176a8.08%208.08%200%200%201%204.853-7.484c2.331-1%203.756-1.311%2010.422-1.998%205.695-.56%206.67-.688%208.286-1.19%201.749-.56%202.528-1.495%202.528-3.055%200-3.309-2.782-4.805-8.61-4.805-5.511%200-8.35%201.09-9.49%203.87a3.755%203.755%200%200%201-3.47%202.368zm24.902%205.243a61.8%2061.8%200%200%201-12.239%202.247c-5.632.56-7.38%201.623-7.38%204.43%200%203.118%202.59%204.756%207.703%204.756%204.207%200%207.381-1.057%209.649-3.118%201.812-1.686%202.267-2.87%202.267-5.814zm25.517%2015.346h-1.621a3.71%203.71%200%200%201-3.359-2.083l-13.58-28.68h3.773a5.55%205.55%200%200%201%205.102%203.26l9.06%2020.615%209.362-20.693a5.55%205.55%200%200%201%205.076-3.204h3.428l-13.897%2028.734a3.71%203.71%200%200%201-3.344%202.05Zm21.495-13.601c.646%205.93%205.298%209.61%2012.234%209.61%203.936%200%206.887-1.169%208.715-3.5a5.62%205.62%200%200%201%204.398-2.114h3.651c-3.179%206.987-8.87%2010.423-17.352%2010.423-10.597%200-17.739-6.427-17.739-16.037s7.317-16.348%2017.871-16.348c7.635%200%2013.776%203.43%2016.25%209.176%201.102%202.642%201.552%204.99%201.552%208.795zm23.175-4.757c-1.425-5.428-5.632-8.489-11.46-8.489s-10.035%203.06-11.524%208.49h22.984Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m62.038%2017.836%201.746-4.28s-2.221-2.378-4.92-5.073c-2.697-2.695-8.41-1.11-8.41-1.11L43.947%200H21.095l-6.507%207.373s-5.713-1.585-8.411%201.11a230%20230%200%200%200-4.92%205.073l1.746%204.28-2.222%206.34s6.535%2024.722%207.3%2027.741c1.508%205.945%202.54%208.243%206.824%2011.255%204.285%203.012%2012.061%208.243%2013.33%209.036s2.858%202.142%204.286%202.142%203.015-1.35%204.285-2.142c1.27-.793%209.045-6.024%2013.33-9.036s5.317-5.31%206.824-11.255c.766-3.019%207.3-27.74%207.3-27.74z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.614%2013.397c.952%200%208.014-1.347%208.014-1.347s8.37%2010.105%208.37%2012.265c0%201.786-.72%202.485-1.568%203.308-.178.173-.36.35-.544.545l-6.275%206.656q-.095.099-.205.21c-.626.628-1.549%201.555-.898%203.093l.134.313c.713%201.667%201.594%203.725.473%205.81-1.193%202.218-3.236%203.699-4.545%203.454-1.31-.245-4.384-1.85-5.515-2.583s-4.715-3.686-4.715-4.815c0-.942%202.578-2.51%203.83-3.27.25-.152.446-.272.56-.348.129-.087.345-.222.61-.387%201.144-.709%203.208-1.99%203.26-2.558.063-.7.039-.905-.882-2.635a37%2037%200%200%200-.662-1.169c-.878-1.508-1.86-3.196-1.642-4.405.245-1.365%202.386-2.148%204.2-2.81q.342-.125.66-.245c.53-.2%201.195-.448%201.89-.708%201.811-.678%203.823-1.43%204.155-1.584.46-.211.341-.413-1.05-.544l-.676-.07c-1.722-.183-4.899-.52-6.443-.09-.304.085-.644.177-1.001.273-1.735.47-3.861%201.045-4.066%201.376a2%202%200%200%201-.104.155c-.195.278-.322.459-.106%201.638.064.35.197%201.041.36%201.895.48%202.5%201.227%206.4%201.321%207.277q.02.183.042.355c.12.977.2%201.627-.937%201.887l-.297.068c-1.282.294-3.162.725-3.842.725s-2.56-.431-3.843-.725l-.296-.068c-1.136-.26-1.056-.91-.936-1.887q.021-.171.041-.355c.095-.878.844-4.787%201.323-7.287.163-.85.295-1.536.359-1.885.216-1.18.089-1.36-.107-1.638a3%203%200%200%201-.104-.155c-.204-.331-2.33-.906-4.065-1.376a108%20108%200%200%201-1.002-.273c-1.544-.43-4.72-.093-6.442.09l-.676.07c-1.391.131-1.51.333-1.05.544.331.153%202.342.906%204.153%201.583.695.26%201.361.51%201.89.71q.32.12.662.243c1.813.663%203.955%201.446%204.2%202.811.218%201.21-.765%202.897-1.642%204.405-.237.407-.466.801-.662%201.17-.921%201.729-.946%201.934-.882%202.634.052.568%202.115%201.849%203.258%202.558.266.165.483.3.612.387.114.076.31.195.559.347%201.252.761%203.83%202.329%203.83%203.27%200%201.13-3.584%204.083-4.714%204.816s-4.206%202.338-5.515%202.583c-1.31.245-3.352-1.236-4.545-3.454-1.121-2.085-.24-4.142.473-5.81l.133-.313c.651-1.539-.271-2.465-.898-3.094q-.11-.11-.204-.209l-6.275-6.656a17%2017%200%200%200-.544-.545c-.848-.823-1.568-1.522-1.568-3.308%200-2.16%208.37-12.265%208.37-12.265s7.062%201.347%208.014%201.347c.76%200%202.227-.504%203.756-1.03.387-.134.779-.268%201.163-.396%201.905-.634%203.174-.639%203.174-.639s1.27.005%203.174.639c.385.128.776.262%201.163.396%201.53.526%202.997%201.03%203.757%201.03m-1.212%2035.745c1.493.768%202.552%201.313%202.952%201.563.518.324.202.935-.27%201.268-.472.334-6.813%205.239-7.429%205.78l-.249.224c-.593.534-1.35%201.215-1.886%201.215s-1.293-.682-1.886-1.216l-.248-.222c-.616-.542-6.958-5.447-7.43-5.78s-.787-.945-.27-1.269c.401-.25%201.461-.796%202.956-1.565l1.42-.732c2.236-1.156%205.023-2.139%205.458-2.139s3.222.983%205.459%202.139q.763.395%201.423.733Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M50.453%207.373%2043.947%200H21.094l-6.506%207.373s-5.713-1.585-8.411%201.11c0%200%207.617-.687%2010.236%203.567%200%200%207.062%201.347%208.014%201.347s3.015-.792%204.92-1.427c1.904-.634%203.174-.638%203.174-.638s1.27.004%203.173.638c1.905.635%203.968%201.427%204.92%201.427s8.014-1.347%208.014-1.347c2.619-4.254%2010.236-3.567%2010.236-3.567-2.697-2.695-8.41-1.11-8.41-1.11Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.light .nav-logo .logo-large {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22114%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%20114%2035%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.084%2018.876V6.915h1.146c.933%200%201.69.756%201.69%201.688v5.318c1.837-1.636%203.4-2.29%205.481-2.333%203.993-.081%207.458%202.88%207.788%206.853.393%204.747-3.065%208.32-7.57%208.32-4.946%200-8.535-3.061-8.535-7.885m2.79.94c.279%202.47%202.643%204.512%205.136%204.551%203.248.05%205.46-2.063%205.46-5.19%200-3.126-2.163-5.19-5.32-5.19-3.373-.007-5.66%202.44-5.277%205.828Zm18.048-7.929v2.13c1.785-1.976%202.842-2.508%204.93-2.508q.913.001%201.815.146v2.83a7.4%207.4%200%200%200-1.965-.262c-1.513%200-2.783.494-3.713%201.428-.817.818-1.06%201.458-1.06%202.743v7.879h-2.94V11.887zm7.443%204.758c.151-1.402.424-2.16%201.028-2.89%201.21-1.482%203.389-2.246%206.473-2.246%202.45%200%204.236.38%205.476%201.196%201.03.67%201.453%201.663%201.453%203.413v6.389c0%201.4.364%201.895%201.361%201.868a6%206%200%200%200%20.666-.06v1.926a4.4%204.4%200%200%201-1.542.232c-1.844%200-2.69-.554-3.265-2.16-1.814%201.663-3.69%202.363-6.382%202.363-3.599%200-5.807-1.634-5.807-4.29a3.78%203.78%200%200%201%202.267-3.5c1.09-.467%201.755-.613%204.87-.934%202.66-.262%203.116-.321%203.871-.556.817-.262%201.181-.7%201.181-1.429%200-1.547-1.3-2.246-4.023-2.246-2.574%200-3.9.51-4.433%201.809a1.755%201.755%200%200%201-1.622%201.107zM78%2019.095a29%2029%200%200%201-5.718%201.051c-2.632.262-3.448.759-3.448%202.071%200%201.458%201.21%202.224%203.599%202.224%201.965%200%203.448-.494%204.508-1.458.846-.788%201.059-1.342%201.059-2.718zm11.922%207.175h-.757a1.73%201.73%200%200%201-1.57-.973l-6.344-13.41h1.762a2.59%202.59%200%200%201%202.384%201.525l4.233%209.638%204.374-9.675a2.59%202.59%200%200%201%202.371-1.498h1.602l-6.493%2013.434c-.295.591-.9.963-1.562.96Zm10.042-6.358c.302%202.772%202.476%204.492%205.716%204.492%201.84%200%203.218-.546%204.072-1.636a2.63%202.63%200%200%201%202.055-.988h1.706c-1.486%203.267-4.144%204.873-8.108%204.873-4.95%200-8.287-3.005-8.287-7.498%200-4.492%203.418-7.643%208.349-7.643%203.567%200%206.437%201.604%207.593%204.29.514%201.236.725%202.333.725%204.112l-13.82-.002Zm10.828-2.225c-.666-2.538-2.631-3.969-5.354-3.969s-4.689%201.431-5.384%203.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m28.985%208.339.816-2.001s-1.038-1.112-2.298-2.372-3.93-.519-3.93-.519L20.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52A109%20109%200%200%200%20.588%206.336l.815%202.002-1.038%202.964s3.053%2011.559%203.41%2012.97c.705%202.78%201.187%203.854%203.19%205.262%202.001%201.409%205.634%203.854%206.227%204.225.594.37%201.335%201.002%202.002%201.002.668%200%201.41-.632%202.002-1.002.593-.37%204.227-2.816%206.228-4.225%202.003-1.408%202.484-2.483%203.189-5.262.358-1.411%203.41-12.97%203.41-12.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.976%206.263c.445%200%203.744-.63%203.744-.63s3.91%204.725%203.91%205.735c0%20.835-.336%201.162-.732%201.547q-.125.119-.254.254l-2.932%203.112-.096.098c-.293.294-.723.727-.42%201.447l.063.146c.334.78.745%201.741.221%202.716-.557%201.037-1.512%201.73-2.123%201.615s-2.049-.865-2.577-1.208-2.203-1.723-2.203-2.25c0-.441%201.205-1.174%201.79-1.53.116-.07.208-.127.26-.163a14%2014%200%200%201%20.287-.18c.534-.332%201.498-.93%201.522-1.196.03-.327.019-.423-.412-1.232a15%2015%200%200%200-.31-.547c-.409-.704-.868-1.494-.766-2.06.114-.637%201.115-1.003%201.962-1.313l.309-.114c.247-.094.558-.21.883-.332.846-.316%201.786-.668%201.94-.74.216-.099.16-.193-.49-.255l-.316-.032c-.804-.086-2.288-.243-3.01-.042q-.215.06-.468.128c-.81.219-1.804.488-1.9.643l-.048.072c-.091.13-.15.215-.05.766.03.164.092.487.169.886.224%201.17.573%202.993.617%203.402l.02.166c.056.457.093.761-.438.883l-.139.031c-.6.138-1.477.34-1.795.34s-1.196-.202-1.795-.34l-.138-.031c-.531-.122-.494-.426-.438-.883l.02-.166c.043-.41.393-2.238.617-3.407.076-.397.138-.718.168-.881.1-.551.041-.636-.05-.766l-.048-.072c-.096-.155-1.09-.424-1.9-.643l-.468-.128c-.721-.201-2.205-.044-3.01.042l-.316.032c-.65.062-.705.156-.49.255.154.072%201.094.423%201.94.74l.884.332.308.114c.848.31%201.848.676%201.963%201.314.101.565-.357%201.354-.767%202.06-.111.19-.218.374-.31.546-.43.809-.442.905-.412%201.232.024.265.988.864%201.523%201.196.124.077.225.14.286.18.053.036.144.092.26.163.585.356%201.79%201.089%201.79%201.53%200%20.527-1.674%201.908-2.203%202.25s-1.965%201.094-2.576%201.208c-.612.114-1.566-.578-2.124-1.615-.524-.974-.112-1.936.221-2.716l.063-.146c.304-.72-.127-1.153-.42-1.447l-.095-.098-2.932-3.112a8%208%200%200%200-.254-.254c-.396-.385-.733-.712-.733-1.547%200-1.01%203.91-5.734%203.91-5.734s3.3.63%203.745.63c.355%200%201.04-.236%201.755-.482.18-.063.364-.126.543-.186.89-.296%201.483-.298%201.483-.298s.593.002%201.483.298q.271.09.544.186c.714.246%201.4.481%201.755.481m-.567%2016.713c.698.359%201.193.614%201.38.73.242.152.094.438-.127.594-.22.155-3.183%202.449-3.47%202.702l-.117.104c-.277.25-.63.568-.88.568-.252%200-.605-.318-.882-.568l-.116-.104c-.288-.253-3.25-2.547-3.471-2.702-.22-.156-.369-.442-.127-.593.188-.117.683-.373%201.381-.732l.664-.342c1.045-.54%202.347-1%202.55-1s1.505.46%202.55%201z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.573%203.447%2020.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52c0%200%203.56-.322%204.783%201.667%200%200%203.3.63%203.744.63s1.409-.37%202.298-.667c.89-.297%201.483-.299%201.483-.299s.594.002%201.483.299c.89.296%201.854.667%202.299.667s3.744-.63%203.744-.63c1.224-1.989%204.783-1.668%204.783-1.668-1.26-1.26-3.93-.519-3.93-.519%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.light .nav-logo .logo-small {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.light .waves-bottom {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22200%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M1537.5%20115.707v.484C984.718-184.723%20431.932%20226.405-120.854%2036.569v-4.062C431.932%20223.554%20984.718-186.42%201537.5%20115.707%22/%3E%3Cpath%20d%3D%22M1537.5%20121.488v.508C984.718-165.002%20431.932%20260.262-120.854%2084.758v-4.166C431.932%20257.33%20984.718-166.699%201537.5%20121.488%22/%3E%3Cpath%20d%3D%22M1537.5%20127.454v.508c-552.782-272.77-1105.568%20166.976-1658.354%206.127v-4.246C431.932%20291.949%20984.718-146.551%201537.5%20127.454%22/%3E%3Cpath%20d%3D%22M1537.5%20133.454v.519C984.718-124.234%20431.932%20330.248-120.854%20184.354v-4.327C431.932%20327.201%20984.718-126%201537.5%20133.454%22/%3E%3Cpath%20d%3D%22M420.794%20214C793.026%20133.224%201165.25-25.213%201537.5%20139.57v.577C1169.9-21.786%20802.332%20131.539%20434.764%20214z%22/%3E%3Cpath%20d%3D%22M558.841%20214c326.213-91.162%20652.429-203.868%20978.659-68.233v.531C1214.58%2012.775%20891.676%20122.584%20568.78%20214z%22/%3E%3Cpath%20d%3D%22M665.068%20214c290.8-90.643%20581.612-175.02%20872.432-61.99v.519C1249.41%2041.243%20961.327%20123.669%20673.256%20214z%22/%3E%3Cpath%20d%3D%22M755.368%20214c260.712-85.45%20521.402-149.944%20782.132-55.724v.531C1279.18%2066.064%201020.88%20129.116%20762.566%20214z%22/%3E%3Cpath%20d%3D%22M835.948%20214c233.842-77.949%20467.692-127.557%20701.552-49.435v.542C1305.8%2088.22%201074.13%20136.766%20842.455%20214z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-32%200h1496v214H-32z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root.light .waves-top {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22218%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M-90.855%2051.976v-.7c797.89%20434.34%201595.775-159.081%202393.665%20114.927v5.863C1504.92-103.691%20707.035%20488.031-90.854%2051.976Z%22/%3E%3Cpath%20d%3D%22M-90.855%2043.631v-.733C707.035%20457.15%201504.92-156.674%202302.81%2096.664v6.013C1504.92-152.443%20707.035%20459.599-90.854%2043.631Z%22/%3E%3Cpath%20d%3D%22M-90.855%2035.07v-.733c797.89%20393.665%201595.775-241.062%202393.665-8.894v6.13C1504.92-202.412%20707.035%20430.517-90.854%2035.07Z%22/%3E%3Cpath%20d%3D%22M-90.855%2026.359v-.75C707.035%20398.288%201504.92-257.693%202302.81-47.11v6.246C1504.92-253.296%20707.035%20400.853-90.854%2026.36Z%22/%3E%3Cpath%20d%3D%22M-90.855%2017.515v-.75C707.035%20368.174%201504.92-309.376%202302.81-120.697v6.313C1504.92-304.946%20707.035%20370.772-90.854%2017.515Z%22/%3E%3Cpath%20d%3D%22M-90.855%208.537v-.766C707.035%20337.76%201504.92-361.626%202302.81-195.05v6.346C1504.92-357.146%20707.035%20340.358-90.854%208.537Z%22/%3E%3Cpath%20d%3D%22M-90.855-.44v-.75C707.035%20307.08%201504.92-414.26%202302.81-270.001v6.412C1504.92-409.762%20707.035%20309.711-90.854-.441Z%22/%3E%3Cpath%20d%3D%22M-90.855-9.485v-.766C707.035%20276.266%201504.92-467.159%202302.81-345.287v6.43C1504.92-462.628%20707.035%20278.898-90.854-9.485Z%22/%3E%3Cpath%20d%3D%22M-90.855-18.562v-.783c797.89%20264.731%201595.775-500.83%202393.665-401.41v6.446C1504.92-515.645%20707.035%20248.017-90.854-18.562Z%22/%3E%3Cpath%20d%3D%22M-90.855-27.657v-.782C707.035%20214.489%201504.92-573.191%202302.81-496.14v6.429C1504.92-568.661%20707.035%20217.137-90.854-27.656Z%22/%3E%3Cpath%20d%3D%22M-90.855-36.7v-.784C707.035%20183.692%201504.92-626.057%202302.81-571.492v6.429C1504.92-621.56%20707.035%20186.307-90.854-36.701Z%22/%3E%3Cpath%20d%3D%22M-90.855-45.712v-.716C707.035%20153.045%201504.92-678.69%202302.81-646.377v6.362C1504.92-674.193%20707.035%20155.643-90.854-45.712Z%22/%3E%3Cpath%20d%3D%22M-90.855-54.64v-.782C707.035%20122.63%201504.92-730.874%202302.81-720.697v6.363C1504.92-726.443%20707.035%20125.129-90.854-54.639Z%22/%3E%3Cpath%20d%3D%22M-90.855-63.5v-.766C707.035%2092.55%201504.92-782.524%202302.81-794.283v6.229C1504.92-778.144%20707.035%2095.148-90.854-63.5Z%22/%3E%3Cpath%20d%3D%22M-90.855-72.245v-.733C581.533%2041.516%201253.92-576.971%201926.28-794.282H1943C1265.04-583.518%20587.102%2044.714-90.855-72.245%22/%3E%3Cpath%20d%3D%22M-90.855-80.806v-.733C529.572%208.137%201150-526.488%201770.44-794.283h11.28C1157.51-529.536%20533.344%2010.769-90.854-80.806Z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-2-73h1496v291H-2z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root.light input[type=\"radio\"]:checked::after {\n background-color: #b7bdf8;\n }\n :root.light .feedback-footer #logo {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n height: 48px;\n }\n :root.dark {\n color-scheme: dark;\n --color-page-background: #24273a;\n --color-container-background: #181926;\n --color-container-highlight: #1e2030;\n --color-serp-header-background: #181926;\n --color-text-interactive: #b7bdf8;\n --color-divider-subtle: #363a4f;\n --color-divider-interactive: #b7bdf8;\n --color-text-primary: #cad3f5;\n --color-serp-bar-bg: #1e2030;\n --color-serp-divider-subtle-container: #363a4f;\n --color-gray-30: #a5adcb;\n --color-gray-40: #939ab7;\n --color-text-secondary: #b8c0e0;\n --color-text-tertiary: #a5adcb;\n --color-icon-default: #939ab7;\n --color-serp-snippet-background: #24273a;\n --color-link-default: #8aadf4;\n --color-link-visited: #c6a0f6;\n --color-tabs-search-text-default: #b7bdf8;\n --color-primary-50: #b7bdf8;\n --color-primitive-primary-60: #b7bdf8;\n --color-primitive-primary-70: #a0a8f6;\n --color-container-interactive: transparent;\n --color-button-background: #b7bdf8;\n --color-button-disabled: rgba(91, 96, 120, 0.3);\n }\n :root.dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark input::placeholder,\n :root.dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark dialog {\n color: #cad3f5;\n }\n :root.dark dialog::backdrop {\n background-color: rgba(24, 25, 38, 0.3);\n }\n :root.dark #searchform::after {\n outline-color: #363a4f;\n }\n :root.dark #searchform-actions::before {\n background: none !important;\n }\n :root.dark #submit-button:hover:not(:disabled) {\n background: linear-gradient(314deg, #f5a97f 8.49%, #f5bde6 43.72%, #c6a0f6 99.51%);\n }\n :root.dark #submit-button svg {\n fill: #939ab7;\n }\n :root.dark #searchbox::placeholder {\n color: #a5adcb;\n }\n :root.dark .button.type--filled.theme--default {\n color: #24273a;\n }\n :root.dark .button.type--filled.theme--default:disabled {\n color: rgba(202, 211, 245, 0.5);\n }\n :root.dark .button.type--outlined.theme--default:hover {\n background-color: #b7bdf8;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root.dark .tab-item.active .icon {\n fill: #b7bdf8 !important;\n }\n :root.dark .tab-item.active ::after {\n background: #b7bdf8 !important;\n }\n :root.dark .logo-img {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22244%22%20height%3D%2278%22%20fill%3D%22none%22%20viewBox%3D%220%200%20244%2078%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M81.512%2040.373V14.791h2.453a3.614%203.614%200%200%201%203.619%203.61v11.375c3.931-3.5%207.274-4.9%2011.73-4.99%208.546-.175%2015.964%206.158%2016.669%2014.657.842%2010.154-6.56%2017.797-16.203%2017.797-10.586%200-18.268-6.549-18.268-16.867m5.971%202.01c.599%205.285%205.659%209.651%2010.994%209.736%206.952.106%2011.688-4.414%2011.688-11.1s-4.63-11.1-11.386-11.1c-7.221-.016-12.117%205.217-11.296%2012.464m38.63-16.958v4.557c3.82-4.229%206.082-5.365%2010.554-5.365%201.301.001%202.6.105%203.884.312v6.052a15.8%2015.8%200%200%200-4.207-.56c-3.237%200-5.955%201.057-7.947%203.055-1.749%201.75-2.268%203.118-2.268%205.867v16.85h-6.295V25.426zM142.045%2035.6c.323-2.997.906-4.62%202.198-6.179%202.591-3.171%207.254-4.804%2013.856-4.804%205.245%200%209.065.814%2011.719%202.558%202.205%201.432%203.111%203.557%203.111%207.3v13.663c0%202.997.778%204.054%202.914%203.996q.716-.025%201.425-.127v4.118a9.4%209.4%200%200%201-3.301.497c-3.947%200-5.759-1.184-6.988-4.62-3.884%203.557-7.9%205.053-13.66%205.053-7.703%200-12.429-3.494-12.429-9.176a8.08%208.08%200%200%201%204.853-7.484c2.331-1%203.756-1.311%2010.422-1.998%205.695-.56%206.67-.688%208.286-1.19%201.749-.56%202.528-1.495%202.528-3.055%200-3.309-2.782-4.805-8.61-4.805-5.511%200-8.35%201.09-9.49%203.87a3.755%203.755%200%200%201-3.47%202.368zm24.902%205.243a61.8%2061.8%200%200%201-12.239%202.247c-5.632.56-7.38%201.623-7.38%204.43%200%203.118%202.59%204.756%207.703%204.756%204.207%200%207.381-1.057%209.649-3.118%201.812-1.686%202.267-2.87%202.267-5.814zm25.517%2015.346h-1.621a3.71%203.71%200%200%201-3.359-2.083l-13.58-28.68h3.773a5.55%205.55%200%200%201%205.102%203.26l9.06%2020.615%209.362-20.693a5.55%205.55%200%200%201%205.076-3.204h3.428l-13.897%2028.734a3.71%203.71%200%200%201-3.344%202.05Zm21.495-13.601c.646%205.93%205.298%209.61%2012.234%209.61%203.936%200%206.887-1.169%208.715-3.5a5.62%205.62%200%200%201%204.398-2.114h3.651c-3.179%206.987-8.87%2010.423-17.352%2010.423-10.597%200-17.739-6.427-17.739-16.037s7.317-16.348%2017.871-16.348c7.635%200%2013.776%203.43%2016.25%209.176%201.102%202.642%201.552%204.99%201.552%208.795zm23.175-4.757c-1.425-5.428-5.632-8.489-11.46-8.489s-10.035%203.06-11.524%208.49h22.984Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m62.038%2017.836%201.746-4.28s-2.221-2.378-4.92-5.073c-2.697-2.695-8.41-1.11-8.41-1.11L43.947%200H21.095l-6.507%207.373s-5.713-1.585-8.411%201.11a230%20230%200%200%200-4.92%205.073l1.746%204.28-2.222%206.34s6.535%2024.722%207.3%2027.741c1.508%205.945%202.54%208.243%206.824%2011.255%204.285%203.012%2012.061%208.243%2013.33%209.036s2.858%202.142%204.286%202.142%203.015-1.35%204.285-2.142c1.27-.793%209.045-6.024%2013.33-9.036s5.317-5.31%206.824-11.255c.766-3.019%207.3-27.74%207.3-27.74z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.614%2013.397c.952%200%208.014-1.347%208.014-1.347s8.37%2010.105%208.37%2012.265c0%201.786-.72%202.485-1.568%203.308-.178.173-.36.35-.544.545l-6.275%206.656q-.095.099-.205.21c-.626.628-1.549%201.555-.898%203.093l.134.313c.713%201.667%201.594%203.725.473%205.81-1.193%202.218-3.236%203.699-4.545%203.454-1.31-.245-4.384-1.85-5.515-2.583s-4.715-3.686-4.715-4.815c0-.942%202.578-2.51%203.83-3.27.25-.152.446-.272.56-.348.129-.087.345-.222.61-.387%201.144-.709%203.208-1.99%203.26-2.558.063-.7.039-.905-.882-2.635a37%2037%200%200%200-.662-1.169c-.878-1.508-1.86-3.196-1.642-4.405.245-1.365%202.386-2.148%204.2-2.81q.342-.125.66-.245c.53-.2%201.195-.448%201.89-.708%201.811-.678%203.823-1.43%204.155-1.584.46-.211.341-.413-1.05-.544l-.676-.07c-1.722-.183-4.899-.52-6.443-.09-.304.085-.644.177-1.001.273-1.735.47-3.861%201.045-4.066%201.376a2%202%200%200%201-.104.155c-.195.278-.322.459-.106%201.638.064.35.197%201.041.36%201.895.48%202.5%201.227%206.4%201.321%207.277q.02.183.042.355c.12.977.2%201.627-.937%201.887l-.297.068c-1.282.294-3.162.725-3.842.725s-2.56-.431-3.843-.725l-.296-.068c-1.136-.26-1.056-.91-.936-1.887q.021-.171.041-.355c.095-.878.844-4.787%201.323-7.287.163-.85.295-1.536.359-1.885.216-1.18.089-1.36-.107-1.638a3%203%200%200%201-.104-.155c-.204-.331-2.33-.906-4.065-1.376a108%20108%200%200%201-1.002-.273c-1.544-.43-4.72-.093-6.442.09l-.676.07c-1.391.131-1.51.333-1.05.544.331.153%202.342.906%204.153%201.583.695.26%201.361.51%201.89.71q.32.12.662.243c1.813.663%203.955%201.446%204.2%202.811.218%201.21-.765%202.897-1.642%204.405-.237.407-.466.801-.662%201.17-.921%201.729-.946%201.934-.882%202.634.052.568%202.115%201.849%203.258%202.558.266.165.483.3.612.387.114.076.31.195.559.347%201.252.761%203.83%202.329%203.83%203.27%200%201.13-3.584%204.083-4.714%204.816s-4.206%202.338-5.515%202.583c-1.31.245-3.352-1.236-4.545-3.454-1.121-2.085-.24-4.142.473-5.81l.133-.313c.651-1.539-.271-2.465-.898-3.094q-.11-.11-.204-.209l-6.275-6.656a17%2017%200%200%200-.544-.545c-.848-.823-1.568-1.522-1.568-3.308%200-2.16%208.37-12.265%208.37-12.265s7.062%201.347%208.014%201.347c.76%200%202.227-.504%203.756-1.03.387-.134.779-.268%201.163-.396%201.905-.634%203.174-.639%203.174-.639s1.27.005%203.174.639c.385.128.776.262%201.163.396%201.53.526%202.997%201.03%203.757%201.03m-1.212%2035.745c1.493.768%202.552%201.313%202.952%201.563.518.324.202.935-.27%201.268-.472.334-6.813%205.239-7.429%205.78l-.249.224c-.593.534-1.35%201.215-1.886%201.215s-1.293-.682-1.886-1.216l-.248-.222c-.616-.542-6.958-5.447-7.43-5.78s-.787-.945-.27-1.269c.401-.25%201.461-.796%202.956-1.565l1.42-.732c2.236-1.156%205.023-2.139%205.458-2.139s3.222.983%205.459%202.139q.763.395%201.423.733Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M50.453%207.373%2043.947%200H21.094l-6.506%207.373s-5.713-1.585-8.411%201.11c0%200%207.617-.687%2010.236%203.567%200%200%207.062%201.347%208.014%201.347s3.015-.792%204.92-1.427c1.904-.634%203.174-.638%203.174-.638s1.27.004%203.173.638c1.905.635%203.968%201.427%204.92%201.427s8.014-1.347%208.014-1.347c2.619-4.254%2010.236-3.567%2010.236-3.567-2.697-2.695-8.41-1.11-8.41-1.11Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.dark .nav-logo .logo-large {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22114%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%20114%2035%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.084%2018.876V6.915h1.146c.933%200%201.69.756%201.69%201.688v5.318c1.837-1.636%203.4-2.29%205.481-2.333%203.993-.081%207.458%202.88%207.788%206.853.393%204.747-3.065%208.32-7.57%208.32-4.946%200-8.535-3.061-8.535-7.885m2.79.94c.279%202.47%202.643%204.512%205.136%204.551%203.248.05%205.46-2.063%205.46-5.19%200-3.126-2.163-5.19-5.32-5.19-3.373-.007-5.66%202.44-5.277%205.828Zm18.048-7.929v2.13c1.785-1.976%202.842-2.508%204.93-2.508q.913.001%201.815.146v2.83a7.4%207.4%200%200%200-1.965-.262c-1.513%200-2.783.494-3.713%201.428-.817.818-1.06%201.458-1.06%202.743v7.879h-2.94V11.887zm7.443%204.758c.151-1.402.424-2.16%201.028-2.89%201.21-1.482%203.389-2.246%206.473-2.246%202.45%200%204.236.38%205.476%201.196%201.03.67%201.453%201.663%201.453%203.413v6.389c0%201.4.364%201.895%201.361%201.868a6%206%200%200%200%20.666-.06v1.926a4.4%204.4%200%200%201-1.542.232c-1.844%200-2.69-.554-3.265-2.16-1.814%201.663-3.69%202.363-6.382%202.363-3.599%200-5.807-1.634-5.807-4.29a3.78%203.78%200%200%201%202.267-3.5c1.09-.467%201.755-.613%204.87-.934%202.66-.262%203.116-.321%203.871-.556.817-.262%201.181-.7%201.181-1.429%200-1.547-1.3-2.246-4.023-2.246-2.574%200-3.9.51-4.433%201.809a1.755%201.755%200%200%201-1.622%201.107zM78%2019.095a29%2029%200%200%201-5.718%201.051c-2.632.262-3.448.759-3.448%202.071%200%201.458%201.21%202.224%203.599%202.224%201.965%200%203.448-.494%204.508-1.458.846-.788%201.059-1.342%201.059-2.718zm11.922%207.175h-.757a1.73%201.73%200%200%201-1.57-.973l-6.344-13.41h1.762a2.59%202.59%200%200%201%202.384%201.525l4.233%209.638%204.374-9.675a2.59%202.59%200%200%201%202.371-1.498h1.602l-6.493%2013.434c-.295.591-.9.963-1.562.96Zm10.042-6.358c.302%202.772%202.476%204.492%205.716%204.492%201.84%200%203.218-.546%204.072-1.636a2.63%202.63%200%200%201%202.055-.988h1.706c-1.486%203.267-4.144%204.873-8.108%204.873-4.95%200-8.287-3.005-8.287-7.498%200-4.492%203.418-7.643%208.349-7.643%203.567%200%206.437%201.604%207.593%204.29.514%201.236.725%202.333.725%204.112l-13.82-.002Zm10.828-2.225c-.666-2.538-2.631-3.969-5.354-3.969s-4.689%201.431-5.384%203.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m28.985%208.339.816-2.001s-1.038-1.112-2.298-2.372-3.93-.519-3.93-.519L20.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52A109%20109%200%200%200%20.588%206.336l.815%202.002-1.038%202.964s3.053%2011.559%203.41%2012.97c.705%202.78%201.187%203.854%203.19%205.262%202.001%201.409%205.634%203.854%206.227%204.225.594.37%201.335%201.002%202.002%201.002.668%200%201.41-.632%202.002-1.002.593-.37%204.227-2.816%206.228-4.225%202.003-1.408%202.484-2.483%203.189-5.262.358-1.411%203.41-12.97%203.41-12.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.976%206.263c.445%200%203.744-.63%203.744-.63s3.91%204.725%203.91%205.735c0%20.835-.336%201.162-.732%201.547q-.125.119-.254.254l-2.932%203.112-.096.098c-.293.294-.723.727-.42%201.447l.063.146c.334.78.745%201.741.221%202.716-.557%201.037-1.512%201.73-2.123%201.615s-2.049-.865-2.577-1.208-2.203-1.723-2.203-2.25c0-.441%201.205-1.174%201.79-1.53.116-.07.208-.127.26-.163a14%2014%200%200%201%20.287-.18c.534-.332%201.498-.93%201.522-1.196.03-.327.019-.423-.412-1.232a15%2015%200%200%200-.31-.547c-.409-.704-.868-1.494-.766-2.06.114-.637%201.115-1.003%201.962-1.313l.309-.114c.247-.094.558-.21.883-.332.846-.316%201.786-.668%201.94-.74.216-.099.16-.193-.49-.255l-.316-.032c-.804-.086-2.288-.243-3.01-.042q-.215.06-.468.128c-.81.219-1.804.488-1.9.643l-.048.072c-.091.13-.15.215-.05.766.03.164.092.487.169.886.224%201.17.573%202.993.617%203.402l.02.166c.056.457.093.761-.438.883l-.139.031c-.6.138-1.477.34-1.795.34s-1.196-.202-1.795-.34l-.138-.031c-.531-.122-.494-.426-.438-.883l.02-.166c.043-.41.393-2.238.617-3.407.076-.397.138-.718.168-.881.1-.551.041-.636-.05-.766l-.048-.072c-.096-.155-1.09-.424-1.9-.643l-.468-.128c-.721-.201-2.205-.044-3.01.042l-.316.032c-.65.062-.705.156-.49.255.154.072%201.094.423%201.94.74l.884.332.308.114c.848.31%201.848.676%201.963%201.314.101.565-.357%201.354-.767%202.06-.111.19-.218.374-.31.546-.43.809-.442.905-.412%201.232.024.265.988.864%201.523%201.196.124.077.225.14.286.18.053.036.144.092.26.163.585.356%201.79%201.089%201.79%201.53%200%20.527-1.674%201.908-2.203%202.25s-1.965%201.094-2.576%201.208c-.612.114-1.566-.578-2.124-1.615-.524-.974-.112-1.936.221-2.716l.063-.146c.304-.72-.127-1.153-.42-1.447l-.095-.098-2.932-3.112a8%208%200%200%200-.254-.254c-.396-.385-.733-.712-.733-1.547%200-1.01%203.91-5.734%203.91-5.734s3.3.63%203.745.63c.355%200%201.04-.236%201.755-.482.18-.063.364-.126.543-.186.89-.296%201.483-.298%201.483-.298s.593.002%201.483.298q.271.09.544.186c.714.246%201.4.481%201.755.481m-.567%2016.713c.698.359%201.193.614%201.38.73.242.152.094.438-.127.594-.22.155-3.183%202.449-3.47%202.702l-.117.104c-.277.25-.63.568-.88.568-.252%200-.605-.318-.882-.568l-.116-.104c-.288-.253-3.25-2.547-3.471-2.702-.22-.156-.369-.442-.127-.593.188-.117.683-.373%201.381-.732l.664-.342c1.045-.54%202.347-1%202.55-1s1.505.46%202.55%201z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.573%203.447%2020.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52c0%200%203.56-.322%204.783%201.667%200%200%203.3.63%203.744.63s1.409-.37%202.298-.667c.89-.297%201.483-.299%201.483-.299s.594.002%201.483.299c.89.296%201.854.667%202.299.667s3.744-.63%203.744-.63c1.224-1.989%204.783-1.668%204.783-1.668-1.26-1.26-3.93-.519-3.93-.519%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.dark .nav-logo .logo-small {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.dark .waves-bottom {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22200%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M1537.5%20115.707v.484C984.718-184.723%20431.932%20226.405-120.854%2036.569v-4.062C431.932%20223.554%20984.718-186.42%201537.5%20115.707%22/%3E%3Cpath%20d%3D%22M1537.5%20121.488v.508C984.718-165.002%20431.932%20260.262-120.854%2084.758v-4.166C431.932%20257.33%20984.718-166.699%201537.5%20121.488%22/%3E%3Cpath%20d%3D%22M1537.5%20127.454v.508c-552.782-272.77-1105.568%20166.976-1658.354%206.127v-4.246C431.932%20291.949%20984.718-146.551%201537.5%20127.454%22/%3E%3Cpath%20d%3D%22M1537.5%20133.454v.519C984.718-124.234%20431.932%20330.248-120.854%20184.354v-4.327C431.932%20327.201%20984.718-126%201537.5%20133.454%22/%3E%3Cpath%20d%3D%22M420.794%20214C793.026%20133.224%201165.25-25.213%201537.5%20139.57v.577C1169.9-21.786%20802.332%20131.539%20434.764%20214z%22/%3E%3Cpath%20d%3D%22M558.841%20214c326.213-91.162%20652.429-203.868%20978.659-68.233v.531C1214.58%2012.775%20891.676%20122.584%20568.78%20214z%22/%3E%3Cpath%20d%3D%22M665.068%20214c290.8-90.643%20581.612-175.02%20872.432-61.99v.519C1249.41%2041.243%20961.327%20123.669%20673.256%20214z%22/%3E%3Cpath%20d%3D%22M755.368%20214c260.712-85.45%20521.402-149.944%20782.132-55.724v.531C1279.18%2066.064%201020.88%20129.116%20762.566%20214z%22/%3E%3Cpath%20d%3D%22M835.948%20214c233.842-77.949%20467.692-127.557%20701.552-49.435v.542C1305.8%2088.22%201074.13%20136.766%20842.455%20214z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-32%200h1496v214H-32z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root.dark .waves-top {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22218%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M-90.855%2051.976v-.7c797.89%20434.34%201595.775-159.081%202393.665%20114.927v5.863C1504.92-103.691%20707.035%20488.031-90.854%2051.976Z%22/%3E%3Cpath%20d%3D%22M-90.855%2043.631v-.733C707.035%20457.15%201504.92-156.674%202302.81%2096.664v6.013C1504.92-152.443%20707.035%20459.599-90.854%2043.631Z%22/%3E%3Cpath%20d%3D%22M-90.855%2035.07v-.733c797.89%20393.665%201595.775-241.062%202393.665-8.894v6.13C1504.92-202.412%20707.035%20430.517-90.854%2035.07Z%22/%3E%3Cpath%20d%3D%22M-90.855%2026.359v-.75C707.035%20398.288%201504.92-257.693%202302.81-47.11v6.246C1504.92-253.296%20707.035%20400.853-90.854%2026.36Z%22/%3E%3Cpath%20d%3D%22M-90.855%2017.515v-.75C707.035%20368.174%201504.92-309.376%202302.81-120.697v6.313C1504.92-304.946%20707.035%20370.772-90.854%2017.515Z%22/%3E%3Cpath%20d%3D%22M-90.855%208.537v-.766C707.035%20337.76%201504.92-361.626%202302.81-195.05v6.346C1504.92-357.146%20707.035%20340.358-90.854%208.537Z%22/%3E%3Cpath%20d%3D%22M-90.855-.44v-.75C707.035%20307.08%201504.92-414.26%202302.81-270.001v6.412C1504.92-409.762%20707.035%20309.711-90.854-.441Z%22/%3E%3Cpath%20d%3D%22M-90.855-9.485v-.766C707.035%20276.266%201504.92-467.159%202302.81-345.287v6.43C1504.92-462.628%20707.035%20278.898-90.854-9.485Z%22/%3E%3Cpath%20d%3D%22M-90.855-18.562v-.783c797.89%20264.731%201595.775-500.83%202393.665-401.41v6.446C1504.92-515.645%20707.035%20248.017-90.854-18.562Z%22/%3E%3Cpath%20d%3D%22M-90.855-27.657v-.782C707.035%20214.489%201504.92-573.191%202302.81-496.14v6.429C1504.92-568.661%20707.035%20217.137-90.854-27.656Z%22/%3E%3Cpath%20d%3D%22M-90.855-36.7v-.784C707.035%20183.692%201504.92-626.057%202302.81-571.492v6.429C1504.92-621.56%20707.035%20186.307-90.854-36.701Z%22/%3E%3Cpath%20d%3D%22M-90.855-45.712v-.716C707.035%20153.045%201504.92-678.69%202302.81-646.377v6.362C1504.92-674.193%20707.035%20155.643-90.854-45.712Z%22/%3E%3Cpath%20d%3D%22M-90.855-54.64v-.782C707.035%20122.63%201504.92-730.874%202302.81-720.697v6.363C1504.92-726.443%20707.035%20125.129-90.854-54.639Z%22/%3E%3Cpath%20d%3D%22M-90.855-63.5v-.766C707.035%2092.55%201504.92-782.524%202302.81-794.283v6.229C1504.92-778.144%20707.035%2095.148-90.854-63.5Z%22/%3E%3Cpath%20d%3D%22M-90.855-72.245v-.733C581.533%2041.516%201253.92-576.971%201926.28-794.282H1943C1265.04-583.518%20587.102%2044.714-90.855-72.245%22/%3E%3Cpath%20d%3D%22M-90.855-80.806v-.733C529.572%208.137%201150-526.488%201770.44-794.283h11.28C1157.51-529.536%20533.344%2010.769-90.854-80.806Z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-2-73h1496v291H-2z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root.dark input[type=\"radio\"]:checked::after {\n background-color: #b7bdf8;\n }\n :root.dark .feedback-footer #logo {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n height: 48px;\n }\n @media (prefers-color-scheme: light) {\n :root:not(.light, .dark) {\n color-scheme: dark;\n --color-page-background: #24273a;\n --color-container-background: #181926;\n --color-container-highlight: #1e2030;\n --color-serp-header-background: #181926;\n --color-text-interactive: #b7bdf8;\n --color-divider-subtle: #363a4f;\n --color-divider-interactive: #b7bdf8;\n --color-text-primary: #cad3f5;\n --color-serp-bar-bg: #1e2030;\n --color-serp-divider-subtle-container: #363a4f;\n --color-gray-30: #a5adcb;\n --color-gray-40: #939ab7;\n --color-text-secondary: #b8c0e0;\n --color-text-tertiary: #a5adcb;\n --color-icon-default: #939ab7;\n --color-serp-snippet-background: #24273a;\n --color-link-default: #8aadf4;\n --color-link-visited: #c6a0f6;\n --color-tabs-search-text-default: #b7bdf8;\n --color-primary-50: #b7bdf8;\n --color-primitive-primary-60: #b7bdf8;\n --color-primitive-primary-70: #a0a8f6;\n --color-container-interactive: transparent;\n --color-button-background: #b7bdf8;\n --color-button-disabled: rgba(91, 96, 120, 0.3);\n }\n :root:not(.light, .dark) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.light, .dark) input::placeholder,\n :root:not(.light, .dark) textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.light, .dark) dialog {\n color: #cad3f5;\n }\n :root:not(.light, .dark) dialog::backdrop {\n background-color: rgba(24, 25, 38, 0.3);\n }\n :root:not(.light, .dark) #searchform::after {\n outline-color: #363a4f;\n }\n :root:not(.light, .dark) #searchform-actions::before {\n background: none !important;\n }\n :root:not(.light, .dark) #submit-button:hover:not(:disabled) {\n background: linear-gradient(314deg, #f5a97f 8.49%, #f5bde6 43.72%, #c6a0f6 99.51%);\n }\n :root:not(.light, .dark) #submit-button svg {\n fill: #939ab7;\n }\n :root:not(.light, .dark) #searchbox::placeholder {\n color: #a5adcb;\n }\n :root:not(.light, .dark) .button.type--filled.theme--default {\n color: #24273a;\n }\n :root:not(.light, .dark) .button.type--filled.theme--default:disabled {\n color: rgba(202, 211, 245, 0.5);\n }\n :root:not(.light, .dark) .button.type--outlined.theme--default:hover {\n background-color: #b7bdf8;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.light, .dark) .tab-item.active .icon {\n fill: #b7bdf8 !important;\n }\n :root:not(.light, .dark) .tab-item.active ::after {\n background: #b7bdf8 !important;\n }\n :root:not(.light, .dark) .logo-img {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22244%22%20height%3D%2278%22%20fill%3D%22none%22%20viewBox%3D%220%200%20244%2078%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M81.512%2040.373V14.791h2.453a3.614%203.614%200%200%201%203.619%203.61v11.375c3.931-3.5%207.274-4.9%2011.73-4.99%208.546-.175%2015.964%206.158%2016.669%2014.657.842%2010.154-6.56%2017.797-16.203%2017.797-10.586%200-18.268-6.549-18.268-16.867m5.971%202.01c.599%205.285%205.659%209.651%2010.994%209.736%206.952.106%2011.688-4.414%2011.688-11.1s-4.63-11.1-11.386-11.1c-7.221-.016-12.117%205.217-11.296%2012.464m38.63-16.958v4.557c3.82-4.229%206.082-5.365%2010.554-5.365%201.301.001%202.6.105%203.884.312v6.052a15.8%2015.8%200%200%200-4.207-.56c-3.237%200-5.955%201.057-7.947%203.055-1.749%201.75-2.268%203.118-2.268%205.867v16.85h-6.295V25.426zM142.045%2035.6c.323-2.997.906-4.62%202.198-6.179%202.591-3.171%207.254-4.804%2013.856-4.804%205.245%200%209.065.814%2011.719%202.558%202.205%201.432%203.111%203.557%203.111%207.3v13.663c0%202.997.778%204.054%202.914%203.996q.716-.025%201.425-.127v4.118a9.4%209.4%200%200%201-3.301.497c-3.947%200-5.759-1.184-6.988-4.62-3.884%203.557-7.9%205.053-13.66%205.053-7.703%200-12.429-3.494-12.429-9.176a8.08%208.08%200%200%201%204.853-7.484c2.331-1%203.756-1.311%2010.422-1.998%205.695-.56%206.67-.688%208.286-1.19%201.749-.56%202.528-1.495%202.528-3.055%200-3.309-2.782-4.805-8.61-4.805-5.511%200-8.35%201.09-9.49%203.87a3.755%203.755%200%200%201-3.47%202.368zm24.902%205.243a61.8%2061.8%200%200%201-12.239%202.247c-5.632.56-7.38%201.623-7.38%204.43%200%203.118%202.59%204.756%207.703%204.756%204.207%200%207.381-1.057%209.649-3.118%201.812-1.686%202.267-2.87%202.267-5.814zm25.517%2015.346h-1.621a3.71%203.71%200%200%201-3.359-2.083l-13.58-28.68h3.773a5.55%205.55%200%200%201%205.102%203.26l9.06%2020.615%209.362-20.693a5.55%205.55%200%200%201%205.076-3.204h3.428l-13.897%2028.734a3.71%203.71%200%200%201-3.344%202.05Zm21.495-13.601c.646%205.93%205.298%209.61%2012.234%209.61%203.936%200%206.887-1.169%208.715-3.5a5.62%205.62%200%200%201%204.398-2.114h3.651c-3.179%206.987-8.87%2010.423-17.352%2010.423-10.597%200-17.739-6.427-17.739-16.037s7.317-16.348%2017.871-16.348c7.635%200%2013.776%203.43%2016.25%209.176%201.102%202.642%201.552%204.99%201.552%208.795zm23.175-4.757c-1.425-5.428-5.632-8.489-11.46-8.489s-10.035%203.06-11.524%208.49h22.984Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m62.038%2017.836%201.746-4.28s-2.221-2.378-4.92-5.073c-2.697-2.695-8.41-1.11-8.41-1.11L43.947%200H21.095l-6.507%207.373s-5.713-1.585-8.411%201.11a230%20230%200%200%200-4.92%205.073l1.746%204.28-2.222%206.34s6.535%2024.722%207.3%2027.741c1.508%205.945%202.54%208.243%206.824%2011.255%204.285%203.012%2012.061%208.243%2013.33%209.036s2.858%202.142%204.286%202.142%203.015-1.35%204.285-2.142c1.27-.793%209.045-6.024%2013.33-9.036s5.317-5.31%206.824-11.255c.766-3.019%207.3-27.74%207.3-27.74z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.614%2013.397c.952%200%208.014-1.347%208.014-1.347s8.37%2010.105%208.37%2012.265c0%201.786-.72%202.485-1.568%203.308-.178.173-.36.35-.544.545l-6.275%206.656q-.095.099-.205.21c-.626.628-1.549%201.555-.898%203.093l.134.313c.713%201.667%201.594%203.725.473%205.81-1.193%202.218-3.236%203.699-4.545%203.454-1.31-.245-4.384-1.85-5.515-2.583s-4.715-3.686-4.715-4.815c0-.942%202.578-2.51%203.83-3.27.25-.152.446-.272.56-.348.129-.087.345-.222.61-.387%201.144-.709%203.208-1.99%203.26-2.558.063-.7.039-.905-.882-2.635a37%2037%200%200%200-.662-1.169c-.878-1.508-1.86-3.196-1.642-4.405.245-1.365%202.386-2.148%204.2-2.81q.342-.125.66-.245c.53-.2%201.195-.448%201.89-.708%201.811-.678%203.823-1.43%204.155-1.584.46-.211.341-.413-1.05-.544l-.676-.07c-1.722-.183-4.899-.52-6.443-.09-.304.085-.644.177-1.001.273-1.735.47-3.861%201.045-4.066%201.376a2%202%200%200%201-.104.155c-.195.278-.322.459-.106%201.638.064.35.197%201.041.36%201.895.48%202.5%201.227%206.4%201.321%207.277q.02.183.042.355c.12.977.2%201.627-.937%201.887l-.297.068c-1.282.294-3.162.725-3.842.725s-2.56-.431-3.843-.725l-.296-.068c-1.136-.26-1.056-.91-.936-1.887q.021-.171.041-.355c.095-.878.844-4.787%201.323-7.287.163-.85.295-1.536.359-1.885.216-1.18.089-1.36-.107-1.638a3%203%200%200%201-.104-.155c-.204-.331-2.33-.906-4.065-1.376a108%20108%200%200%201-1.002-.273c-1.544-.43-4.72-.093-6.442.09l-.676.07c-1.391.131-1.51.333-1.05.544.331.153%202.342.906%204.153%201.583.695.26%201.361.51%201.89.71q.32.12.662.243c1.813.663%203.955%201.446%204.2%202.811.218%201.21-.765%202.897-1.642%204.405-.237.407-.466.801-.662%201.17-.921%201.729-.946%201.934-.882%202.634.052.568%202.115%201.849%203.258%202.558.266.165.483.3.612.387.114.076.31.195.559.347%201.252.761%203.83%202.329%203.83%203.27%200%201.13-3.584%204.083-4.714%204.816s-4.206%202.338-5.515%202.583c-1.31.245-3.352-1.236-4.545-3.454-1.121-2.085-.24-4.142.473-5.81l.133-.313c.651-1.539-.271-2.465-.898-3.094q-.11-.11-.204-.209l-6.275-6.656a17%2017%200%200%200-.544-.545c-.848-.823-1.568-1.522-1.568-3.308%200-2.16%208.37-12.265%208.37-12.265s7.062%201.347%208.014%201.347c.76%200%202.227-.504%203.756-1.03.387-.134.779-.268%201.163-.396%201.905-.634%203.174-.639%203.174-.639s1.27.005%203.174.639c.385.128.776.262%201.163.396%201.53.526%202.997%201.03%203.757%201.03m-1.212%2035.745c1.493.768%202.552%201.313%202.952%201.563.518.324.202.935-.27%201.268-.472.334-6.813%205.239-7.429%205.78l-.249.224c-.593.534-1.35%201.215-1.886%201.215s-1.293-.682-1.886-1.216l-.248-.222c-.616-.542-6.958-5.447-7.43-5.78s-.787-.945-.27-1.269c.401-.25%201.461-.796%202.956-1.565l1.42-.732c2.236-1.156%205.023-2.139%205.458-2.139s3.222.983%205.459%202.139q.763.395%201.423.733Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M50.453%207.373%2043.947%200H21.094l-6.506%207.373s-5.713-1.585-8.411%201.11c0%200%207.617-.687%2010.236%203.567%200%200%207.062%201.347%208.014%201.347s3.015-.792%204.92-1.427c1.904-.634%203.174-.638%203.174-.638s1.27.004%203.173.638c1.905.635%203.968%201.427%204.92%201.427s8.014-1.347%208.014-1.347c2.619-4.254%2010.236-3.567%2010.236-3.567-2.697-2.695-8.41-1.11-8.41-1.11Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .nav-logo .logo-large {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22114%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%20114%2035%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.084%2018.876V6.915h1.146c.933%200%201.69.756%201.69%201.688v5.318c1.837-1.636%203.4-2.29%205.481-2.333%203.993-.081%207.458%202.88%207.788%206.853.393%204.747-3.065%208.32-7.57%208.32-4.946%200-8.535-3.061-8.535-7.885m2.79.94c.279%202.47%202.643%204.512%205.136%204.551%203.248.05%205.46-2.063%205.46-5.19%200-3.126-2.163-5.19-5.32-5.19-3.373-.007-5.66%202.44-5.277%205.828Zm18.048-7.929v2.13c1.785-1.976%202.842-2.508%204.93-2.508q.913.001%201.815.146v2.83a7.4%207.4%200%200%200-1.965-.262c-1.513%200-2.783.494-3.713%201.428-.817.818-1.06%201.458-1.06%202.743v7.879h-2.94V11.887zm7.443%204.758c.151-1.402.424-2.16%201.028-2.89%201.21-1.482%203.389-2.246%206.473-2.246%202.45%200%204.236.38%205.476%201.196%201.03.67%201.453%201.663%201.453%203.413v6.389c0%201.4.364%201.895%201.361%201.868a6%206%200%200%200%20.666-.06v1.926a4.4%204.4%200%200%201-1.542.232c-1.844%200-2.69-.554-3.265-2.16-1.814%201.663-3.69%202.363-6.382%202.363-3.599%200-5.807-1.634-5.807-4.29a3.78%203.78%200%200%201%202.267-3.5c1.09-.467%201.755-.613%204.87-.934%202.66-.262%203.116-.321%203.871-.556.817-.262%201.181-.7%201.181-1.429%200-1.547-1.3-2.246-4.023-2.246-2.574%200-3.9.51-4.433%201.809a1.755%201.755%200%200%201-1.622%201.107zM78%2019.095a29%2029%200%200%201-5.718%201.051c-2.632.262-3.448.759-3.448%202.071%200%201.458%201.21%202.224%203.599%202.224%201.965%200%203.448-.494%204.508-1.458.846-.788%201.059-1.342%201.059-2.718zm11.922%207.175h-.757a1.73%201.73%200%200%201-1.57-.973l-6.344-13.41h1.762a2.59%202.59%200%200%201%202.384%201.525l4.233%209.638%204.374-9.675a2.59%202.59%200%200%201%202.371-1.498h1.602l-6.493%2013.434c-.295.591-.9.963-1.562.96Zm10.042-6.358c.302%202.772%202.476%204.492%205.716%204.492%201.84%200%203.218-.546%204.072-1.636a2.63%202.63%200%200%201%202.055-.988h1.706c-1.486%203.267-4.144%204.873-8.108%204.873-4.95%200-8.287-3.005-8.287-7.498%200-4.492%203.418-7.643%208.349-7.643%203.567%200%206.437%201.604%207.593%204.29.514%201.236.725%202.333.725%204.112l-13.82-.002Zm10.828-2.225c-.666-2.538-2.631-3.969-5.354-3.969s-4.689%201.431-5.384%203.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m28.985%208.339.816-2.001s-1.038-1.112-2.298-2.372-3.93-.519-3.93-.519L20.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52A109%20109%200%200%200%20.588%206.336l.815%202.002-1.038%202.964s3.053%2011.559%203.41%2012.97c.705%202.78%201.187%203.854%203.19%205.262%202.001%201.409%205.634%203.854%206.227%204.225.594.37%201.335%201.002%202.002%201.002.668%200%201.41-.632%202.002-1.002.593-.37%204.227-2.816%206.228-4.225%202.003-1.408%202.484-2.483%203.189-5.262.358-1.411%203.41-12.97%203.41-12.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.976%206.263c.445%200%203.744-.63%203.744-.63s3.91%204.725%203.91%205.735c0%20.835-.336%201.162-.732%201.547q-.125.119-.254.254l-2.932%203.112-.096.098c-.293.294-.723.727-.42%201.447l.063.146c.334.78.745%201.741.221%202.716-.557%201.037-1.512%201.73-2.123%201.615s-2.049-.865-2.577-1.208-2.203-1.723-2.203-2.25c0-.441%201.205-1.174%201.79-1.53.116-.07.208-.127.26-.163a14%2014%200%200%201%20.287-.18c.534-.332%201.498-.93%201.522-1.196.03-.327.019-.423-.412-1.232a15%2015%200%200%200-.31-.547c-.409-.704-.868-1.494-.766-2.06.114-.637%201.115-1.003%201.962-1.313l.309-.114c.247-.094.558-.21.883-.332.846-.316%201.786-.668%201.94-.74.216-.099.16-.193-.49-.255l-.316-.032c-.804-.086-2.288-.243-3.01-.042q-.215.06-.468.128c-.81.219-1.804.488-1.9.643l-.048.072c-.091.13-.15.215-.05.766.03.164.092.487.169.886.224%201.17.573%202.993.617%203.402l.02.166c.056.457.093.761-.438.883l-.139.031c-.6.138-1.477.34-1.795.34s-1.196-.202-1.795-.34l-.138-.031c-.531-.122-.494-.426-.438-.883l.02-.166c.043-.41.393-2.238.617-3.407.076-.397.138-.718.168-.881.1-.551.041-.636-.05-.766l-.048-.072c-.096-.155-1.09-.424-1.9-.643l-.468-.128c-.721-.201-2.205-.044-3.01.042l-.316.032c-.65.062-.705.156-.49.255.154.072%201.094.423%201.94.74l.884.332.308.114c.848.31%201.848.676%201.963%201.314.101.565-.357%201.354-.767%202.06-.111.19-.218.374-.31.546-.43.809-.442.905-.412%201.232.024.265.988.864%201.523%201.196.124.077.225.14.286.18.053.036.144.092.26.163.585.356%201.79%201.089%201.79%201.53%200%20.527-1.674%201.908-2.203%202.25s-1.965%201.094-2.576%201.208c-.612.114-1.566-.578-2.124-1.615-.524-.974-.112-1.936.221-2.716l.063-.146c.304-.72-.127-1.153-.42-1.447l-.095-.098-2.932-3.112a8%208%200%200%200-.254-.254c-.396-.385-.733-.712-.733-1.547%200-1.01%203.91-5.734%203.91-5.734s3.3.63%203.745.63c.355%200%201.04-.236%201.755-.482.18-.063.364-.126.543-.186.89-.296%201.483-.298%201.483-.298s.593.002%201.483.298q.271.09.544.186c.714.246%201.4.481%201.755.481m-.567%2016.713c.698.359%201.193.614%201.38.73.242.152.094.438-.127.594-.22.155-3.183%202.449-3.47%202.702l-.117.104c-.277.25-.63.568-.88.568-.252%200-.605-.318-.882-.568l-.116-.104c-.288-.253-3.25-2.547-3.471-2.702-.22-.156-.369-.442-.127-.593.188-.117.683-.373%201.381-.732l.664-.342c1.045-.54%202.347-1%202.55-1s1.505.46%202.55%201z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.573%203.447%2020.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52c0%200%203.56-.322%204.783%201.667%200%200%203.3.63%203.744.63s1.409-.37%202.298-.667c.89-.297%201.483-.299%201.483-.299s.594.002%201.483.299c.89.296%201.854.667%202.299.667s3.744-.63%203.744-.63c1.224-1.989%204.783-1.668%204.783-1.668-1.26-1.26-3.93-.519-3.93-.519%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .nav-logo .logo-small {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .waves-bottom {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22200%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M1537.5%20115.707v.484C984.718-184.723%20431.932%20226.405-120.854%2036.569v-4.062C431.932%20223.554%20984.718-186.42%201537.5%20115.707%22/%3E%3Cpath%20d%3D%22M1537.5%20121.488v.508C984.718-165.002%20431.932%20260.262-120.854%2084.758v-4.166C431.932%20257.33%20984.718-166.699%201537.5%20121.488%22/%3E%3Cpath%20d%3D%22M1537.5%20127.454v.508c-552.782-272.77-1105.568%20166.976-1658.354%206.127v-4.246C431.932%20291.949%20984.718-146.551%201537.5%20127.454%22/%3E%3Cpath%20d%3D%22M1537.5%20133.454v.519C984.718-124.234%20431.932%20330.248-120.854%20184.354v-4.327C431.932%20327.201%20984.718-126%201537.5%20133.454%22/%3E%3Cpath%20d%3D%22M420.794%20214C793.026%20133.224%201165.25-25.213%201537.5%20139.57v.577C1169.9-21.786%20802.332%20131.539%20434.764%20214z%22/%3E%3Cpath%20d%3D%22M558.841%20214c326.213-91.162%20652.429-203.868%20978.659-68.233v.531C1214.58%2012.775%20891.676%20122.584%20568.78%20214z%22/%3E%3Cpath%20d%3D%22M665.068%20214c290.8-90.643%20581.612-175.02%20872.432-61.99v.519C1249.41%2041.243%20961.327%20123.669%20673.256%20214z%22/%3E%3Cpath%20d%3D%22M755.368%20214c260.712-85.45%20521.402-149.944%20782.132-55.724v.531C1279.18%2066.064%201020.88%20129.116%20762.566%20214z%22/%3E%3Cpath%20d%3D%22M835.948%20214c233.842-77.949%20467.692-127.557%20701.552-49.435v.542C1305.8%2088.22%201074.13%20136.766%20842.455%20214z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-32%200h1496v214H-32z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .waves-top {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22218%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M-90.855%2051.976v-.7c797.89%20434.34%201595.775-159.081%202393.665%20114.927v5.863C1504.92-103.691%20707.035%20488.031-90.854%2051.976Z%22/%3E%3Cpath%20d%3D%22M-90.855%2043.631v-.733C707.035%20457.15%201504.92-156.674%202302.81%2096.664v6.013C1504.92-152.443%20707.035%20459.599-90.854%2043.631Z%22/%3E%3Cpath%20d%3D%22M-90.855%2035.07v-.733c797.89%20393.665%201595.775-241.062%202393.665-8.894v6.13C1504.92-202.412%20707.035%20430.517-90.854%2035.07Z%22/%3E%3Cpath%20d%3D%22M-90.855%2026.359v-.75C707.035%20398.288%201504.92-257.693%202302.81-47.11v6.246C1504.92-253.296%20707.035%20400.853-90.854%2026.36Z%22/%3E%3Cpath%20d%3D%22M-90.855%2017.515v-.75C707.035%20368.174%201504.92-309.376%202302.81-120.697v6.313C1504.92-304.946%20707.035%20370.772-90.854%2017.515Z%22/%3E%3Cpath%20d%3D%22M-90.855%208.537v-.766C707.035%20337.76%201504.92-361.626%202302.81-195.05v6.346C1504.92-357.146%20707.035%20340.358-90.854%208.537Z%22/%3E%3Cpath%20d%3D%22M-90.855-.44v-.75C707.035%20307.08%201504.92-414.26%202302.81-270.001v6.412C1504.92-409.762%20707.035%20309.711-90.854-.441Z%22/%3E%3Cpath%20d%3D%22M-90.855-9.485v-.766C707.035%20276.266%201504.92-467.159%202302.81-345.287v6.43C1504.92-462.628%20707.035%20278.898-90.854-9.485Z%22/%3E%3Cpath%20d%3D%22M-90.855-18.562v-.783c797.89%20264.731%201595.775-500.83%202393.665-401.41v6.446C1504.92-515.645%20707.035%20248.017-90.854-18.562Z%22/%3E%3Cpath%20d%3D%22M-90.855-27.657v-.782C707.035%20214.489%201504.92-573.191%202302.81-496.14v6.429C1504.92-568.661%20707.035%20217.137-90.854-27.656Z%22/%3E%3Cpath%20d%3D%22M-90.855-36.7v-.784C707.035%20183.692%201504.92-626.057%202302.81-571.492v6.429C1504.92-621.56%20707.035%20186.307-90.854-36.701Z%22/%3E%3Cpath%20d%3D%22M-90.855-45.712v-.716C707.035%20153.045%201504.92-678.69%202302.81-646.377v6.362C1504.92-674.193%20707.035%20155.643-90.854-45.712Z%22/%3E%3Cpath%20d%3D%22M-90.855-54.64v-.782C707.035%20122.63%201504.92-730.874%202302.81-720.697v6.363C1504.92-726.443%20707.035%20125.129-90.854-54.639Z%22/%3E%3Cpath%20d%3D%22M-90.855-63.5v-.766C707.035%2092.55%201504.92-782.524%202302.81-794.283v6.229C1504.92-778.144%20707.035%2095.148-90.854-63.5Z%22/%3E%3Cpath%20d%3D%22M-90.855-72.245v-.733C581.533%2041.516%201253.92-576.971%201926.28-794.282H1943C1265.04-583.518%20587.102%2044.714-90.855-72.245%22/%3E%3Cpath%20d%3D%22M-90.855-80.806v-.733C529.572%208.137%201150-526.488%201770.44-794.283h11.28C1157.51-529.536%20533.344%2010.769-90.854-80.806Z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-2-73h1496v291H-2z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) input[type=\"radio\"]:checked::after {\n background-color: #b7bdf8;\n }\n :root:not(.light, .dark) .feedback-footer #logo {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n height: 48px;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root:not(.light, .dark) {\n color-scheme: dark;\n --color-page-background: #24273a;\n --color-container-background: #181926;\n --color-container-highlight: #1e2030;\n --color-serp-header-background: #181926;\n --color-text-interactive: #b7bdf8;\n --color-divider-subtle: #363a4f;\n --color-divider-interactive: #b7bdf8;\n --color-text-primary: #cad3f5;\n --color-serp-bar-bg: #1e2030;\n --color-serp-divider-subtle-container: #363a4f;\n --color-gray-30: #a5adcb;\n --color-gray-40: #939ab7;\n --color-text-secondary: #b8c0e0;\n --color-text-tertiary: #a5adcb;\n --color-icon-default: #939ab7;\n --color-serp-snippet-background: #24273a;\n --color-link-default: #8aadf4;\n --color-link-visited: #c6a0f6;\n --color-tabs-search-text-default: #b7bdf8;\n --color-primary-50: #b7bdf8;\n --color-primitive-primary-60: #b7bdf8;\n --color-primitive-primary-70: #a0a8f6;\n --color-container-interactive: transparent;\n --color-button-background: #b7bdf8;\n --color-button-disabled: rgba(91, 96, 120, 0.3);\n }\n :root:not(.light, .dark) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.light, .dark) input::placeholder,\n :root:not(.light, .dark) textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.light, .dark) dialog {\n color: #cad3f5;\n }\n :root:not(.light, .dark) dialog::backdrop {\n background-color: rgba(24, 25, 38, 0.3);\n }\n :root:not(.light, .dark) #searchform::after {\n outline-color: #363a4f;\n }\n :root:not(.light, .dark) #searchform-actions::before {\n background: none !important;\n }\n :root:not(.light, .dark) #submit-button:hover:not(:disabled) {\n background: linear-gradient(314deg, #f5a97f 8.49%, #f5bde6 43.72%, #c6a0f6 99.51%);\n }\n :root:not(.light, .dark) #submit-button svg {\n fill: #939ab7;\n }\n :root:not(.light, .dark) #searchbox::placeholder {\n color: #a5adcb;\n }\n :root:not(.light, .dark) .button.type--filled.theme--default {\n color: #24273a;\n }\n :root:not(.light, .dark) .button.type--filled.theme--default:disabled {\n color: rgba(202, 211, 245, 0.5);\n }\n :root:not(.light, .dark) .button.type--outlined.theme--default:hover {\n background-color: #b7bdf8;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.light, .dark) .tab-item.active .icon {\n fill: #b7bdf8 !important;\n }\n :root:not(.light, .dark) .tab-item.active ::after {\n background: #b7bdf8 !important;\n }\n :root:not(.light, .dark) .logo-img {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22244%22%20height%3D%2278%22%20fill%3D%22none%22%20viewBox%3D%220%200%20244%2078%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M81.512%2040.373V14.791h2.453a3.614%203.614%200%200%201%203.619%203.61v11.375c3.931-3.5%207.274-4.9%2011.73-4.99%208.546-.175%2015.964%206.158%2016.669%2014.657.842%2010.154-6.56%2017.797-16.203%2017.797-10.586%200-18.268-6.549-18.268-16.867m5.971%202.01c.599%205.285%205.659%209.651%2010.994%209.736%206.952.106%2011.688-4.414%2011.688-11.1s-4.63-11.1-11.386-11.1c-7.221-.016-12.117%205.217-11.296%2012.464m38.63-16.958v4.557c3.82-4.229%206.082-5.365%2010.554-5.365%201.301.001%202.6.105%203.884.312v6.052a15.8%2015.8%200%200%200-4.207-.56c-3.237%200-5.955%201.057-7.947%203.055-1.749%201.75-2.268%203.118-2.268%205.867v16.85h-6.295V25.426zM142.045%2035.6c.323-2.997.906-4.62%202.198-6.179%202.591-3.171%207.254-4.804%2013.856-4.804%205.245%200%209.065.814%2011.719%202.558%202.205%201.432%203.111%203.557%203.111%207.3v13.663c0%202.997.778%204.054%202.914%203.996q.716-.025%201.425-.127v4.118a9.4%209.4%200%200%201-3.301.497c-3.947%200-5.759-1.184-6.988-4.62-3.884%203.557-7.9%205.053-13.66%205.053-7.703%200-12.429-3.494-12.429-9.176a8.08%208.08%200%200%201%204.853-7.484c2.331-1%203.756-1.311%2010.422-1.998%205.695-.56%206.67-.688%208.286-1.19%201.749-.56%202.528-1.495%202.528-3.055%200-3.309-2.782-4.805-8.61-4.805-5.511%200-8.35%201.09-9.49%203.87a3.755%203.755%200%200%201-3.47%202.368zm24.902%205.243a61.8%2061.8%200%200%201-12.239%202.247c-5.632.56-7.38%201.623-7.38%204.43%200%203.118%202.59%204.756%207.703%204.756%204.207%200%207.381-1.057%209.649-3.118%201.812-1.686%202.267-2.87%202.267-5.814zm25.517%2015.346h-1.621a3.71%203.71%200%200%201-3.359-2.083l-13.58-28.68h3.773a5.55%205.55%200%200%201%205.102%203.26l9.06%2020.615%209.362-20.693a5.55%205.55%200%200%201%205.076-3.204h3.428l-13.897%2028.734a3.71%203.71%200%200%201-3.344%202.05Zm21.495-13.601c.646%205.93%205.298%209.61%2012.234%209.61%203.936%200%206.887-1.169%208.715-3.5a5.62%205.62%200%200%201%204.398-2.114h3.651c-3.179%206.987-8.87%2010.423-17.352%2010.423-10.597%200-17.739-6.427-17.739-16.037s7.317-16.348%2017.871-16.348c7.635%200%2013.776%203.43%2016.25%209.176%201.102%202.642%201.552%204.99%201.552%208.795zm23.175-4.757c-1.425-5.428-5.632-8.489-11.46-8.489s-10.035%203.06-11.524%208.49h22.984Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m62.038%2017.836%201.746-4.28s-2.221-2.378-4.92-5.073c-2.697-2.695-8.41-1.11-8.41-1.11L43.947%200H21.095l-6.507%207.373s-5.713-1.585-8.411%201.11a230%20230%200%200%200-4.92%205.073l1.746%204.28-2.222%206.34s6.535%2024.722%207.3%2027.741c1.508%205.945%202.54%208.243%206.824%2011.255%204.285%203.012%2012.061%208.243%2013.33%209.036s2.858%202.142%204.286%202.142%203.015-1.35%204.285-2.142c1.27-.793%209.045-6.024%2013.33-9.036s5.317-5.31%206.824-11.255c.766-3.019%207.3-27.74%207.3-27.74z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.614%2013.397c.952%200%208.014-1.347%208.014-1.347s8.37%2010.105%208.37%2012.265c0%201.786-.72%202.485-1.568%203.308-.178.173-.36.35-.544.545l-6.275%206.656q-.095.099-.205.21c-.626.628-1.549%201.555-.898%203.093l.134.313c.713%201.667%201.594%203.725.473%205.81-1.193%202.218-3.236%203.699-4.545%203.454-1.31-.245-4.384-1.85-5.515-2.583s-4.715-3.686-4.715-4.815c0-.942%202.578-2.51%203.83-3.27.25-.152.446-.272.56-.348.129-.087.345-.222.61-.387%201.144-.709%203.208-1.99%203.26-2.558.063-.7.039-.905-.882-2.635a37%2037%200%200%200-.662-1.169c-.878-1.508-1.86-3.196-1.642-4.405.245-1.365%202.386-2.148%204.2-2.81q.342-.125.66-.245c.53-.2%201.195-.448%201.89-.708%201.811-.678%203.823-1.43%204.155-1.584.46-.211.341-.413-1.05-.544l-.676-.07c-1.722-.183-4.899-.52-6.443-.09-.304.085-.644.177-1.001.273-1.735.47-3.861%201.045-4.066%201.376a2%202%200%200%201-.104.155c-.195.278-.322.459-.106%201.638.064.35.197%201.041.36%201.895.48%202.5%201.227%206.4%201.321%207.277q.02.183.042.355c.12.977.2%201.627-.937%201.887l-.297.068c-1.282.294-3.162.725-3.842.725s-2.56-.431-3.843-.725l-.296-.068c-1.136-.26-1.056-.91-.936-1.887q.021-.171.041-.355c.095-.878.844-4.787%201.323-7.287.163-.85.295-1.536.359-1.885.216-1.18.089-1.36-.107-1.638a3%203%200%200%201-.104-.155c-.204-.331-2.33-.906-4.065-1.376a108%20108%200%200%201-1.002-.273c-1.544-.43-4.72-.093-6.442.09l-.676.07c-1.391.131-1.51.333-1.05.544.331.153%202.342.906%204.153%201.583.695.26%201.361.51%201.89.71q.32.12.662.243c1.813.663%203.955%201.446%204.2%202.811.218%201.21-.765%202.897-1.642%204.405-.237.407-.466.801-.662%201.17-.921%201.729-.946%201.934-.882%202.634.052.568%202.115%201.849%203.258%202.558.266.165.483.3.612.387.114.076.31.195.559.347%201.252.761%203.83%202.329%203.83%203.27%200%201.13-3.584%204.083-4.714%204.816s-4.206%202.338-5.515%202.583c-1.31.245-3.352-1.236-4.545-3.454-1.121-2.085-.24-4.142.473-5.81l.133-.313c.651-1.539-.271-2.465-.898-3.094q-.11-.11-.204-.209l-6.275-6.656a17%2017%200%200%200-.544-.545c-.848-.823-1.568-1.522-1.568-3.308%200-2.16%208.37-12.265%208.37-12.265s7.062%201.347%208.014%201.347c.76%200%202.227-.504%203.756-1.03.387-.134.779-.268%201.163-.396%201.905-.634%203.174-.639%203.174-.639s1.27.005%203.174.639c.385.128.776.262%201.163.396%201.53.526%202.997%201.03%203.757%201.03m-1.212%2035.745c1.493.768%202.552%201.313%202.952%201.563.518.324.202.935-.27%201.268-.472.334-6.813%205.239-7.429%205.78l-.249.224c-.593.534-1.35%201.215-1.886%201.215s-1.293-.682-1.886-1.216l-.248-.222c-.616-.542-6.958-5.447-7.43-5.78s-.787-.945-.27-1.269c.401-.25%201.461-.796%202.956-1.565l1.42-.732c2.236-1.156%205.023-2.139%205.458-2.139s3.222.983%205.459%202.139q.763.395%201.423.733Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M50.453%207.373%2043.947%200H21.094l-6.506%207.373s-5.713-1.585-8.411%201.11c0%200%207.617-.687%2010.236%203.567%200%200%207.062%201.347%208.014%201.347s3.015-.792%204.92-1.427c1.904-.634%203.174-.638%203.174-.638s1.27.004%203.173.638c1.905.635%203.968%201.427%204.92%201.427s8.014-1.347%208.014-1.347c2.619-4.254%2010.236-3.567%2010.236-3.567-2.697-2.695-8.41-1.11-8.41-1.11Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .nav-logo .logo-large {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22114%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%20114%2035%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M38.084%2018.876V6.915h1.146c.933%200%201.69.756%201.69%201.688v5.318c1.837-1.636%203.4-2.29%205.481-2.333%203.993-.081%207.458%202.88%207.788%206.853.393%204.747-3.065%208.32-7.57%208.32-4.946%200-8.535-3.061-8.535-7.885m2.79.94c.279%202.47%202.643%204.512%205.136%204.551%203.248.05%205.46-2.063%205.46-5.19%200-3.126-2.163-5.19-5.32-5.19-3.373-.007-5.66%202.44-5.277%205.828Zm18.048-7.929v2.13c1.785-1.976%202.842-2.508%204.93-2.508q.913.001%201.815.146v2.83a7.4%207.4%200%200%200-1.965-.262c-1.513%200-2.783.494-3.713%201.428-.817.818-1.06%201.458-1.06%202.743v7.879h-2.94V11.887zm7.443%204.758c.151-1.402.424-2.16%201.028-2.89%201.21-1.482%203.389-2.246%206.473-2.246%202.45%200%204.236.38%205.476%201.196%201.03.67%201.453%201.663%201.453%203.413v6.389c0%201.4.364%201.895%201.361%201.868a6%206%200%200%200%20.666-.06v1.926a4.4%204.4%200%200%201-1.542.232c-1.844%200-2.69-.554-3.265-2.16-1.814%201.663-3.69%202.363-6.382%202.363-3.599%200-5.807-1.634-5.807-4.29a3.78%203.78%200%200%201%202.267-3.5c1.09-.467%201.755-.613%204.87-.934%202.66-.262%203.116-.321%203.871-.556.817-.262%201.181-.7%201.181-1.429%200-1.547-1.3-2.246-4.023-2.246-2.574%200-3.9.51-4.433%201.809a1.755%201.755%200%200%201-1.622%201.107zM78%2019.095a29%2029%200%200%201-5.718%201.051c-2.632.262-3.448.759-3.448%202.071%200%201.458%201.21%202.224%203.599%202.224%201.965%200%203.448-.494%204.508-1.458.846-.788%201.059-1.342%201.059-2.718zm11.922%207.175h-.757a1.73%201.73%200%200%201-1.57-.973l-6.344-13.41h1.762a2.59%202.59%200%200%201%202.384%201.525l4.233%209.638%204.374-9.675a2.59%202.59%200%200%201%202.371-1.498h1.602l-6.493%2013.434c-.295.591-.9.963-1.562.96Zm10.042-6.358c.302%202.772%202.476%204.492%205.716%204.492%201.84%200%203.218-.546%204.072-1.636a2.63%202.63%200%200%201%202.055-.988h1.706c-1.486%203.267-4.144%204.873-8.108%204.873-4.95%200-8.287-3.005-8.287-7.498%200-4.492%203.418-7.643%208.349-7.643%203.567%200%206.437%201.604%207.593%204.29.514%201.236.725%202.333.725%204.112l-13.82-.002Zm10.828-2.225c-.666-2.538-2.631-3.969-5.354-3.969s-4.689%201.431-5.384%203.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m28.985%208.339.816-2.001s-1.038-1.112-2.298-2.372-3.93-.519-3.93-.519L20.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52A109%20109%200%200%200%20.588%206.336l.815%202.002-1.038%202.964s3.053%2011.559%203.41%2012.97c.705%202.78%201.187%203.854%203.19%205.262%202.001%201.409%205.634%203.854%206.227%204.225.594.37%201.335%201.002%202.002%201.002.668%200%201.41-.632%202.002-1.002.593-.37%204.227-2.816%206.228-4.225%202.003-1.408%202.484-2.483%203.189-5.262.358-1.411%203.41-12.97%203.41-12.97z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.976%206.263c.445%200%203.744-.63%203.744-.63s3.91%204.725%203.91%205.735c0%20.835-.336%201.162-.732%201.547q-.125.119-.254.254l-2.932%203.112-.096.098c-.293.294-.723.727-.42%201.447l.063.146c.334.78.745%201.741.221%202.716-.557%201.037-1.512%201.73-2.123%201.615s-2.049-.865-2.577-1.208-2.203-1.723-2.203-2.25c0-.441%201.205-1.174%201.79-1.53.116-.07.208-.127.26-.163a14%2014%200%200%201%20.287-.18c.534-.332%201.498-.93%201.522-1.196.03-.327.019-.423-.412-1.232a15%2015%200%200%200-.31-.547c-.409-.704-.868-1.494-.766-2.06.114-.637%201.115-1.003%201.962-1.313l.309-.114c.247-.094.558-.21.883-.332.846-.316%201.786-.668%201.94-.74.216-.099.16-.193-.49-.255l-.316-.032c-.804-.086-2.288-.243-3.01-.042q-.215.06-.468.128c-.81.219-1.804.488-1.9.643l-.048.072c-.091.13-.15.215-.05.766.03.164.092.487.169.886.224%201.17.573%202.993.617%203.402l.02.166c.056.457.093.761-.438.883l-.139.031c-.6.138-1.477.34-1.795.34s-1.196-.202-1.795-.34l-.138-.031c-.531-.122-.494-.426-.438-.883l.02-.166c.043-.41.393-2.238.617-3.407.076-.397.138-.718.168-.881.1-.551.041-.636-.05-.766l-.048-.072c-.096-.155-1.09-.424-1.9-.643l-.468-.128c-.721-.201-2.205-.044-3.01.042l-.316.032c-.65.062-.705.156-.49.255.154.072%201.094.423%201.94.74l.884.332.308.114c.848.31%201.848.676%201.963%201.314.101.565-.357%201.354-.767%202.06-.111.19-.218.374-.31.546-.43.809-.442.905-.412%201.232.024.265.988.864%201.523%201.196.124.077.225.14.286.18.053.036.144.092.26.163.585.356%201.79%201.089%201.79%201.53%200%20.527-1.674%201.908-2.203%202.25s-1.965%201.094-2.576%201.208c-.612.114-1.566-.578-2.124-1.615-.524-.974-.112-1.936.221-2.716l.063-.146c.304-.72-.127-1.153-.42-1.447l-.095-.098-2.932-3.112a8%208%200%200%200-.254-.254c-.396-.385-.733-.712-.733-1.547%200-1.01%203.91-5.734%203.91-5.734s3.3.63%203.745.63c.355%200%201.04-.236%201.755-.482.18-.063.364-.126.543-.186.89-.296%201.483-.298%201.483-.298s.593.002%201.483.298q.271.09.544.186c.714.246%201.4.481%201.755.481m-.567%2016.713c.698.359%201.193.614%201.38.73.242.152.094.438-.127.594-.22.155-3.183%202.449-3.47%202.702l-.117.104c-.277.25-.63.568-.88.568-.252%200-.605-.318-.882-.568l-.116-.104c-.288-.253-3.25-2.547-3.471-2.702-.22-.156-.369-.442-.127-.593.188-.117.683-.373%201.381-.732l.664-.342c1.045-.54%202.347-1%202.55-1s1.505.46%202.55%201z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M23.573%203.447%2020.533%200H9.856l-3.04%203.447s-2.67-.74-3.93.52c0%200%203.56-.322%204.783%201.667%200%200%203.3.63%203.744.63s1.409-.37%202.298-.667c.89-.297%201.483-.299%201.483-.299s.594.002%201.483.299c.89.296%201.854.667%202.299.667s3.744-.63%203.744-.63c1.224-1.989%204.783-1.668%204.783-1.668-1.26-1.26-3.93-.519-3.93-.519%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .nav-logo .logo-small {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .waves-bottom {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22200%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M1537.5%20115.707v.484C984.718-184.723%20431.932%20226.405-120.854%2036.569v-4.062C431.932%20223.554%20984.718-186.42%201537.5%20115.707%22/%3E%3Cpath%20d%3D%22M1537.5%20121.488v.508C984.718-165.002%20431.932%20260.262-120.854%2084.758v-4.166C431.932%20257.33%20984.718-166.699%201537.5%20121.488%22/%3E%3Cpath%20d%3D%22M1537.5%20127.454v.508c-552.782-272.77-1105.568%20166.976-1658.354%206.127v-4.246C431.932%20291.949%20984.718-146.551%201537.5%20127.454%22/%3E%3Cpath%20d%3D%22M1537.5%20133.454v.519C984.718-124.234%20431.932%20330.248-120.854%20184.354v-4.327C431.932%20327.201%20984.718-126%201537.5%20133.454%22/%3E%3Cpath%20d%3D%22M420.794%20214C793.026%20133.224%201165.25-25.213%201537.5%20139.57v.577C1169.9-21.786%20802.332%20131.539%20434.764%20214z%22/%3E%3Cpath%20d%3D%22M558.841%20214c326.213-91.162%20652.429-203.868%20978.659-68.233v.531C1214.58%2012.775%20891.676%20122.584%20568.78%20214z%22/%3E%3Cpath%20d%3D%22M665.068%20214c290.8-90.643%20581.612-175.02%20872.432-61.99v.519C1249.41%2041.243%20961.327%20123.669%20673.256%20214z%22/%3E%3Cpath%20d%3D%22M755.368%20214c260.712-85.45%20521.402-149.944%20782.132-55.724v.531C1279.18%2066.064%201020.88%20129.116%20762.566%20214z%22/%3E%3Cpath%20d%3D%22M835.948%20214c233.842-77.949%20467.692-127.557%20701.552-49.435v.542C1305.8%2088.22%201074.13%20136.766%20842.455%20214z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-32%200h1496v214H-32z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) .waves-top {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%221433%22%20height%3D%22218%22%3E%3Cg%20fill%3D%22%235b6078%22%20clip-path%3D%22url%28%23a%29%22%3E%3Cpath%20d%3D%22M-90.855%2051.976v-.7c797.89%20434.34%201595.775-159.081%202393.665%20114.927v5.863C1504.92-103.691%20707.035%20488.031-90.854%2051.976Z%22/%3E%3Cpath%20d%3D%22M-90.855%2043.631v-.733C707.035%20457.15%201504.92-156.674%202302.81%2096.664v6.013C1504.92-152.443%20707.035%20459.599-90.854%2043.631Z%22/%3E%3Cpath%20d%3D%22M-90.855%2035.07v-.733c797.89%20393.665%201595.775-241.062%202393.665-8.894v6.13C1504.92-202.412%20707.035%20430.517-90.854%2035.07Z%22/%3E%3Cpath%20d%3D%22M-90.855%2026.359v-.75C707.035%20398.288%201504.92-257.693%202302.81-47.11v6.246C1504.92-253.296%20707.035%20400.853-90.854%2026.36Z%22/%3E%3Cpath%20d%3D%22M-90.855%2017.515v-.75C707.035%20368.174%201504.92-309.376%202302.81-120.697v6.313C1504.92-304.946%20707.035%20370.772-90.854%2017.515Z%22/%3E%3Cpath%20d%3D%22M-90.855%208.537v-.766C707.035%20337.76%201504.92-361.626%202302.81-195.05v6.346C1504.92-357.146%20707.035%20340.358-90.854%208.537Z%22/%3E%3Cpath%20d%3D%22M-90.855-.44v-.75C707.035%20307.08%201504.92-414.26%202302.81-270.001v6.412C1504.92-409.762%20707.035%20309.711-90.854-.441Z%22/%3E%3Cpath%20d%3D%22M-90.855-9.485v-.766C707.035%20276.266%201504.92-467.159%202302.81-345.287v6.43C1504.92-462.628%20707.035%20278.898-90.854-9.485Z%22/%3E%3Cpath%20d%3D%22M-90.855-18.562v-.783c797.89%20264.731%201595.775-500.83%202393.665-401.41v6.446C1504.92-515.645%20707.035%20248.017-90.854-18.562Z%22/%3E%3Cpath%20d%3D%22M-90.855-27.657v-.782C707.035%20214.489%201504.92-573.191%202302.81-496.14v6.429C1504.92-568.661%20707.035%20217.137-90.854-27.656Z%22/%3E%3Cpath%20d%3D%22M-90.855-36.7v-.784C707.035%20183.692%201504.92-626.057%202302.81-571.492v6.429C1504.92-621.56%20707.035%20186.307-90.854-36.701Z%22/%3E%3Cpath%20d%3D%22M-90.855-45.712v-.716C707.035%20153.045%201504.92-678.69%202302.81-646.377v6.362C1504.92-674.193%20707.035%20155.643-90.854-45.712Z%22/%3E%3Cpath%20d%3D%22M-90.855-54.64v-.782C707.035%20122.63%201504.92-730.874%202302.81-720.697v6.363C1504.92-726.443%20707.035%20125.129-90.854-54.639Z%22/%3E%3Cpath%20d%3D%22M-90.855-63.5v-.766C707.035%2092.55%201504.92-782.524%202302.81-794.283v6.229C1504.92-778.144%20707.035%2095.148-90.854-63.5Z%22/%3E%3Cpath%20d%3D%22M-90.855-72.245v-.733C581.533%2041.516%201253.92-576.971%201926.28-794.282H1943C1265.04-583.518%20587.102%2044.714-90.855-72.245%22/%3E%3Cpath%20d%3D%22M-90.855-80.806v-.733C529.572%208.137%201150-526.488%201770.44-794.283h11.28C1157.51-529.536%20533.344%2010.769-90.854-80.806Z%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-2-73h1496v291H-2z%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E\");\n }\n :root:not(.light, .dark) input[type=\"radio\"]:checked::after {\n background-color: #b7bdf8;\n }\n :root:not(.light, .dark) .feedback-footer #logo {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2256%22%20height%3D%2264%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22m53.292%2015.321%201.5-3.676s-1.909-2.043-4.227-4.358c-2.317-2.315-7.225-.953-7.225-.953L37.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953C2.988%209.602%201.08%2011.645%201.08%2011.645l1.5%203.676-1.91%205.447s5.614%2021.236%206.272%2023.83c1.295%205.106%202.181%207.08%205.862%209.668s10.36%207.08%2011.45%207.762c1.091.68%202.455%201.84%203.682%201.84s2.59-1.16%203.68-1.84%207.77-5.175%2011.452-7.762c3.68-2.587%204.567-4.562%205.862-9.668.657-2.594%206.27-23.83%206.27-23.83z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M34.888%2011.508c.818%200%206.885-1.157%206.885-1.157s7.189%208.68%207.189%2010.536c0%201.534-.619%202.134-1.347%202.842-.152.148-.31.3-.467.468l-5.39%205.717-.176.18c-.538.54-1.33%201.336-.772%202.658l.115.269c.613%201.432%201.37%203.2.407%204.99-1.025%201.906-2.78%203.178-3.905%202.967s-3.766-1.589-4.737-2.218c-.971-.63-4.05-3.166-4.05-4.137%200-.809%202.214-2.155%203.29-2.81.214-.13.383-.232.48-.298.111-.075.297-.19.526-.332.981-.61%202.754-1.71%202.799-2.197.055-.602.034-.778-.758-2.264-.168-.316-.365-.654-.568-1.004-.754-1.295-1.598-2.745-1.41-3.784.21-1.173%202.05-1.845%203.608-2.415q.292-.105.567-.209l1.623-.609c1.556-.582%203.284-1.229%203.57-1.36.394-.181.292-.355-.903-.468l-.58-.06c-1.48-.157-4.209-.446-5.535-.077-.261.073-.553.152-.86.235-1.49.403-3.317.897-3.493%201.182q-.045.074-.089.133c-.168.238-.277.394-.091%201.406.055.302.169.895.31%201.629.41%202.148%201.053%205.498%201.134%206.25q.017.159.036.305c.103.84.171%201.399-.805%201.622l-.255.058c-1.102.252-2.717.623-3.3.623-.584%200-2.2-.37-3.302-.623l-.254-.058c-.976-.223-.907-.782-.804-1.622q.018-.147.035-.305c.081-.753.725-4.112%201.137-6.259.14-.73.253-1.32.308-1.62.185-1.012.076-1.168-.092-1.406l-.09-.133c-.174-.285-2-.779-3.491-1.182-.307-.083-.6-.162-.86-.235-1.327-.37-4.055-.08-5.535.077q-.341.037-.58.06c-1.196.113-1.297.287-.903.468.285.131%202.013.778%203.568%201.36.597.223%201.17.437%201.624.609q.275.103.568.21c1.558.57%203.398%201.241%203.608%202.414.187%201.039-.657%202.489-1.41%203.784-.204.35-.4.688-.569%201.004-.791%201.486-.812%201.662-.757%202.264.044.488%201.816%201.587%202.798%202.197.229.142.415.257.526.332.098.066.266.168.48.298%201.076.654%203.29%202%203.29%202.81%200%20.97-3.078%203.507-4.05%204.137-.97.63-3.612%202.008-4.737%202.218s-2.88-1.061-3.904-2.966c-.963-1.791-.207-3.559.406-4.99l.115-.27c.559-1.322-.233-2.118-.772-2.658l-.175-.18-5.39-5.717c-.158-.167-.316-.32-.468-.468-.728-.707-1.346-1.308-1.346-2.842%200-1.855%207.189-10.536%207.189-10.536s6.066%201.157%206.884%201.157c.653%200%201.913-.433%203.227-.885.333-.114.669-.23%201-.34%201.635-.545%202.726-.549%202.726-.549s1.09.004%202.726.549c.33.11.667.226%201%20.34%201.313.452%202.574.885%203.226.885m-1.041%2030.706c1.282.66%202.192%201.128%202.536%201.343.445.278.174.803-.232%201.09-.405.285-5.853%204.499-6.381%204.965l-.215.191c-.509.459-1.159%201.044-1.62%201.044-.46%200-1.11-.586-1.62-1.044l-.213-.191c-.53-.466-5.977-4.68-6.382-4.966s-.677-.81-.232-1.09c.344-.214%201.255-.683%202.539-1.344l1.22-.629c1.92-.992%204.315-1.837%204.689-1.837s2.767.844%204.689%201.837q.655.34%201.222.63z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20fill-rule%3D%22evenodd%22%20d%3D%22M43.34%206.334%2037.751%200H18.12l-5.589%206.334s-4.908-1.362-7.225.953c0%200%206.544-.59%208.793%203.064%200%200%206.066%201.157%206.884%201.157s2.59-.68%204.226-1.225%202.727-.549%202.727-.549%201.09.004%202.726.549%203.408%201.225%204.226%201.225%206.885-1.157%206.885-1.157c2.249-3.654%208.792-3.064%208.792-3.064-2.317-2.315-7.225-.953-7.225-.953%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n height: 48px;\n }\n }", "start": 1078, "domains": [ "search.brave.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 110280 } ], - "sourceCode": "/* ==UserStyle==\n@name Brave Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/brave-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search\n@version 1.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search\n@description Soothing pastel theme for Brave Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"search.brave.com\") {\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root:not(.light, .dark) {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n --color-container-highlight: @crust;\n --search-serp-container-background: @mantle;\n --body-bg: @base;\n --bg-glassy: @mantle;\n --bg-1: @surface1;\n --bg-2: @surface0;\n --bg-02: @crust;\n --bg-04: @mantle;\n --bg-green: @green;\n --bg-blue: @blue;\n --bg-red: @red;\n --bg-favicon: @surface1;\n --bg-form-control-selected: @surface2;\n --bg-form-control-unselected: @surface0;\n --form-control-selected: @blue;\n --form-control-hover: @lavender;\n --form-control-focus: @text;\n --settings-header-bg: @mantle;\n --settings-header-text: @text;\n --settings-header-icon: @blue;\n --settings-widget-text: @subtext0;\n --settings-item-text: @text;\n --settings-item-icon: @blue;\n --settings-item-border: @overlay0;\n --settings-item-border-2: @overlay2;\n --settings-btn-bg: @surface0;\n --settings-btn-text: @text;\n --settings-widget-outline: @overlay0;\n --settings-independent-score: @blue;\n --settings-global-score: @peach;\n --brave-supporter-bg: @base;\n --brave-supporter-text: @text;\n --context-menu-header-border: @overlay0;\n --color-primary: @text;\n --color-primary-2: @subtext1;\n --color-primary-3: @subtext0;\n --color-white: @text;\n --color-gray-2: @subtext1;\n --color-gray-3: @subtext0;\n --color-gray-4: @overlay2;\n --color-gray-5: @overlay1;\n --color-gray-6: @overlay0;\n --color-green: @green;\n --color-red: @red;\n --color-blue: @blue;\n --info-color: @blue;\n --link-primary: @blue;\n --link-secondary: @blue;\n --link-visited: @mauve;\n --snippet-url: @subtext0;\n --separator-dot: @overlay0;\n --theme-purple: @mauve;\n --theme-yellow: @yellow;\n --border-color: @overlay0;\n --blurple-300: @lavender;\n --text-01: @text;\n --text-02: @subtext1;\n --text-03: @subtext0;\n --interactive-04: @blue;\n --interactive-05: @blue;\n --interactive-06: @blue;\n --interactive-07: @blue;\n --interactive-08: @blue;\n --focus-border: @overlay2;\n --divider-01: @overlay0;\n --disabled: @overlay1;\n --btn-filled-bg: @surface0;\n --btn-filled-bg-hover: @surface1;\n --btn-filled-text-active: @text;\n --btn-filled-bg-active: @surface2;\n --btn-filled-text-disabled: @overlay1;\n --btn-outline-border: @overlay0;\n --btn-outline-border-hover: @overlay1;\n --btn-outline-text: @text;\n --btn-outline-text-hover: @subtext1;\n --btn-outline-text-active: @text;\n --btn-outline-border-active: @overlay2;\n --btn-outline-text-disabled: @overlay1;\n --btn-icon-svg-hover: @subtext1;\n --btn-icon-bg-hover: @surface1;\n --btn-icon-svg-active: @text;\n --code-bg-0: @base;\n --code-border: @overlay0;\n --code-color-1: @surface0;\n --code-color-2: @text;\n --code-color-3: @green;\n --code-color-4: @blue;\n --code-color-5: @pink;\n --search-bgd-01: @overlay0;\n --search-bgd-02: @base;\n --search-bgd-03: @crust;\n --search-bgd-04: @mantle;\n --search-bgd-05: @base;\n --search-bgd-06: @surface0;\n --search-bgd-07: @mantle;\n --search-bgd-08: @crust;\n --search-line-01: @surface0;\n --search-line-02: @subtext0;\n --search-text-01: @text;\n --search-text-02: @subtext1;\n --search-text-03: @subtext0;\n --search-text-04: @subtext0;\n --search-text-05: @blue;\n --search-text-06: @overlay0;\n --search-text-09: @yellow;\n --search-text-10: @peach;\n --search-interactive-01: @blue;\n --search-interactive-02: @mauve;\n --search-interactive-03: @mauve;\n --search-interactive-04: @sky;\n --search-interactive-05: @mauve;\n --gray-30: @base;\n --gray-60: @surface0;\n --gray-90: @overlay0;\n --gray-110: @subtext0;\n --gray-120: @text;\n --secondary-90: @lavender;\n\n #searchform > .searchbox-wrapper::after {\n background-image: none;\n }\n #searchform-actions::before {\n background: none !important;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Brave Search Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/brave-search\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search\n@version 2.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search\n@description Soothing pastel theme for Brave Search\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"search.brave.com\") {\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root:not(.light, .dark) {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --color-page-background: @base;\n --color-container-background: @crust;\n --color-container-highlight: @mantle;\n --color-serp-header-background: @crust;\n --color-text-interactive: @accent-color;\n --color-divider-subtle: @surface0;\n --color-divider-interactive: @accent-color;\n --color-text-primary: @text;\n --color-serp-bar-bg: @mantle;\n --color-serp-divider-subtle-container: @surface0;\n --color-gray-30: @subtext0;\n --color-gray-40: @overlay2;\n --color-text-secondary: @subtext1;\n --color-text-tertiary: @subtext0;\n --color-icon-default: @overlay2;\n --color-serp-snippet-background: @base;\n --color-link-default: @blue;\n --color-link-visited: @mauve;\n --color-tabs-search-text-default: @accent-color;\n --color-primary-50: @accent-color;\n --color-primitive-primary-60: @accent-color;\n --color-primitive-primary-70: darken(@accent-color, 5%);\n --color-container-interactive: transparent;\n --color-button-background: @accent-color;\n --color-button-disabled: fade(@surface2, 30%);\n\n dialog {\n color: @text;\n\n &::backdrop {\n background-color: fade(@crust, 30%);\n }\n }\n\n #searchform::after {\n outline-color: @surface0;\n }\n #searchform-actions::before {\n background: none !important;\n }\n #submit-button {\n &:hover:not(:disabled) {\n background: linear-gradient(\n 314deg,\n @peach 8.49%,\n @pink 43.72%,\n @mauve 99.51%\n );\n }\n\n svg {\n fill: @overlay2;\n }\n }\n #searchbox::placeholder {\n color: @subtext0;\n }\n\n .button.type--filled.theme--default {\n color: @base;\n\n &:disabled {\n color: fade(@text, 50%);\n }\n }\n .button.type--outlined.theme--default:hover {\n background-color: @accent-color;\n border-color: @accent-color !important;\n color: @base !important;\n }\n .tab-item.active .icon {\n fill: @accent-color !important;\n }\n .tab-item.active ::after {\n background: @accent-color !important;\n }\n\n .logo-img {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .nav-logo .logo-large {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .nav-logo .logo-small {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .waves-bottom {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .waves-top {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n\n input[type=\"radio\"]:checked::after {\n background-color: @accent-color;\n }\n\n .feedback-footer {\n #logo {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n height: 48px;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Brave Search Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/brave-search", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/brave-search", - "version": "1.0.5", + "version": "2.0.1", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search", "description": "Soothing pastel theme for Brave Search", "author": "Catppuccin", "license": "MIT", "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": "macchiato", + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": "macchiato", + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": "lavender", + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for Brave Search", + "name": "Brave Search Catppuccin", + "originalDigest": "6dfa5168d9e18ec5211863f03afd5e17f33ad0ac", + "_id": "8d7c5abd-49c7-4900-a70b-e3c3a2c82fcb", + "_rev": 1712856189708, + "id": 47, + "etag": "W/\"3909a1ea0368ee8906b446b932f3e36e673b5166ee6720a65915e701a05b34de\"", + "updateDate": 1712856189538 + }, + { + "enabled": true, + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/ecosia", + "installDate": 1690106092906, + "sections": [ + { + "code": "/* ==UserStyle==\n@name Ecosia Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/ecosia\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ecosia\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia\n@description Soothing pastel theme for Ecosia\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "start": 0 + }, + { + "code": ":root.light {\n color-scheme: dark;\n --color-brand-primary: #b7bdf8 !important;\n --color-brand-secondary: #181926 !important;\n --color-error: #ed8796 !important;\n --color-success: #a6da95 !important;\n --color-disabled: #8087a2 !important;\n --color-button-background-primary: #b7bdf8 !important;\n --color-button-background-primary-active: #b7bdf8 !important;\n --color-button-background-primary-hover: #b7bdf8;\n --color-button-background-secondary: #363a4f !important;\n --color-button-background-secondary-active: #5b6078 !important;\n --color-button-background-secondary-hover: #494d64 !important;\n --color-button-content-primary: #24273a !important;\n --color-button-content-secondary: #cad3f5 !important;\n --color-button-content-tertiary: #b7bdf8 !important;\n --color-button-border: #363a4f !important;\n --color-button-background-transparent-hover: #494d64;\n --color-button-background-transparent-active: #5b6078;\n --color-background-primary: #24273a !important;\n --color-background-secondary: #181926 !important;\n --color-background-tertiary: #1e2030 !important;\n --color-background-quaternary: #363a4f;\n --color-background-elevation-1: #1e2030 !important;\n --color-highlighter: #363a4f !important;\n --color-highlight-primary: #363a4f !important;\n --color-overlay-primary: #6e738d !important;\n --color-overlay-secondary: #8087a2 !important;\n --color-text-primary: #cad3f5 !important;\n --color-text-secondary: #a5adcb !important;\n --color-text-tertiary: #cad3f5 !important;\n --color-link-primary: #7dc4e4 !important;\n --color-link-secondary: #91d7e3 !important;\n --color-url: #7dc4e4 !important;\n --color-link-results-default: #7dc4e4 !important;\n --color-link-results-visited: #8bd5ca !important;\n --color-decorative-icon: #b7bdf8 !important;\n --color-elevation-layer-1: #494d64;\n --color-elevation-layer-2: #5b6078;\n --color-decorative-border-1: #494d64 !important;\n --color-focused: #b7bdf8 !important;\n --color-form-border-default: #363a4f !important;\n --color-form-border-hover: #494d64 !important;\n --color-form-border-primary-active: #b7bdf8 !important;\n --color-tripadvisor-rating: #a5adcb !important;\n --color-tree-counter-tree-tall: #eed49f !important;\n --color-green-leaf-icon-color-top: #a6da95 !important;\n --color-green-leaf-icon-color-bottom: #a6da95 !important;\n --color-fossil-fuel-icon-color-top: #f0c6c6 !important;\n --color-fossil-fuel-icon-color-bottom: #ee99a0 !important;\n /* search page */\n --color-above-fold-background: #363a4f !important;\n --color-above-fold-background-addon: #8087a2 !important;\n --color-above-fold-text: #cad3f5 !important;\n --color-section-wrapper-background-gray: #494d64 !important;\n --color-section-wrapper-background-dark-green: #363a4f !important;\n --color-section-wrapper-background-light-green: #363a4f !important;\n --color-section-header-title: #cad3f5 !important;\n --color-projects-title: #cad3f5 !important;\n --color-projects-description: #494d64;\n --color-financial-report-total-background: #363a4f !important;\n --color-financial-report-total-text: #cad3f5 !important;\n --color-forest-background-addon: #494d64 !important;\n --color-forest-background-secondary: #363a4f !important;\n --color-before-after-text: #cad3f5 !important;\n /* override color digit on homepage */\n }\n :root.light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.light input::placeholder,\n :root.light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light .count__digit,\n :root.light .counter__description {\n color: #cad3f5 !important;\n }\n :root.dark {\n color-scheme: dark;\n --color-brand-primary: #b7bdf8 !important;\n --color-brand-secondary: #181926 !important;\n --color-error: #ed8796 !important;\n --color-success: #a6da95 !important;\n --color-disabled: #8087a2 !important;\n --color-button-background-primary: #b7bdf8 !important;\n --color-button-background-primary-active: #b7bdf8 !important;\n --color-button-background-primary-hover: #b7bdf8;\n --color-button-background-secondary: #363a4f !important;\n --color-button-background-secondary-active: #5b6078 !important;\n --color-button-background-secondary-hover: #494d64 !important;\n --color-button-content-primary: #24273a !important;\n --color-button-content-secondary: #cad3f5 !important;\n --color-button-content-tertiary: #b7bdf8 !important;\n --color-button-border: #363a4f !important;\n --color-button-background-transparent-hover: #494d64;\n --color-button-background-transparent-active: #5b6078;\n --color-background-primary: #24273a !important;\n --color-background-secondary: #181926 !important;\n --color-background-tertiary: #1e2030 !important;\n --color-background-quaternary: #363a4f;\n --color-background-elevation-1: #1e2030 !important;\n --color-highlighter: #363a4f !important;\n --color-highlight-primary: #363a4f !important;\n --color-overlay-primary: #6e738d !important;\n --color-overlay-secondary: #8087a2 !important;\n --color-text-primary: #cad3f5 !important;\n --color-text-secondary: #a5adcb !important;\n --color-text-tertiary: #cad3f5 !important;\n --color-link-primary: #7dc4e4 !important;\n --color-link-secondary: #91d7e3 !important;\n --color-url: #7dc4e4 !important;\n --color-link-results-default: #7dc4e4 !important;\n --color-link-results-visited: #8bd5ca !important;\n --color-decorative-icon: #b7bdf8 !important;\n --color-elevation-layer-1: #494d64;\n --color-elevation-layer-2: #5b6078;\n --color-decorative-border-1: #494d64 !important;\n --color-focused: #b7bdf8 !important;\n --color-form-border-default: #363a4f !important;\n --color-form-border-hover: #494d64 !important;\n --color-form-border-primary-active: #b7bdf8 !important;\n --color-tripadvisor-rating: #a5adcb !important;\n --color-tree-counter-tree-tall: #eed49f !important;\n --color-green-leaf-icon-color-top: #a6da95 !important;\n --color-green-leaf-icon-color-bottom: #a6da95 !important;\n --color-fossil-fuel-icon-color-top: #f0c6c6 !important;\n --color-fossil-fuel-icon-color-bottom: #ee99a0 !important;\n /* search page */\n --color-above-fold-background: #363a4f !important;\n --color-above-fold-background-addon: #8087a2 !important;\n --color-above-fold-text: #cad3f5 !important;\n --color-section-wrapper-background-gray: #494d64 !important;\n --color-section-wrapper-background-dark-green: #363a4f !important;\n --color-section-wrapper-background-light-green: #363a4f !important;\n --color-section-header-title: #cad3f5 !important;\n --color-projects-title: #cad3f5 !important;\n --color-projects-description: #494d64;\n --color-financial-report-total-background: #363a4f !important;\n --color-financial-report-total-text: #cad3f5 !important;\n --color-forest-background-addon: #494d64 !important;\n --color-forest-background-secondary: #363a4f !important;\n --color-before-after-text: #cad3f5 !important;\n /* override color digit on homepage */\n }\n :root.dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark input::placeholder,\n :root.dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark .count__digit,\n :root.dark .counter__description {\n color: #cad3f5 !important;\n }", + "start": 1036, + "domains": [ + "ecosia.org" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 8462 + } + ], + "sourceCode": "/* ==UserStyle==\n@name Ecosia Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/ecosia\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ecosia\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia\n@description Soothing pastel theme for Ecosia\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"ecosia.org\") {\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --color-brand-primary: @accent-color !important;\n --color-brand-secondary: @crust !important;\n --color-error: @red !important;\n --color-success: @green !important;\n --color-disabled: @overlay1 !important;\n --color-button-background-primary: @accent-color !important;\n --color-button-background-primary-active: @accent-color !important;\n --color-button-background-primary-hover: @accent-color;\n --color-button-background-secondary: @surface0 !important;\n --color-button-background-secondary-active: @surface2 !important;\n --color-button-background-secondary-hover: @surface1 !important;\n --color-button-content-primary: @base !important;\n --color-button-content-secondary: @text !important;\n --color-button-content-tertiary: @accent-color !important;\n --color-button-border: @surface0 !important;\n --color-button-background-transparent-hover: @surface1;\n --color-button-background-transparent-active: @surface2;\n --color-background-primary: @base !important;\n --color-background-secondary: @crust !important;\n --color-background-tertiary: @mantle !important;\n --color-background-quaternary: @surface0;\n --color-background-elevation-1: @mantle !important;\n --color-highlighter: @surface0 !important;\n --color-highlight-primary: @surface0 !important;\n --color-overlay-primary: @overlay0 !important;\n --color-overlay-secondary: @overlay1 !important;\n --color-text-primary: @text !important;\n --color-text-secondary: @subtext0 !important;\n --color-text-tertiary: @text !important;\n --color-link-primary: @sapphire !important;\n --color-link-secondary: @sky !important;\n --color-url: @sapphire !important;\n --color-link-results-default: @sapphire !important;\n --color-link-results-visited: @teal !important;\n --color-decorative-icon: @accent-color !important;\n --color-elevation-layer-1: @surface1;\n --color-elevation-layer-2: @surface2;\n --color-decorative-border-1: @surface1 !important;\n --color-focused: @accent-color !important;\n --color-form-border-default: @surface0 !important;\n --color-form-border-hover: @surface1 !important;\n --color-form-border-primary-active: @accent-color !important;\n --color-tripadvisor-rating: @subtext0 !important;\n --color-tree-counter-tree-tall: @yellow !important;\n --color-green-leaf-icon-color-top: @green !important;\n --color-green-leaf-icon-color-bottom: @green !important;\n --color-fossil-fuel-icon-color-top: @flamingo !important;\n --color-fossil-fuel-icon-color-bottom: @maroon !important;\n\n /* search page */\n --color-above-fold-background: @surface0 !important;\n --color-above-fold-background-addon: @overlay1 !important;\n --color-above-fold-text: @text !important;\n --color-section-wrapper-background-gray: @surface1 !important;\n --color-section-wrapper-background-dark-green: @surface0 !important;\n --color-section-wrapper-background-light-green: @surface0 !important;\n --color-section-header-title: @text !important;\n --color-projects-title: @text !important;\n --color-projects-description: @surface1;\n --color-financial-report-total-background: @surface0 !important;\n --color-financial-report-total-text: @text !important;\n --color-forest-background-addon: @surface1 !important;\n --color-forest-background-secondary: @surface0 !important;\n --color-before-after-text: @text !important;\n\n /* override color digit on homepage */\n .count__digit,\n .counter__description {\n color: @text !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "Ecosia Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/ecosia", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/ecosia", + "version": "0.0.3", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia", + "description": "Soothing pastel theme for Ecosia", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": "macchiato", + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": "macchiato", + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": "lavender", + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for Ecosia", + "name": "Ecosia Catppuccin", + "originalDigest": "32e5b1bd035f0c523edca0cd243d1ca4e67cc67b", + "_id": "7535f38a-fbeb-42ef-acc7-688bab97ca48", + "_rev": 1712856189548, + "id": 48, + "etag": "W/\"45a918d8a24522e53e22bfd636fdd0a748b14dc8890535299743cdc64e9f0b81\"", + "updateDate": 1712856189381 + }, + { + "enabled": true, + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/searxng", + "installDate": 1690106105038, + "sections": [ + { + "code": "/* ==UserStyle==\n@name SearXNG Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/searxng\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searxng\n@version 0.3.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearxng\n@description Soothing pastel theme for SearXNG\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox additions \"Additional Tweaks\" 0\n==/UserStyle== */", + "start": 0 + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root.theme-auto {\n color-scheme: dark;\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #7dc4e4;\n --color-url-visited-font: #7dc4e4;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #7dc4e4;\n --color-btn-font: #24273a;\n --color-show-btn-background: #7dc4e4;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #7dc4e4;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #7dc4e4;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #7dc4e4;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #7dc4e4;\n --color-result-link-font-highlight: #7dc4e4;\n --color-result-link-visited-font: #7dc4e4;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #7dc4e4;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #7dc4e4;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-auto ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.theme-auto input::placeholder,\n :root.theme-auto textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.theme-auto #search_logo svg :not([fill=\"none\"]) {\n fill: #7dc4e4;\n }\n :root.theme-auto #search_logo svg :not([stroke=\"none\"]) {\n stroke: #7dc4e4;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root.theme-auto {\n color-scheme: dark;\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #7dc4e4;\n --color-url-visited-font: #7dc4e4;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #7dc4e4;\n --color-btn-font: #24273a;\n --color-show-btn-background: #7dc4e4;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #7dc4e4;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #7dc4e4;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #7dc4e4;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #7dc4e4;\n --color-result-link-font-highlight: #7dc4e4;\n --color-result-link-visited-font: #7dc4e4;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #7dc4e4;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #7dc4e4;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-auto ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.theme-auto input::placeholder,\n :root.theme-auto textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.theme-auto #search_logo svg :not([fill=\"none\"]) {\n fill: #7dc4e4;\n }\n :root.theme-auto #search_logo svg :not([stroke=\"none\"]) {\n stroke: #7dc4e4;\n }\n }\n :root.theme-dark {\n color-scheme: dark;\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #7dc4e4;\n --color-url-visited-font: #7dc4e4;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #7dc4e4;\n --color-btn-font: #24273a;\n --color-show-btn-background: #7dc4e4;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #7dc4e4;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #7dc4e4;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #7dc4e4;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #7dc4e4;\n --color-result-link-font-highlight: #7dc4e4;\n --color-result-link-visited-font: #7dc4e4;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #7dc4e4;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #7dc4e4;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-dark ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.theme-dark input::placeholder,\n :root.theme-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.theme-dark #search_logo svg :not([fill=\"none\"]) {\n fill: #7dc4e4;\n }\n :root.theme-dark #search_logo svg :not([stroke=\"none\"]) {\n stroke: #7dc4e4;\n }\n :root.theme-light {\n color-scheme: dark;\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #7dc4e4;\n --color-url-visited-font: #7dc4e4;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #7dc4e4;\n --color-btn-font: #24273a;\n --color-show-btn-background: #7dc4e4;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #7dc4e4;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #7dc4e4;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #7dc4e4;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #7dc4e4;\n --color-result-link-font-highlight: #7dc4e4;\n --color-result-link-visited-font: #7dc4e4;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #7dc4e4;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #7dc4e4;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-light ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root.theme-light input::placeholder,\n :root.theme-light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.theme-light #search_logo svg :not([fill=\"none\"]) {\n fill: #7dc4e4;\n }\n :root.theme-light #search_logo svg :not([stroke=\"none\"]) {\n stroke: #7dc4e4;\n }", + "start": 4319, + "domains": [ + "ransack.i2p", + "de.xcxc.ml", + "dynabyte.ca", + "etsi.me", + "icanfindit.online", + "jackgoss.xyz", + "jsearch.pw", + "metasearch.nl", + "northboot.xyz", + "notsearch.uk", + "opnxng.com", + "paulgo.io", + "priv.au", + "privatus.live", + "s.frlt.one", + "s.zhaocloud.net", + "saber.tk", + "search.0relay.com", + "search.affusio.com", + "search.bus-hit.me", + "search.callmeecho.dev", + "search.chemicals-in-the-water.eu", + "search.cronobox.one", + "search.disroot.org", + "search.ethibox.fr", + "search.gcomm.ch", + "search.kiwitalk.de", + "search.mdosch.de", + "search.mpx.wtf", + "search.neet.works", + "search.ononoki.org", + "search.privacyguides.net", + "search.projectsegfau.lt", + "search.rabbit-company.com", + "search.rhscze.cf", + "search.rowie.at", + "search.sapti.me", + "search.serginho.dev", + "search.smnz.de", + "search.snopyta.org", + "search.stinpriza.org", + "search.teamriverbubbles.com", + "search.trom.tf", + "search.unlocked.link", + "search.uspersec.com", + "search.vidhukant.xyz", + "search.zzls.xyz", + "searx.baczek.me", + "searx.be", + "searx.becomesovran.com", + "searx.bissisoft.com", + "searx.chocoflan.net", + "searx.divided-by-zero.eu", + "searx.dresden.network", + "searx.ebnar.xyz", + "searx.ericaftereric.top", + "searx.esmailelbob.xyz", + "searx.fi", + "searx.fmac.xyz", + "searx.fossencdi.org", + "searx.gnous.eu", + "searx.gnu.style", + "searx.kujonello.cf", + "searx.mastodontech.de", + "searx.mha.fi", + "searx.mistli.net", + "searx.mxchange.org", + "searx.nakhan.net", + "searx.namejeff.xyz", + "searx.netzspielplatz.de", + "searx.nixnet.services", + "searx.org", + "searx.orion-hub.fr", + "searx.priv.pw", + "searx.prvcy.eu", + "searx.rimkus.it", + "searx.roflcopter.fr", + "searx.ru", + "searx.run", + "searx.semipvt.com", + "searx.sethforprivacy.com", + "searx.sev.monster", + "searx.sp-codes.de", + "searx.stuehieyr.com", + "searx.tiekoetter.com", + "searx.tuxcloud.net", + "searx.tyil.nl", + "searx.vanwa.tech", + "searx.webheberg.info", + "searx.xyz", + "searx.zapashcanon.fr", + "searx.zcyph.cc", + "searxng.ir", + "searxng.nicfab.eu", + "searxng.zackptg5.com", + "serx.ml", + "sh0.it", + "soek.allesbeste.com", + "spot.ecloud.global", + "srx.cosmohub.io", + "searx.oakleycord.dev", + "suche.dasnetzundich.de", + "suche.tromdienste.de", + "suche.uferwerk.org", + "swag.pw", + "sx.catgirl.cloud", + "www.gruble.de", + "www.webrats.xyz", + "xcxc.ml", + "xo.wtf" + ], + "urlPrefixes": [ + "https://darmarit.org/searx/", + "https://searx.slipfox.xyz/searx/", + "https://timdor.noip.me/searx/", + "https://trydex.tk/searxng/" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 22940 + } + ], + "sourceCode": "/* ==UserStyle==\n@name SearXNG Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/searxng\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searxng\n@version 0.3.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearxng\n@description Soothing pastel theme for SearXNG\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox additions \"Additional Tweaks\" 0\n==/UserStyle== */\n\n@-moz-document domain(\"ransack.i2p\"),\nurl-prefix(\"https://darmarit.org/searx/\"),\ndomain(\"de.xcxc.ml\"),\ndomain(\"dynabyte.ca\"),\ndomain(\"etsi.me\"),\ndomain(\"icanfindit.online\"),\ndomain(\"jackgoss.xyz\"),\ndomain(\"jsearch.pw\"),\ndomain(\"metasearch.nl\"),\ndomain(\"northboot.xyz\"),\ndomain(\"notsearch.uk\"),\ndomain(\"opnxng.com\"),\ndomain(\"paulgo.io\"),\ndomain(\"priv.au\"),\ndomain(\"privatus.live\"),\ndomain(\"s.frlt.one\"),\ndomain(\"s.zhaocloud.net\"),\ndomain(\"saber.tk\"),\ndomain(\"search.0relay.com\"),\ndomain(\"search.affusio.com\"),\ndomain(\"search.bus-hit.me\"),\ndomain(\"search.callmeecho.dev\"),\ndomain(\"search.chemicals-in-the-water.eu\"),\ndomain(\"search.cronobox.one\"),\ndomain(\"search.disroot.org\"),\ndomain(\"search.ethibox.fr\"),\ndomain(\"search.gcomm.ch\"),\ndomain(\"search.kiwitalk.de\"),\ndomain(\"search.mdosch.de\"),\ndomain(\"search.mpx.wtf\"),\ndomain(\"search.neet.works\"),\ndomain(\"search.ononoki.org\"),\ndomain(\"search.privacyguides.net\"),\ndomain(\"search.projectsegfau.lt\"),\ndomain(\"search.rabbit-company.com\"),\ndomain(\"search.rhscze.cf\"),\ndomain(\"search.rowie.at\"),\ndomain(\"search.sapti.me\"),\ndomain(\"search.serginho.dev\"),\ndomain(\"search.smnz.de\"),\ndomain(\"search.snopyta.org\"),\ndomain(\"search.stinpriza.org\"),\ndomain(\"search.teamriverbubbles.com\"),\ndomain(\"search.trom.tf\"),\ndomain(\"search.unlocked.link\"),\ndomain(\"search.uspersec.com\"),\ndomain(\"search.vidhukant.xyz\"),\ndomain(\"search.zzls.xyz\"),\ndomain(\"searx.baczek.me\"),\ndomain(\"searx.be\"),\ndomain(\"searx.becomesovran.com\"),\ndomain(\"searx.bissisoft.com\"),\ndomain(\"searx.chocoflan.net\"),\ndomain(\"searx.divided-by-zero.eu\"),\ndomain(\"searx.dresden.network\"),\ndomain(\"searx.ebnar.xyz\"),\ndomain(\"searx.ericaftereric.top\"),\ndomain(\"searx.esmailelbob.xyz\"),\ndomain(\"searx.fi\"),\ndomain(\"searx.fmac.xyz\"),\ndomain(\"searx.fossencdi.org\"),\ndomain(\"searx.gnous.eu\"),\ndomain(\"searx.gnu.style\"),\ndomain(\"searx.kujonello.cf\"),\ndomain(\"searx.mastodontech.de\"),\ndomain(\"searx.mha.fi\"),\ndomain(\"searx.mistli.net\"),\ndomain(\"searx.mxchange.org\"),\ndomain(\"searx.nakhan.net\"),\ndomain(\"searx.namejeff.xyz\"),\ndomain(\"searx.netzspielplatz.de\"),\ndomain(\"searx.nixnet.services\"),\ndomain(\"searx.org\"),\ndomain(\"searx.orion-hub.fr\"),\ndomain(\"searx.priv.pw\"),\ndomain(\"searx.prvcy.eu\"),\ndomain(\"searx.rimkus.it\"),\ndomain(\"searx.roflcopter.fr\"),\ndomain(\"searx.ru\"),\ndomain(\"searx.run\"),\ndomain(\"searx.semipvt.com\"),\ndomain(\"searx.sethforprivacy.com\"),\ndomain(\"searx.sev.monster\"),\nurl-prefix(\"https://searx.slipfox.xyz/searx/\"),\ndomain(\"searx.sp-codes.de\"),\ndomain(\"searx.stuehieyr.com\"),\ndomain(\"searx.tiekoetter.com\"),\ndomain(\"searx.tuxcloud.net\"),\ndomain(\"searx.tyil.nl\"),\ndomain(\"searx.vanwa.tech\"),\ndomain(\"searx.webheberg.info\"),\ndomain(\"searx.xyz\"),\ndomain(\"searx.zapashcanon.fr\"),\ndomain(\"searx.zcyph.cc\"),\ndomain(\"searxng.ir\"),\ndomain(\"searxng.nicfab.eu\"),\ndomain(\"searxng.zackptg5.com\"),\ndomain(\"serx.ml\"),\ndomain(\"sh0.it\"),\ndomain(\"soek.allesbeste.com\"),\ndomain(\"spot.ecloud.global\"),\ndomain(\"srx.cosmohub.io\"),\ndomain(\"searx.oakleycord.dev\"),\ndomain(\"suche.dasnetzundich.de\"),\ndomain(\"suche.tromdienste.de\"),\ndomain(\"suche.uferwerk.org\"),\ndomain(\"swag.pw\"),\ndomain(\"sx.catgirl.cloud\"),\nurl-prefix(\"https://timdor.noip.me/searx/\"),\nurl-prefix(\"https://trydex.tk/searxng/\"),\ndomain(\"www.gruble.de\"),\ndomain(\"www.webrats.xyz\"),\ndomain(\"xcxc.ml\"),\ndomain(\"xo.wtf\") {\n @media (prefers-color-scheme: light) {\n :root.theme-auto {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root.theme-auto {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n :root.theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root.theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --color-base-font: @text;\n --color-base-background: @base;\n --color-base-background-mobile: @base;\n --color-url-font: @accent-color;\n --color-url-visited-font: @accent-color;\n --color-header-background: @mantle;\n --color-header-border: @mantle;\n --color-footer-background: @mantle;\n --color-footer-border: @mantle;\n --color-sidebar-border: @base;\n --color-sidebar-font: @text;\n --color-sidebar-background: @base;\n --color-backtotop-font: @subtext1;\n --color-backtotop-border: @surface0;\n --color-backtotop-background: @surface0;\n --color-btn-background: @accent-color;\n --color-btn-font: @base;\n --color-show-btn-background: @accent-color;\n --color-show-btn-font: @base;\n --color-search-border: @surface0;\n --color-search-shadow: 0 2px 8px @crust;\n --color-search-background: @surface0;\n --color-search-font: @text;\n --color-search-background-hover: @accent-color;\n --color-error: @red;\n --color-error-background: @surface0;\n --color-warning: @yellow;\n --color-warning-background: @surface0;\n --color-success: @green;\n --color-success-background: @surface0;\n --color-categories-item-selected-font: @text;\n --color-categories-item-border-selected: @accent-color;\n --color-autocomplete-font: @subtext1;\n --color-autocomplete-border: @surface0;\n --color-autocomplete-shadow: 0 2px 8px @crust;\n --color-autocomplete-background: @surface0;\n --color-autocomplete-background-hover: @surface1;\n --color-answer-font: @text;\n --color-answer-background: @mantle;\n --color-result-background: @mantle;\n --color-result-border: @base;\n --color-result-url-font: @subtext1;\n --color-result-vim-selected: @surface0;\n --color-result-vim-arrow: @accent-color;\n --color-result-description-highlight-font: @text;\n --color-result-link-font: @accent-color;\n --color-result-link-font-highlight: @accent-color;\n --color-result-link-visited-font: @accent-color;\n --color-result-publishdate-font: @surface2;\n --color-result-engines-font: @surface2;\n --color-result-search-url-border: @surface2;\n --color-result-search-url-font: @text;\n --color-result-detail-font: @text;\n --color-result-detail-label-font: @subtext0;\n --color-result-detail-background: @base;\n --color-result-detail-hr: @base;\n --color-result-detail-link: @accent-color;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: @crust;\n --color-result-image-span-font: @text;\n --color-result-image-span-font-selected: @base;\n --color-result-image-background: @mantle;\n --color-settings-tr-hover: @surface0;\n --color-settings-engine-description-font: @text;\n --color-settings-engine-group-background: @surface0;\n --color-toolkit-badge-font: @text;\n --color-toolkit-badge-background: @surface0;\n --color-toolkit-kbd-font: @text;\n --color-toolkit-kbd-background: @mantle;\n --color-toolkit-dialog-border: @mantle;\n --color-toolkit-dialog-background: @mantle;\n --color-toolkit-tabs-label-border: @base;\n --color-toolkit-tabs-section-border: @base;\n --color-toolkit-select-background: @surface0;\n --color-toolkit-select-border: @surface0;\n --color-toolkit-select-background-hover: @surface1;\n --color-toolkit-input-text-font: @text;\n --color-toolkit-checkbox-onoff-off-background: @surface0;\n --color-toolkit-checkbox-onoff-on-background: @surface0;\n --color-toolkit-checkbox-onoff-on-mark-background: @green;\n --color-toolkit-checkbox-onoff-on-mark-color: @mantle;\n --color-toolkit-checkbox-onoff-off-mark-background: @red;\n --color-toolkit-checkbox-onoff-off-mark-color: @mantle;\n --color-toolkit-checkbox-label-background: @base;\n --color-toolkit-checkbox-label-border: @mantle;\n --color-toolkit-checkbox-input-border: @accent-color;\n --color-toolkit-engine-tooltip-border: @surface0;\n --color-toolkit-engine-tooltip-background: @surface0;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: @crust;\n --color-doc-code: @rosewater;\n --color-doc-code-background: @mantle;\n\n #search_logo svg :not([fill=\"none\"]) {\n fill: @accent-color;\n }\n #search_logo svg :not([stroke=\"none\"]) {\n stroke: @accent-color;\n }\n\n & when(@additions) {\n article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n article.category-images {\n padding-bottom: 4em;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "SearXNG Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/searxng", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/searxng", + "version": "0.3.2", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearxng", + "description": "Soothing pastel theme for SearXNG", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", "vars": { "lightFlavor": { "type": "select", @@ -2533,488 +3176,6 @@ "value": "subtext0" } ] - } - } - }, - "author": "Catppuccin", - "description": "Soothing pastel theme for Brave Search", - "name": "Brave Search Catppuccin", - "originalDigest": "302820ee962d40cbd55d7554efcdbdbb53bae671", - "_id": "8d7c5abd-49c7-4900-a70b-e3c3a2c82fcb", - "_rev": 1710368493941, - "id": 47, - "etag": "W/\"9d04fac4ce65f054891e192896256b40ee5aece749b215ec1c2e065279f0d31b\"", - "updateDate": 1710368493885 - }, - { - "enabled": true, - "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css", - "url": "https://github.com/catppuccin/userstyles/tree/main/styles/ecosia", - "installDate": 1690106092906, - "sections": [ - { - "code": "/* ==UserStyle==\n@name Ecosia Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/ecosia\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ecosia\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia\n@description Soothing pastel theme for Ecosia\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n\n==/UserStyle== */", - "start": 0 - }, - { - "code": ":root {\n /* general */\n --color-brand-primary: #b7bdf8 !important;\n --color-brand-secondary: #181926 !important;\n --color-error: #ed8796 !important;\n --color-success: #a6da95 !important;\n --color-disabled: #8087a2 !important;\n --color-button-background-primary: #b7bdf8 !important;\n --color-button-background-primary-active: #b7bdf8 !important;\n --color-button-background-primary-hover: #b7bdf8;\n --color-button-background-secondary: #363a4f !important;\n --color-button-background-secondary-active: #5b6078 !important;\n --color-button-background-secondary-hover: #494d64 !important;\n --color-button-content-primary: #24273a !important;\n --color-button-content-secondary: #cad3f5 !important;\n --color-button-content-tertiary: #b7bdf8 !important;\n --color-button-border: #363a4f !important;\n --color-button-background-transparent-hover: #494d64;\n --color-button-background-transparent-active: #5b6078;\n --color-background-primary: #24273a !important;\n --color-background-secondary: #181926 !important;\n --color-background-tertiary: #1e2030 !important;\n --color-background-quaternary: #363a4f;\n --color-background-elevation-1: #1e2030 !important;\n --color-highlighter: #363a4f !important;\n --color-highlight-primary: #363a4f !important;\n --color-overlay-primary: #6e738d !important;\n --color-overlay-secondary: #8087a2 !important;\n --color-text-primary: #cad3f5 !important;\n --color-text-secondary: #a5adcb !important;\n --color-text-tertiary: #cad3f5 !important;\n --color-link-primary: #7dc4e4 !important;\n --color-link-secondary: #91d7e3 !important;\n --color-url: #7dc4e4 !important;\n --color-link-results-default: #7dc4e4 !important;\n --color-link-results-visited: #8bd5ca !important;\n --color-decorative-icon: #b7bdf8 !important;\n --color-elevation-layer-1: #494d64;\n --color-elevation-layer-2: #5b6078;\n --color-decorative-border-1: #494d64 !important;\n --color-focused: #b7bdf8 !important;\n --color-form-border-default: #363a4f !important;\n --color-form-border-hover: #494d64 !important;\n --color-form-border-primary-active: #b7bdf8 !important;\n --color-tripadvisor-rating: #a5adcb !important;\n --color-tree-counter-tree-tall: #eed49f !important;\n --color-green-leaf-icon-color-top: #a6da95 !important;\n --color-green-leaf-icon-color-bottom: #a6da95 !important;\n --color-fossil-fuel-icon-color-top: #f0c6c6 !important;\n --color-fossil-fuel-icon-color-bottom: #ee99a0 !important;\n /* search page */\n --color-above-fold-background: #363a4f !important;\n --color-above-fold-background-addon: #8087a2 !important;\n --color-above-fold-text: #cad3f5 !important;\n --color-section-wrapper-background-gray: #494d64 !important;\n --color-section-wrapper-background-dark-green: #363a4f !important;\n --color-section-wrapper-background-light-green: #363a4f !important;\n --color-section-header-title: #cad3f5 !important;\n --color-projects-title: #cad3f5 !important;\n --color-projects-description: #494d64;\n --color-financial-report-total-background: #363a4f !important;\n --color-financial-report-total-text: #cad3f5 !important;\n --color-forest-background-addon: #494d64 !important;\n --color-forest-background-secondary: #363a4f !important;\n --color-before-after-text: #cad3f5 !important;\n /* override color digit on homepage */\n }\n :root .count__digit,\n :root .counter__description {\n color: #cad3f5 !important;\n }\n .dark {\n /* general */\n --color-brand-primary: #b7bdf8 !important;\n --color-brand-secondary: #181926 !important;\n --color-error: #ed8796 !important;\n --color-success: #a6da95 !important;\n --color-disabled: #8087a2 !important;\n --color-button-background-primary: #b7bdf8 !important;\n --color-button-background-primary-active: #b7bdf8 !important;\n --color-button-background-primary-hover: #b7bdf8;\n --color-button-background-secondary: #363a4f !important;\n --color-button-background-secondary-active: #5b6078 !important;\n --color-button-background-secondary-hover: #494d64 !important;\n --color-button-content-primary: #24273a !important;\n --color-button-content-secondary: #cad3f5 !important;\n --color-button-content-tertiary: #b7bdf8 !important;\n --color-button-border: #363a4f !important;\n --color-button-background-transparent-hover: #494d64;\n --color-button-background-transparent-active: #5b6078;\n --color-background-primary: #24273a !important;\n --color-background-secondary: #181926 !important;\n --color-background-tertiary: #1e2030 !important;\n --color-background-quaternary: #363a4f;\n --color-background-elevation-1: #1e2030 !important;\n --color-highlighter: #363a4f !important;\n --color-highlight-primary: #363a4f !important;\n --color-overlay-primary: #6e738d !important;\n --color-overlay-secondary: #8087a2 !important;\n --color-text-primary: #cad3f5 !important;\n --color-text-secondary: #a5adcb !important;\n --color-text-tertiary: #cad3f5 !important;\n --color-link-primary: #7dc4e4 !important;\n --color-link-secondary: #91d7e3 !important;\n --color-url: #7dc4e4 !important;\n --color-link-results-default: #7dc4e4 !important;\n --color-link-results-visited: #8bd5ca !important;\n --color-decorative-icon: #b7bdf8 !important;\n --color-elevation-layer-1: #494d64;\n --color-elevation-layer-2: #5b6078;\n --color-decorative-border-1: #494d64 !important;\n --color-focused: #b7bdf8 !important;\n --color-form-border-default: #363a4f !important;\n --color-form-border-hover: #494d64 !important;\n --color-form-border-primary-active: #b7bdf8 !important;\n --color-tripadvisor-rating: #a5adcb !important;\n --color-tree-counter-tree-tall: #eed49f !important;\n --color-green-leaf-icon-color-top: #a6da95 !important;\n --color-green-leaf-icon-color-bottom: #a6da95 !important;\n --color-fossil-fuel-icon-color-top: #f0c6c6 !important;\n --color-fossil-fuel-icon-color-bottom: #ee99a0 !important;\n /* search page */\n --color-above-fold-background: #363a4f !important;\n --color-above-fold-background-addon: #8087a2 !important;\n --color-above-fold-text: #cad3f5 !important;\n --color-section-wrapper-background-gray: #494d64 !important;\n --color-section-wrapper-background-dark-green: #363a4f !important;\n --color-section-wrapper-background-light-green: #363a4f !important;\n --color-section-header-title: #cad3f5 !important;\n --color-projects-title: #cad3f5 !important;\n --color-projects-description: #494d64;\n --color-financial-report-total-background: #363a4f !important;\n --color-financial-report-total-text: #cad3f5 !important;\n --color-forest-background-addon: #494d64 !important;\n --color-forest-background-secondary: #363a4f !important;\n --color-before-after-text: #cad3f5 !important;\n /* override color digit on homepage */\n }\n .dark .count__digit,\n .dark .counter__description {\n color: #cad3f5 !important;\n }\n /* prettier-ignore */", - "start": 1038, - "domains": [ - "ecosia.org" - ] - } - ], - "sourceCode": "/* ==UserStyle==\n@name Ecosia Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/ecosia\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ecosia\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia\n@description Soothing pastel theme for Ecosia\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n\n==/UserStyle== */\n@-moz-document domain(\"ecosia.org\") {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n /* general */\n --color-brand-primary: @accent-color !important;\n --color-brand-secondary: @crust !important;\n --color-error: @red !important;\n --color-success: @green !important;\n --color-disabled: @overlay1 !important;\n --color-button-background-primary: @accent-color !important;\n --color-button-background-primary-active: @accent-color !important;\n --color-button-background-primary-hover: @accent-color;\n --color-button-background-secondary: @surface0 !important;\n --color-button-background-secondary-active: @surface2 !important;\n --color-button-background-secondary-hover: @surface1 !important;\n --color-button-content-primary: @base !important;\n --color-button-content-secondary: @text !important;\n --color-button-content-tertiary: @accent-color !important;\n --color-button-border: @surface0 !important;\n --color-button-background-transparent-hover: @surface1;\n --color-button-background-transparent-active: @surface2;\n --color-background-primary: @base !important;\n --color-background-secondary: @crust !important;\n --color-background-tertiary: @mantle !important;\n --color-background-quaternary: @surface0;\n --color-background-elevation-1: @mantle !important;\n --color-highlighter: @surface0 !important;\n --color-highlight-primary: @surface0 !important;\n --color-overlay-primary: @overlay0 !important;\n --color-overlay-secondary: @overlay1 !important;\n --color-text-primary: @text !important;\n --color-text-secondary: @subtext0 !important;\n --color-text-tertiary: @text !important;\n --color-link-primary: @sapphire !important;\n --color-link-secondary: @sky !important;\n --color-url: @sapphire !important;\n --color-link-results-default: @sapphire !important;\n --color-link-results-visited: @teal !important;\n --color-decorative-icon: @accent-color !important;\n --color-elevation-layer-1: @surface1;\n --color-elevation-layer-2: @surface2;\n --color-decorative-border-1: @surface1 !important;\n --color-focused: @accent-color !important;\n --color-form-border-default: @surface0 !important;\n --color-form-border-hover: @surface1 !important;\n --color-form-border-primary-active: @accent-color !important;\n --color-tripadvisor-rating: @subtext0 !important;\n --color-tree-counter-tree-tall: @yellow !important;\n --color-green-leaf-icon-color-top: @green !important;\n --color-green-leaf-icon-color-bottom: @green !important;\n --color-fossil-fuel-icon-color-top: @flamingo !important;\n --color-fossil-fuel-icon-color-bottom: @maroon !important;\n\n /* search page */\n --color-above-fold-background: @surface0 !important;\n --color-above-fold-background-addon: @overlay1 !important;\n --color-above-fold-text: @text !important;\n --color-section-wrapper-background-gray: @surface1 !important;\n --color-section-wrapper-background-dark-green: @surface0 !important;\n --color-section-wrapper-background-light-green: @surface0 !important;\n --color-section-header-title: @text !important;\n --color-projects-title: @text !important;\n --color-projects-description: @surface1;\n --color-financial-report-total-background: @surface0 !important;\n --color-financial-report-total-text: @text !important;\n --color-forest-background-addon: @surface1 !important;\n --color-forest-background-secondary: @surface0 !important;\n --color-before-after-text: @text !important;\n\n /* override color digit on homepage */\n .count__digit,\n .counter__description {\n color: @text !important;\n }\n }\n}\n// vim:ft=less\n", - "usercssData": { - "name": "Ecosia Catppuccin", - "namespace": "github.com/catppuccin/userstyles/styles/ecosia", - "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/ecosia", - "version": "0.0.2", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.css", - "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia", - "description": "Soothing pastel theme for Ecosia", - "author": "Catppuccin", - "license": "MIT", - "preprocessor": "less", - "vars": { - "lightFlavor": { - "type": "select", - "label": "Light Flavor", - "name": "lightFlavor", - "value": "macchiato", - "default": "latte", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappé", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - }, - "darkFlavor": { - "type": "select", - "label": "Dark Flavor", - "name": "darkFlavor", - "value": "macchiato", - "default": "mocha", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappé", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - }, - "accentColor": { - "type": "select", - "label": "Accent", - "name": "accentColor", - "value": "lavender", - "default": "sapphire", - "options": [ - { - "name": "rosewater", - "label": "Rosewater", - "value": "rosewater" - }, - { - "name": "flamingo", - "label": "Flamingo", - "value": "flamingo" - }, - { - "name": "pink", - "label": "Pink", - "value": "pink" - }, - { - "name": "mauve", - "label": "Mauve", - "value": "mauve" - }, - { - "name": "red", - "label": "Red", - "value": "red" - }, - { - "name": "maroon", - "label": "Maroon", - "value": "maroon" - }, - { - "name": "peach", - "label": "Peach", - "value": "peach" - }, - { - "name": "yellow", - "label": "Yellow", - "value": "yellow" - }, - { - "name": "green", - "label": "Green", - "value": "green" - }, - { - "name": "teal", - "label": "Teal", - "value": "teal" - }, - { - "name": "blue", - "label": "Blue", - "value": "blue" - }, - { - "name": "sapphire", - "label": "Sapphire", - "value": "sapphire" - }, - { - "name": "sky", - "label": "Sky", - "value": "sky" - }, - { - "name": "lavender", - "label": "Lavender", - "value": "lavender" - }, - { - "name": "subtext0", - "label": "Grey", - "value": "subtext0" - } - ] - } - } - }, - "author": "Catppuccin", - "description": "Soothing pastel theme for Ecosia", - "name": "Ecosia Catppuccin", - "originalDigest": "5d1f73be8ce6d2ef716a1cdde801a24d9ae3f4e8", - "_id": "7535f38a-fbeb-42ef-acc7-688bab97ca48", - "_rev": 1706652580845, - "id": 48, - "etag": "W/\"004d3c692477abc6a45b2abd91f488bbccd0e99e3aeef3e59e0e0a1a86d21e8e\"", - "updateDate": 1706652580804 - }, - { - "enabled": true, - "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css", - "url": "https://github.com/catppuccin/userstyles/tree/main/styles/searxng", - "installDate": 1690106105038, - "sections": [ - { - "code": "/* ==UserStyle==\n@name SearXNG Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/searxng\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searxng\n@version 0.3.1\n@description Soothing pastel theme for SearXNG\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css\n@license \t\tMIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox additions \"Additional Tweaks\" 0\n==/UserStyle== */", - "start": 0 - }, - { - "code": ":root.theme-auto {\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #ed8796;\n --color-url-visited-font: #ed8796;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #ed8796;\n --color-btn-font: #24273a;\n --color-show-btn-background: #ed8796;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #ed8796;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #ed8796;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #ed8796;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #ed8796;\n --color-result-link-font-highlight: #ed8796;\n --color-result-link-visited-font: #ed8796;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #ed8796;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #ed8796;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-auto #search_logo svg :not([fill=\"none\"]) {\n fill: #ed8796;\n }\n :root.theme-auto #search_logo svg :not([stroke=\"none\"]) {\n stroke: #ed8796;\n }\n :root.theme-auto if (additions) article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n :root.theme-auto if (additions) article.category-images {\n padding-bottom: 4em;\n }\n @media (prefers-color-scheme: dark) {\n :root.theme-auto {\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #ed8796;\n --color-url-visited-font: #ed8796;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #ed8796;\n --color-btn-font: #24273a;\n --color-show-btn-background: #ed8796;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #ed8796;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #ed8796;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #ed8796;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #ed8796;\n --color-result-link-font-highlight: #ed8796;\n --color-result-link-visited-font: #ed8796;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #ed8796;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #ed8796;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-auto #search_logo svg :not([fill=\"none\"]) {\n fill: #ed8796;\n }\n :root.theme-auto #search_logo svg :not([stroke=\"none\"]) {\n stroke: #ed8796;\n }\n :root.theme-auto if (additions) article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n :root.theme-auto if (additions) article.category-images {\n padding-bottom: 4em;\n }\n }\n :root.theme-dark {\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #ed8796;\n --color-url-visited-font: #ed8796;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #ed8796;\n --color-btn-font: #24273a;\n --color-show-btn-background: #ed8796;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #ed8796;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #ed8796;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #ed8796;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #ed8796;\n --color-result-link-font-highlight: #ed8796;\n --color-result-link-visited-font: #ed8796;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #ed8796;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #ed8796;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-dark #search_logo svg :not([fill=\"none\"]) {\n fill: #ed8796;\n }\n :root.theme-dark #search_logo svg :not([stroke=\"none\"]) {\n stroke: #ed8796;\n }\n :root.theme-dark if (additions) article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n :root.theme-dark if (additions) article.category-images {\n padding-bottom: 4em;\n }\n :root.theme-light {\n --color-base-font: #cad3f5;\n --color-base-background: #24273a;\n --color-base-background-mobile: #24273a;\n --color-url-font: #ed8796;\n --color-url-visited-font: #ed8796;\n --color-header-background: #1e2030;\n --color-header-border: #1e2030;\n --color-footer-background: #1e2030;\n --color-footer-border: #1e2030;\n --color-sidebar-border: #24273a;\n --color-sidebar-font: #cad3f5;\n --color-sidebar-background: #24273a;\n --color-backtotop-font: #b8c0e0;\n --color-backtotop-border: #363a4f;\n --color-backtotop-background: #363a4f;\n --color-btn-background: #ed8796;\n --color-btn-font: #24273a;\n --color-show-btn-background: #ed8796;\n --color-show-btn-font: #24273a;\n --color-search-border: #363a4f;\n --color-search-shadow: 0 2px 8px #181926;\n --color-search-background: #363a4f;\n --color-search-font: #cad3f5;\n --color-search-background-hover: #ed8796;\n --color-error: #ed8796;\n --color-error-background: #363a4f;\n --color-warning: #eed49f;\n --color-warning-background: #363a4f;\n --color-success: #a6da95;\n --color-success-background: #363a4f;\n --color-categories-item-selected-font: #cad3f5;\n --color-categories-item-border-selected: #ed8796;\n --color-autocomplete-font: #b8c0e0;\n --color-autocomplete-border: #363a4f;\n --color-autocomplete-shadow: 0 2px 8px #181926;\n --color-autocomplete-background: #363a4f;\n --color-autocomplete-background-hover: #494d64;\n --color-answer-font: #cad3f5;\n --color-answer-background: #1e2030;\n --color-result-background: #1e2030;\n --color-result-border: #24273a;\n --color-result-url-font: #b8c0e0;\n --color-result-vim-selected: #363a4f;\n --color-result-vim-arrow: #ed8796;\n --color-result-description-highlight-font: #cad3f5;\n --color-result-link-font: #ed8796;\n --color-result-link-font-highlight: #ed8796;\n --color-result-link-visited-font: #ed8796;\n --color-result-publishdate-font: #5b6078;\n --color-result-engines-font: #5b6078;\n --color-result-search-url-border: #5b6078;\n --color-result-search-url-font: #cad3f5;\n --color-result-detail-font: #cad3f5;\n --color-result-detail-label-font: #a5adcb;\n --color-result-detail-background: #24273a;\n --color-result-detail-hr: #24273a;\n --color-result-detail-link: #ed8796;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: #181926;\n --color-result-image-span-font: #cad3f5;\n --color-result-image-span-font-selected: #24273a;\n --color-result-image-background: #1e2030;\n --color-settings-tr-hover: #363a4f;\n --color-settings-engine-description-font: #cad3f5;\n --color-settings-engine-group-background: #363a4f;\n --color-toolkit-badge-font: #cad3f5;\n --color-toolkit-badge-background: #363a4f;\n --color-toolkit-kbd-font: #cad3f5;\n --color-toolkit-kbd-background: #1e2030;\n --color-toolkit-dialog-border: #1e2030;\n --color-toolkit-dialog-background: #1e2030;\n --color-toolkit-tabs-label-border: #24273a;\n --color-toolkit-tabs-section-border: #24273a;\n --color-toolkit-select-background: #363a4f;\n --color-toolkit-select-border: #363a4f;\n --color-toolkit-select-background-hover: #494d64;\n --color-toolkit-input-text-font: #cad3f5;\n --color-toolkit-checkbox-onoff-off-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-background: #363a4f;\n --color-toolkit-checkbox-onoff-on-mark-background: #a6da95;\n --color-toolkit-checkbox-onoff-on-mark-color: #1e2030;\n --color-toolkit-checkbox-onoff-off-mark-background: #ed8796;\n --color-toolkit-checkbox-onoff-off-mark-color: #1e2030;\n --color-toolkit-checkbox-label-background: #24273a;\n --color-toolkit-checkbox-label-border: #1e2030;\n --color-toolkit-checkbox-input-border: #ed8796;\n --color-toolkit-engine-tooltip-border: #363a4f;\n --color-toolkit-engine-tooltip-background: #363a4f;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: #181926;\n --color-doc-code: #f4dbd6;\n --color-doc-code-background: #1e2030;\n }\n :root.theme-light #search_logo svg :not([fill=\"none\"]) {\n fill: #ed8796;\n }\n :root.theme-light #search_logo svg :not([stroke=\"none\"]) {\n stroke: #ed8796;\n }\n :root.theme-light if (additions) article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n :root.theme-light if (additions) article.category-images {\n padding-bottom: 4em;\n }", - "start": 5691, - "urlPrefixes": [ - "http://ransack.i2p/", - "https://darmarit.org/searx/", - "https://de.xcxc.ml/", - "https://dynabyte.ca/", - "https://etsi.me/", - "https://icanfindit.online/", - "https://jackgoss.xyz/", - "https://jsearch.pw/", - "https://metasearch.nl/", - "https://northboot.xyz/", - "https://notsearch.uk/", - "https://opnxng.com/", - "https://paulgo.io/", - "https://priv.au/", - "https://privatus.live/", - "https://s.frlt.one/", - "https://s.zhaocloud.net/", - "https://saber.tk/", - "https://search.0relay.com/", - "https://search.affusio.com/", - "https://search.bus-hit.me/", - "https://search.callmeecho.dev/", - "https://search.chemicals-in-the-water.eu/", - "https://search.cronobox.one/", - "https://search.disroot.org/", - "https://search.ethibox.fr/", - "https://search.gcomm.ch/", - "https://search.kiwitalk.de/", - "https://search.mdosch.de/", - "https://search.mpx.wtf/", - "https://search.neet.works/", - "https://search.ononoki.org/", - "https://search.privacyguides.net/", - "https://search.projectsegfau.lt/", - "https://search.rabbit-company.com/", - "https://search.rhscze.cf/", - "https://search.rowie.at/", - "https://search.sapti.me/", - "https://search.serginho.dev/", - "https://search.smnz.de/", - "https://search.snopyta.org/", - "https://search.stinpriza.org/", - "https://search.teamriverbubbles.com/", - "https://search.trom.tf/", - "https://search.unlocked.link/", - "https://search.uspersec.com/", - "https://search.vidhukant.xyz/", - "https://search.zzls.xyz/", - "https://searx.baczek.me/", - "https://searx.be/", - "https://searx.becomesovran.com/", - "https://searx.bissisoft.com/", - "https://searx.chocoflan.net/", - "https://searx.divided-by-zero.eu/", - "https://searx.dresden.network/", - "https://searx.ebnar.xyz/", - "https://searx.ericaftereric.top/", - "https://searx.esmailelbob.xyz/", - "https://searx.fi/", - "https://searx.fmac.xyz/", - "https://searx.fossencdi.org/", - "https://searx.gnous.eu/", - "https://searx.gnu.style/", - "https://searx.kujonello.cf/", - "https://searx.mastodontech.de/", - "https://searx.mha.fi/", - "https://searx.mistli.net/", - "https://searx.mxchange.org/", - "https://searx.nakhan.net/", - "https://searx.namejeff.xyz/", - "https://searx.netzspielplatz.de/", - "https://searx.nixnet.services/", - "https://searx.org/", - "https://searx.orion-hub.fr/", - "https://searx.priv.pw/", - "https://searx.prvcy.eu/", - "https://searx.rimkus.it/", - "https://searx.roflcopter.fr/", - "https://searx.ru/", - "https://searx.run/", - "https://searx.semipvt.com/", - "https://searx.sethforprivacy.com/", - "https://searx.sev.monster/", - "https://searx.slipfox.xyz/searx/", - "https://searx.sp-codes.de/", - "https://searx.stuehieyr.com/", - "https://searx.tiekoetter.com/", - "https://searx.tuxcloud.net/", - "https://searx.tyil.nl/", - "https://searx.vanwa.tech/", - "https://searx.webheberg.info/", - "https://searx.xyz/", - "https://searx.zapashcanon.fr/", - "https://searx.zcyph.cc/", - "https://searxng.ir/", - "https://searxng.nicfab.eu/", - "https://searxng.zackptg5.com/", - "https://serx.ml/", - "https://sh0.it/", - "https://soek.allesbeste.com/", - "https://spot.ecloud.global/", - "https://srx.cosmohub.io/", - "https://searx.oakleycord.dev/", - "https://suche.dasnetzundich.de/", - "https://suche.tromdienste.de/", - "https://suche.uferwerk.org/", - "https://swag.pw/", - "https://sx.catgirl.cloud/", - "https://timdor.noip.me/searx/", - "https://trydex.tk/searxng/", - "https://www.gruble.de/", - "https://www.webrats.xyz/", - "https://xcxc.ml/", - "https://xo.wtf/" - ] - } - ], - "sourceCode": "/* ==UserStyle==\n@name SearXNG Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/searxng\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searxng\n@version 0.3.1\n@description Soothing pastel theme for SearXNG\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css\n@license \t\tMIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox additions \"Additional Tweaks\" 0\n==/UserStyle== */\n@-moz-document url-prefix(\"http://ransack.i2p/\"),\nurl-prefix(\"https://darmarit.org/searx/\"),\nurl-prefix(\"https://de.xcxc.ml/\"),\nurl-prefix(\"https://dynabyte.ca/\"),\nurl-prefix(\"https://etsi.me/\"),\nurl-prefix(\"https://icanfindit.online/\"),\nurl-prefix(\"https://jackgoss.xyz/\"),\nurl-prefix(\"https://jsearch.pw/\"),\nurl-prefix(\"https://metasearch.nl/\"),\nurl-prefix(\"https://northboot.xyz/\"),\nurl-prefix(\"https://notsearch.uk/\"),\nurl-prefix(\"https://opnxng.com/\"),\nurl-prefix(\"https://paulgo.io/\"),\nurl-prefix(\"https://priv.au/\"),\nurl-prefix(\"https://privatus.live/\"),\nurl-prefix(\"https://s.frlt.one/\"),\nurl-prefix(\"https://s.zhaocloud.net/\"),\nurl-prefix(\"https://saber.tk/\"),\nurl-prefix(\"https://search.0relay.com/\"),\nurl-prefix(\"https://search.affusio.com/\"),\nurl-prefix(\"https://search.bus-hit.me/\"),\nurl-prefix(\"https://search.callmeecho.dev/\"),\nurl-prefix(\"https://search.chemicals-in-the-water.eu/\"),\nurl-prefix(\"https://search.cronobox.one/\"),\nurl-prefix(\"https://search.disroot.org/\"),\nurl-prefix(\"https://search.ethibox.fr/\"),\nurl-prefix(\"https://search.gcomm.ch/\"),\nurl-prefix(\"https://search.kiwitalk.de/\"),\nurl-prefix(\"https://search.mdosch.de/\"),\nurl-prefix(\"https://search.mpx.wtf/\"),\nurl-prefix(\"https://search.neet.works/\"),\nurl-prefix(\"https://search.ononoki.org/\"),\nurl-prefix(\"https://search.privacyguides.net/\"),\nurl-prefix(\"https://search.projectsegfau.lt/\"),\nurl-prefix(\"https://search.rabbit-company.com/\"),\nurl-prefix(\"https://search.rhscze.cf/\"),\nurl-prefix(\"https://search.rowie.at/\"),\nurl-prefix(\"https://search.sapti.me/\"),\nurl-prefix(\"https://search.serginho.dev/\"),\nurl-prefix(\"https://search.smnz.de/\"),\nurl-prefix(\"https://search.snopyta.org/\"),\nurl-prefix(\"https://search.stinpriza.org/\"),\nurl-prefix(\"https://search.teamriverbubbles.com/\"),\nurl-prefix(\"https://search.trom.tf/\"),\nurl-prefix(\"https://search.unlocked.link/\"),\nurl-prefix(\"https://search.uspersec.com/\"),\nurl-prefix(\"https://search.vidhukant.xyz/\"),\nurl-prefix(\"https://search.zzls.xyz/\"),\nurl-prefix(\"https://searx.baczek.me/\"),\nurl-prefix(\"https://searx.be/\"),\nurl-prefix(\"https://searx.becomesovran.com/\"),\nurl-prefix(\"https://searx.bissisoft.com/\"),\nurl-prefix(\"https://searx.chocoflan.net/\"),\nurl-prefix(\"https://searx.divided-by-zero.eu/\"),\nurl-prefix(\"https://searx.dresden.network/\"),\nurl-prefix(\"https://searx.ebnar.xyz/\"),\nurl-prefix(\"https://searx.ericaftereric.top/\"),\nurl-prefix(\"https://searx.esmailelbob.xyz/\"),\nurl-prefix(\"https://searx.fi/\"),\nurl-prefix(\"https://searx.fmac.xyz/\"),\nurl-prefix(\"https://searx.fossencdi.org/\"),\nurl-prefix(\"https://searx.gnous.eu/\"),\nurl-prefix(\"https://searx.gnu.style/\"),\nurl-prefix(\"https://searx.kujonello.cf/\"),\nurl-prefix(\"https://searx.mastodontech.de/\"),\nurl-prefix(\"https://searx.mha.fi/\"),\nurl-prefix(\"https://searx.mistli.net/\"),\nurl-prefix(\"https://searx.mxchange.org/\"),\nurl-prefix(\"https://searx.nakhan.net/\"),\nurl-prefix(\"https://searx.namejeff.xyz/\"),\nurl-prefix(\"https://searx.netzspielplatz.de/\"),\nurl-prefix(\"https://searx.nixnet.services/\"),\nurl-prefix(\"https://searx.org/\"),\nurl-prefix(\"https://searx.orion-hub.fr/\"),\nurl-prefix(\"https://searx.priv.pw/\"),\nurl-prefix(\"https://searx.prvcy.eu/\"),\nurl-prefix(\"https://searx.rimkus.it/\"),\nurl-prefix(\"https://searx.roflcopter.fr/\"),\nurl-prefix(\"https://searx.ru/\"),\nurl-prefix(\"https://searx.run/\"),\nurl-prefix(\"https://searx.semipvt.com/\"),\nurl-prefix(\"https://searx.sethforprivacy.com/\"),\nurl-prefix(\"https://searx.sev.monster/\"),\nurl-prefix(\"https://searx.slipfox.xyz/searx/\"),\nurl-prefix(\"https://searx.sp-codes.de/\"),\nurl-prefix(\"https://searx.stuehieyr.com/\"),\nurl-prefix(\"https://searx.tiekoetter.com/\"),\nurl-prefix(\"https://searx.tuxcloud.net/\"),\nurl-prefix(\"https://searx.tyil.nl/\"),\nurl-prefix(\"https://searx.vanwa.tech/\"),\nurl-prefix(\"https://searx.webheberg.info/\"),\nurl-prefix(\"https://searx.xyz/\"),\nurl-prefix(\"https://searx.zapashcanon.fr/\"),\nurl-prefix(\"https://searx.zcyph.cc/\"),\nurl-prefix(\"https://searxng.ir/\"),\nurl-prefix(\"https://searxng.nicfab.eu/\"),\nurl-prefix(\"https://searxng.zackptg5.com/\"),\nurl-prefix(\"https://serx.ml/\"),\nurl-prefix(\"https://sh0.it/\"),\nurl-prefix(\"https://soek.allesbeste.com/\"),\nurl-prefix(\"https://spot.ecloud.global/\"),\nurl-prefix(\"https://srx.cosmohub.io/\"),\nurl-prefix(\"https://searx.oakleycord.dev/\"),\nurl-prefix(\"https://suche.dasnetzundich.de/\"),\nurl-prefix(\"https://suche.tromdienste.de/\"),\nurl-prefix(\"https://suche.uferwerk.org/\"),\nurl-prefix(\"https://swag.pw/\"),\nurl-prefix(\"https://sx.catgirl.cloud/\"),\nurl-prefix(\"https://timdor.noip.me/searx/\"),\nurl-prefix(\"https://trydex.tk/searxng/\"),\nurl-prefix(\"https://www.gruble.de/\"),\nurl-prefix(\"https://www.webrats.xyz/\"),\nurl-prefix(\"https://xcxc.ml/\"),\nurl-prefix(\"https://xo.wtf/\")\n{\n @catppuccin: {\n @latte: {\n @rosewater: #dc8a78;\n @flamingo: #dd7878;\n @pink: #ea76cb;\n @mauve: #8839ef;\n @red: #d20f39;\n @maroon: #e64553;\n @peach: #fe640b;\n @yellow: #df8e1d;\n @green: #40a02b;\n @teal: #179299;\n @sky: #04a5e5;\n @sapphire: #209fb5;\n @blue: #1e66f5;\n @lavender: #7287fd;\n @text: #4c4f69;\n @subtext1: #5c5f77;\n @subtext0: #6c6f85;\n @overlay2: #7c7f93;\n @overlay1: #8c8fa1;\n @overlay0: #9ca0b0;\n @surface2: #acb0be;\n @surface1: #bcc0cc;\n @surface0: #ccd0da;\n @base: #eff1f5;\n @mantle: #e6e9ef;\n @crust: #dce0e8;\n };\n @frappe: {\n @rosewater: #f2d5cf;\n @flamingo: #eebebe;\n @pink: #f4b8e4;\n @mauve: #ca9ee6;\n @red: #e78284;\n @maroon: #ea999c;\n @peach: #ef9f76;\n @yellow: #e5c890;\n @green: #a6d189;\n @teal: #81c8be;\n @sky: #99d1db;\n @sapphire: #85c1dc;\n @blue: #8caaee;\n @lavender: #babbf1;\n @text: #c6d0f5;\n @subtext1: #b5bfe2;\n @subtext0: #a5adce;\n @overlay2: #949cbb;\n @overlay1: #838ba7;\n @overlay0: #737994;\n @surface2: #626880;\n @surface1: #51576d;\n @surface0: #414559;\n @base: #303446;\n @mantle: #292c3c;\n @crust: #232634;\n };\n @macchiato: {\n @rosewater: #f4dbd6;\n @flamingo: #f0c6c6;\n @pink: #f5bde6;\n @mauve: #c6a0f6;\n @red: #ed8796;\n @maroon: #ee99a0;\n @peach: #f5a97f;\n @yellow: #eed49f;\n @green: #a6da95;\n @teal: #8bd5ca;\n @sky: #91d7e3;\n @sapphire: #7dc4e4;\n @blue: #8aadf4;\n @lavender: #b7bdf8;\n @text: #cad3f5;\n @subtext1: #b8c0e0;\n @subtext0: #a5adcb;\n @overlay2: #939ab7;\n @overlay1: #8087a2;\n @overlay0: #6e738d;\n @surface2: #5b6078;\n @surface1: #494d64;\n @surface0: #363a4f;\n @base: #24273a;\n @mantle: #1e2030;\n @crust: #181926;\n };\n @mocha: {\n @rosewater: #f5e0dc;\n @flamingo: #f2cdcd;\n @pink: #f5c2e7;\n @mauve: #cba6f7;\n @red: #f38ba8;\n @maroon: #eba0ac;\n @peach: #fab387;\n @yellow: #f9e2af;\n @green: #a6e3a1;\n @teal: #94e2d5;\n @sky: #89dceb;\n @sapphire: #74c7ec;\n @blue: #89b4fa;\n @lavender: #b4befe;\n @text: #cdd6f4;\n @subtext1: #bac2de;\n @subtext0: #a6adc8;\n @overlay2: #9399b2;\n @overlay1: #7f849c;\n @overlay0: #6c7086;\n @surface2: #585b70;\n @surface1: #45475a;\n @surface0: #313244;\n @base: #1e1e2e;\n @mantle: #181825;\n @crust: #11111b;\n };\n };\n\n :root.theme-auto {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: dark) {\n :root.theme-auto {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n :root.theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root.theme-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent-color) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent: @catppuccin[@@lookup][@@accent-color];\n\n & {\n --color-base-font: @text;\n --color-base-background: @base;\n --color-base-background-mobile: @base;\n --color-url-font: @accent;\n --color-url-visited-font: @accent;\n --color-header-background: @mantle;\n --color-header-border: @mantle;\n --color-footer-background: @mantle;\n --color-footer-border: @mantle;\n --color-sidebar-border: @base;\n --color-sidebar-font: @text;\n --color-sidebar-background: @base;\n --color-backtotop-font: @subtext1;\n --color-backtotop-border: @surface0;\n --color-backtotop-background: @surface0;\n --color-btn-background: @accent;\n --color-btn-font: @base;\n --color-show-btn-background: @accent;\n --color-show-btn-font: @base;\n --color-search-border: @surface0;\n --color-search-shadow: 0 2px 8px @crust;\n --color-search-background: @surface0;\n --color-search-font: @text;\n --color-search-background-hover: @accent;\n --color-error: @red;\n --color-error-background: @surface0;\n --color-warning: @yellow;\n --color-warning-background: @surface0;\n --color-success: @green;\n --color-success-background: @surface0;\n --color-categories-item-selected-font: @text;\n --color-categories-item-border-selected: @accent;\n --color-autocomplete-font: @subtext1;\n --color-autocomplete-border: @surface0;\n --color-autocomplete-shadow: 0 2px 8px @crust;\n --color-autocomplete-background: @surface0;\n --color-autocomplete-background-hover: @surface1;\n --color-answer-font: @text;\n --color-answer-background: @mantle;\n --color-result-background: @mantle;\n --color-result-border: @base;\n --color-result-url-font: @subtext1;\n --color-result-vim-selected: @surface0;\n --color-result-vim-arrow: @accent;\n --color-result-description-highlight-font: @text;\n --color-result-link-font: @accent;\n --color-result-link-font-highlight: @accent;\n --color-result-link-visited-font: @accent;\n --color-result-publishdate-font: @surface2;\n --color-result-engines-font: @surface2;\n --color-result-search-url-border: @surface2;\n --color-result-search-url-font: @text;\n --color-result-detail-font: @text;\n --color-result-detail-label-font: @subtext0;\n --color-result-detail-background: @base;\n --color-result-detail-hr: @base;\n --color-result-detail-link: @accent;\n --color-result-detail-loader-border: rgba(255, 255, 255, 0.2);\n --color-result-detail-loader-borderleft: @crust;\n --color-result-image-span-font: @text;\n --color-result-image-span-font-selected: @base;\n --color-result-image-background: @mantle;\n --color-settings-tr-hover: @surface0;\n --color-settings-engine-description-font: @text;\n --color-settings-engine-group-background: @surface0;\n --color-toolkit-badge-font: @text;\n --color-toolkit-badge-background: @surface0;\n --color-toolkit-kbd-font: @text;\n --color-toolkit-kbd-background: @mantle;\n --color-toolkit-dialog-border: @mantle;\n --color-toolkit-dialog-background: @mantle;\n --color-toolkit-tabs-label-border: @base;\n --color-toolkit-tabs-section-border: @base;\n --color-toolkit-select-background: @surface0;\n --color-toolkit-select-border: @surface0;\n --color-toolkit-select-background-hover: @surface1;\n --color-toolkit-input-text-font: @text;\n --color-toolkit-checkbox-onoff-off-background: @surface0;\n --color-toolkit-checkbox-onoff-on-background: @surface0;\n --color-toolkit-checkbox-onoff-on-mark-background: @green;\n --color-toolkit-checkbox-onoff-on-mark-color: @mantle;\n --color-toolkit-checkbox-onoff-off-mark-background: @red;\n --color-toolkit-checkbox-onoff-off-mark-color: @mantle;\n --color-toolkit-checkbox-label-background: @base;\n --color-toolkit-checkbox-label-border: @mantle;\n --color-toolkit-checkbox-input-border: @accent;\n --color-toolkit-engine-tooltip-border: @surface0;\n --color-toolkit-engine-tooltip-background: @surface0;\n --color-toolkit-loader-border: rgba(255, 255, 255, 0.2);\n --color-toolkit-loader-borderleft: @crust;\n --color-doc-code: @rosewater;\n --color-doc-code-background: @mantle;\n }\n\n #search_logo svg :not([fill=\"none\"]) {\n fill: @accent;\n }\n #search_logo svg :not([stroke=\"none\"]) {\n stroke: @accent;\n }\n\n if (additions) {\n article.result {\n background-color: var(--color-result-background);\n border-radius: 0.75em;\n padding: 0.75em;\n margin: 0.5em;\n }\n article.category-images {\n padding-bottom: 4em;\n }\n }\n }\n}\n", - "usercssData": { - "name": "SearXNG Catppuccin", - "namespace": "github.com/catppuccin/userstyles/styles/searxng", - "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/searxng", - "version": "0.3.1", - "description": "Soothing pastel theme for SearXNG", - "author": "Catppuccin", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.css", - "license": "MIT", - "preprocessor": "less", - "vars": { - "lightFlavor": { - "type": "select", - "label": "Light Flavor", - "name": "lightFlavor", - "value": "macchiato", - "default": "latte", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappe", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - }, - "darkFlavor": { - "type": "select", - "label": "Dark Flavor", - "name": "darkFlavor", - "value": "macchiato", - "default": "mocha", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappe", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - }, - "accentColor": { - "type": "select", - "label": "Accent", - "name": "accentColor", - "value": null, - "default": "red", - "options": [ - { - "name": "rosewater", - "label": "Rosewater", - "value": "rosewater" - }, - { - "name": "flamingo", - "label": "Flamingo", - "value": "flamingo" - }, - { - "name": "pink", - "label": "Pink", - "value": "pink" - }, - { - "name": "mauve", - "label": "Mauve", - "value": "mauve" - }, - { - "name": "red", - "label": "Red", - "value": "red" - }, - { - "name": "maroon", - "label": "Maroon", - "value": "maroon" - }, - { - "name": "peach", - "label": "Peach", - "value": "peach" - }, - { - "name": "yellow", - "label": "Yellow", - "value": "yellow" - }, - { - "name": "green", - "label": "Green", - "value": "green" - }, - { - "name": "teal", - "label": "Teal", - "value": "teal" - }, - { - "name": "blue", - "label": "Blue", - "value": "blue" - }, - { - "name": "sapphire", - "label": "Sapphire", - "value": "sapphire" - }, - { - "name": "sky", - "label": "Sky", - "value": "sky" - }, - { - "name": "lavender", - "label": "Lavender", - "value": "lavender" - }, - { - "name": "subtext0", - "label": "Grey", - "value": "subtext0" - } - ] }, "additions": { "type": "checkbox", @@ -3029,12 +3190,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for SearXNG", "name": "SearXNG Catppuccin", - "originalDigest": "4251ce833a080e020aa168bcb044e4d540086af3", + "originalDigest": "51ff99660d8c986099facb02dcb67868b10a395a", "_id": "56ebf55d-dc89-4726-b362-a0cd9f5f0989", - "_rev": 1696243343628, + "_rev": 1712856189613, "id": 49, - "etag": "W/\"01f8e01e49ac8b222a2a9b80d4d3e9d03ccb4c03d8a94e4c8fec54670d368bdb\"", - "updateDate": 1696243343606 + "etag": "W/\"bc453c86ec983c423e27989ba038d0f77598b63fe7c201e04c15b187c2a417c4\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -3043,28 +3204,34 @@ "installDate": 1690106137364, "sections": [ { - "code": "/* ==UserStyle==\n@name Mastodon Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/mastodon\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon\n@description Soothing pastel theme for Mastodon\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Mastodon Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/mastodon\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon\n@version 1.3.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon\n@description Soothing pastel theme for Mastodon\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ".theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light {\n /* prettier-ignore */\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light,\n .theme-mastodon-light .tabs-bar__wrapper,\n .skin-modern-light .tabs-bar__wrapper,\n .skin-mastodon-light .tabs-bar__wrapper,\n .theme-mastodon-light .admin-wrapper .sidebar-wrapper__inner,\n .skin-modern-light .admin-wrapper .sidebar-wrapper__inner,\n .skin-mastodon-light .admin-wrapper .sidebar-wrapper__inner,\n .theme-mastodon-light .ui__header,\n .skin-modern-light .ui__header,\n .skin-mastodon-light .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-mastodon-light .navigation-panel,\n .skin-modern-light .navigation-panel,\n .skin-mastodon-light .navigation-panel,\n .theme-mastodon-light .column-link,\n .skin-modern-light .column-link,\n .skin-mastodon-light .column-link {\n background: transparent;\n }\n .theme-mastodon-light .account__header__bio .account__header__fields dt,\n .skin-modern-light .account__header__bio .account__header__fields dt,\n .skin-mastodon-light .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-mastodon-light .search-popout,\n .skin-modern-light .search-popout,\n .skin-mastodon-light .search-popout,\n .theme-mastodon-light .search-popout em,\n .skin-modern-light .search-popout em,\n .skin-mastodon-light .search-popout em,\n .theme-mastodon-light .dismissable-banner__message,\n .skin-modern-light .dismissable-banner__message,\n .skin-mastodon-light .dismissable-banner__message,\n .theme-mastodon-light .dismissable-banner__message h1,\n .skin-modern-light .dismissable-banner__message h1,\n .skin-mastodon-light .dismissable-banner__message h1,\n .theme-mastodon-light .account__header__bio .account__header__fields dt,\n .skin-modern-light .account__header__bio .account__header__fields dt,\n .skin-mastodon-light .account__header__bio .account__header__fields dt,\n .theme-mastodon-light .account__section-headline a.active,\n .skin-modern-light .account__section-headline a.active,\n .skin-mastodon-light .account__section-headline a.active,\n .theme-mastodon-light .account__section-headline button.active,\n .skin-modern-light .account__section-headline button.active,\n .skin-mastodon-light .account__section-headline button.active,\n .theme-mastodon-light .notification__filter-bar a.active,\n .skin-modern-light .notification__filter-bar a.active,\n .skin-mastodon-light .notification__filter-bar a.active,\n .theme-mastodon-light .notification__filter-bar button.active,\n .skin-modern-light .notification__filter-bar button.active,\n .skin-mastodon-light .notification__filter-bar button.active,\n .theme-mastodon-light .account__header__bio .account__header__content,\n .skin-modern-light .account__header__bio .account__header__content,\n .skin-mastodon-light .account__header__bio .account__header__content,\n .theme-mastodon-light .navigation-bar,\n .skin-modern-light .navigation-bar,\n .skin-mastodon-light .navigation-bar,\n .theme-mastodon-light .column-link__badge,\n .skin-modern-light .column-link__badge,\n .skin-mastodon-light .column-link__badge,\n .theme-mastodon-light .column-subheading,\n .skin-modern-light .column-subheading,\n .skin-mastodon-light .column-subheading,\n .theme-mastodon-light .account__display-name strong,\n .skin-modern-light .account__display-name strong,\n .skin-mastodon-light .account__display-name strong,\n .theme-mastodon-light .status__display-name strong,\n .skin-modern-light .status__display-name strong,\n .skin-mastodon-light .status__display-name strong,\n .theme-mastodon-light .notification__message,\n .skin-modern-light .notification__message,\n .skin-mastodon-light .notification__message,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__content,\n .skin-modern-light .public-layout .public-account-bio .account__header__content,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__content,\n .theme-mastodon-light .reply-indicator__content,\n .skin-modern-light .reply-indicator__content,\n .skin-mastodon-light .reply-indicator__content,\n .theme-mastodon-light .status__content,\n .skin-modern-light .status__content,\n .skin-mastodon-light .status__content,\n .theme-mastodon-light .card__bar .display-name strong,\n .skin-modern-light .card__bar .display-name strong,\n .skin-mastodon-light .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-mastodon-light .search-popout span,\n .skin-modern-light .search-popout span,\n .skin-mastodon-light .search-popout span,\n .theme-mastodon-light .link-footer p,\n .skin-modern-light .link-footer p,\n .skin-mastodon-light .link-footer p,\n .theme-mastodon-light .link-footer p a,\n .skin-modern-light .link-footer p a,\n .skin-mastodon-light .link-footer p a {\n color: #b8c0e0;\n }\n .theme-mastodon-light .account__header__tabs__name h1 small,\n .skin-modern-light .account__header__tabs__name h1 small,\n .skin-mastodon-light .account__header__tabs__name h1 small,\n .theme-mastodon-light .account__header__bio .account__header__fields dd,\n .skin-modern-light .account__header__bio .account__header__fields dd,\n .skin-mastodon-light .account__header__bio .account__header__fields dd,\n .theme-mastodon-light .display-name__account,\n .skin-modern-light .display-name__account,\n .skin-mastodon-light .display-name__account,\n .theme-mastodon-light .status__relative-time,\n .skin-modern-light .status__relative-time,\n .skin-mastodon-light .status__relative-time,\n .theme-mastodon-light .empty-column-indicator,\n .skin-modern-light .empty-column-indicator,\n .skin-mastodon-light .empty-column-indicator,\n .theme-mastodon-light .follow_requests-unlocked_explanation,\n .skin-modern-light .follow_requests-unlocked_explanation,\n .skin-mastodon-light .follow_requests-unlocked_explanation,\n .theme-mastodon-light .account .account__display-name,\n .skin-modern-light .account .account__display-name,\n .skin-mastodon-light .account .account__display-name,\n .theme-mastodon-light .label_input .search__input,\n .skin-modern-light .label_input .search__input,\n .skin-mastodon-light .label_input .search__input,\n .theme-mastodon-light .search__input:focus,\n .skin-modern-light .search__input:focus,\n .skin-mastodon-light .search__input:focus,\n .theme-mastodon-light .account__header__fields dt,\n .skin-modern-light .account__header__fields dt,\n .skin-mastodon-light .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-mastodon-light .compose-panel hr,\n .skin-modern-light .compose-panel hr,\n .skin-mastodon-light .compose-panel hr,\n .theme-mastodon-light .navigation-panel hr,\n .skin-modern-light .navigation-panel hr,\n .skin-mastodon-light .navigation-panel hr {\n border-top-color: #a5adcb;\n }\n .theme-mastodon-light .trends__item,\n .skin-modern-light .trends__item,\n .skin-mastodon-light .trends__item,\n .theme-mastodon-light .status,\n .skin-modern-light .status,\n .skin-mastodon-light .status,\n .theme-mastodon-light .getting-started__trends h4,\n .skin-modern-light .getting-started__trends h4,\n .skin-mastodon-light .getting-started__trends h4,\n .theme-mastodon-light .trends__item__name span,\n .skin-modern-light .trends__item__name span,\n .skin-mastodon-light .trends__item__name span,\n .theme-mastodon-light .story,\n .skin-modern-light .story,\n .skin-mastodon-light .story {\n border-color: #363a4f;\n }\n .theme-mastodon-light .mention,\n .skin-modern-light .mention,\n .skin-mastodon-light .mention,\n .theme-mastodon-light .icon-button.inverted,\n .skin-modern-light .icon-button.inverted,\n .skin-mastodon-light .icon-button.inverted,\n .theme-mastodon-light .icon-button.inverted:focus,\n .skin-modern-light .icon-button.inverted:focus,\n .skin-mastodon-light .icon-button.inverted:focus,\n .theme-mastodon-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-modern-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-mastodon-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-mastodon-light .account__header__content a,\n .skin-modern-light .account__header__content a,\n .skin-mastodon-light .account__header__content a,\n .theme-mastodon-light .account__header__bio .account__header__fields a,\n .skin-modern-light .account__header__bio .account__header__fields a,\n .skin-mastodon-light .account__header__bio .account__header__fields a,\n .theme-mastodon-light .empty-column-indicator a,\n .skin-modern-light .empty-column-indicator a,\n .skin-mastodon-light .empty-column-indicator a,\n .theme-mastodon-light .follow_requests-unlocked_explanation a,\n .skin-modern-light .follow_requests-unlocked_explanation a,\n .skin-mastodon-light .follow_requests-unlocked_explanation a,\n .theme-mastodon-light .column-back-button,\n .skin-modern-light .column-back-button,\n .skin-mastodon-light .column-back-button,\n .theme-mastodon-light .text-icon-button,\n .skin-modern-light .text-icon-button,\n .skin-mastodon-light .text-icon-button,\n .theme-mastodon-light .icon-button.active,\n .skin-modern-light .icon-button.active,\n .skin-mastodon-light .icon-button.active,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__fields a,\n .skin-modern-light .public-layout .public-account-bio .account__header__fields a,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__fields a,\n .theme-mastodon-light .column-header__back-button,\n .skin-modern-light .column-header__back-button,\n .skin-mastodon-light .column-header__back-button,\n .theme-mastodon-light .navigation-bar strong,\n .skin-modern-light .navigation-bar strong,\n .skin-mastodon-light .navigation-bar strong,\n .theme-mastodon-light .reply-indicator__content a.unhandled-link,\n .skin-modern-light .reply-indicator__content a.unhandled-link,\n .skin-mastodon-light .reply-indicator__content a.unhandled-link,\n .theme-mastodon-light .status__content a.unhandled-link,\n .skin-modern-light .status__content a.unhandled-link,\n .skin-mastodon-light .status__content a.unhandled-link,\n .theme-mastodon-light .announcements__item__content a.unhandled-link,\n .skin-modern-light .announcements__item__content a.unhandled-link,\n .skin-mastodon-light .announcements__item__content a.unhandled-link,\n .theme-mastodon-light .reactions-bar__item.active .reactions-bar__item__count,\n .skin-modern-light .reactions-bar__item.active .reactions-bar__item__count,\n .skin-mastodon-light .reactions-bar__item.active .reactions-bar__item__count,\n .theme-mastodon-light .column-header.active .column-header__icon,\n .skin-modern-light .column-header.active .column-header__icon,\n .skin-mastodon-light .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-mastodon-light .emoji-mart-anchor-selected,\n .skin-modern-light .emoji-mart-anchor-selected,\n .skin-mastodon-light .emoji-mart-anchor-selected {\n color: #b7bdf8 !important;\n }\n .theme-mastodon-light .conversation__unread,\n .skin-modern-light .conversation__unread,\n .skin-mastodon-light .conversation__unread,\n .theme-mastodon-light .emoji-mart-anchor-bar,\n .skin-modern-light .emoji-mart-anchor-bar,\n .skin-mastodon-light .emoji-mart-anchor-bar,\n .theme-mastodon-light .compose-form__actions .icon-button.active,\n .skin-modern-light .compose-form__actions .icon-button.active,\n .skin-mastodon-light .compose-form__actions .icon-button.active,\n .theme-mastodon-light .react-toggle--checked .react-toggle-track,\n .skin-modern-light .react-toggle--checked .react-toggle-track,\n .skin-mastodon-light .react-toggle--checked .react-toggle-track,\n .theme-mastodon-light .react-toggle--checked:hover .react-toggle-track,\n .skin-modern-light .react-toggle--checked:hover .react-toggle-track,\n .skin-mastodon-light .react-toggle--checked:hover .react-toggle-track,\n .theme-mastodon-light .pillbar-button:not([disabled]).active,\n .skin-modern-light .pillbar-button:not([disabled]).active,\n .skin-mastodon-light .pillbar-button:not([disabled]).active,\n .theme-mastodon-light .pillbar-button:not([disabled]).active:focus,\n .skin-modern-light .pillbar-button:not([disabled]).active:focus,\n .skin-mastodon-light .pillbar-button:not([disabled]).active:focus,\n .theme-mastodon-light .pillbar-button:not([disabled]).active:hover,\n .skin-modern-light .pillbar-button:not([disabled]).active:hover,\n .skin-mastodon-light .pillbar-button:not([disabled]).active:hover,\n .theme-mastodon-light .radio-button__input.checked,\n .skin-modern-light .radio-button__input.checked,\n .skin-mastodon-light .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-mastodon-light .reactions-bar__item.active,\n .skin-modern-light .reactions-bar__item.active,\n .skin-mastodon-light .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-mastodon-light .trends__item__sparkline path:last-child,\n .skin-modern-light .trends__item__sparkline path:last-child,\n .skin-mastodon-light .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-mastodon-light .trends__item__sparkline path:first-child,\n .skin-modern-light .trends__item__sparkline path:first-child,\n .skin-mastodon-light .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-mastodon-light .icon-button,\n .skin-modern-light .icon-button,\n .skin-mastodon-light .icon-button,\n .theme-mastodon-light .notification__message .fa,\n .skin-modern-light .notification__message .fa,\n .skin-mastodon-light .notification__message .fa {\n color: #5b6078;\n }\n .theme-mastodon-light .icon-button.inverted.active,\n .skin-modern-light .icon-button.inverted.active,\n .skin-mastodon-light .icon-button.inverted.active {\n color: #181926;\n }\n .theme-mastodon-light .icon-button:active,\n .skin-modern-light .icon-button:active,\n .skin-mastodon-light .icon-button:active,\n .theme-mastodon-light .icon-button:focus,\n .skin-modern-light .icon-button:focus,\n .skin-mastodon-light .icon-button:focus,\n .theme-mastodon-light .icon-button:hover,\n .skin-modern-light .icon-button:hover,\n .skin-mastodon-light .icon-button:hover,\n .theme-mastodon-light .text-icon-button:active,\n .skin-modern-light .text-icon-button:active,\n .skin-mastodon-light .text-icon-button:active,\n .theme-mastodon-light .text-icon-button:focus,\n .skin-modern-light .text-icon-button:focus,\n .skin-mastodon-light .text-icon-button:focus,\n .theme-mastodon-light .text-icon-button:hover,\n .skin-modern-light .text-icon-button:hover,\n .skin-mastodon-light .text-icon-button:hover,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-modern-light .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-mastodon-light .column-header,\n .skin-modern-light .column-header,\n .skin-mastodon-light .column-header,\n .theme-mastodon-light .column-header__button,\n .skin-modern-light .column-header__button,\n .skin-mastodon-light .column-header__button,\n .theme-mastodon-light .column-header__back-button,\n .skin-modern-light .column-header__back-button,\n .skin-mastodon-light .column-header__back-button,\n .theme-mastodon-light .column-back-button,\n .skin-modern-light .column-back-button,\n .skin-mastodon-light .column-back-button,\n .theme-mastodon-light .drawer__header,\n .skin-modern-light .drawer__header,\n .skin-mastodon-light .drawer__header,\n .theme-mastodon-light .notification__filter-bar,\n .skin-modern-light .notification__filter-bar,\n .skin-mastodon-light .notification__filter-bar,\n .theme-mastodon-light .account__section-headline button,\n .skin-modern-light .account__section-headline button,\n .skin-mastodon-light .account__section-headline button,\n .theme-mastodon-light .notification__filter-bar button,\n .skin-modern-light .notification__filter-bar button,\n .skin-mastodon-light .notification__filter-bar button,\n .theme-mastodon-light .account__header,\n .skin-modern-light .account__header,\n .skin-mastodon-light .account__header,\n .theme-mastodon-light .search__input,\n .skin-modern-light .search__input,\n .skin-mastodon-light .search__input,\n .theme-mastodon-light .search__input:focus,\n .skin-modern-light .search__input:focus,\n .skin-mastodon-light .search__input:focus,\n .theme-mastodon-light .column-link__badge,\n .skin-modern-light .column-link__badge,\n .skin-mastodon-light .column-link__badge,\n .theme-mastodon-light .column-subheading,\n .skin-modern-light .column-subheading,\n .skin-mastodon-light .column-subheading,\n .theme-mastodon-light .public-layout .header,\n .skin-modern-light .public-layout .header,\n .skin-mastodon-light .public-layout .header,\n .theme-mastodon-light .public-layout .public-account-header__bar::before,\n .skin-modern-light .public-layout .public-account-header__bar::before,\n .skin-mastodon-light .public-layout .public-account-header__bar::before,\n .theme-mastodon-light .account__header__fields,\n .skin-modern-light .account__header__fields,\n .skin-mastodon-light .account__header__fields,\n .theme-mastodon-light .account__header__fields dt,\n .skin-modern-light .account__header__fields dt,\n .skin-mastodon-light .account__header__fields dt,\n .theme-mastodon-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-modern-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-mastodon-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-modern-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-mastodon-light .explore__search-header,\n .skin-modern-light .explore__search-header,\n .skin-mastodon-light .explore__search-header,\n .theme-mastodon-light .column-inline-form,\n .skin-modern-light .column-inline-form,\n .skin-mastodon-light .column-inline-form,\n .theme-mastodon-light .follow_requests-unlocked_explanation,\n .skin-modern-light .follow_requests-unlocked_explanation,\n .skin-mastodon-light .follow_requests-unlocked_explanation,\n .theme-mastodon-light .conversation--unread,\n .skin-modern-light .conversation--unread,\n .skin-mastodon-light .conversation--unread,\n .theme-mastodon-light .column-header__collapsible-inner,\n .skin-modern-light .column-header__collapsible-inner,\n .skin-mastodon-light .column-header__collapsible-inner,\n .theme-mastodon-light .announcements,\n .skin-modern-light .announcements,\n .skin-mastodon-light .announcements,\n .theme-mastodon-light .status-card__image,\n .skin-modern-light .status-card__image,\n .skin-mastodon-light .status-card__image {\n border-color: #181926;\n background: #363a4f;\n }\n .theme-mastodon-light .account__section-headline,\n .skin-modern-light .account__section-headline,\n .skin-mastodon-light .account__section-headline {\n background: #1e2030;\n border-color: #181926;\n }\n .theme-mastodon-light .focusable:focus,\n .skin-modern-light .focusable:focus,\n .skin-mastodon-light .focusable:focus {\n background: unset;\n }\n .theme-mastodon-light .admin-wrapper .sidebar ul a:hover,\n .skin-modern-light .admin-wrapper .sidebar ul a:hover,\n .skin-mastodon-light .admin-wrapper .sidebar ul a:hover,\n .theme-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-modern-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-mastodon-light .detailed-status,\n .skin-modern-light .detailed-status,\n .skin-mastodon-light .detailed-status,\n .theme-mastodon-light .detailed-status__action-bar,\n .skin-modern-light .detailed-status__action-bar,\n .skin-mastodon-light .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-mastodon-light .dismissable-banner,\n .skin-modern-light .dismissable-banner,\n .skin-mastodon-light .dismissable-banner {\n border-color: #494d64;\n background: #24273a;\n }\n .theme-mastodon-light .column-header__wrapper.active,\n .skin-modern-light .column-header__wrapper.active,\n .skin-mastodon-light .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-mastodon-light .column-header__wrapper.active::before,\n .skin-modern-light .column-header__wrapper.active::before,\n .skin-mastodon-light .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-mastodon-light .theme-mastodon-light .account__header__bar,\n .skin-modern-light .theme-mastodon-light .account__header__bar,\n .skin-mastodon-light .theme-mastodon-light .account__header__bar,\n .theme-mastodon-light .theme-mastodon-light .column-header__back-button,\n .skin-modern-light .theme-mastodon-light .column-header__back-button,\n .skin-mastodon-light .theme-mastodon-light .column-header__back-button,\n .theme-mastodon-light .account__header__bio .account__header__fields dl,\n .skin-modern-light .account__header__bio .account__header__fields dl,\n .skin-mastodon-light .account__header__bio .account__header__fields dl,\n .theme-mastodon-light .account__header__bio .account__header__fields,\n .skin-modern-light .account__header__bio .account__header__fields,\n .skin-mastodon-light .account__header__bio .account__header__fields,\n .theme-mastodon-light .empty-column-indicator,\n .skin-modern-light .empty-column-indicator,\n .skin-mastodon-light .empty-column-indicator,\n .theme-mastodon-light .column > .scrollable,\n .skin-modern-light .column > .scrollable,\n .skin-mastodon-light .column > .scrollable,\n .theme-mastodon-light .nothing-here,\n .skin-modern-light .nothing-here,\n .skin-mastodon-light .nothing-here,\n .theme-mastodon-light .public-layout .public-account-bio,\n .skin-modern-light .public-layout .public-account-bio,\n .skin-mastodon-light .public-layout .public-account-bio,\n .theme-mastodon-light .hero-widget__text,\n .skin-modern-light .hero-widget__text,\n .skin-mastodon-light .hero-widget__text,\n .theme-mastodon-light.admin,\n .skin-modern-light.admin,\n .skin-mastodon-light.admin,\n .theme-mastodon-light .admin-wrapper .sidebar ul a.selected,\n .skin-modern-light .admin-wrapper .sidebar ul a.selected,\n .skin-mastodon-light .admin-wrapper .sidebar ul a.selected,\n .theme-mastodon-light .admin-wrapper .sidebar ul ul,\n .skin-modern-light .admin-wrapper .sidebar ul ul,\n .skin-mastodon-light .admin-wrapper .sidebar ul ul {\n border-color: #1e2030;\n background: #24273a;\n }\n .theme-mastodon-light .compose-form__highlightable,\n .skin-modern-light .compose-form__highlightable,\n .skin-mastodon-light .compose-form__highlightable {\n background-color: #24273a;\n border-color: #363a4f;\n }\n .theme-mastodon-light .dropdown-button,\n .skin-modern-light .dropdown-button,\n .skin-mastodon-light .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-mastodon-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-modern-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-mastodon-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-mastodon-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-modern-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-mastodon-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-mastodon-light .react-toggle--checked .react-toggle-thumb,\n .skin-modern-light .react-toggle--checked .react-toggle-thumb,\n .skin-mastodon-light .react-toggle--checked .react-toggle-thumb,\n .theme-mastodon-light .radio-button__input.checked,\n .skin-modern-light .radio-button__input.checked,\n .skin-mastodon-light .radio-button__input.checked,\n .theme-mastodon-light .account__action-bar__tab.active,\n .skin-modern-light .account__action-bar__tab.active,\n .skin-mastodon-light .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .account,\n .skin-modern-light .account,\n .skin-mastodon-light .account,\n .theme-mastodon-light .load-gap,\n .skin-modern-light .load-gap,\n .skin-mastodon-light .load-gap {\n border-color: #1e2030;\n }\n .theme-mastodon-light .account__section-headline a.active::after,\n .skin-modern-light .account__section-headline a.active::after,\n .skin-mastodon-light .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-mastodon-light .account__section-headline a.active::before,\n .skin-modern-light .account__section-headline a.active::before,\n .skin-mastodon-light .account__section-headline a.active::before,\n .theme-mastodon-light .account__section-headline button.active::after,\n .skin-modern-light .account__section-headline button.active::after,\n .skin-mastodon-light .account__section-headline button.active::after,\n .theme-mastodon-light .account__section-headline button.active::before,\n .skin-modern-light .account__section-headline button.active::before,\n .skin-mastodon-light .account__section-headline button.active::before,\n .theme-mastodon-light .notification__filter-bar a.active::after,\n .skin-modern-light .notification__filter-bar a.active::after,\n .skin-mastodon-light .notification__filter-bar a.active::after,\n .theme-mastodon-light .notification__filter-bar a.active::before,\n .skin-modern-light .notification__filter-bar a.active::before,\n .skin-mastodon-light .notification__filter-bar a.active::before,\n .theme-mastodon-light .notification__filter-bar button.active::after,\n .skin-modern-light .notification__filter-bar button.active::after,\n .skin-mastodon-light .notification__filter-bar button.active::after,\n .theme-mastodon-light .notification__filter-bar button.active::before,\n .skin-modern-light .notification__filter-bar button.active::before,\n .skin-mastodon-light .notification__filter-bar button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-mastodon-light .search-popout,\n .skin-modern-light .search-popout,\n .skin-mastodon-light .search-popout,\n .theme-mastodon-light .drawer__header a:hover,\n .skin-modern-light .drawer__header a:hover,\n .skin-mastodon-light .drawer__header a:hover,\n .theme-mastodon-light .column-header__button:hover,\n .skin-modern-light .column-header__button:hover,\n .skin-mastodon-light .column-header__button:hover,\n .theme-mastodon-light .account__section-headline button:hover,\n .skin-modern-light .account__section-headline button:hover,\n .skin-mastodon-light .account__section-headline button:hover,\n .theme-mastodon-light .notification__filter-bar button:hover,\n .skin-modern-light .notification__filter-bar button:hover,\n .skin-mastodon-light .notification__filter-bar button:hover,\n .theme-mastodon-light .account__section-headline a:hover,\n .skin-modern-light .account__section-headline a:hover,\n .skin-mastodon-light .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-mastodon-light .column-link .active,\n .skin-modern-light .column-link .active,\n .skin-mastodon-light .column-link .active,\n .theme-mastodon-light .compose-form__poll__select__value,\n .skin-modern-light .compose-form__poll__select__value,\n .skin-mastodon-light .compose-form__poll__select__value,\n .theme-mastodon-light .column-link--transparent.active,\n .skin-modern-light .column-link--transparent.active,\n .skin-mastodon-light .column-link--transparent.active,\n .theme-mastodon-light .column-link--transparent:focus,\n .skin-modern-light .column-link--transparent:focus,\n .skin-mastodon-light .column-link--transparent:focus,\n .theme-mastodon-light .column-link:focus,\n .skin-modern-light .column-link:focus,\n .skin-mastodon-light .column-link:focus {\n color: #b7bdf8;\n }\n .theme-mastodon-light .column-link--transparent:hover,\n .skin-modern-light .column-link--transparent:hover,\n .skin-mastodon-light .column-link--transparent:hover,\n .theme-mastodon-light .column-link:hover,\n .skin-modern-light .column-link:hover,\n .skin-mastodon-light .column-link:hover {\n color: #b7bdf8;\n }\n .theme-mastodon-light .status.collapsed .status__content::after,\n .skin-modern-light .status.collapsed .status__content::after,\n .skin-mastodon-light .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-mastodon-light .button.button-tertiary:focus,\n .skin-modern-light .button.button-tertiary:focus,\n .skin-mastodon-light .button.button-tertiary:focus,\n .theme-mastodon-light .button.button-tertiary:hover,\n .skin-modern-light .button.button-tertiary:hover,\n .skin-mastodon-light .button.button-tertiary:hover,\n .theme-mastodon-light .button.button-tertiary:active,\n .skin-modern-light .button.button-tertiary:active,\n .skin-mastodon-light .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-mastodon-light .button.button-tertiary,\n .skin-modern-light .button.button-tertiary,\n .skin-mastodon-light .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .button,\n .skin-modern-light .button,\n .skin-mastodon-light .button,\n .theme-mastodon-light .button.button-tertiary,\n .skin-modern-light .button.button-tertiary,\n .skin-mastodon-light .button.button-tertiary,\n .theme-mastodon-light .button.logo-button,\n .skin-modern-light .button.logo-button,\n .skin-mastodon-light .button.logo-button,\n .theme-mastodon-light .icon-with-badge__badge,\n .skin-modern-light .icon-with-badge__badge,\n .skin-mastodon-light .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-mastodon-light .button.logo-button svg,\n .skin-modern-light .button.logo-button svg,\n .skin-mastodon-light .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-mastodon-light .public-layout .header .nav-button,\n .skin-modern-light .public-layout .header .nav-button,\n .skin-mastodon-light .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-mastodon-light .public-layout .header .nav-button:hover,\n .skin-modern-light .public-layout .header .nav-button:hover,\n .skin-mastodon-light .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-mastodon-light .button.button-secondary,\n .skin-modern-light .button.button-secondary,\n .skin-mastodon-light .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .button.button-secondary:active,\n .skin-modern-light .button.button-secondary:active,\n .skin-mastodon-light .button.button-secondary:active,\n .theme-mastodon-light .button.button-secondary:focus,\n .skin-modern-light .button.button-secondary:focus,\n .skin-mastodon-light .button.button-secondary:focus,\n .theme-mastodon-light .button.button-secondary:hover,\n .skin-modern-light .button.button-secondary:hover,\n .skin-mastodon-light .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-mastodon-light .button:active,\n .skin-modern-light .button:active,\n .skin-mastodon-light .button:active,\n .theme-mastodon-light .button:focus,\n .skin-modern-light .button:focus,\n .skin-mastodon-light .button:focus,\n .theme-mastodon-light .button:hover,\n .skin-modern-light .button:hover,\n .skin-mastodon-light .button:hover,\n .theme-mastodon-light .button.button-tertiary:active,\n .skin-modern-light .button.button-tertiary:active,\n .skin-mastodon-light .button.button-tertiary:active,\n .theme-mastodon-light .button.button-tertiary:focus,\n .skin-modern-light .button.button-tertiary:focus,\n .skin-mastodon-light .button.button-tertiary:focus,\n .theme-mastodon-light .button.button-tertiary:hover,\n .skin-modern-light .button.button-tertiary:hover,\n .skin-mastodon-light .button.button-tertiary:hover,\n .theme-mastodon-light .button.logo-button:active,\n .skin-modern-light .button.logo-button:active,\n .skin-mastodon-light .button.logo-button:active,\n .theme-mastodon-light .button.logo-button:focus,\n .skin-modern-light .button.logo-button:focus,\n .skin-mastodon-light .button.logo-button:focus,\n .theme-mastodon-light .button.logo-button:hover,\n .skin-modern-light .button.logo-button:hover,\n .skin-mastodon-light .button.logo-button:hover,\n .theme-mastodon-light .announcements__item__unread,\n .skin-modern-light .announcements__item__unread,\n .skin-mastodon-light .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-mastodon-light .drawer__inner,\n .skin-modern-light .drawer__inner,\n .skin-mastodon-light .drawer__inner,\n .theme-mastodon-light .drawer__inner__mastodon,\n .skin-modern-light .drawer__inner__mastodon,\n .skin-mastodon-light .drawer__inner__mastodon,\n .theme-mastodon-light .explore__search-header .search__input,\n .skin-modern-light .explore__search-header .search__input,\n .skin-mastodon-light .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-mastodon-light .compose-form .compose-form__modifiers,\n .skin-modern-light .compose-form .compose-form__modifiers,\n .skin-mastodon-light .compose-form .compose-form__modifiers,\n .theme-mastodon-light .compose-form .autosuggest-textarea__textarea,\n .skin-modern-light .compose-form .autosuggest-textarea__textarea,\n .skin-mastodon-light .compose-form .autosuggest-textarea__textarea,\n .theme-mastodon-light .compose-form .compose-form__autosuggest-wrapper,\n .skin-modern-light .compose-form .compose-form__autosuggest-wrapper,\n .skin-mastodon-light .compose-form .compose-form__autosuggest-wrapper,\n .theme-mastodon-light .compose-form .spoiler-input__input,\n .skin-modern-light .compose-form .spoiler-input__input,\n .skin-mastodon-light .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-modern-light .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-mastodon-light .compose-form .autosuggest-textarea__textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-mastodon-light .compose-form .compose-form__buttons-wrapper,\n .skin-modern-light .compose-form .compose-form__buttons-wrapper,\n .skin-mastodon-light .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-mastodon-light .load-more:hover,\n .skin-modern-light .load-more:hover,\n .skin-mastodon-light .load-more:hover {\n background-color: #1e2030;\n }\n .theme-mastodon-light .character-counter,\n .skin-modern-light .character-counter,\n .skin-mastodon-light .character-counter {\n color: #a5adcb;\n }\n .theme-mastodon-light .public-layout .header,\n .skin-modern-light .public-layout .header,\n .skin-mastodon-light .public-layout .header,\n .theme-mastodon-light .hero-widget,\n .skin-modern-light .hero-widget,\n .skin-mastodon-light .hero-widget,\n .theme-mastodon-light .public-layout .public-account-header,\n .skin-modern-light .public-layout .public-account-header,\n .skin-mastodon-light .public-layout .public-account-header,\n .theme-mastodon-light .public-layout .public-account-bio,\n .skin-modern-light .public-layout .public-account-bio,\n .skin-mastodon-light .public-layout .public-account-bio,\n .theme-mastodon-light .nothing-here,\n .skin-modern-light .nothing-here,\n .skin-mastodon-light .nothing-here {\n box-shadow: none;\n }\n .theme-mastodon-light .search__popout,\n .skin-modern-light .search__popout,\n .skin-mastodon-light .search__popout,\n .theme-mastodon-light .dropdown-menu__arrow::before,\n .skin-modern-light .dropdown-menu__arrow::before,\n .skin-mastodon-light .dropdown-menu__arrow::before,\n .theme-mastodon-light .dropdown-menu__item a,\n .skin-modern-light .dropdown-menu__item a,\n .skin-mastodon-light .dropdown-menu__item a,\n .theme-mastodon-light .dropdown-menu__item button,\n .skin-modern-light .dropdown-menu__item button,\n .skin-mastodon-light .dropdown-menu__item button,\n .theme-mastodon-light .dropdown-menu__container__list,\n .skin-modern-light .dropdown-menu__container__list,\n .skin-mastodon-light .dropdown-menu__container__list,\n .theme-mastodon-light .dropdown-menu.bottom,\n .skin-modern-light .dropdown-menu.bottom,\n .skin-mastodon-light .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-mastodon-light .dropdown-menu__item a:hover,\n .skin-modern-light .dropdown-menu__item a:hover,\n .skin-mastodon-light .dropdown-menu__item a:hover,\n .theme-mastodon-light .dropdown-menu__item button:hover,\n .skin-modern-light .dropdown-menu__item button:hover,\n .skin-mastodon-light .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-mastodon-light .input-copy,\n .skin-modern-light .input-copy,\n .skin-mastodon-light .input-copy,\n .theme-mastodon-light .simple_form input[type=\"text\"],\n .skin-modern-light .simple_form input[type=\"text\"],\n .skin-mastodon-light .simple_form input[type=\"text\"],\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea,\n .theme-mastodon-light .simple_form .block-button,\n .skin-modern-light .simple_form .block-button,\n .skin-mastodon-light .simple_form .block-button,\n .theme-mastodon-light .simple_form .button,\n .skin-modern-light .simple_form .button,\n .skin-mastodon-light .simple_form .button,\n .theme-mastodon-light .simple_form button,\n .skin-modern-light .simple_form button,\n .skin-mastodon-light .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-mastodon-light .simple_form .block-button:hover,\n .skin-modern-light .simple_form .block-button:hover,\n .skin-mastodon-light .simple_form .block-button:hover,\n .theme-mastodon-light .simple_form .button:hover,\n .skin-modern-light .simple_form .button:hover,\n .skin-mastodon-light .simple_form .button:hover,\n .theme-mastodon-light .simple_form button:hover,\n .skin-modern-light .simple_form button:hover,\n .skin-mastodon-light .simple_form button:hover {\n background: #363a4f;\n }\n .theme-mastodon-light .simple_form .input.with_label .label_input > label,\n .skin-modern-light .simple_form .input.with_label .label_input > label,\n .skin-mastodon-light .simple_form .input.with_label .label_input > label,\n .theme-mastodon-light .simple_form select,\n .skin-modern-light .simple_form select,\n .skin-mastodon-light .simple_form select,\n .theme-mastodon-light .accounts-table__count,\n .skin-modern-light .accounts-table__count,\n .skin-mastodon-light .accounts-table__count,\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea {\n color: #cad3f5;\n }\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea,\n .theme-mastodon-light .simple_form input[type=\"password\"],\n .skin-modern-light .simple_form input[type=\"password\"],\n .skin-mastodon-light .simple_form input[type=\"password\"],\n .theme-mastodon-light .simple_form input[type=\"number\"],\n .skin-modern-light .simple_form input[type=\"number\"],\n .skin-mastodon-light .simple_form input[type=\"number\"],\n .theme-mastodon-light .simple_form input[type=\"text\"],\n .skin-modern-light .simple_form input[type=\"text\"],\n .skin-mastodon-light .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-light .simple_form input[type=\"email\"]:required:valid,\n .skin-mastodon-light .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-mastodon-light .simple_form input[type=\"password\"],\n .skin-modern-light .simple_form input[type=\"password\"],\n .skin-mastodon-light .simple_form input[type=\"password\"],\n .theme-mastodon-light .simple_form input[type=\"number\"],\n .skin-modern-light .simple_form input[type=\"number\"],\n .skin-mastodon-light .simple_form input[type=\"number\"],\n .theme-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-light .simple_form input[type=\"email\"]:required:valid,\n .skin-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .theme-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-mastodon-light .simple_form select,\n .skin-modern-light .simple_form select,\n .skin-mastodon-light .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22M3.467%2014.967l-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5-.335%200-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0l3.733-3.734z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-mastodon-light .poll__option input[type=\"text\"]:focus,\n .skin-modern-light .poll__option input[type=\"text\"]:focus,\n .skin-mastodon-light .poll__option input[type=\"text\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:active,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:active,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:active,\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:focus,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"email\"]:active,\n .skin-modern-light .simple_form input[type=\"email\"]:active,\n .skin-mastodon-light .simple_form input[type=\"email\"]:active,\n .theme-mastodon-light .simple_form input[type=\"email\"]:focus,\n .skin-modern-light .simple_form input[type=\"email\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"email\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"number\"]:active,\n .skin-modern-light .simple_form input[type=\"number\"]:active,\n .skin-mastodon-light .simple_form input[type=\"number\"]:active,\n .theme-mastodon-light .simple_form input[type=\"number\"]:focus,\n .skin-modern-light .simple_form input[type=\"number\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"number\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"password\"]:active,\n .skin-modern-light .simple_form input[type=\"password\"]:active,\n .skin-mastodon-light .simple_form input[type=\"password\"]:active,\n .theme-mastodon-light .simple_form input[type=\"password\"]:focus,\n .skin-modern-light .simple_form input[type=\"password\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"password\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"text\"]:active,\n .skin-modern-light .simple_form input[type=\"text\"]:active,\n .skin-mastodon-light .simple_form input[type=\"text\"]:active,\n .theme-mastodon-light .simple_form input[type=\"text\"]:focus,\n .skin-modern-light .simple_form input[type=\"text\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"text\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"url\"]:active,\n .skin-modern-light .simple_form input[type=\"url\"]:active,\n .skin-mastodon-light .simple_form input[type=\"url\"]:active,\n .theme-mastodon-light .simple_form input[type=\"url\"]:focus,\n .skin-modern-light .simple_form input[type=\"url\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"url\"]:focus,\n .theme-mastodon-light .simple_form textarea:active,\n .skin-modern-light .simple_form textarea:active,\n .skin-mastodon-light .simple_form textarea:active,\n .theme-mastodon-light .simple_form textarea:focus,\n .skin-modern-light .simple_form textarea:focus,\n .skin-mastodon-light .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th,\n .theme-mastodon-light .setting-text:active,\n .skin-modern-light .setting-text:active,\n .skin-mastodon-light .setting-text:active,\n .theme-mastodon-light .setting-text:focus,\n .skin-modern-light .setting-text:focus,\n .skin-mastodon-light .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-mastodon-light .batch-table__toolbar,\n .skin-modern-light .batch-table__toolbar,\n .skin-mastodon-light .batch-table__toolbar,\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:hover,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"email\"]:hover,\n .skin-modern-light .simple_form input[type=\"email\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"email\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"number\"]:hover,\n .skin-modern-light .simple_form input[type=\"number\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"number\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"password\"]:hover,\n .skin-modern-light .simple_form input[type=\"password\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"password\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"text\"]:hover,\n .skin-modern-light .simple_form input[type=\"text\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"text\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"url\"]:hover,\n .skin-modern-light .simple_form input[type=\"url\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"url\"]:hover,\n .theme-mastodon-light .simple_form textarea:hover,\n .skin-modern-light .simple_form textarea:hover,\n .skin-mastodon-light .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-mastodon-light .batch-table__row,\n .skin-modern-light .batch-table__row,\n .skin-mastodon-light .batch-table__row {\n background: #494d64;\n }\n .theme-mastodon-light .batch-table__row:hover,\n .skin-modern-light .batch-table__row:hover,\n .skin-mastodon-light .batch-table__row:hover,\n .theme-mastodon-light .batch-table__row:nth-child(2n):hover,\n .skin-modern-light .batch-table__row:nth-child(2n):hover,\n .skin-mastodon-light .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-mastodon-light .batch-table__row:nth-child(2n),\n .skin-modern-light .batch-table__row:nth-child(2n),\n .skin-mastodon-light .batch-table__row:nth-child(2n),\n .theme-mastodon-light .table > tbody > tr > td,\n .skin-modern-light .table > tbody > tr > td,\n .skin-mastodon-light .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-mastodon-light .positive-hint,\n .skin-modern-light .positive-hint,\n .skin-mastodon-light .positive-hint {\n color: #a6da95 !important;\n }\n .theme-mastodon-light .card__bar,\n .skin-modern-light .card__bar,\n .skin-mastodon-light .card__bar {\n background: #363a4f;\n }\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast {\n /* prettier-ignore */\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast,\n .theme-contrast .tabs-bar__wrapper,\n .skin-modern-dark .tabs-bar__wrapper,\n .skin-contrast .tabs-bar__wrapper,\n .theme-contrast .admin-wrapper .sidebar-wrapper__inner,\n .skin-modern-dark .admin-wrapper .sidebar-wrapper__inner,\n .skin-contrast .admin-wrapper .sidebar-wrapper__inner,\n .theme-contrast .ui__header,\n .skin-modern-dark .ui__header,\n .skin-contrast .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-contrast .navigation-panel,\n .skin-modern-dark .navigation-panel,\n .skin-contrast .navigation-panel,\n .theme-contrast .column-link,\n .skin-modern-dark .column-link,\n .skin-contrast .column-link {\n background: transparent;\n }\n .theme-contrast .account__header__bio .account__header__fields dt,\n .skin-modern-dark .account__header__bio .account__header__fields dt,\n .skin-contrast .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-contrast .search-popout,\n .skin-modern-dark .search-popout,\n .skin-contrast .search-popout,\n .theme-contrast .search-popout em,\n .skin-modern-dark .search-popout em,\n .skin-contrast .search-popout em,\n .theme-contrast .dismissable-banner__message,\n .skin-modern-dark .dismissable-banner__message,\n .skin-contrast .dismissable-banner__message,\n .theme-contrast .dismissable-banner__message h1,\n .skin-modern-dark .dismissable-banner__message h1,\n .skin-contrast .dismissable-banner__message h1,\n .theme-contrast .account__header__bio .account__header__fields dt,\n .skin-modern-dark .account__header__bio .account__header__fields dt,\n .skin-contrast .account__header__bio .account__header__fields dt,\n .theme-contrast .account__section-headline a.active,\n .skin-modern-dark .account__section-headline a.active,\n .skin-contrast .account__section-headline a.active,\n .theme-contrast .account__section-headline button.active,\n .skin-modern-dark .account__section-headline button.active,\n .skin-contrast .account__section-headline button.active,\n .theme-contrast .notification__filter-bar a.active,\n .skin-modern-dark .notification__filter-bar a.active,\n .skin-contrast .notification__filter-bar a.active,\n .theme-contrast .notification__filter-bar button.active,\n .skin-modern-dark .notification__filter-bar button.active,\n .skin-contrast .notification__filter-bar button.active,\n .theme-contrast .account__header__bio .account__header__content,\n .skin-modern-dark .account__header__bio .account__header__content,\n .skin-contrast .account__header__bio .account__header__content,\n .theme-contrast .navigation-bar,\n .skin-modern-dark .navigation-bar,\n .skin-contrast .navigation-bar,\n .theme-contrast .column-link__badge,\n .skin-modern-dark .column-link__badge,\n .skin-contrast .column-link__badge,\n .theme-contrast .column-subheading,\n .skin-modern-dark .column-subheading,\n .skin-contrast .column-subheading,\n .theme-contrast .account__display-name strong,\n .skin-modern-dark .account__display-name strong,\n .skin-contrast .account__display-name strong,\n .theme-contrast .status__display-name strong,\n .skin-modern-dark .status__display-name strong,\n .skin-contrast .status__display-name strong,\n .theme-contrast .notification__message,\n .skin-modern-dark .notification__message,\n .skin-contrast .notification__message,\n .theme-contrast .public-layout .public-account-bio .account__header__content,\n .skin-modern-dark .public-layout .public-account-bio .account__header__content,\n .skin-contrast .public-layout .public-account-bio .account__header__content,\n .theme-contrast .reply-indicator__content,\n .skin-modern-dark .reply-indicator__content,\n .skin-contrast .reply-indicator__content,\n .theme-contrast .status__content,\n .skin-modern-dark .status__content,\n .skin-contrast .status__content,\n .theme-contrast .card__bar .display-name strong,\n .skin-modern-dark .card__bar .display-name strong,\n .skin-contrast .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-contrast .search-popout span,\n .skin-modern-dark .search-popout span,\n .skin-contrast .search-popout span,\n .theme-contrast .link-footer p,\n .skin-modern-dark .link-footer p,\n .skin-contrast .link-footer p,\n .theme-contrast .link-footer p a,\n .skin-modern-dark .link-footer p a,\n .skin-contrast .link-footer p a {\n color: #b8c0e0;\n }\n .theme-contrast .account__header__tabs__name h1 small,\n .skin-modern-dark .account__header__tabs__name h1 small,\n .skin-contrast .account__header__tabs__name h1 small,\n .theme-contrast .account__header__bio .account__header__fields dd,\n .skin-modern-dark .account__header__bio .account__header__fields dd,\n .skin-contrast .account__header__bio .account__header__fields dd,\n .theme-contrast .display-name__account,\n .skin-modern-dark .display-name__account,\n .skin-contrast .display-name__account,\n .theme-contrast .status__relative-time,\n .skin-modern-dark .status__relative-time,\n .skin-contrast .status__relative-time,\n .theme-contrast .empty-column-indicator,\n .skin-modern-dark .empty-column-indicator,\n .skin-contrast .empty-column-indicator,\n .theme-contrast .follow_requests-unlocked_explanation,\n .skin-modern-dark .follow_requests-unlocked_explanation,\n .skin-contrast .follow_requests-unlocked_explanation,\n .theme-contrast .account .account__display-name,\n .skin-modern-dark .account .account__display-name,\n .skin-contrast .account .account__display-name,\n .theme-contrast .label_input .search__input,\n .skin-modern-dark .label_input .search__input,\n .skin-contrast .label_input .search__input,\n .theme-contrast .search__input:focus,\n .skin-modern-dark .search__input:focus,\n .skin-contrast .search__input:focus,\n .theme-contrast .account__header__fields dt,\n .skin-modern-dark .account__header__fields dt,\n .skin-contrast .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-contrast .compose-panel hr,\n .skin-modern-dark .compose-panel hr,\n .skin-contrast .compose-panel hr,\n .theme-contrast .navigation-panel hr,\n .skin-modern-dark .navigation-panel hr,\n .skin-contrast .navigation-panel hr {\n border-top-color: #a5adcb;\n }\n .theme-contrast .trends__item,\n .skin-modern-dark .trends__item,\n .skin-contrast .trends__item,\n .theme-contrast .status,\n .skin-modern-dark .status,\n .skin-contrast .status,\n .theme-contrast .getting-started__trends h4,\n .skin-modern-dark .getting-started__trends h4,\n .skin-contrast .getting-started__trends h4,\n .theme-contrast .trends__item__name span,\n .skin-modern-dark .trends__item__name span,\n .skin-contrast .trends__item__name span,\n .theme-contrast .story,\n .skin-modern-dark .story,\n .skin-contrast .story {\n border-color: #363a4f;\n }\n .theme-contrast .mention,\n .skin-modern-dark .mention,\n .skin-contrast .mention,\n .theme-contrast .icon-button.inverted,\n .skin-modern-dark .icon-button.inverted,\n .skin-contrast .icon-button.inverted,\n .theme-contrast .icon-button.inverted:focus,\n .skin-modern-dark .icon-button.inverted:focus,\n .skin-contrast .icon-button.inverted:focus,\n .theme-contrast .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-modern-dark .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-contrast .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-contrast .account__header__content a,\n .skin-modern-dark .account__header__content a,\n .skin-contrast .account__header__content a,\n .theme-contrast .account__header__bio .account__header__fields a,\n .skin-modern-dark .account__header__bio .account__header__fields a,\n .skin-contrast .account__header__bio .account__header__fields a,\n .theme-contrast .empty-column-indicator a,\n .skin-modern-dark .empty-column-indicator a,\n .skin-contrast .empty-column-indicator a,\n .theme-contrast .follow_requests-unlocked_explanation a,\n .skin-modern-dark .follow_requests-unlocked_explanation a,\n .skin-contrast .follow_requests-unlocked_explanation a,\n .theme-contrast .column-back-button,\n .skin-modern-dark .column-back-button,\n .skin-contrast .column-back-button,\n .theme-contrast .text-icon-button,\n .skin-modern-dark .text-icon-button,\n .skin-contrast .text-icon-button,\n .theme-contrast .icon-button.active,\n .skin-modern-dark .icon-button.active,\n .skin-contrast .icon-button.active,\n .theme-contrast .public-layout .public-account-bio .account__header__fields a,\n .skin-modern-dark .public-layout .public-account-bio .account__header__fields a,\n .skin-contrast .public-layout .public-account-bio .account__header__fields a,\n .theme-contrast .column-header__back-button,\n .skin-modern-dark .column-header__back-button,\n .skin-contrast .column-header__back-button,\n .theme-contrast .navigation-bar strong,\n .skin-modern-dark .navigation-bar strong,\n .skin-contrast .navigation-bar strong,\n .theme-contrast .reply-indicator__content a.unhandled-link,\n .skin-modern-dark .reply-indicator__content a.unhandled-link,\n .skin-contrast .reply-indicator__content a.unhandled-link,\n .theme-contrast .status__content a.unhandled-link,\n .skin-modern-dark .status__content a.unhandled-link,\n .skin-contrast .status__content a.unhandled-link,\n .theme-contrast .announcements__item__content a.unhandled-link,\n .skin-modern-dark .announcements__item__content a.unhandled-link,\n .skin-contrast .announcements__item__content a.unhandled-link,\n .theme-contrast .reactions-bar__item.active .reactions-bar__item__count,\n .skin-modern-dark .reactions-bar__item.active .reactions-bar__item__count,\n .skin-contrast .reactions-bar__item.active .reactions-bar__item__count,\n .theme-contrast .column-header.active .column-header__icon,\n .skin-modern-dark .column-header.active .column-header__icon,\n .skin-contrast .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-contrast .emoji-mart-anchor-selected,\n .skin-modern-dark .emoji-mart-anchor-selected,\n .skin-contrast .emoji-mart-anchor-selected {\n color: #b7bdf8 !important;\n }\n .theme-contrast .conversation__unread,\n .skin-modern-dark .conversation__unread,\n .skin-contrast .conversation__unread,\n .theme-contrast .emoji-mart-anchor-bar,\n .skin-modern-dark .emoji-mart-anchor-bar,\n .skin-contrast .emoji-mart-anchor-bar,\n .theme-contrast .compose-form__actions .icon-button.active,\n .skin-modern-dark .compose-form__actions .icon-button.active,\n .skin-contrast .compose-form__actions .icon-button.active,\n .theme-contrast .react-toggle--checked .react-toggle-track,\n .skin-modern-dark .react-toggle--checked .react-toggle-track,\n .skin-contrast .react-toggle--checked .react-toggle-track,\n .theme-contrast .react-toggle--checked:hover .react-toggle-track,\n .skin-modern-dark .react-toggle--checked:hover .react-toggle-track,\n .skin-contrast .react-toggle--checked:hover .react-toggle-track,\n .theme-contrast .pillbar-button:not([disabled]).active,\n .skin-modern-dark .pillbar-button:not([disabled]).active,\n .skin-contrast .pillbar-button:not([disabled]).active,\n .theme-contrast .pillbar-button:not([disabled]).active:focus,\n .skin-modern-dark .pillbar-button:not([disabled]).active:focus,\n .skin-contrast .pillbar-button:not([disabled]).active:focus,\n .theme-contrast .pillbar-button:not([disabled]).active:hover,\n .skin-modern-dark .pillbar-button:not([disabled]).active:hover,\n .skin-contrast .pillbar-button:not([disabled]).active:hover,\n .theme-contrast .radio-button__input.checked,\n .skin-modern-dark .radio-button__input.checked,\n .skin-contrast .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-contrast .reactions-bar__item.active,\n .skin-modern-dark .reactions-bar__item.active,\n .skin-contrast .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-contrast .trends__item__sparkline path:last-child,\n .skin-modern-dark .trends__item__sparkline path:last-child,\n .skin-contrast .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-contrast .trends__item__sparkline path:first-child,\n .skin-modern-dark .trends__item__sparkline path:first-child,\n .skin-contrast .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-contrast .icon-button,\n .skin-modern-dark .icon-button,\n .skin-contrast .icon-button,\n .theme-contrast .notification__message .fa,\n .skin-modern-dark .notification__message .fa,\n .skin-contrast .notification__message .fa {\n color: #5b6078;\n }\n .theme-contrast .icon-button.inverted.active,\n .skin-modern-dark .icon-button.inverted.active,\n .skin-contrast .icon-button.inverted.active {\n color: #181926;\n }\n .theme-contrast .icon-button:active,\n .skin-modern-dark .icon-button:active,\n .skin-contrast .icon-button:active,\n .theme-contrast .icon-button:focus,\n .skin-modern-dark .icon-button:focus,\n .skin-contrast .icon-button:focus,\n .theme-contrast .icon-button:hover,\n .skin-modern-dark .icon-button:hover,\n .skin-contrast .icon-button:hover,\n .theme-contrast .text-icon-button:active,\n .skin-modern-dark .text-icon-button:active,\n .skin-contrast .text-icon-button:active,\n .theme-contrast .text-icon-button:focus,\n .skin-modern-dark .text-icon-button:focus,\n .skin-contrast .text-icon-button:focus,\n .theme-contrast .text-icon-button:hover,\n .skin-modern-dark .text-icon-button:hover,\n .skin-contrast .text-icon-button:hover,\n .theme-contrast .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-modern-dark .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-contrast .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-contrast .column-header,\n .skin-modern-dark .column-header,\n .skin-contrast .column-header,\n .theme-contrast .column-header__button,\n .skin-modern-dark .column-header__button,\n .skin-contrast .column-header__button,\n .theme-contrast .column-header__back-button,\n .skin-modern-dark .column-header__back-button,\n .skin-contrast .column-header__back-button,\n .theme-contrast .column-back-button,\n .skin-modern-dark .column-back-button,\n .skin-contrast .column-back-button,\n .theme-contrast .drawer__header,\n .skin-modern-dark .drawer__header,\n .skin-contrast .drawer__header,\n .theme-contrast .notification__filter-bar,\n .skin-modern-dark .notification__filter-bar,\n .skin-contrast .notification__filter-bar,\n .theme-contrast .account__section-headline button,\n .skin-modern-dark .account__section-headline button,\n .skin-contrast .account__section-headline button,\n .theme-contrast .notification__filter-bar button,\n .skin-modern-dark .notification__filter-bar button,\n .skin-contrast .notification__filter-bar button,\n .theme-contrast .account__header,\n .skin-modern-dark .account__header,\n .skin-contrast .account__header,\n .theme-contrast .search__input,\n .skin-modern-dark .search__input,\n .skin-contrast .search__input,\n .theme-contrast .search__input:focus,\n .skin-modern-dark .search__input:focus,\n .skin-contrast .search__input:focus,\n .theme-contrast .column-link__badge,\n .skin-modern-dark .column-link__badge,\n .skin-contrast .column-link__badge,\n .theme-contrast .column-subheading,\n .skin-modern-dark .column-subheading,\n .skin-contrast .column-subheading,\n .theme-contrast .public-layout .header,\n .skin-modern-dark .public-layout .header,\n .skin-contrast .public-layout .header,\n .theme-contrast .public-layout .public-account-header__bar::before,\n .skin-modern-dark .public-layout .public-account-header__bar::before,\n .skin-contrast .public-layout .public-account-header__bar::before,\n .theme-contrast .account__header__fields,\n .skin-modern-dark .account__header__fields,\n .skin-contrast .account__header__fields,\n .theme-contrast .account__header__fields dt,\n .skin-modern-dark .account__header__fields dt,\n .skin-contrast .account__header__fields dt,\n .theme-contrast .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-modern-dark .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-contrast .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-modern-dark .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-contrast .explore__search-header,\n .skin-modern-dark .explore__search-header,\n .skin-contrast .explore__search-header,\n .theme-contrast .column-inline-form,\n .skin-modern-dark .column-inline-form,\n .skin-contrast .column-inline-form,\n .theme-contrast .follow_requests-unlocked_explanation,\n .skin-modern-dark .follow_requests-unlocked_explanation,\n .skin-contrast .follow_requests-unlocked_explanation,\n .theme-contrast .conversation--unread,\n .skin-modern-dark .conversation--unread,\n .skin-contrast .conversation--unread,\n .theme-contrast .column-header__collapsible-inner,\n .skin-modern-dark .column-header__collapsible-inner,\n .skin-contrast .column-header__collapsible-inner,\n .theme-contrast .announcements,\n .skin-modern-dark .announcements,\n .skin-contrast .announcements,\n .theme-contrast .status-card__image,\n .skin-modern-dark .status-card__image,\n .skin-contrast .status-card__image {\n border-color: #181926;\n background: #363a4f;\n }\n .theme-contrast .account__section-headline,\n .skin-modern-dark .account__section-headline,\n .skin-contrast .account__section-headline {\n background: #1e2030;\n border-color: #181926;\n }\n .theme-contrast .focusable:focus,\n .skin-modern-dark .focusable:focus,\n .skin-contrast .focusable:focus {\n background: unset;\n }\n .theme-contrast .admin-wrapper .sidebar ul a:hover,\n .skin-modern-dark .admin-wrapper .sidebar ul a:hover,\n .skin-contrast .admin-wrapper .sidebar ul a:hover,\n .theme-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-modern-dark .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-contrast .detailed-status,\n .skin-modern-dark .detailed-status,\n .skin-contrast .detailed-status,\n .theme-contrast .detailed-status__action-bar,\n .skin-modern-dark .detailed-status__action-bar,\n .skin-contrast .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-contrast .dismissable-banner,\n .skin-modern-dark .dismissable-banner,\n .skin-contrast .dismissable-banner {\n border-color: #494d64;\n background: #24273a;\n }\n .theme-contrast .column-header__wrapper.active,\n .skin-modern-dark .column-header__wrapper.active,\n .skin-contrast .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-contrast .column-header__wrapper.active::before,\n .skin-modern-dark .column-header__wrapper.active::before,\n .skin-contrast .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-contrast .theme-mastodon-light .account__header__bar,\n .skin-modern-dark .theme-mastodon-light .account__header__bar,\n .skin-contrast .theme-mastodon-light .account__header__bar,\n .theme-contrast .theme-mastodon-light .column-header__back-button,\n .skin-modern-dark .theme-mastodon-light .column-header__back-button,\n .skin-contrast .theme-mastodon-light .column-header__back-button,\n .theme-contrast .account__header__bio .account__header__fields dl,\n .skin-modern-dark .account__header__bio .account__header__fields dl,\n .skin-contrast .account__header__bio .account__header__fields dl,\n .theme-contrast .account__header__bio .account__header__fields,\n .skin-modern-dark .account__header__bio .account__header__fields,\n .skin-contrast .account__header__bio .account__header__fields,\n .theme-contrast .empty-column-indicator,\n .skin-modern-dark .empty-column-indicator,\n .skin-contrast .empty-column-indicator,\n .theme-contrast .column > .scrollable,\n .skin-modern-dark .column > .scrollable,\n .skin-contrast .column > .scrollable,\n .theme-contrast .nothing-here,\n .skin-modern-dark .nothing-here,\n .skin-contrast .nothing-here,\n .theme-contrast .public-layout .public-account-bio,\n .skin-modern-dark .public-layout .public-account-bio,\n .skin-contrast .public-layout .public-account-bio,\n .theme-contrast .hero-widget__text,\n .skin-modern-dark .hero-widget__text,\n .skin-contrast .hero-widget__text,\n .theme-contrast.admin,\n .skin-modern-dark.admin,\n .skin-contrast.admin,\n .theme-contrast .admin-wrapper .sidebar ul a.selected,\n .skin-modern-dark .admin-wrapper .sidebar ul a.selected,\n .skin-contrast .admin-wrapper .sidebar ul a.selected,\n .theme-contrast .admin-wrapper .sidebar ul ul,\n .skin-modern-dark .admin-wrapper .sidebar ul ul,\n .skin-contrast .admin-wrapper .sidebar ul ul {\n border-color: #1e2030;\n background: #24273a;\n }\n .theme-contrast .compose-form__highlightable,\n .skin-modern-dark .compose-form__highlightable,\n .skin-contrast .compose-form__highlightable {\n background-color: #24273a;\n border-color: #363a4f;\n }\n .theme-contrast .dropdown-button,\n .skin-modern-dark .dropdown-button,\n .skin-contrast .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-contrast .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-modern-dark .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-contrast .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-contrast .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-modern-dark .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-contrast .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-contrast .react-toggle--checked .react-toggle-thumb,\n .skin-modern-dark .react-toggle--checked .react-toggle-thumb,\n .skin-contrast .react-toggle--checked .react-toggle-thumb,\n .theme-contrast .radio-button__input.checked,\n .skin-modern-dark .radio-button__input.checked,\n .skin-contrast .radio-button__input.checked,\n .theme-contrast .account__action-bar__tab.active,\n .skin-modern-dark .account__action-bar__tab.active,\n .skin-contrast .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-contrast .account,\n .skin-modern-dark .account,\n .skin-contrast .account,\n .theme-contrast .load-gap,\n .skin-modern-dark .load-gap,\n .skin-contrast .load-gap {\n border-color: #1e2030;\n }\n .theme-contrast .account__section-headline a.active::after,\n .skin-modern-dark .account__section-headline a.active::after,\n .skin-contrast .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-contrast .account__section-headline a.active::before,\n .skin-modern-dark .account__section-headline a.active::before,\n .skin-contrast .account__section-headline a.active::before,\n .theme-contrast .account__section-headline button.active::after,\n .skin-modern-dark .account__section-headline button.active::after,\n .skin-contrast .account__section-headline button.active::after,\n .theme-contrast .account__section-headline button.active::before,\n .skin-modern-dark .account__section-headline button.active::before,\n .skin-contrast .account__section-headline button.active::before,\n .theme-contrast .notification__filter-bar a.active::after,\n .skin-modern-dark .notification__filter-bar a.active::after,\n .skin-contrast .notification__filter-bar a.active::after,\n .theme-contrast .notification__filter-bar a.active::before,\n .skin-modern-dark .notification__filter-bar a.active::before,\n .skin-contrast .notification__filter-bar a.active::before,\n .theme-contrast .notification__filter-bar button.active::after,\n .skin-modern-dark .notification__filter-bar button.active::after,\n .skin-contrast .notification__filter-bar button.active::after,\n .theme-contrast .notification__filter-bar button.active::before,\n .skin-modern-dark .notification__filter-bar button.active::before,\n .skin-contrast .notification__filter-bar button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-contrast .search-popout,\n .skin-modern-dark .search-popout,\n .skin-contrast .search-popout,\n .theme-contrast .drawer__header a:hover,\n .skin-modern-dark .drawer__header a:hover,\n .skin-contrast .drawer__header a:hover,\n .theme-contrast .column-header__button:hover,\n .skin-modern-dark .column-header__button:hover,\n .skin-contrast .column-header__button:hover,\n .theme-contrast .account__section-headline button:hover,\n .skin-modern-dark .account__section-headline button:hover,\n .skin-contrast .account__section-headline button:hover,\n .theme-contrast .notification__filter-bar button:hover,\n .skin-modern-dark .notification__filter-bar button:hover,\n .skin-contrast .notification__filter-bar button:hover,\n .theme-contrast .account__section-headline a:hover,\n .skin-modern-dark .account__section-headline a:hover,\n .skin-contrast .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-contrast .column-link .active,\n .skin-modern-dark .column-link .active,\n .skin-contrast .column-link .active,\n .theme-contrast .compose-form__poll__select__value,\n .skin-modern-dark .compose-form__poll__select__value,\n .skin-contrast .compose-form__poll__select__value,\n .theme-contrast .column-link--transparent.active,\n .skin-modern-dark .column-link--transparent.active,\n .skin-contrast .column-link--transparent.active,\n .theme-contrast .column-link--transparent:focus,\n .skin-modern-dark .column-link--transparent:focus,\n .skin-contrast .column-link--transparent:focus,\n .theme-contrast .column-link:focus,\n .skin-modern-dark .column-link:focus,\n .skin-contrast .column-link:focus {\n color: #b7bdf8;\n }\n .theme-contrast .column-link--transparent:hover,\n .skin-modern-dark .column-link--transparent:hover,\n .skin-contrast .column-link--transparent:hover,\n .theme-contrast .column-link:hover,\n .skin-modern-dark .column-link:hover,\n .skin-contrast .column-link:hover {\n color: #b7bdf8;\n }\n .theme-contrast .status.collapsed .status__content::after,\n .skin-modern-dark .status.collapsed .status__content::after,\n .skin-contrast .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-contrast .button.button-tertiary:focus,\n .skin-modern-dark .button.button-tertiary:focus,\n .skin-contrast .button.button-tertiary:focus,\n .theme-contrast .button.button-tertiary:hover,\n .skin-modern-dark .button.button-tertiary:hover,\n .skin-contrast .button.button-tertiary:hover,\n .theme-contrast .button.button-tertiary:active,\n .skin-modern-dark .button.button-tertiary:active,\n .skin-contrast .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-contrast .button.button-tertiary,\n .skin-modern-dark .button.button-tertiary,\n .skin-contrast .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-contrast .button,\n .skin-modern-dark .button,\n .skin-contrast .button,\n .theme-contrast .button.button-tertiary,\n .skin-modern-dark .button.button-tertiary,\n .skin-contrast .button.button-tertiary,\n .theme-contrast .button.logo-button,\n .skin-modern-dark .button.logo-button,\n .skin-contrast .button.logo-button,\n .theme-contrast .icon-with-badge__badge,\n .skin-modern-dark .icon-with-badge__badge,\n .skin-contrast .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-contrast .button.logo-button svg,\n .skin-modern-dark .button.logo-button svg,\n .skin-contrast .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-contrast .public-layout .header .nav-button,\n .skin-modern-dark .public-layout .header .nav-button,\n .skin-contrast .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-contrast .public-layout .header .nav-button:hover,\n .skin-modern-dark .public-layout .header .nav-button:hover,\n .skin-contrast .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-contrast .button.button-secondary,\n .skin-modern-dark .button.button-secondary,\n .skin-contrast .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-contrast .button.button-secondary:active,\n .skin-modern-dark .button.button-secondary:active,\n .skin-contrast .button.button-secondary:active,\n .theme-contrast .button.button-secondary:focus,\n .skin-modern-dark .button.button-secondary:focus,\n .skin-contrast .button.button-secondary:focus,\n .theme-contrast .button.button-secondary:hover,\n .skin-modern-dark .button.button-secondary:hover,\n .skin-contrast .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-contrast .button:active,\n .skin-modern-dark .button:active,\n .skin-contrast .button:active,\n .theme-contrast .button:focus,\n .skin-modern-dark .button:focus,\n .skin-contrast .button:focus,\n .theme-contrast .button:hover,\n .skin-modern-dark .button:hover,\n .skin-contrast .button:hover,\n .theme-contrast .button.button-tertiary:active,\n .skin-modern-dark .button.button-tertiary:active,\n .skin-contrast .button.button-tertiary:active,\n .theme-contrast .button.button-tertiary:focus,\n .skin-modern-dark .button.button-tertiary:focus,\n .skin-contrast .button.button-tertiary:focus,\n .theme-contrast .button.button-tertiary:hover,\n .skin-modern-dark .button.button-tertiary:hover,\n .skin-contrast .button.button-tertiary:hover,\n .theme-contrast .button.logo-button:active,\n .skin-modern-dark .button.logo-button:active,\n .skin-contrast .button.logo-button:active,\n .theme-contrast .button.logo-button:focus,\n .skin-modern-dark .button.logo-button:focus,\n .skin-contrast .button.logo-button:focus,\n .theme-contrast .button.logo-button:hover,\n .skin-modern-dark .button.logo-button:hover,\n .skin-contrast .button.logo-button:hover,\n .theme-contrast .announcements__item__unread,\n .skin-modern-dark .announcements__item__unread,\n .skin-contrast .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-contrast .drawer__inner,\n .skin-modern-dark .drawer__inner,\n .skin-contrast .drawer__inner,\n .theme-contrast .drawer__inner__mastodon,\n .skin-modern-dark .drawer__inner__mastodon,\n .skin-contrast .drawer__inner__mastodon,\n .theme-contrast .explore__search-header .search__input,\n .skin-modern-dark .explore__search-header .search__input,\n .skin-contrast .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-contrast .compose-form .compose-form__modifiers,\n .skin-modern-dark .compose-form .compose-form__modifiers,\n .skin-contrast .compose-form .compose-form__modifiers,\n .theme-contrast .compose-form .autosuggest-textarea__textarea,\n .skin-modern-dark .compose-form .autosuggest-textarea__textarea,\n .skin-contrast .compose-form .autosuggest-textarea__textarea,\n .theme-contrast .compose-form .compose-form__autosuggest-wrapper,\n .skin-modern-dark .compose-form .compose-form__autosuggest-wrapper,\n .skin-contrast .compose-form .compose-form__autosuggest-wrapper,\n .theme-contrast .compose-form .spoiler-input__input,\n .skin-modern-dark .compose-form .spoiler-input__input,\n .skin-contrast .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-modern-dark .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-contrast .compose-form .autosuggest-textarea__textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-contrast .compose-form .compose-form__buttons-wrapper,\n .skin-modern-dark .compose-form .compose-form__buttons-wrapper,\n .skin-contrast .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-contrast .load-more:hover,\n .skin-modern-dark .load-more:hover,\n .skin-contrast .load-more:hover {\n background-color: #1e2030;\n }\n .theme-contrast .character-counter,\n .skin-modern-dark .character-counter,\n .skin-contrast .character-counter {\n color: #a5adcb;\n }\n .theme-contrast .public-layout .header,\n .skin-modern-dark .public-layout .header,\n .skin-contrast .public-layout .header,\n .theme-contrast .hero-widget,\n .skin-modern-dark .hero-widget,\n .skin-contrast .hero-widget,\n .theme-contrast .public-layout .public-account-header,\n .skin-modern-dark .public-layout .public-account-header,\n .skin-contrast .public-layout .public-account-header,\n .theme-contrast .public-layout .public-account-bio,\n .skin-modern-dark .public-layout .public-account-bio,\n .skin-contrast .public-layout .public-account-bio,\n .theme-contrast .nothing-here,\n .skin-modern-dark .nothing-here,\n .skin-contrast .nothing-here {\n box-shadow: none;\n }\n .theme-contrast .search__popout,\n .skin-modern-dark .search__popout,\n .skin-contrast .search__popout,\n .theme-contrast .dropdown-menu__arrow::before,\n .skin-modern-dark .dropdown-menu__arrow::before,\n .skin-contrast .dropdown-menu__arrow::before,\n .theme-contrast .dropdown-menu__item a,\n .skin-modern-dark .dropdown-menu__item a,\n .skin-contrast .dropdown-menu__item a,\n .theme-contrast .dropdown-menu__item button,\n .skin-modern-dark .dropdown-menu__item button,\n .skin-contrast .dropdown-menu__item button,\n .theme-contrast .dropdown-menu__container__list,\n .skin-modern-dark .dropdown-menu__container__list,\n .skin-contrast .dropdown-menu__container__list,\n .theme-contrast .dropdown-menu.bottom,\n .skin-modern-dark .dropdown-menu.bottom,\n .skin-contrast .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-contrast .dropdown-menu__item a:hover,\n .skin-modern-dark .dropdown-menu__item a:hover,\n .skin-contrast .dropdown-menu__item a:hover,\n .theme-contrast .dropdown-menu__item button:hover,\n .skin-modern-dark .dropdown-menu__item button:hover,\n .skin-contrast .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-contrast .input-copy,\n .skin-modern-dark .input-copy,\n .skin-contrast .input-copy,\n .theme-contrast .simple_form input[type=\"text\"],\n .skin-modern-dark .simple_form input[type=\"text\"],\n .skin-contrast .simple_form input[type=\"text\"],\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea,\n .theme-contrast .simple_form .block-button,\n .skin-modern-dark .simple_form .block-button,\n .skin-contrast .simple_form .block-button,\n .theme-contrast .simple_form .button,\n .skin-modern-dark .simple_form .button,\n .skin-contrast .simple_form .button,\n .theme-contrast .simple_form button,\n .skin-modern-dark .simple_form button,\n .skin-contrast .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-contrast .simple_form .block-button:hover,\n .skin-modern-dark .simple_form .block-button:hover,\n .skin-contrast .simple_form .block-button:hover,\n .theme-contrast .simple_form .button:hover,\n .skin-modern-dark .simple_form .button:hover,\n .skin-contrast .simple_form .button:hover,\n .theme-contrast .simple_form button:hover,\n .skin-modern-dark .simple_form button:hover,\n .skin-contrast .simple_form button:hover {\n background: #363a4f;\n }\n .theme-contrast .simple_form .input.with_label .label_input > label,\n .skin-modern-dark .simple_form .input.with_label .label_input > label,\n .skin-contrast .simple_form .input.with_label .label_input > label,\n .theme-contrast .simple_form select,\n .skin-modern-dark .simple_form select,\n .skin-contrast .simple_form select,\n .theme-contrast .accounts-table__count,\n .skin-modern-dark .accounts-table__count,\n .skin-contrast .accounts-table__count,\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea {\n color: #cad3f5;\n }\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea,\n .theme-contrast .simple_form input[type=\"password\"],\n .skin-modern-dark .simple_form input[type=\"password\"],\n .skin-contrast .simple_form input[type=\"password\"],\n .theme-contrast .simple_form input[type=\"number\"],\n .skin-modern-dark .simple_form input[type=\"number\"],\n .skin-contrast .simple_form input[type=\"number\"],\n .theme-contrast .simple_form input[type=\"text\"],\n .skin-modern-dark .simple_form input[type=\"text\"],\n .skin-contrast .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-contrast .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-dark .simple_form input[type=\"email\"]:required:valid,\n .skin-contrast .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-contrast .simple_form input[type=\"password\"],\n .skin-modern-dark .simple_form input[type=\"password\"],\n .skin-contrast .simple_form input[type=\"password\"],\n .theme-contrast .simple_form input[type=\"number\"],\n .skin-modern-dark .simple_form input[type=\"number\"],\n .skin-contrast .simple_form input[type=\"number\"],\n .theme-contrast .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-dark .simple_form input[type=\"email\"]:required:valid,\n .skin-contrast .simple_form input[type=\"email\"]:required:valid,\n .theme-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-dark .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-dark .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-contrast .simple_form select,\n .skin-modern-dark .simple_form select,\n .skin-contrast .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22M3.467%2014.967l-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5-.335%200-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0l3.733-3.734z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-contrast .poll__option input[type=\"text\"]:focus,\n .skin-modern-dark .poll__option input[type=\"text\"]:focus,\n .skin-contrast .poll__option input[type=\"text\"]:focus,\n .theme-contrast .simple_form input[type=\"datetime-local\"]:active,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:active,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:active,\n .theme-contrast .simple_form input[type=\"datetime-local\"]:focus,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:focus,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:focus,\n .theme-contrast .simple_form input[type=\"email\"]:active,\n .skin-modern-dark .simple_form input[type=\"email\"]:active,\n .skin-contrast .simple_form input[type=\"email\"]:active,\n .theme-contrast .simple_form input[type=\"email\"]:focus,\n .skin-modern-dark .simple_form input[type=\"email\"]:focus,\n .skin-contrast .simple_form input[type=\"email\"]:focus,\n .theme-contrast .simple_form input[type=\"number\"]:active,\n .skin-modern-dark .simple_form input[type=\"number\"]:active,\n .skin-contrast .simple_form input[type=\"number\"]:active,\n .theme-contrast .simple_form input[type=\"number\"]:focus,\n .skin-modern-dark .simple_form input[type=\"number\"]:focus,\n .skin-contrast .simple_form input[type=\"number\"]:focus,\n .theme-contrast .simple_form input[type=\"password\"]:active,\n .skin-modern-dark .simple_form input[type=\"password\"]:active,\n .skin-contrast .simple_form input[type=\"password\"]:active,\n .theme-contrast .simple_form input[type=\"password\"]:focus,\n .skin-modern-dark .simple_form input[type=\"password\"]:focus,\n .skin-contrast .simple_form input[type=\"password\"]:focus,\n .theme-contrast .simple_form input[type=\"text\"]:active,\n .skin-modern-dark .simple_form input[type=\"text\"]:active,\n .skin-contrast .simple_form input[type=\"text\"]:active,\n .theme-contrast .simple_form input[type=\"text\"]:focus,\n .skin-modern-dark .simple_form input[type=\"text\"]:focus,\n .skin-contrast .simple_form input[type=\"text\"]:focus,\n .theme-contrast .simple_form input[type=\"url\"]:active,\n .skin-modern-dark .simple_form input[type=\"url\"]:active,\n .skin-contrast .simple_form input[type=\"url\"]:active,\n .theme-contrast .simple_form input[type=\"url\"]:focus,\n .skin-modern-dark .simple_form input[type=\"url\"]:focus,\n .skin-contrast .simple_form input[type=\"url\"]:focus,\n .theme-contrast .simple_form textarea:active,\n .skin-modern-dark .simple_form textarea:active,\n .skin-contrast .simple_form textarea:active,\n .theme-contrast .simple_form textarea:focus,\n .skin-modern-dark .simple_form textarea:focus,\n .skin-contrast .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th,\n .theme-contrast .setting-text:active,\n .skin-modern-dark .setting-text:active,\n .skin-contrast .setting-text:active,\n .theme-contrast .setting-text:focus,\n .skin-modern-dark .setting-text:focus,\n .skin-contrast .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-contrast .batch-table__toolbar,\n .skin-modern-dark .batch-table__toolbar,\n .skin-contrast .batch-table__toolbar,\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .simple_form input[type=\"datetime-local\"]:hover,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:hover,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:hover,\n .theme-contrast .simple_form input[type=\"email\"]:hover,\n .skin-modern-dark .simple_form input[type=\"email\"]:hover,\n .skin-contrast .simple_form input[type=\"email\"]:hover,\n .theme-contrast .simple_form input[type=\"number\"]:hover,\n .skin-modern-dark .simple_form input[type=\"number\"]:hover,\n .skin-contrast .simple_form input[type=\"number\"]:hover,\n .theme-contrast .simple_form input[type=\"password\"]:hover,\n .skin-modern-dark .simple_form input[type=\"password\"]:hover,\n .skin-contrast .simple_form input[type=\"password\"]:hover,\n .theme-contrast .simple_form input[type=\"text\"]:hover,\n .skin-modern-dark .simple_form input[type=\"text\"]:hover,\n .skin-contrast .simple_form input[type=\"text\"]:hover,\n .theme-contrast .simple_form input[type=\"url\"]:hover,\n .skin-modern-dark .simple_form input[type=\"url\"]:hover,\n .skin-contrast .simple_form input[type=\"url\"]:hover,\n .theme-contrast .simple_form textarea:hover,\n .skin-modern-dark .simple_form textarea:hover,\n .skin-contrast .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-contrast .batch-table__row,\n .skin-modern-dark .batch-table__row,\n .skin-contrast .batch-table__row {\n background: #494d64;\n }\n .theme-contrast .batch-table__row:hover,\n .skin-modern-dark .batch-table__row:hover,\n .skin-contrast .batch-table__row:hover,\n .theme-contrast .batch-table__row:nth-child(2n):hover,\n .skin-modern-dark .batch-table__row:nth-child(2n):hover,\n .skin-contrast .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-contrast .batch-table__row:nth-child(2n),\n .skin-modern-dark .batch-table__row:nth-child(2n),\n .skin-contrast .batch-table__row:nth-child(2n),\n .theme-contrast .table > tbody > tr > td,\n .skin-modern-dark .table > tbody > tr > td,\n .skin-contrast .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-contrast .positive-hint,\n .skin-modern-dark .positive-hint,\n .skin-contrast .positive-hint {\n color: #a6da95 !important;\n }\n .theme-contrast .card__bar,\n .skin-modern-dark .card__bar,\n .skin-contrast .card__bar {\n background: #363a4f;\n }\n @media (prefers-color-scheme: light) {\n .theme-default,\n .skin-default {\n /* prettier-ignore */\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-default,\n .skin-default,\n .theme-default .tabs-bar__wrapper,\n .skin-default .tabs-bar__wrapper,\n .theme-default .admin-wrapper .sidebar-wrapper__inner,\n .skin-default .admin-wrapper .sidebar-wrapper__inner,\n .theme-default .ui__header,\n .skin-default .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-default .navigation-panel,\n .skin-default .navigation-panel,\n .theme-default .column-link,\n .skin-default .column-link {\n background: transparent;\n }\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .search-popout em,\n .skin-default .search-popout em,\n .theme-default .dismissable-banner__message,\n .skin-default .dismissable-banner__message,\n .theme-default .dismissable-banner__message h1,\n .skin-default .dismissable-banner__message h1,\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt,\n .theme-default .account__section-headline a.active,\n .skin-default .account__section-headline a.active,\n .theme-default .account__section-headline button.active,\n .skin-default .account__section-headline button.active,\n .theme-default .notification__filter-bar a.active,\n .skin-default .notification__filter-bar a.active,\n .theme-default .notification__filter-bar button.active,\n .skin-default .notification__filter-bar button.active,\n .theme-default .account__header__bio .account__header__content,\n .skin-default .account__header__bio .account__header__content,\n .theme-default .navigation-bar,\n .skin-default .navigation-bar,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .account__display-name strong,\n .skin-default .account__display-name strong,\n .theme-default .status__display-name strong,\n .skin-default .status__display-name strong,\n .theme-default .notification__message,\n .skin-default .notification__message,\n .theme-default .public-layout .public-account-bio .account__header__content,\n .skin-default .public-layout .public-account-bio .account__header__content,\n .theme-default .reply-indicator__content,\n .skin-default .reply-indicator__content,\n .theme-default .status__content,\n .skin-default .status__content,\n .theme-default .card__bar .display-name strong,\n .skin-default .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-default .search-popout span,\n .skin-default .search-popout span,\n .theme-default .link-footer p,\n .skin-default .link-footer p,\n .theme-default .link-footer p a,\n .skin-default .link-footer p a {\n color: #b8c0e0;\n }\n .theme-default .account__header__tabs__name h1 small,\n .skin-default .account__header__tabs__name h1 small,\n .theme-default .account__header__bio .account__header__fields dd,\n .skin-default .account__header__bio .account__header__fields dd,\n .theme-default .display-name__account,\n .skin-default .display-name__account,\n .theme-default .status__relative-time,\n .skin-default .status__relative-time,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .account .account__display-name,\n .skin-default .account .account__display-name,\n .theme-default .label_input .search__input,\n .skin-default .label_input .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-default .compose-panel hr,\n .skin-default .compose-panel hr,\n .theme-default .navigation-panel hr,\n .skin-default .navigation-panel hr {\n border-top-color: #a5adcb;\n }\n .theme-default .trends__item,\n .skin-default .trends__item,\n .theme-default .status,\n .skin-default .status,\n .theme-default .getting-started__trends h4,\n .skin-default .getting-started__trends h4,\n .theme-default .trends__item__name span,\n .skin-default .trends__item__name span,\n .theme-default .story,\n .skin-default .story {\n border-color: #363a4f;\n }\n .theme-default .mention,\n .skin-default .mention,\n .theme-default .icon-button.inverted,\n .skin-default .icon-button.inverted,\n .theme-default .icon-button.inverted:focus,\n .skin-default .icon-button.inverted:focus,\n .theme-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-default .account__header__content a,\n .skin-default .account__header__content a,\n .theme-default .account__header__bio .account__header__fields a,\n .skin-default .account__header__bio .account__header__fields a,\n .theme-default .empty-column-indicator a,\n .skin-default .empty-column-indicator a,\n .theme-default .follow_requests-unlocked_explanation a,\n .skin-default .follow_requests-unlocked_explanation a,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .text-icon-button,\n .skin-default .text-icon-button,\n .theme-default .icon-button.active,\n .skin-default .icon-button.active,\n .theme-default .public-layout .public-account-bio .account__header__fields a,\n .skin-default .public-layout .public-account-bio .account__header__fields a,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .navigation-bar strong,\n .skin-default .navigation-bar strong,\n .theme-default .reply-indicator__content a.unhandled-link,\n .skin-default .reply-indicator__content a.unhandled-link,\n .theme-default .status__content a.unhandled-link,\n .skin-default .status__content a.unhandled-link,\n .theme-default .announcements__item__content a.unhandled-link,\n .skin-default .announcements__item__content a.unhandled-link,\n .theme-default .reactions-bar__item.active .reactions-bar__item__count,\n .skin-default .reactions-bar__item.active .reactions-bar__item__count,\n .theme-default .column-header.active .column-header__icon,\n .skin-default .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-default .emoji-mart-anchor-selected,\n .skin-default .emoji-mart-anchor-selected {\n color: #b7bdf8 !important;\n }\n .theme-default .conversation__unread,\n .skin-default .conversation__unread,\n .theme-default .emoji-mart-anchor-bar,\n .skin-default .emoji-mart-anchor-bar,\n .theme-default .compose-form__actions .icon-button.active,\n .skin-default .compose-form__actions .icon-button.active,\n .theme-default .react-toggle--checked .react-toggle-track,\n .skin-default .react-toggle--checked .react-toggle-track,\n .theme-default .react-toggle--checked:hover .react-toggle-track,\n .skin-default .react-toggle--checked:hover .react-toggle-track,\n .theme-default .pillbar-button:not([disabled]).active,\n .skin-default .pillbar-button:not([disabled]).active,\n .theme-default .pillbar-button:not([disabled]).active:focus,\n .skin-default .pillbar-button:not([disabled]).active:focus,\n .theme-default .pillbar-button:not([disabled]).active:hover,\n .skin-default .pillbar-button:not([disabled]).active:hover,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-default .reactions-bar__item.active,\n .skin-default .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-default .trends__item__sparkline path:last-child,\n .skin-default .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-default .trends__item__sparkline path:first-child,\n .skin-default .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-default .icon-button,\n .skin-default .icon-button,\n .theme-default .notification__message .fa,\n .skin-default .notification__message .fa {\n color: #5b6078;\n }\n .theme-default .icon-button.inverted.active,\n .skin-default .icon-button.inverted.active {\n color: #181926;\n }\n .theme-default .icon-button:active,\n .skin-default .icon-button:active,\n .theme-default .icon-button:focus,\n .skin-default .icon-button:focus,\n .theme-default .icon-button:hover,\n .skin-default .icon-button:hover,\n .theme-default .text-icon-button:active,\n .skin-default .text-icon-button:active,\n .theme-default .text-icon-button:focus,\n .skin-default .text-icon-button:focus,\n .theme-default .text-icon-button:hover,\n .skin-default .text-icon-button:hover,\n .theme-default .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-default .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-default .column-header,\n .skin-default .column-header,\n .theme-default .column-header__button,\n .skin-default .column-header__button,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .drawer__header,\n .skin-default .drawer__header,\n .theme-default .notification__filter-bar,\n .skin-default .notification__filter-bar,\n .theme-default .account__section-headline button,\n .skin-default .account__section-headline button,\n .theme-default .notification__filter-bar button,\n .skin-default .notification__filter-bar button,\n .theme-default .account__header,\n .skin-default .account__header,\n .theme-default .search__input,\n .skin-default .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .public-layout .public-account-header__bar::before,\n .skin-default .public-layout .public-account-header__bar::before,\n .theme-default .account__header__fields,\n .skin-default .account__header__fields,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt,\n .theme-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-default .explore__search-header,\n .skin-default .explore__search-header,\n .theme-default .column-inline-form,\n .skin-default .column-inline-form,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .conversation--unread,\n .skin-default .conversation--unread,\n .theme-default .column-header__collapsible-inner,\n .skin-default .column-header__collapsible-inner,\n .theme-default .announcements,\n .skin-default .announcements,\n .theme-default .status-card__image,\n .skin-default .status-card__image {\n border-color: #181926;\n background: #363a4f;\n }\n .theme-default .account__section-headline,\n .skin-default .account__section-headline {\n background: #1e2030;\n border-color: #181926;\n }\n .theme-default .focusable:focus,\n .skin-default .focusable:focus {\n background: unset;\n }\n .theme-default .admin-wrapper .sidebar ul a:hover,\n .skin-default .admin-wrapper .sidebar ul a:hover,\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-default .detailed-status,\n .skin-default .detailed-status,\n .theme-default .detailed-status__action-bar,\n .skin-default .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-default .dismissable-banner,\n .skin-default .dismissable-banner {\n border-color: #494d64;\n background: #24273a;\n }\n .theme-default .column-header__wrapper.active,\n .skin-default .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-default .column-header__wrapper.active::before,\n .skin-default .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-default .theme-mastodon-light .account__header__bar,\n .skin-default .theme-mastodon-light .account__header__bar,\n .theme-default .theme-mastodon-light .column-header__back-button,\n .skin-default .theme-mastodon-light .column-header__back-button,\n .theme-default .account__header__bio .account__header__fields dl,\n .skin-default .account__header__bio .account__header__fields dl,\n .theme-default .account__header__bio .account__header__fields,\n .skin-default .account__header__bio .account__header__fields,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .column > .scrollable,\n .skin-default .column > .scrollable,\n .theme-default .nothing-here,\n .skin-default .nothing-here,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .hero-widget__text,\n .skin-default .hero-widget__text,\n .theme-default.admin,\n .skin-default.admin,\n .theme-default .admin-wrapper .sidebar ul a.selected,\n .skin-default .admin-wrapper .sidebar ul a.selected,\n .theme-default .admin-wrapper .sidebar ul ul,\n .skin-default .admin-wrapper .sidebar ul ul {\n border-color: #1e2030;\n background: #24273a;\n }\n .theme-default .compose-form__highlightable,\n .skin-default .compose-form__highlightable {\n background-color: #24273a;\n border-color: #363a4f;\n }\n .theme-default .dropdown-button,\n .skin-default .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-default .react-toggle--checked .react-toggle-thumb,\n .skin-default .react-toggle--checked .react-toggle-thumb,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked,\n .theme-default .account__action-bar__tab.active,\n .skin-default .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-default .account,\n .skin-default .account,\n .theme-default .load-gap,\n .skin-default .load-gap {\n border-color: #1e2030;\n }\n .theme-default .account__section-headline a.active::after,\n .skin-default .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-default .account__section-headline a.active::before,\n .skin-default .account__section-headline a.active::before,\n .theme-default .account__section-headline button.active::after,\n .skin-default .account__section-headline button.active::after,\n .theme-default .account__section-headline button.active::before,\n .skin-default .account__section-headline button.active::before,\n .theme-default .notification__filter-bar a.active::after,\n .skin-default .notification__filter-bar a.active::after,\n .theme-default .notification__filter-bar a.active::before,\n .skin-default .notification__filter-bar a.active::before,\n .theme-default .notification__filter-bar button.active::after,\n .skin-default .notification__filter-bar button.active::after,\n .theme-default .notification__filter-bar button.active::before,\n .skin-default .notification__filter-bar button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .drawer__header a:hover,\n .skin-default .drawer__header a:hover,\n .theme-default .column-header__button:hover,\n .skin-default .column-header__button:hover,\n .theme-default .account__section-headline button:hover,\n .skin-default .account__section-headline button:hover,\n .theme-default .notification__filter-bar button:hover,\n .skin-default .notification__filter-bar button:hover,\n .theme-default .account__section-headline a:hover,\n .skin-default .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-default .column-link .active,\n .skin-default .column-link .active,\n .theme-default .compose-form__poll__select__value,\n .skin-default .compose-form__poll__select__value,\n .theme-default .column-link--transparent.active,\n .skin-default .column-link--transparent.active,\n .theme-default .column-link--transparent:focus,\n .skin-default .column-link--transparent:focus,\n .theme-default .column-link:focus,\n .skin-default .column-link:focus {\n color: #b7bdf8;\n }\n .theme-default .column-link--transparent:hover,\n .skin-default .column-link--transparent:hover,\n .theme-default .column-link:hover,\n .skin-default .column-link:hover {\n color: #b7bdf8;\n }\n .theme-default .status.collapsed .status__content::after,\n .skin-default .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-default .button,\n .skin-default .button,\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary,\n .theme-default .button.logo-button,\n .skin-default .button.logo-button,\n .theme-default .icon-with-badge__badge,\n .skin-default .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-default .button.logo-button svg,\n .skin-default .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-default .public-layout .header .nav-button,\n .skin-default .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-default .public-layout .header .nav-button:hover,\n .skin-default .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-default .button.button-secondary,\n .skin-default .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-default .button.button-secondary:active,\n .skin-default .button.button-secondary:active,\n .theme-default .button.button-secondary:focus,\n .skin-default .button.button-secondary:focus,\n .theme-default .button.button-secondary:hover,\n .skin-default .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-default .button:active,\n .skin-default .button:active,\n .theme-default .button:focus,\n .skin-default .button:focus,\n .theme-default .button:hover,\n .skin-default .button:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active,\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.logo-button:active,\n .skin-default .button.logo-button:active,\n .theme-default .button.logo-button:focus,\n .skin-default .button.logo-button:focus,\n .theme-default .button.logo-button:hover,\n .skin-default .button.logo-button:hover,\n .theme-default .announcements__item__unread,\n .skin-default .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-default .drawer__inner,\n .skin-default .drawer__inner,\n .theme-default .drawer__inner__mastodon,\n .skin-default .drawer__inner__mastodon,\n .theme-default .explore__search-header .search__input,\n .skin-default .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-default .compose-form .compose-form__modifiers,\n .skin-default .compose-form .compose-form__modifiers,\n .theme-default .compose-form .autosuggest-textarea__textarea,\n .skin-default .compose-form .autosuggest-textarea__textarea,\n .theme-default .compose-form .compose-form__autosuggest-wrapper,\n .skin-default .compose-form .compose-form__autosuggest-wrapper,\n .theme-default .compose-form .spoiler-input__input,\n .skin-default .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-default .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-default .compose-form .autosuggest-textarea__textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-default .compose-form .compose-form__buttons-wrapper,\n .skin-default .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-default .load-more:hover,\n .skin-default .load-more:hover {\n background-color: #1e2030;\n }\n .theme-default .character-counter,\n .skin-default .character-counter {\n color: #a5adcb;\n }\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .hero-widget,\n .skin-default .hero-widget,\n .theme-default .public-layout .public-account-header,\n .skin-default .public-layout .public-account-header,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .nothing-here,\n .skin-default .nothing-here {\n box-shadow: none;\n }\n .theme-default .search__popout,\n .skin-default .search__popout,\n .theme-default .dropdown-menu__arrow::before,\n .skin-default .dropdown-menu__arrow::before,\n .theme-default .dropdown-menu__item a,\n .skin-default .dropdown-menu__item a,\n .theme-default .dropdown-menu__item button,\n .skin-default .dropdown-menu__item button,\n .theme-default .dropdown-menu__container__list,\n .skin-default .dropdown-menu__container__list,\n .theme-default .dropdown-menu.bottom,\n .skin-default .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-default .dropdown-menu__item a:hover,\n .skin-default .dropdown-menu__item a:hover,\n .theme-default .dropdown-menu__item button:hover,\n .skin-default .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-default .input-copy,\n .skin-default .input-copy,\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"],\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form .block-button,\n .skin-default .simple_form .block-button,\n .theme-default .simple_form .button,\n .skin-default .simple_form .button,\n .theme-default .simple_form button,\n .skin-default .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-default .simple_form .block-button:hover,\n .skin-default .simple_form .block-button:hover,\n .theme-default .simple_form .button:hover,\n .skin-default .simple_form .button:hover,\n .theme-default .simple_form button:hover,\n .skin-default .simple_form button:hover {\n background: #363a4f;\n }\n .theme-default .simple_form .input.with_label .label_input > label,\n .skin-default .simple_form .input.with_label .label_input > label,\n .theme-default .simple_form select,\n .skin-default .simple_form select,\n .theme-default .accounts-table__count,\n .skin-default .accounts-table__count,\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea {\n color: #cad3f5;\n }\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid,\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-default .simple_form select,\n .skin-default .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22M3.467%2014.967l-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5-.335%200-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0l3.733-3.734z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-default .poll__option input[type=\"text\"]:focus,\n .skin-default .poll__option input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"datetime-local\"]:active,\n .skin-default .simple_form input[type=\"datetime-local\"]:active,\n .theme-default .simple_form input[type=\"datetime-local\"]:focus,\n .skin-default .simple_form input[type=\"datetime-local\"]:focus,\n .theme-default .simple_form input[type=\"email\"]:active,\n .skin-default .simple_form input[type=\"email\"]:active,\n .theme-default .simple_form input[type=\"email\"]:focus,\n .skin-default .simple_form input[type=\"email\"]:focus,\n .theme-default .simple_form input[type=\"number\"]:active,\n .skin-default .simple_form input[type=\"number\"]:active,\n .theme-default .simple_form input[type=\"number\"]:focus,\n .skin-default .simple_form input[type=\"number\"]:focus,\n .theme-default .simple_form input[type=\"password\"]:active,\n .skin-default .simple_form input[type=\"password\"]:active,\n .theme-default .simple_form input[type=\"password\"]:focus,\n .skin-default .simple_form input[type=\"password\"]:focus,\n .theme-default .simple_form input[type=\"text\"]:active,\n .skin-default .simple_form input[type=\"text\"]:active,\n .theme-default .simple_form input[type=\"text\"]:focus,\n .skin-default .simple_form input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"url\"]:active,\n .skin-default .simple_form input[type=\"url\"]:active,\n .theme-default .simple_form input[type=\"url\"]:focus,\n .skin-default .simple_form input[type=\"url\"]:focus,\n .theme-default .simple_form textarea:active,\n .skin-default .simple_form textarea:active,\n .theme-default .simple_form textarea:focus,\n .skin-default .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th,\n .theme-default .setting-text:active,\n .skin-default .setting-text:active,\n .theme-default .setting-text:focus,\n .skin-default .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-default .batch-table__toolbar,\n .skin-default .batch-table__toolbar,\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-default .simple_form input[type=\"datetime-local\"]:hover,\n .skin-default .simple_form input[type=\"datetime-local\"]:hover,\n .theme-default .simple_form input[type=\"email\"]:hover,\n .skin-default .simple_form input[type=\"email\"]:hover,\n .theme-default .simple_form input[type=\"number\"]:hover,\n .skin-default .simple_form input[type=\"number\"]:hover,\n .theme-default .simple_form input[type=\"password\"]:hover,\n .skin-default .simple_form input[type=\"password\"]:hover,\n .theme-default .simple_form input[type=\"text\"]:hover,\n .skin-default .simple_form input[type=\"text\"]:hover,\n .theme-default .simple_form input[type=\"url\"]:hover,\n .skin-default .simple_form input[type=\"url\"]:hover,\n .theme-default .simple_form textarea:hover,\n .skin-default .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-default .batch-table__row,\n .skin-default .batch-table__row {\n background: #494d64;\n }\n .theme-default .batch-table__row:hover,\n .skin-default .batch-table__row:hover,\n .theme-default .batch-table__row:nth-child(2n):hover,\n .skin-default .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-default .batch-table__row:nth-child(2n),\n .skin-default .batch-table__row:nth-child(2n),\n .theme-default .table > tbody > tr > td,\n .skin-default .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-default .positive-hint,\n .skin-default .positive-hint {\n color: #a6da95 !important;\n }\n .theme-default .card__bar,\n .skin-default .card__bar {\n background: #363a4f;\n }\n }\n @media (prefers-color-scheme: dark) {\n .theme-default,\n .skin-default {\n /* prettier-ignore */\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-default,\n .skin-default,\n .theme-default .tabs-bar__wrapper,\n .skin-default .tabs-bar__wrapper,\n .theme-default .admin-wrapper .sidebar-wrapper__inner,\n .skin-default .admin-wrapper .sidebar-wrapper__inner,\n .theme-default .ui__header,\n .skin-default .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-default .navigation-panel,\n .skin-default .navigation-panel,\n .theme-default .column-link,\n .skin-default .column-link {\n background: transparent;\n }\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .search-popout em,\n .skin-default .search-popout em,\n .theme-default .dismissable-banner__message,\n .skin-default .dismissable-banner__message,\n .theme-default .dismissable-banner__message h1,\n .skin-default .dismissable-banner__message h1,\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt,\n .theme-default .account__section-headline a.active,\n .skin-default .account__section-headline a.active,\n .theme-default .account__section-headline button.active,\n .skin-default .account__section-headline button.active,\n .theme-default .notification__filter-bar a.active,\n .skin-default .notification__filter-bar a.active,\n .theme-default .notification__filter-bar button.active,\n .skin-default .notification__filter-bar button.active,\n .theme-default .account__header__bio .account__header__content,\n .skin-default .account__header__bio .account__header__content,\n .theme-default .navigation-bar,\n .skin-default .navigation-bar,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .account__display-name strong,\n .skin-default .account__display-name strong,\n .theme-default .status__display-name strong,\n .skin-default .status__display-name strong,\n .theme-default .notification__message,\n .skin-default .notification__message,\n .theme-default .public-layout .public-account-bio .account__header__content,\n .skin-default .public-layout .public-account-bio .account__header__content,\n .theme-default .reply-indicator__content,\n .skin-default .reply-indicator__content,\n .theme-default .status__content,\n .skin-default .status__content,\n .theme-default .card__bar .display-name strong,\n .skin-default .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-default .search-popout span,\n .skin-default .search-popout span,\n .theme-default .link-footer p,\n .skin-default .link-footer p,\n .theme-default .link-footer p a,\n .skin-default .link-footer p a {\n color: #b8c0e0;\n }\n .theme-default .account__header__tabs__name h1 small,\n .skin-default .account__header__tabs__name h1 small,\n .theme-default .account__header__bio .account__header__fields dd,\n .skin-default .account__header__bio .account__header__fields dd,\n .theme-default .display-name__account,\n .skin-default .display-name__account,\n .theme-default .status__relative-time,\n .skin-default .status__relative-time,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .account .account__display-name,\n .skin-default .account .account__display-name,\n .theme-default .label_input .search__input,\n .skin-default .label_input .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-default .compose-panel hr,\n .skin-default .compose-panel hr,\n .theme-default .navigation-panel hr,\n .skin-default .navigation-panel hr {\n border-top-color: #a5adcb;\n }\n .theme-default .trends__item,\n .skin-default .trends__item,\n .theme-default .status,\n .skin-default .status,\n .theme-default .getting-started__trends h4,\n .skin-default .getting-started__trends h4,\n .theme-default .trends__item__name span,\n .skin-default .trends__item__name span,\n .theme-default .story,\n .skin-default .story {\n border-color: #363a4f;\n }\n .theme-default .mention,\n .skin-default .mention,\n .theme-default .icon-button.inverted,\n .skin-default .icon-button.inverted,\n .theme-default .icon-button.inverted:focus,\n .skin-default .icon-button.inverted:focus,\n .theme-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-default .account__header__content a,\n .skin-default .account__header__content a,\n .theme-default .account__header__bio .account__header__fields a,\n .skin-default .account__header__bio .account__header__fields a,\n .theme-default .empty-column-indicator a,\n .skin-default .empty-column-indicator a,\n .theme-default .follow_requests-unlocked_explanation a,\n .skin-default .follow_requests-unlocked_explanation a,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .text-icon-button,\n .skin-default .text-icon-button,\n .theme-default .icon-button.active,\n .skin-default .icon-button.active,\n .theme-default .public-layout .public-account-bio .account__header__fields a,\n .skin-default .public-layout .public-account-bio .account__header__fields a,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .navigation-bar strong,\n .skin-default .navigation-bar strong,\n .theme-default .reply-indicator__content a.unhandled-link,\n .skin-default .reply-indicator__content a.unhandled-link,\n .theme-default .status__content a.unhandled-link,\n .skin-default .status__content a.unhandled-link,\n .theme-default .announcements__item__content a.unhandled-link,\n .skin-default .announcements__item__content a.unhandled-link,\n .theme-default .reactions-bar__item.active .reactions-bar__item__count,\n .skin-default .reactions-bar__item.active .reactions-bar__item__count,\n .theme-default .column-header.active .column-header__icon,\n .skin-default .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-default .emoji-mart-anchor-selected,\n .skin-default .emoji-mart-anchor-selected {\n color: #b7bdf8 !important;\n }\n .theme-default .conversation__unread,\n .skin-default .conversation__unread,\n .theme-default .emoji-mart-anchor-bar,\n .skin-default .emoji-mart-anchor-bar,\n .theme-default .compose-form__actions .icon-button.active,\n .skin-default .compose-form__actions .icon-button.active,\n .theme-default .react-toggle--checked .react-toggle-track,\n .skin-default .react-toggle--checked .react-toggle-track,\n .theme-default .react-toggle--checked:hover .react-toggle-track,\n .skin-default .react-toggle--checked:hover .react-toggle-track,\n .theme-default .pillbar-button:not([disabled]).active,\n .skin-default .pillbar-button:not([disabled]).active,\n .theme-default .pillbar-button:not([disabled]).active:focus,\n .skin-default .pillbar-button:not([disabled]).active:focus,\n .theme-default .pillbar-button:not([disabled]).active:hover,\n .skin-default .pillbar-button:not([disabled]).active:hover,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-default .reactions-bar__item.active,\n .skin-default .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-default .trends__item__sparkline path:last-child,\n .skin-default .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-default .trends__item__sparkline path:first-child,\n .skin-default .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-default .icon-button,\n .skin-default .icon-button,\n .theme-default .notification__message .fa,\n .skin-default .notification__message .fa {\n color: #5b6078;\n }\n .theme-default .icon-button.inverted.active,\n .skin-default .icon-button.inverted.active {\n color: #181926;\n }\n .theme-default .icon-button:active,\n .skin-default .icon-button:active,\n .theme-default .icon-button:focus,\n .skin-default .icon-button:focus,\n .theme-default .icon-button:hover,\n .skin-default .icon-button:hover,\n .theme-default .text-icon-button:active,\n .skin-default .text-icon-button:active,\n .theme-default .text-icon-button:focus,\n .skin-default .text-icon-button:focus,\n .theme-default .text-icon-button:hover,\n .skin-default .text-icon-button:hover,\n .theme-default .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-default .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-default .column-header,\n .skin-default .column-header,\n .theme-default .column-header__button,\n .skin-default .column-header__button,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .drawer__header,\n .skin-default .drawer__header,\n .theme-default .notification__filter-bar,\n .skin-default .notification__filter-bar,\n .theme-default .account__section-headline button,\n .skin-default .account__section-headline button,\n .theme-default .notification__filter-bar button,\n .skin-default .notification__filter-bar button,\n .theme-default .account__header,\n .skin-default .account__header,\n .theme-default .search__input,\n .skin-default .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .public-layout .public-account-header__bar::before,\n .skin-default .public-layout .public-account-header__bar::before,\n .theme-default .account__header__fields,\n .skin-default .account__header__fields,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt,\n .theme-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-default .explore__search-header,\n .skin-default .explore__search-header,\n .theme-default .column-inline-form,\n .skin-default .column-inline-form,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .conversation--unread,\n .skin-default .conversation--unread,\n .theme-default .column-header__collapsible-inner,\n .skin-default .column-header__collapsible-inner,\n .theme-default .announcements,\n .skin-default .announcements,\n .theme-default .status-card__image,\n .skin-default .status-card__image {\n border-color: #181926;\n background: #363a4f;\n }\n .theme-default .account__section-headline,\n .skin-default .account__section-headline {\n background: #1e2030;\n border-color: #181926;\n }\n .theme-default .focusable:focus,\n .skin-default .focusable:focus {\n background: unset;\n }\n .theme-default .admin-wrapper .sidebar ul a:hover,\n .skin-default .admin-wrapper .sidebar ul a:hover,\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-default .detailed-status,\n .skin-default .detailed-status,\n .theme-default .detailed-status__action-bar,\n .skin-default .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-default .dismissable-banner,\n .skin-default .dismissable-banner {\n border-color: #494d64;\n background: #24273a;\n }\n .theme-default .column-header__wrapper.active,\n .skin-default .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-default .column-header__wrapper.active::before,\n .skin-default .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-default .theme-mastodon-light .account__header__bar,\n .skin-default .theme-mastodon-light .account__header__bar,\n .theme-default .theme-mastodon-light .column-header__back-button,\n .skin-default .theme-mastodon-light .column-header__back-button,\n .theme-default .account__header__bio .account__header__fields dl,\n .skin-default .account__header__bio .account__header__fields dl,\n .theme-default .account__header__bio .account__header__fields,\n .skin-default .account__header__bio .account__header__fields,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .column > .scrollable,\n .skin-default .column > .scrollable,\n .theme-default .nothing-here,\n .skin-default .nothing-here,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .hero-widget__text,\n .skin-default .hero-widget__text,\n .theme-default.admin,\n .skin-default.admin,\n .theme-default .admin-wrapper .sidebar ul a.selected,\n .skin-default .admin-wrapper .sidebar ul a.selected,\n .theme-default .admin-wrapper .sidebar ul ul,\n .skin-default .admin-wrapper .sidebar ul ul {\n border-color: #1e2030;\n background: #24273a;\n }\n .theme-default .compose-form__highlightable,\n .skin-default .compose-form__highlightable {\n background-color: #24273a;\n border-color: #363a4f;\n }\n .theme-default .dropdown-button,\n .skin-default .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-default .react-toggle--checked .react-toggle-thumb,\n .skin-default .react-toggle--checked .react-toggle-thumb,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked,\n .theme-default .account__action-bar__tab.active,\n .skin-default .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-default .account,\n .skin-default .account,\n .theme-default .load-gap,\n .skin-default .load-gap {\n border-color: #1e2030;\n }\n .theme-default .account__section-headline a.active::after,\n .skin-default .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-default .account__section-headline a.active::before,\n .skin-default .account__section-headline a.active::before,\n .theme-default .account__section-headline button.active::after,\n .skin-default .account__section-headline button.active::after,\n .theme-default .account__section-headline button.active::before,\n .skin-default .account__section-headline button.active::before,\n .theme-default .notification__filter-bar a.active::after,\n .skin-default .notification__filter-bar a.active::after,\n .theme-default .notification__filter-bar a.active::before,\n .skin-default .notification__filter-bar a.active::before,\n .theme-default .notification__filter-bar button.active::after,\n .skin-default .notification__filter-bar button.active::after,\n .theme-default .notification__filter-bar button.active::before,\n .skin-default .notification__filter-bar button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .drawer__header a:hover,\n .skin-default .drawer__header a:hover,\n .theme-default .column-header__button:hover,\n .skin-default .column-header__button:hover,\n .theme-default .account__section-headline button:hover,\n .skin-default .account__section-headline button:hover,\n .theme-default .notification__filter-bar button:hover,\n .skin-default .notification__filter-bar button:hover,\n .theme-default .account__section-headline a:hover,\n .skin-default .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-default .column-link .active,\n .skin-default .column-link .active,\n .theme-default .compose-form__poll__select__value,\n .skin-default .compose-form__poll__select__value,\n .theme-default .column-link--transparent.active,\n .skin-default .column-link--transparent.active,\n .theme-default .column-link--transparent:focus,\n .skin-default .column-link--transparent:focus,\n .theme-default .column-link:focus,\n .skin-default .column-link:focus {\n color: #b7bdf8;\n }\n .theme-default .column-link--transparent:hover,\n .skin-default .column-link--transparent:hover,\n .theme-default .column-link:hover,\n .skin-default .column-link:hover {\n color: #b7bdf8;\n }\n .theme-default .status.collapsed .status__content::after,\n .skin-default .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-default .button,\n .skin-default .button,\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary,\n .theme-default .button.logo-button,\n .skin-default .button.logo-button,\n .theme-default .icon-with-badge__badge,\n .skin-default .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-default .button.logo-button svg,\n .skin-default .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-default .public-layout .header .nav-button,\n .skin-default .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-default .public-layout .header .nav-button:hover,\n .skin-default .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-default .button.button-secondary,\n .skin-default .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-default .button.button-secondary:active,\n .skin-default .button.button-secondary:active,\n .theme-default .button.button-secondary:focus,\n .skin-default .button.button-secondary:focus,\n .theme-default .button.button-secondary:hover,\n .skin-default .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-default .button:active,\n .skin-default .button:active,\n .theme-default .button:focus,\n .skin-default .button:focus,\n .theme-default .button:hover,\n .skin-default .button:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active,\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.logo-button:active,\n .skin-default .button.logo-button:active,\n .theme-default .button.logo-button:focus,\n .skin-default .button.logo-button:focus,\n .theme-default .button.logo-button:hover,\n .skin-default .button.logo-button:hover,\n .theme-default .announcements__item__unread,\n .skin-default .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-default .drawer__inner,\n .skin-default .drawer__inner,\n .theme-default .drawer__inner__mastodon,\n .skin-default .drawer__inner__mastodon,\n .theme-default .explore__search-header .search__input,\n .skin-default .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-default .compose-form .compose-form__modifiers,\n .skin-default .compose-form .compose-form__modifiers,\n .theme-default .compose-form .autosuggest-textarea__textarea,\n .skin-default .compose-form .autosuggest-textarea__textarea,\n .theme-default .compose-form .compose-form__autosuggest-wrapper,\n .skin-default .compose-form .compose-form__autosuggest-wrapper,\n .theme-default .compose-form .spoiler-input__input,\n .skin-default .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-default .compose-form .autosuggest-textarea__textarea::placeholder,\n .skin-default .compose-form .autosuggest-textarea__textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-default .compose-form .compose-form__buttons-wrapper,\n .skin-default .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-default .load-more:hover,\n .skin-default .load-more:hover {\n background-color: #1e2030;\n }\n .theme-default .character-counter,\n .skin-default .character-counter {\n color: #a5adcb;\n }\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .hero-widget,\n .skin-default .hero-widget,\n .theme-default .public-layout .public-account-header,\n .skin-default .public-layout .public-account-header,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .nothing-here,\n .skin-default .nothing-here {\n box-shadow: none;\n }\n .theme-default .search__popout,\n .skin-default .search__popout,\n .theme-default .dropdown-menu__arrow::before,\n .skin-default .dropdown-menu__arrow::before,\n .theme-default .dropdown-menu__item a,\n .skin-default .dropdown-menu__item a,\n .theme-default .dropdown-menu__item button,\n .skin-default .dropdown-menu__item button,\n .theme-default .dropdown-menu__container__list,\n .skin-default .dropdown-menu__container__list,\n .theme-default .dropdown-menu.bottom,\n .skin-default .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-default .dropdown-menu__item a:hover,\n .skin-default .dropdown-menu__item a:hover,\n .theme-default .dropdown-menu__item button:hover,\n .skin-default .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-default .input-copy,\n .skin-default .input-copy,\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"],\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form .block-button,\n .skin-default .simple_form .block-button,\n .theme-default .simple_form .button,\n .skin-default .simple_form .button,\n .theme-default .simple_form button,\n .skin-default .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-default .simple_form .block-button:hover,\n .skin-default .simple_form .block-button:hover,\n .theme-default .simple_form .button:hover,\n .skin-default .simple_form .button:hover,\n .theme-default .simple_form button:hover,\n .skin-default .simple_form button:hover {\n background: #363a4f;\n }\n .theme-default .simple_form .input.with_label .label_input > label,\n .skin-default .simple_form .input.with_label .label_input > label,\n .theme-default .simple_form select,\n .skin-default .simple_form select,\n .theme-default .accounts-table__count,\n .skin-default .accounts-table__count,\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea {\n color: #cad3f5;\n }\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid,\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-default .simple_form select,\n .skin-default .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22M3.467%2014.967l-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5-.335%200-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0l3.733-3.734z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-default .poll__option input[type=\"text\"]:focus,\n .skin-default .poll__option input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"datetime-local\"]:active,\n .skin-default .simple_form input[type=\"datetime-local\"]:active,\n .theme-default .simple_form input[type=\"datetime-local\"]:focus,\n .skin-default .simple_form input[type=\"datetime-local\"]:focus,\n .theme-default .simple_form input[type=\"email\"]:active,\n .skin-default .simple_form input[type=\"email\"]:active,\n .theme-default .simple_form input[type=\"email\"]:focus,\n .skin-default .simple_form input[type=\"email\"]:focus,\n .theme-default .simple_form input[type=\"number\"]:active,\n .skin-default .simple_form input[type=\"number\"]:active,\n .theme-default .simple_form input[type=\"number\"]:focus,\n .skin-default .simple_form input[type=\"number\"]:focus,\n .theme-default .simple_form input[type=\"password\"]:active,\n .skin-default .simple_form input[type=\"password\"]:active,\n .theme-default .simple_form input[type=\"password\"]:focus,\n .skin-default .simple_form input[type=\"password\"]:focus,\n .theme-default .simple_form input[type=\"text\"]:active,\n .skin-default .simple_form input[type=\"text\"]:active,\n .theme-default .simple_form input[type=\"text\"]:focus,\n .skin-default .simple_form input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"url\"]:active,\n .skin-default .simple_form input[type=\"url\"]:active,\n .theme-default .simple_form input[type=\"url\"]:focus,\n .skin-default .simple_form input[type=\"url\"]:focus,\n .theme-default .simple_form textarea:active,\n .skin-default .simple_form textarea:active,\n .theme-default .simple_form textarea:focus,\n .skin-default .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th,\n .theme-default .setting-text:active,\n .skin-default .setting-text:active,\n .theme-default .setting-text:focus,\n .skin-default .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-default .batch-table__toolbar,\n .skin-default .batch-table__toolbar,\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-default .simple_form input[type=\"datetime-local\"]:hover,\n .skin-default .simple_form input[type=\"datetime-local\"]:hover,\n .theme-default .simple_form input[type=\"email\"]:hover,\n .skin-default .simple_form input[type=\"email\"]:hover,\n .theme-default .simple_form input[type=\"number\"]:hover,\n .skin-default .simple_form input[type=\"number\"]:hover,\n .theme-default .simple_form input[type=\"password\"]:hover,\n .skin-default .simple_form input[type=\"password\"]:hover,\n .theme-default .simple_form input[type=\"text\"]:hover,\n .skin-default .simple_form input[type=\"text\"]:hover,\n .theme-default .simple_form input[type=\"url\"]:hover,\n .skin-default .simple_form input[type=\"url\"]:hover,\n .theme-default .simple_form textarea:hover,\n .skin-default .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-default .batch-table__row,\n .skin-default .batch-table__row {\n background: #494d64;\n }\n .theme-default .batch-table__row:hover,\n .skin-default .batch-table__row:hover,\n .theme-default .batch-table__row:nth-child(2n):hover,\n .skin-default .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-default .batch-table__row:nth-child(2n),\n .skin-default .batch-table__row:nth-child(2n),\n .theme-default .table > tbody > tr > td,\n .skin-default .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-default .positive-hint,\n .skin-default .positive-hint {\n color: #a6da95 !important;\n }\n .theme-default .card__bar,\n .skin-default .card__bar {\n background: #363a4f;\n }\n }", - "start": 1169, + "code": ".theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light {\n color-scheme: dark;\n --background-color: #24273a;\n --background-color-alt: #24273a;\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-mastodon-light ::selection,\n .skin-modern-light ::selection,\n .skin-mastodon-light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .theme-mastodon-light input::placeholder,\n .skin-modern-light input::placeholder,\n .skin-mastodon-light input::placeholder,\n .theme-mastodon-light textarea::placeholder,\n .skin-modern-light textarea::placeholder,\n .skin-mastodon-light textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light,\n .theme-mastodon-light .column-header__wrapper,\n .skin-modern-light .column-header__wrapper,\n .skin-mastodon-light .column-header__wrapper,\n .theme-mastodon-light .column > *:not(.loading-indicator),\n .skin-modern-light .column > *:not(.loading-indicator),\n .skin-mastodon-light .column > *:not(.loading-indicator),\n .theme-mastodon-light body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-modern-light body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-mastodon-light body.flavour-glitch.skin-default .column-header__wrapper {\n --background-border-color: #363a4f !important;\n }\n .theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light,\n .theme-mastodon-light .tabs-bar__wrapper,\n .skin-modern-light .tabs-bar__wrapper,\n .skin-mastodon-light .tabs-bar__wrapper,\n .theme-mastodon-light .admin-wrapper .sidebar-wrapper__inner,\n .skin-modern-light .admin-wrapper .sidebar-wrapper__inner,\n .skin-mastodon-light .admin-wrapper .sidebar-wrapper__inner,\n .theme-mastodon-light .ui__header,\n .skin-modern-light .ui__header,\n .skin-mastodon-light .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-mastodon-light .navigation-panel,\n .skin-modern-light .navigation-panel,\n .skin-mastodon-light .navigation-panel,\n .theme-mastodon-light .column-link,\n .skin-modern-light .column-link,\n .skin-mastodon-light .column-link {\n background: transparent;\n }\n .theme-mastodon-light .account__header__bio .account__header__fields dt,\n .skin-modern-light .account__header__bio .account__header__fields dt,\n .skin-mastodon-light .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-mastodon-light .search-popout,\n .skin-modern-light .search-popout,\n .skin-mastodon-light .search-popout,\n .theme-mastodon-light .search-popout em,\n .skin-modern-light .search-popout em,\n .skin-mastodon-light .search-popout em,\n .theme-mastodon-light .dismissable-banner__message,\n .skin-modern-light .dismissable-banner__message,\n .skin-mastodon-light .dismissable-banner__message,\n .theme-mastodon-light .dismissable-banner__message h1,\n .skin-modern-light .dismissable-banner__message h1,\n .skin-mastodon-light .dismissable-banner__message h1,\n .theme-mastodon-light .account__header__bio .account__header__fields dt,\n .skin-modern-light .account__header__bio .account__header__fields dt,\n .skin-mastodon-light .account__header__bio .account__header__fields dt,\n .theme-mastodon-light .account__section-headline a.active,\n .skin-modern-light .account__section-headline a.active,\n .skin-mastodon-light .account__section-headline a.active,\n .theme-mastodon-light .account__section-headline button.active,\n .skin-modern-light .account__section-headline button.active,\n .skin-mastodon-light .account__section-headline button.active,\n .theme-mastodon-light .notification__filter-bar a.active,\n .skin-modern-light .notification__filter-bar a.active,\n .skin-mastodon-light .notification__filter-bar a.active,\n .theme-mastodon-light .notification__filter-bar button.active,\n .skin-modern-light .notification__filter-bar button.active,\n .skin-mastodon-light .notification__filter-bar button.active,\n .theme-mastodon-light .account__header__bio .account__header__content,\n .skin-modern-light .account__header__bio .account__header__content,\n .skin-mastodon-light .account__header__bio .account__header__content,\n .theme-mastodon-light .navigation-bar,\n .skin-modern-light .navigation-bar,\n .skin-mastodon-light .navigation-bar,\n .theme-mastodon-light .column-link__badge,\n .skin-modern-light .column-link__badge,\n .skin-mastodon-light .column-link__badge,\n .theme-mastodon-light .display-name__html,\n .skin-modern-light .display-name__html,\n .skin-mastodon-light .display-name__html,\n .theme-mastodon-light .column-subheading,\n .skin-modern-light .column-subheading,\n .skin-mastodon-light .column-subheading,\n .theme-mastodon-light .account__display-name strong,\n .skin-modern-light .account__display-name strong,\n .skin-mastodon-light .account__display-name strong,\n .theme-mastodon-light .status__display-name strong,\n .skin-modern-light .status__display-name strong,\n .skin-mastodon-light .status__display-name strong,\n .theme-mastodon-light .notification__message,\n .skin-modern-light .notification__message,\n .skin-mastodon-light .notification__message,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__content,\n .skin-modern-light .public-layout .public-account-bio .account__header__content,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__content,\n .theme-mastodon-light .reply-indicator__content,\n .skin-modern-light .reply-indicator__content,\n .skin-mastodon-light .reply-indicator__content,\n .theme-mastodon-light .status__content,\n .skin-modern-light .status__content,\n .skin-mastodon-light .status__content,\n .theme-mastodon-light .status__content__text,\n .skin-modern-light .status__content__text,\n .skin-mastodon-light .status__content__text,\n .theme-mastodon-light .card__bar .display-name strong,\n .skin-modern-light .card__bar .display-name strong,\n .skin-mastodon-light .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-mastodon-light .search-popout span,\n .skin-modern-light .search-popout span,\n .skin-mastodon-light .search-popout span,\n .theme-mastodon-light .link-footer p,\n .skin-modern-light .link-footer p,\n .skin-mastodon-light .link-footer p,\n .theme-mastodon-light .link-footer p a,\n .skin-modern-light .link-footer p a,\n .skin-mastodon-light .link-footer p a {\n color: #b8c0e0;\n }\n .theme-mastodon-light .account__header__tabs__name h1 small,\n .skin-modern-light .account__header__tabs__name h1 small,\n .skin-mastodon-light .account__header__tabs__name h1 small,\n .theme-mastodon-light .account__header__bio .account__header__fields dd,\n .skin-modern-light .account__header__bio .account__header__fields dd,\n .skin-mastodon-light .account__header__bio .account__header__fields dd,\n .theme-mastodon-light .display-name__account,\n .skin-modern-light .display-name__account,\n .skin-mastodon-light .display-name__account,\n .theme-mastodon-light .status__relative-time,\n .skin-modern-light .status__relative-time,\n .skin-mastodon-light .status__relative-time,\n .theme-mastodon-light .empty-column-indicator,\n .skin-modern-light .empty-column-indicator,\n .skin-mastodon-light .empty-column-indicator,\n .theme-mastodon-light .follow_requests-unlocked_explanation,\n .skin-modern-light .follow_requests-unlocked_explanation,\n .skin-mastodon-light .follow_requests-unlocked_explanation,\n .theme-mastodon-light .account .account__display-name,\n .skin-modern-light .account .account__display-name,\n .skin-mastodon-light .account .account__display-name,\n .theme-mastodon-light .label_input .search__input,\n .skin-modern-light .label_input .search__input,\n .skin-mastodon-light .label_input .search__input,\n .theme-mastodon-light .search__input:focus,\n .skin-modern-light .search__input:focus,\n .skin-mastodon-light .search__input:focus,\n .theme-mastodon-light .account__header__fields dt,\n .skin-modern-light .account__header__fields dt,\n .skin-mastodon-light .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-mastodon-light .compose-panel hr,\n .skin-modern-light .compose-panel hr,\n .skin-mastodon-light .compose-panel hr,\n .theme-mastodon-light .navigation-panel hr,\n .skin-modern-light .navigation-panel hr,\n .skin-mastodon-light .navigation-panel hr {\n border-top-color: #5b6078;\n }\n .theme-mastodon-light .mention,\n .skin-modern-light .mention,\n .skin-mastodon-light .mention,\n .theme-mastodon-light .icon-button.inverted,\n .skin-modern-light .icon-button.inverted,\n .skin-mastodon-light .icon-button.inverted,\n .theme-mastodon-light .icon-button.inverted:focus,\n .skin-modern-light .icon-button.inverted:focus,\n .skin-mastodon-light .icon-button.inverted:focus,\n .theme-mastodon-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-modern-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-mastodon-light .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-mastodon-light .account__header__content a,\n .skin-modern-light .account__header__content a,\n .skin-mastodon-light .account__header__content a,\n .theme-mastodon-light .account__header__bio .account__header__fields a,\n .skin-modern-light .account__header__bio .account__header__fields a,\n .skin-mastodon-light .account__header__bio .account__header__fields a,\n .theme-mastodon-light .empty-column-indicator a,\n .skin-modern-light .empty-column-indicator a,\n .skin-mastodon-light .empty-column-indicator a,\n .theme-mastodon-light .follow_requests-unlocked_explanation a,\n .skin-modern-light .follow_requests-unlocked_explanation a,\n .skin-mastodon-light .follow_requests-unlocked_explanation a,\n .theme-mastodon-light .column-back-button,\n .skin-modern-light .column-back-button,\n .skin-mastodon-light .column-back-button,\n .theme-mastodon-light .text-icon-button,\n .skin-modern-light .text-icon-button,\n .skin-mastodon-light .text-icon-button,\n .theme-mastodon-light .icon-button.active,\n .skin-modern-light .icon-button.active,\n .skin-mastodon-light .icon-button.active,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__fields a,\n .skin-modern-light .public-layout .public-account-bio .account__header__fields a,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__fields a,\n .theme-mastodon-light .column-header__back-button,\n .skin-modern-light .column-header__back-button,\n .skin-mastodon-light .column-header__back-button,\n .theme-mastodon-light .navigation-bar strong,\n .skin-modern-light .navigation-bar strong,\n .skin-mastodon-light .navigation-bar strong,\n .theme-mastodon-light .reply-indicator__content a.unhandled-link,\n .skin-modern-light .reply-indicator__content a.unhandled-link,\n .skin-mastodon-light .reply-indicator__content a.unhandled-link,\n .theme-mastodon-light .status__content a.unhandled-link,\n .skin-modern-light .status__content a.unhandled-link,\n .skin-mastodon-light .status__content a.unhandled-link,\n .theme-mastodon-light .announcements__item__content a.unhandled-link,\n .skin-modern-light .announcements__item__content a.unhandled-link,\n .skin-mastodon-light .announcements__item__content a.unhandled-link,\n .theme-mastodon-light .reactions-bar__item.active .reactions-bar__item__count,\n .skin-modern-light .reactions-bar__item.active .reactions-bar__item__count,\n .skin-mastodon-light .reactions-bar__item.active .reactions-bar__item__count,\n .theme-mastodon-light .column-header.active .column-header__icon,\n .skin-modern-light .column-header.active .column-header__icon,\n .skin-mastodon-light .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-mastodon-light .display-name strong,\n .skin-modern-light .display-name strong,\n .skin-mastodon-light .display-name strong {\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .boost-modal__action-bar,\n .skin-modern-light .boost-modal__action-bar,\n .skin-mastodon-light .boost-modal__action-bar {\n background: #1e2030;\n }\n .theme-mastodon-light .boost-modal__action-bar span,\n .skin-modern-light .boost-modal__action-bar span,\n .skin-mastodon-light .boost-modal__action-bar span {\n color: #b8c0e0;\n }\n .theme-mastodon-light .emoji-mart-anchor-selected,\n .skin-modern-light .emoji-mart-anchor-selected,\n .skin-mastodon-light .emoji-mart-anchor-selected,\n .theme-mastodon-light .reply-indicator__content a,\n .skin-modern-light .reply-indicator__content a,\n .skin-mastodon-light .reply-indicator__content a {\n color: #b7bdf8 !important;\n }\n .theme-mastodon-light .privacy-dropdown__option,\n .skin-modern-light .privacy-dropdown__option,\n .skin-mastodon-light .privacy-dropdown__option {\n background: #363a4f;\n }\n .theme-mastodon-light .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-modern-light .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-mastodon-light .privacy-dropdown__option .privacy-dropdown__option__content,\n .theme-mastodon-light .privacy-dropdown__option strong,\n .skin-modern-light .privacy-dropdown__option strong,\n .skin-mastodon-light .privacy-dropdown__option strong,\n .theme-mastodon-light .privacy-dropdown__option i,\n .skin-modern-light .privacy-dropdown__option i,\n .skin-mastodon-light .privacy-dropdown__option i {\n color: #cad3f5;\n }\n .theme-mastodon-light .privacy-dropdown__option:hover,\n .skin-modern-light .privacy-dropdown__option:hover,\n .skin-mastodon-light .privacy-dropdown__option:hover,\n .theme-mastodon-light .privacy-dropdown__option.active,\n .skin-modern-light .privacy-dropdown__option.active,\n .skin-mastodon-light .privacy-dropdown__option.active {\n background: #b7bdf8 !important;\n }\n .theme-mastodon-light .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-modern-light .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-mastodon-light .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .theme-mastodon-light .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-modern-light .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-mastodon-light .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .theme-mastodon-light .privacy-dropdown__option:hover strong,\n .skin-modern-light .privacy-dropdown__option:hover strong,\n .skin-mastodon-light .privacy-dropdown__option:hover strong,\n .theme-mastodon-light .privacy-dropdown__option.active strong,\n .skin-modern-light .privacy-dropdown__option.active strong,\n .skin-mastodon-light .privacy-dropdown__option.active strong,\n .theme-mastodon-light .privacy-dropdown__option:hover i,\n .skin-modern-light .privacy-dropdown__option:hover i,\n .skin-mastodon-light .privacy-dropdown__option:hover i,\n .theme-mastodon-light .privacy-dropdown__option.active i,\n .skin-modern-light .privacy-dropdown__option.active i,\n .skin-mastodon-light .privacy-dropdown__option.active i {\n color: #181926;\n }\n .theme-mastodon-light .privacy-dropdown.active .privacy-dropdown__value,\n .skin-modern-light .privacy-dropdown.active .privacy-dropdown__value,\n .skin-mastodon-light .privacy-dropdown.active .privacy-dropdown__value {\n background: #b7bdf8 !important;\n }\n .theme-mastodon-light .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-modern-light .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-mastodon-light .privacy-dropdown.active .privacy-dropdown__value > button,\n .theme-mastodon-light .privacy-dropdown__value-icon.active > i,\n .skin-modern-light .privacy-dropdown__value-icon.active > i,\n .skin-mastodon-light .privacy-dropdown__value-icon.active > i {\n color: #181926 !important;\n }\n .theme-mastodon-light .emoji-mart-search > input,\n .skin-modern-light .emoji-mart-search > input,\n .skin-mastodon-light .emoji-mart-search > input {\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .emoji-mart-search,\n .skin-modern-light .emoji-mart-search,\n .skin-mastodon-light .emoji-mart-search,\n .theme-mastodon-light .language-dropdown__dropdown__results,\n .skin-modern-light .language-dropdown__dropdown__results,\n .skin-mastodon-light .language-dropdown__dropdown__results {\n background: #363a4f;\n }\n .theme-mastodon-light .language-dropdown__dropdown,\n .skin-modern-light .language-dropdown__dropdown,\n .skin-mastodon-light .language-dropdown__dropdown {\n background: #494d64 !important;\n }\n .theme-mastodon-light .language-dropdown__dropdown__results__item > span,\n .skin-modern-light .language-dropdown__dropdown__results__item > span,\n .skin-mastodon-light .language-dropdown__dropdown__results__item > span {\n color: #cad3f5;\n }\n .theme-mastodon-light .language-dropdown__dropdown__results__item:hover,\n .skin-modern-light .language-dropdown__dropdown__results__item:hover,\n .skin-mastodon-light .language-dropdown__dropdown__results__item:hover,\n .theme-mastodon-light .language-dropdown__dropdown__results__item.active,\n .skin-modern-light .language-dropdown__dropdown__results__item.active,\n .skin-mastodon-light .language-dropdown__dropdown__results__item.active {\n background: #b7bdf8;\n }\n .theme-mastodon-light .language-dropdown__dropdown__results__item:hover > span,\n .skin-modern-light .language-dropdown__dropdown__results__item:hover > span,\n .skin-mastodon-light .language-dropdown__dropdown__results__item:hover > span,\n .theme-mastodon-light .language-dropdown__dropdown__results__item.active > span,\n .skin-modern-light .language-dropdown__dropdown__results__item.active > span,\n .skin-mastodon-light .language-dropdown__dropdown__results__item.active > span {\n color: #181926;\n }\n .theme-mastodon-light .conversation__unread,\n .skin-modern-light .conversation__unread,\n .skin-mastodon-light .conversation__unread,\n .theme-mastodon-light .emoji-mart-anchor-bar,\n .skin-modern-light .emoji-mart-anchor-bar,\n .skin-mastodon-light .emoji-mart-anchor-bar,\n .theme-mastodon-light .compose-form__actions .icon-button.active,\n .skin-modern-light .compose-form__actions .icon-button.active,\n .skin-mastodon-light .compose-form__actions .icon-button.active,\n .theme-mastodon-light .react-toggle--checked .react-toggle-track,\n .skin-modern-light .react-toggle--checked .react-toggle-track,\n .skin-mastodon-light .react-toggle--checked .react-toggle-track,\n .theme-mastodon-light .react-toggle--checked:hover .react-toggle-track,\n .skin-modern-light .react-toggle--checked:hover .react-toggle-track,\n .skin-mastodon-light .react-toggle--checked:hover .react-toggle-track,\n .theme-mastodon-light .pillbar-button:not([disabled]).active,\n .skin-modern-light .pillbar-button:not([disabled]).active,\n .skin-mastodon-light .pillbar-button:not([disabled]).active,\n .theme-mastodon-light .pillbar-button:not([disabled]).active:focus,\n .skin-modern-light .pillbar-button:not([disabled]).active:focus,\n .skin-mastodon-light .pillbar-button:not([disabled]).active:focus,\n .theme-mastodon-light .pillbar-button:not([disabled]).active:hover,\n .skin-modern-light .pillbar-button:not([disabled]).active:hover,\n .skin-mastodon-light .pillbar-button:not([disabled]).active:hover,\n .theme-mastodon-light .radio-button__input.checked,\n .skin-modern-light .radio-button__input.checked,\n .skin-mastodon-light .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-mastodon-light .reactions-bar__item.active,\n .skin-modern-light .reactions-bar__item.active,\n .skin-mastodon-light .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-mastodon-light .trends__item__sparkline path:last-child,\n .skin-modern-light .trends__item__sparkline path:last-child,\n .skin-mastodon-light .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-mastodon-light .trends__item__sparkline path:first-child,\n .skin-modern-light .trends__item__sparkline path:first-child,\n .skin-mastodon-light .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-mastodon-light .icon-button,\n .skin-modern-light .icon-button,\n .skin-mastodon-light .icon-button,\n .theme-mastodon-light .notification__message .fa,\n .skin-modern-light .notification__message .fa,\n .skin-mastodon-light .notification__message .fa {\n color: #5b6078;\n }\n .theme-mastodon-light .icon-button:active,\n .skin-modern-light .icon-button:active,\n .skin-mastodon-light .icon-button:active,\n .theme-mastodon-light .icon-button:focus,\n .skin-modern-light .icon-button:focus,\n .skin-mastodon-light .icon-button:focus,\n .theme-mastodon-light .icon-button:hover,\n .skin-modern-light .icon-button:hover,\n .skin-mastodon-light .icon-button:hover,\n .theme-mastodon-light .text-icon-button:active,\n .skin-modern-light .text-icon-button:active,\n .skin-mastodon-light .text-icon-button:active,\n .theme-mastodon-light .text-icon-button:focus,\n .skin-modern-light .text-icon-button:focus,\n .skin-mastodon-light .text-icon-button:focus,\n .theme-mastodon-light .text-icon-button:hover,\n .skin-modern-light .text-icon-button:hover,\n .skin-mastodon-light .text-icon-button:hover,\n .theme-mastodon-light .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-modern-light .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-mastodon-light .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-mastodon-light .account__domain-pill,\n .skin-modern-light .account__domain-pill,\n .skin-mastodon-light .account__domain-pill {\n color: #b7bdf8;\n background: rgba(183, 189, 248, 0.2);\n }\n .theme-mastodon-light .column-back-button,\n .skin-modern-light .column-back-button,\n .skin-mastodon-light .column-back-button,\n .theme-mastodon-light .drawer__header,\n .skin-modern-light .drawer__header,\n .skin-mastodon-light .drawer__header,\n .theme-mastodon-light .account__section-headline button,\n .skin-modern-light .account__section-headline button,\n .skin-mastodon-light .account__section-headline button,\n .theme-mastodon-light .account__header,\n .skin-modern-light .account__header,\n .skin-mastodon-light .account__header,\n .theme-mastodon-light .search__input,\n .skin-modern-light .search__input,\n .skin-mastodon-light .search__input,\n .theme-mastodon-light .search__input:focus,\n .skin-modern-light .search__input:focus,\n .skin-mastodon-light .search__input:focus,\n .theme-mastodon-light .column-link__badge,\n .skin-modern-light .column-link__badge,\n .skin-mastodon-light .column-link__badge,\n .theme-mastodon-light .column-subheading,\n .skin-modern-light .column-subheading,\n .skin-mastodon-light .column-subheading,\n .theme-mastodon-light .public-layout .header,\n .skin-modern-light .public-layout .header,\n .skin-mastodon-light .public-layout .header,\n .theme-mastodon-light .public-layout .public-account-header__bar::before,\n .skin-modern-light .public-layout .public-account-header__bar::before,\n .skin-mastodon-light .public-layout .public-account-header__bar::before,\n .theme-mastodon-light .account__header__fields,\n .skin-modern-light .account__header__fields,\n .skin-mastodon-light .account__header__fields,\n .theme-mastodon-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-modern-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-mastodon-light .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-modern-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-mastodon-light .explore__search-header,\n .skin-modern-light .explore__search-header,\n .skin-mastodon-light .explore__search-header,\n .theme-mastodon-light .column-inline-form,\n .skin-modern-light .column-inline-form,\n .skin-mastodon-light .column-inline-form,\n .theme-mastodon-light .follow_requests-unlocked_explanation,\n .skin-modern-light .follow_requests-unlocked_explanation,\n .skin-mastodon-light .follow_requests-unlocked_explanation,\n .theme-mastodon-light .conversation--unread,\n .skin-modern-light .conversation--unread,\n .skin-mastodon-light .conversation--unread,\n .theme-mastodon-light .announcements,\n .skin-modern-light .announcements,\n .skin-mastodon-light .announcements,\n .theme-mastodon-light .status-card__image,\n .skin-modern-light .status-card__image,\n .skin-mastodon-light .status-card__image {\n background: #363a4f !important;\n }\n .theme-mastodon-light .account__section-headline,\n .skin-modern-light .account__section-headline,\n .skin-mastodon-light .account__section-headline {\n background: #1e2030;\n }\n .theme-mastodon-light .focusable:focus,\n .skin-modern-light .focusable:focus,\n .skin-mastodon-light .focusable:focus {\n background: unset;\n }\n .theme-mastodon-light .admin-wrapper .sidebar ul a:hover,\n .skin-modern-light .admin-wrapper .sidebar ul a:hover,\n .skin-mastodon-light .admin-wrapper .sidebar ul a:hover,\n .theme-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-modern-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-mastodon-light .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-mastodon-light .detailed-status,\n .skin-modern-light .detailed-status,\n .skin-mastodon-light .detailed-status,\n .theme-mastodon-light .detailed-status__action-bar,\n .skin-modern-light .detailed-status__action-bar,\n .skin-mastodon-light .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-mastodon-light .dismissable-banner,\n .skin-modern-light .dismissable-banner,\n .skin-mastodon-light .dismissable-banner {\n background: #24273a;\n }\n .theme-mastodon-light .column-header__wrapper.active,\n .skin-modern-light .column-header__wrapper.active,\n .skin-mastodon-light .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-mastodon-light .column-header__wrapper.active::before,\n .skin-modern-light .column-header__wrapper.active::before,\n .skin-mastodon-light .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-mastodon-light .account__header__bio .account__header__fields dl,\n .skin-modern-light .account__header__bio .account__header__fields dl,\n .skin-mastodon-light .account__header__bio .account__header__fields dl,\n .theme-mastodon-light .account__header__bio .account__header__fields,\n .skin-modern-light .account__header__bio .account__header__fields,\n .skin-mastodon-light .account__header__bio .account__header__fields,\n .theme-mastodon-light .boost-modal__container,\n .skin-modern-light .boost-modal__container,\n .skin-mastodon-light .boost-modal__container,\n .theme-mastodon-light .empty-column-indicator,\n .skin-modern-light .empty-column-indicator,\n .skin-mastodon-light .empty-column-indicator,\n .theme-mastodon-light .column > .scrollable,\n .skin-modern-light .column > .scrollable,\n .skin-mastodon-light .column > .scrollable,\n .theme-mastodon-light .nothing-here,\n .skin-modern-light .nothing-here,\n .skin-mastodon-light .nothing-here,\n .theme-mastodon-light .public-layout .public-account-bio,\n .skin-modern-light .public-layout .public-account-bio,\n .skin-mastodon-light .public-layout .public-account-bio,\n .theme-mastodon-light .hero-widget__text,\n .skin-modern-light .hero-widget__text,\n .skin-mastodon-light .hero-widget__text,\n .theme-mastodon-light.admin,\n .skin-modern-light.admin,\n .skin-mastodon-light.admin,\n .theme-mastodon-light .admin-wrapper .sidebar ul a.selected,\n .skin-modern-light .admin-wrapper .sidebar ul a.selected,\n .skin-mastodon-light .admin-wrapper .sidebar ul a.selected,\n .theme-mastodon-light .admin-wrapper .sidebar ul ul,\n .skin-modern-light .admin-wrapper .sidebar ul ul,\n .skin-mastodon-light .admin-wrapper .sidebar ul ul {\n background: #24273a;\n }\n .theme-mastodon-light .dropdown-button,\n .skin-modern-light .dropdown-button,\n .skin-mastodon-light .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-mastodon-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-modern-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-mastodon-light .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-mastodon-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-modern-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-mastodon-light .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-mastodon-light .react-toggle--checked .react-toggle-thumb,\n .skin-modern-light .react-toggle--checked .react-toggle-thumb,\n .skin-mastodon-light .react-toggle--checked .react-toggle-thumb,\n .theme-mastodon-light .radio-button__input.checked,\n .skin-modern-light .radio-button__input.checked,\n .skin-mastodon-light .radio-button__input.checked,\n .theme-mastodon-light .account__action-bar__tab.active,\n .skin-modern-light .account__action-bar__tab.active,\n .skin-mastodon-light .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .account,\n .skin-modern-light .account,\n .skin-mastodon-light .account,\n .theme-mastodon-light .load-gap,\n .skin-modern-light .load-gap,\n .skin-mastodon-light .load-gap {\n border-color: #1e2030;\n }\n .theme-mastodon-light .account__section-headline a.active::after,\n .skin-modern-light .account__section-headline a.active::after,\n .skin-mastodon-light .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-mastodon-light .account__section-headline a.active::before,\n .skin-modern-light .account__section-headline a.active::before,\n .skin-mastodon-light .account__section-headline a.active::before,\n .theme-mastodon-light .account__section-headline button.active::after,\n .skin-modern-light .account__section-headline button.active::after,\n .skin-mastodon-light .account__section-headline button.active::after,\n .theme-mastodon-light .account__section-headline button.active::before,\n .skin-modern-light .account__section-headline button.active::before,\n .skin-mastodon-light .account__section-headline button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-mastodon-light .poll__chart,\n .skin-modern-light .poll__chart,\n .skin-mastodon-light .poll__chart {\n background: #6e738d;\n }\n .theme-mastodon-light .poll__chart.leading,\n .skin-modern-light .poll__chart.leading,\n .skin-mastodon-light .poll__chart.leading {\n background: #b7bdf8;\n }\n .theme-mastodon-light .search-popout,\n .skin-modern-light .search-popout,\n .skin-mastodon-light .search-popout,\n .theme-mastodon-light .drawer__header a:hover,\n .skin-modern-light .drawer__header a:hover,\n .skin-mastodon-light .drawer__header a:hover,\n .theme-mastodon-light .column-header__button:hover,\n .skin-modern-light .column-header__button:hover,\n .skin-mastodon-light .column-header__button:hover,\n .theme-mastodon-light .account__section-headline button:hover,\n .skin-modern-light .account__section-headline button:hover,\n .skin-mastodon-light .account__section-headline button:hover,\n .theme-mastodon-light .account__section-headline a:hover,\n .skin-modern-light .account__section-headline a:hover,\n .skin-mastodon-light .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-mastodon-light .prose a,\n .skin-modern-light .prose a,\n .skin-mastodon-light .prose a,\n .theme-mastodon-light .column-link .active,\n .skin-modern-light .column-link .active,\n .skin-mastodon-light .column-link .active,\n .theme-mastodon-light .compose-form__poll__select__value,\n .skin-modern-light .compose-form__poll__select__value,\n .skin-mastodon-light .compose-form__poll__select__value,\n .theme-mastodon-light .column-link--transparent.active,\n .skin-modern-light .column-link--transparent.active,\n .skin-mastodon-light .column-link--transparent.active,\n .theme-mastodon-light .column-link--transparent:focus,\n .skin-modern-light .column-link--transparent:focus,\n .skin-mastodon-light .column-link--transparent:focus,\n .theme-mastodon-light .column-link:focus,\n .skin-modern-light .column-link:focus,\n .skin-mastodon-light .column-link:focus,\n .theme-mastodon-light .column-link--transparent:hover,\n .skin-modern-light .column-link--transparent:hover,\n .skin-mastodon-light .column-link--transparent:hover,\n .theme-mastodon-light .column-link:hover,\n .skin-modern-light .column-link:hover,\n .skin-mastodon-light .column-link:hover {\n color: #b7bdf8;\n }\n .theme-mastodon-light .status.collapsed .status__content::after,\n .skin-modern-light .status.collapsed .status__content::after,\n .skin-mastodon-light .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-mastodon-light .button.button-tertiary:focus,\n .skin-modern-light .button.button-tertiary:focus,\n .skin-mastodon-light .button.button-tertiary:focus,\n .theme-mastodon-light .button.button-tertiary:hover,\n .skin-modern-light .button.button-tertiary:hover,\n .skin-mastodon-light .button.button-tertiary:hover,\n .theme-mastodon-light .button.button-tertiary:active,\n .skin-modern-light .button.button-tertiary:active,\n .skin-mastodon-light .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-mastodon-light .button.button-tertiary,\n .skin-modern-light .button.button-tertiary,\n .skin-mastodon-light .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .button,\n .skin-modern-light .button,\n .skin-mastodon-light .button,\n .theme-mastodon-light .button.button-tertiary,\n .skin-modern-light .button.button-tertiary,\n .skin-mastodon-light .button.button-tertiary,\n .theme-mastodon-light .button.logo-button,\n .skin-modern-light .button.logo-button,\n .skin-mastodon-light .button.logo-button,\n .theme-mastodon-light .icon-with-badge__badge,\n .skin-modern-light .icon-with-badge__badge,\n .skin-mastodon-light .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-mastodon-light .button.logo-button svg,\n .skin-modern-light .button.logo-button svg,\n .skin-mastodon-light .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-mastodon-light .public-layout .header .nav-button,\n .skin-modern-light .public-layout .header .nav-button,\n .skin-mastodon-light .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-mastodon-light .public-layout .header .nav-button:hover,\n .skin-modern-light .public-layout .header .nav-button:hover,\n .skin-mastodon-light .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-mastodon-light .button.button-secondary,\n .skin-modern-light .button.button-secondary,\n .skin-mastodon-light .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-mastodon-light .button.button-secondary:active,\n .skin-modern-light .button.button-secondary:active,\n .skin-mastodon-light .button.button-secondary:active,\n .theme-mastodon-light .button.button-secondary:focus,\n .skin-modern-light .button.button-secondary:focus,\n .skin-mastodon-light .button.button-secondary:focus,\n .theme-mastodon-light .button.button-secondary:hover,\n .skin-modern-light .button.button-secondary:hover,\n .skin-mastodon-light .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-mastodon-light .button:active,\n .skin-modern-light .button:active,\n .skin-mastodon-light .button:active,\n .theme-mastodon-light .button:focus,\n .skin-modern-light .button:focus,\n .skin-mastodon-light .button:focus,\n .theme-mastodon-light .button:hover,\n .skin-modern-light .button:hover,\n .skin-mastodon-light .button:hover,\n .theme-mastodon-light .button.button-tertiary:active,\n .skin-modern-light .button.button-tertiary:active,\n .skin-mastodon-light .button.button-tertiary:active,\n .theme-mastodon-light .button.button-tertiary:focus,\n .skin-modern-light .button.button-tertiary:focus,\n .skin-mastodon-light .button.button-tertiary:focus,\n .theme-mastodon-light .button.button-tertiary:hover,\n .skin-modern-light .button.button-tertiary:hover,\n .skin-mastodon-light .button.button-tertiary:hover,\n .theme-mastodon-light .button.logo-button:active,\n .skin-modern-light .button.logo-button:active,\n .skin-mastodon-light .button.logo-button:active,\n .theme-mastodon-light .button.logo-button:focus,\n .skin-modern-light .button.logo-button:focus,\n .skin-mastodon-light .button.logo-button:focus,\n .theme-mastodon-light .button.logo-button:hover,\n .skin-modern-light .button.logo-button:hover,\n .skin-mastodon-light .button.logo-button:hover,\n .theme-mastodon-light .announcements__item__unread,\n .skin-modern-light .announcements__item__unread,\n .skin-mastodon-light .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-mastodon-light select,\n .skin-modern-light select,\n .skin-mastodon-light select {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .theme-mastodon-light .mute-modal__cancel-button,\n .skin-modern-light .mute-modal__cancel-button,\n .skin-mastodon-light .mute-modal__cancel-button {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-mastodon-light .mute-modal__cancel-button:hover,\n .skin-modern-light .mute-modal__cancel-button:hover,\n .skin-mastodon-light .mute-modal__cancel-button:hover {\n background-color: #363a4f;\n }\n .theme-mastodon-light .drawer__inner,\n .skin-modern-light .drawer__inner,\n .skin-mastodon-light .drawer__inner,\n .theme-mastodon-light .drawer__inner__mastodon,\n .skin-modern-light .drawer__inner__mastodon,\n .skin-mastodon-light .drawer__inner__mastodon,\n .theme-mastodon-light .compose-form__highlightable,\n .skin-modern-light .compose-form__highlightable,\n .skin-mastodon-light .compose-form__highlightable,\n .theme-mastodon-light .column-header,\n .skin-modern-light .column-header,\n .skin-mastodon-light .column-header,\n .theme-mastodon-light .boost-modal,\n .skin-modern-light .boost-modal,\n .skin-mastodon-light .boost-modal,\n .theme-mastodon-light .mute-modal,\n .skin-modern-light .mute-modal,\n .skin-mastodon-light .mute-modal,\n .theme-mastodon-light .privacy-dropdown__dropdown,\n .skin-modern-light .privacy-dropdown__dropdown,\n .skin-mastodon-light .privacy-dropdown__dropdown,\n .theme-mastodon-light .explore__search-header .search__input,\n .skin-modern-light .explore__search-header .search__input,\n .skin-mastodon-light .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-mastodon-light .mute-modal__action-bar,\n .skin-modern-light .mute-modal__action-bar,\n .skin-mastodon-light .mute-modal__action-bar {\n background-color: #1e2030;\n }\n .theme-mastodon-light .mute-modal__container,\n .skin-modern-light .mute-modal__container,\n .skin-mastodon-light .mute-modal__container {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-mastodon-light .compose-form .autosuggest-textarea__textarea,\n .skin-modern-light .compose-form .autosuggest-textarea__textarea,\n .skin-mastodon-light .compose-form .autosuggest-textarea__textarea {\n color: #cad3f5 !important;\n background-color: #494d64 !important;\n }\n .theme-mastodon-light .compose-form .compose-form__modifiers,\n .skin-modern-light .compose-form .compose-form__modifiers,\n .skin-mastodon-light .compose-form .compose-form__modifiers,\n .theme-mastodon-light .compose-form .compose-form__autosuggest-wrapper,\n .skin-modern-light .compose-form .compose-form__autosuggest-wrapper,\n .skin-mastodon-light .compose-form .compose-form__autosuggest-wrapper,\n .theme-mastodon-light .autosuggest-textarea__suggestions,\n .skin-modern-light .autosuggest-textarea__suggestions,\n .skin-mastodon-light .autosuggest-textarea__suggestions,\n .theme-mastodon-light .compose-form .spoiler-input__input,\n .skin-modern-light .compose-form .spoiler-input__input,\n .skin-mastodon-light .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .compose-form .compose-form__buttons-wrapper,\n .skin-modern-light .compose-form .compose-form__buttons-wrapper,\n .skin-mastodon-light .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-mastodon-light .load-more:hover,\n .skin-modern-light .load-more:hover,\n .skin-mastodon-light .load-more:hover {\n background-color: #1e2030;\n }\n .theme-mastodon-light .character-counter,\n .skin-modern-light .character-counter,\n .skin-mastodon-light .character-counter {\n color: #a5adcb;\n }\n .theme-mastodon-light .public-layout .header,\n .skin-modern-light .public-layout .header,\n .skin-mastodon-light .public-layout .header,\n .theme-mastodon-light .hero-widget,\n .skin-modern-light .hero-widget,\n .skin-mastodon-light .hero-widget,\n .theme-mastodon-light .public-layout .public-account-header,\n .skin-modern-light .public-layout .public-account-header,\n .skin-mastodon-light .public-layout .public-account-header,\n .theme-mastodon-light .public-layout .public-account-bio,\n .skin-modern-light .public-layout .public-account-bio,\n .skin-mastodon-light .public-layout .public-account-bio,\n .theme-mastodon-light .nothing-here,\n .skin-modern-light .nothing-here,\n .skin-mastodon-light .nothing-here {\n box-shadow: none;\n }\n .theme-mastodon-light .dropdown-menu__item--dangerous a,\n .skin-modern-light .dropdown-menu__item--dangerous a,\n .skin-mastodon-light .dropdown-menu__item--dangerous a {\n color: #ed8796;\n }\n .theme-mastodon-light .search__popout,\n .skin-modern-light .search__popout,\n .skin-mastodon-light .search__popout,\n .theme-mastodon-light .dropdown-menu__arrow::before,\n .skin-modern-light .dropdown-menu__arrow::before,\n .skin-mastodon-light .dropdown-menu__arrow::before,\n .theme-mastodon-light .dropdown-menu__item button,\n .skin-modern-light .dropdown-menu__item button,\n .skin-mastodon-light .dropdown-menu__item button,\n .theme-mastodon-light .dropdown-menu__container__list,\n .skin-modern-light .dropdown-menu__container__list,\n .skin-mastodon-light .dropdown-menu__container__list,\n .theme-mastodon-light .dropdown-menu.bottom,\n .skin-modern-light .dropdown-menu.bottom,\n .skin-mastodon-light .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-mastodon-light .dropdown-menu__item a:hover,\n .skin-modern-light .dropdown-menu__item a:hover,\n .skin-mastodon-light .dropdown-menu__item a:hover,\n .theme-mastodon-light .dropdown-menu__item button:hover,\n .skin-modern-light .dropdown-menu__item button:hover,\n .skin-mastodon-light .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-mastodon-light .input-copy,\n .skin-modern-light .input-copy,\n .skin-mastodon-light .input-copy,\n .theme-mastodon-light .simple_form input[type=\"text\"],\n .skin-modern-light .simple_form input[type=\"text\"],\n .skin-mastodon-light .simple_form input[type=\"text\"],\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea,\n .theme-mastodon-light .simple_form .block-button,\n .skin-modern-light .simple_form .block-button,\n .skin-mastodon-light .simple_form .block-button,\n .theme-mastodon-light .notification__filter-bar button,\n .skin-modern-light .notification__filter-bar button,\n .skin-mastodon-light .notification__filter-bar button,\n .theme-mastodon-light .simple_form .button,\n .skin-modern-light .simple_form .button,\n .skin-mastodon-light .simple_form .button,\n .theme-mastodon-light .simple_form button,\n .skin-modern-light .simple_form button,\n .skin-mastodon-light .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-mastodon-light .simple_form .block-button:hover,\n .skin-modern-light .simple_form .block-button:hover,\n .skin-mastodon-light .simple_form .block-button:hover,\n .theme-mastodon-light .simple_form .button:hover,\n .skin-modern-light .simple_form .button:hover,\n .skin-mastodon-light .simple_form .button:hover,\n .theme-mastodon-light .notification__filter-bar button:hover,\n .skin-modern-light .notification__filter-bar button:hover,\n .skin-mastodon-light .notification__filter-bar button:hover,\n .theme-mastodon-light .simple_form button:hover,\n .skin-modern-light .simple_form button:hover,\n .skin-mastodon-light .simple_form button:hover {\n background: #363a4f;\n }\n .theme-mastodon-light .simple_form .input.with_label .label_input > label,\n .skin-modern-light .simple_form .input.with_label .label_input > label,\n .skin-mastodon-light .simple_form .input.with_label .label_input > label,\n .theme-mastodon-light .simple_form select,\n .skin-modern-light .simple_form select,\n .skin-mastodon-light .simple_form select,\n .theme-mastodon-light .accounts-table__count,\n .skin-modern-light .accounts-table__count,\n .skin-mastodon-light .accounts-table__count,\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea {\n color: #cad3f5;\n }\n .theme-mastodon-light .simple_form textarea,\n .skin-modern-light .simple_form textarea,\n .skin-mastodon-light .simple_form textarea,\n .theme-mastodon-light .simple_form input[type=\"password\"],\n .skin-modern-light .simple_form input[type=\"password\"],\n .skin-mastodon-light .simple_form input[type=\"password\"],\n .theme-mastodon-light .simple_form input[type=\"number\"],\n .skin-modern-light .simple_form input[type=\"number\"],\n .skin-mastodon-light .simple_form input[type=\"number\"],\n .theme-mastodon-light .simple_form input[type=\"text\"],\n .skin-modern-light .simple_form input[type=\"text\"],\n .skin-mastodon-light .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-light .simple_form input[type=\"email\"]:required:valid,\n .skin-mastodon-light .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-mastodon-light .simple_form input[type=\"password\"],\n .skin-modern-light .simple_form input[type=\"password\"],\n .skin-mastodon-light .simple_form input[type=\"password\"],\n .theme-mastodon-light .simple_form input[type=\"number\"],\n .skin-modern-light .simple_form input[type=\"number\"],\n .skin-mastodon-light .simple_form input[type=\"number\"],\n .theme-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-light .simple_form input[type=\"email\"]:required:valid,\n .skin-mastodon-light .simple_form input[type=\"email\"]:required:valid,\n .theme-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-mastodon-light .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-mastodon-light .simple_form select,\n .skin-modern-light .simple_form select,\n .skin-mastodon-light .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22m3.467%2014.967-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5s-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-mastodon-light .poll__option input[type=\"text\"]:focus,\n .skin-modern-light .poll__option input[type=\"text\"]:focus,\n .skin-mastodon-light .poll__option input[type=\"text\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:active,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:active,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:active,\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:focus,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"email\"]:active,\n .skin-modern-light .simple_form input[type=\"email\"]:active,\n .skin-mastodon-light .simple_form input[type=\"email\"]:active,\n .theme-mastodon-light .simple_form input[type=\"email\"]:focus,\n .skin-modern-light .simple_form input[type=\"email\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"email\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"number\"]:active,\n .skin-modern-light .simple_form input[type=\"number\"]:active,\n .skin-mastodon-light .simple_form input[type=\"number\"]:active,\n .theme-mastodon-light .simple_form input[type=\"number\"]:focus,\n .skin-modern-light .simple_form input[type=\"number\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"number\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"password\"]:active,\n .skin-modern-light .simple_form input[type=\"password\"]:active,\n .skin-mastodon-light .simple_form input[type=\"password\"]:active,\n .theme-mastodon-light .simple_form input[type=\"password\"]:focus,\n .skin-modern-light .simple_form input[type=\"password\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"password\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"text\"]:active,\n .skin-modern-light .simple_form input[type=\"text\"]:active,\n .skin-mastodon-light .simple_form input[type=\"text\"]:active,\n .theme-mastodon-light .simple_form input[type=\"text\"]:focus,\n .skin-modern-light .simple_form input[type=\"text\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"text\"]:focus,\n .theme-mastodon-light .simple_form input[type=\"url\"]:active,\n .skin-modern-light .simple_form input[type=\"url\"]:active,\n .skin-mastodon-light .simple_form input[type=\"url\"]:active,\n .theme-mastodon-light .simple_form input[type=\"url\"]:focus,\n .skin-modern-light .simple_form input[type=\"url\"]:focus,\n .skin-mastodon-light .simple_form input[type=\"url\"]:focus,\n .theme-mastodon-light .simple_form textarea:active,\n .skin-modern-light .simple_form textarea:active,\n .skin-mastodon-light .simple_form textarea:active,\n .theme-mastodon-light .simple_form textarea:focus,\n .skin-modern-light .simple_form textarea:focus,\n .skin-mastodon-light .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th,\n .theme-mastodon-light .setting-text:active,\n .skin-modern-light .setting-text:active,\n .skin-mastodon-light .setting-text:active,\n .theme-mastodon-light .setting-text:focus,\n .skin-modern-light .setting-text:focus,\n .skin-mastodon-light .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-mastodon-light .batch-table__toolbar,\n .skin-modern-light .batch-table__toolbar,\n .skin-mastodon-light .batch-table__toolbar,\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-mastodon-light .simple_form input[type=\"datetime-local\"]:hover,\n .skin-modern-light .simple_form input[type=\"datetime-local\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"datetime-local\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"email\"]:hover,\n .skin-modern-light .simple_form input[type=\"email\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"email\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"number\"]:hover,\n .skin-modern-light .simple_form input[type=\"number\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"number\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"password\"]:hover,\n .skin-modern-light .simple_form input[type=\"password\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"password\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"text\"]:hover,\n .skin-modern-light .simple_form input[type=\"text\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"text\"]:hover,\n .theme-mastodon-light .simple_form input[type=\"url\"]:hover,\n .skin-modern-light .simple_form input[type=\"url\"]:hover,\n .skin-mastodon-light .simple_form input[type=\"url\"]:hover,\n .theme-mastodon-light .simple_form textarea:hover,\n .skin-modern-light .simple_form textarea:hover,\n .skin-mastodon-light .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-mastodon-light .batch-table__row,\n .skin-modern-light .batch-table__row,\n .skin-mastodon-light .batch-table__row {\n background: #494d64;\n }\n .theme-mastodon-light .batch-table__row:hover,\n .skin-modern-light .batch-table__row:hover,\n .skin-mastodon-light .batch-table__row:hover,\n .theme-mastodon-light .batch-table__row:nth-child(2n):hover,\n .skin-modern-light .batch-table__row:nth-child(2n):hover,\n .skin-mastodon-light .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-mastodon-light .batch-table__row:nth-child(2n),\n .skin-modern-light .batch-table__row:nth-child(2n),\n .skin-mastodon-light .batch-table__row:nth-child(2n),\n .theme-mastodon-light .table > tbody > tr > td,\n .skin-modern-light .table > tbody > tr > td,\n .skin-mastodon-light .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-mastodon-light .table > thead > tr > th,\n .skin-modern-light .table > thead > tr > th,\n .skin-mastodon-light .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-mastodon-light .positive-hint,\n .skin-modern-light .positive-hint,\n .skin-mastodon-light .positive-hint {\n color: #a6da95 !important;\n }\n .theme-mastodon-light .card__bar,\n .skin-modern-light .card__bar,\n .skin-mastodon-light .card__bar {\n background: #363a4f;\n }\n .theme-mastodon-light .reply-indicator,\n .skin-modern-light .reply-indicator,\n .skin-mastodon-light .reply-indicator {\n background: #494d64;\n }\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast {\n color-scheme: dark;\n --background-color: #24273a;\n --background-color-alt: #24273a;\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-contrast ::selection,\n .skin-modern-dark ::selection,\n .skin-contrast ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .theme-contrast input::placeholder,\n .skin-modern-dark input::placeholder,\n .skin-contrast input::placeholder,\n .theme-contrast textarea::placeholder,\n .skin-modern-dark textarea::placeholder,\n .skin-contrast textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast,\n .theme-contrast .column-header__wrapper,\n .skin-modern-dark .column-header__wrapper,\n .skin-contrast .column-header__wrapper,\n .theme-contrast .column > *:not(.loading-indicator),\n .skin-modern-dark .column > *:not(.loading-indicator),\n .skin-contrast .column > *:not(.loading-indicator),\n .theme-contrast body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-modern-dark body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-contrast body.flavour-glitch.skin-default .column-header__wrapper {\n --background-border-color: #363a4f !important;\n }\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast,\n .theme-contrast .tabs-bar__wrapper,\n .skin-modern-dark .tabs-bar__wrapper,\n .skin-contrast .tabs-bar__wrapper,\n .theme-contrast .admin-wrapper .sidebar-wrapper__inner,\n .skin-modern-dark .admin-wrapper .sidebar-wrapper__inner,\n .skin-contrast .admin-wrapper .sidebar-wrapper__inner,\n .theme-contrast .ui__header,\n .skin-modern-dark .ui__header,\n .skin-contrast .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-contrast .navigation-panel,\n .skin-modern-dark .navigation-panel,\n .skin-contrast .navigation-panel,\n .theme-contrast .column-link,\n .skin-modern-dark .column-link,\n .skin-contrast .column-link {\n background: transparent;\n }\n .theme-contrast .account__header__bio .account__header__fields dt,\n .skin-modern-dark .account__header__bio .account__header__fields dt,\n .skin-contrast .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-contrast .search-popout,\n .skin-modern-dark .search-popout,\n .skin-contrast .search-popout,\n .theme-contrast .search-popout em,\n .skin-modern-dark .search-popout em,\n .skin-contrast .search-popout em,\n .theme-contrast .dismissable-banner__message,\n .skin-modern-dark .dismissable-banner__message,\n .skin-contrast .dismissable-banner__message,\n .theme-contrast .dismissable-banner__message h1,\n .skin-modern-dark .dismissable-banner__message h1,\n .skin-contrast .dismissable-banner__message h1,\n .theme-contrast .account__header__bio .account__header__fields dt,\n .skin-modern-dark .account__header__bio .account__header__fields dt,\n .skin-contrast .account__header__bio .account__header__fields dt,\n .theme-contrast .account__section-headline a.active,\n .skin-modern-dark .account__section-headline a.active,\n .skin-contrast .account__section-headline a.active,\n .theme-contrast .account__section-headline button.active,\n .skin-modern-dark .account__section-headline button.active,\n .skin-contrast .account__section-headline button.active,\n .theme-contrast .notification__filter-bar a.active,\n .skin-modern-dark .notification__filter-bar a.active,\n .skin-contrast .notification__filter-bar a.active,\n .theme-contrast .notification__filter-bar button.active,\n .skin-modern-dark .notification__filter-bar button.active,\n .skin-contrast .notification__filter-bar button.active,\n .theme-contrast .account__header__bio .account__header__content,\n .skin-modern-dark .account__header__bio .account__header__content,\n .skin-contrast .account__header__bio .account__header__content,\n .theme-contrast .navigation-bar,\n .skin-modern-dark .navigation-bar,\n .skin-contrast .navigation-bar,\n .theme-contrast .column-link__badge,\n .skin-modern-dark .column-link__badge,\n .skin-contrast .column-link__badge,\n .theme-contrast .display-name__html,\n .skin-modern-dark .display-name__html,\n .skin-contrast .display-name__html,\n .theme-contrast .column-subheading,\n .skin-modern-dark .column-subheading,\n .skin-contrast .column-subheading,\n .theme-contrast .account__display-name strong,\n .skin-modern-dark .account__display-name strong,\n .skin-contrast .account__display-name strong,\n .theme-contrast .status__display-name strong,\n .skin-modern-dark .status__display-name strong,\n .skin-contrast .status__display-name strong,\n .theme-contrast .notification__message,\n .skin-modern-dark .notification__message,\n .skin-contrast .notification__message,\n .theme-contrast .public-layout .public-account-bio .account__header__content,\n .skin-modern-dark .public-layout .public-account-bio .account__header__content,\n .skin-contrast .public-layout .public-account-bio .account__header__content,\n .theme-contrast .reply-indicator__content,\n .skin-modern-dark .reply-indicator__content,\n .skin-contrast .reply-indicator__content,\n .theme-contrast .status__content,\n .skin-modern-dark .status__content,\n .skin-contrast .status__content,\n .theme-contrast .status__content__text,\n .skin-modern-dark .status__content__text,\n .skin-contrast .status__content__text,\n .theme-contrast .card__bar .display-name strong,\n .skin-modern-dark .card__bar .display-name strong,\n .skin-contrast .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-contrast .search-popout span,\n .skin-modern-dark .search-popout span,\n .skin-contrast .search-popout span,\n .theme-contrast .link-footer p,\n .skin-modern-dark .link-footer p,\n .skin-contrast .link-footer p,\n .theme-contrast .link-footer p a,\n .skin-modern-dark .link-footer p a,\n .skin-contrast .link-footer p a {\n color: #b8c0e0;\n }\n .theme-contrast .account__header__tabs__name h1 small,\n .skin-modern-dark .account__header__tabs__name h1 small,\n .skin-contrast .account__header__tabs__name h1 small,\n .theme-contrast .account__header__bio .account__header__fields dd,\n .skin-modern-dark .account__header__bio .account__header__fields dd,\n .skin-contrast .account__header__bio .account__header__fields dd,\n .theme-contrast .display-name__account,\n .skin-modern-dark .display-name__account,\n .skin-contrast .display-name__account,\n .theme-contrast .status__relative-time,\n .skin-modern-dark .status__relative-time,\n .skin-contrast .status__relative-time,\n .theme-contrast .empty-column-indicator,\n .skin-modern-dark .empty-column-indicator,\n .skin-contrast .empty-column-indicator,\n .theme-contrast .follow_requests-unlocked_explanation,\n .skin-modern-dark .follow_requests-unlocked_explanation,\n .skin-contrast .follow_requests-unlocked_explanation,\n .theme-contrast .account .account__display-name,\n .skin-modern-dark .account .account__display-name,\n .skin-contrast .account .account__display-name,\n .theme-contrast .label_input .search__input,\n .skin-modern-dark .label_input .search__input,\n .skin-contrast .label_input .search__input,\n .theme-contrast .search__input:focus,\n .skin-modern-dark .search__input:focus,\n .skin-contrast .search__input:focus,\n .theme-contrast .account__header__fields dt,\n .skin-modern-dark .account__header__fields dt,\n .skin-contrast .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-contrast .compose-panel hr,\n .skin-modern-dark .compose-panel hr,\n .skin-contrast .compose-panel hr,\n .theme-contrast .navigation-panel hr,\n .skin-modern-dark .navigation-panel hr,\n .skin-contrast .navigation-panel hr {\n border-top-color: #5b6078;\n }\n .theme-contrast .mention,\n .skin-modern-dark .mention,\n .skin-contrast .mention,\n .theme-contrast .icon-button.inverted,\n .skin-modern-dark .icon-button.inverted,\n .skin-contrast .icon-button.inverted,\n .theme-contrast .icon-button.inverted:focus,\n .skin-modern-dark .icon-button.inverted:focus,\n .skin-contrast .icon-button.inverted:focus,\n .theme-contrast .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-modern-dark .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-contrast .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-contrast .account__header__content a,\n .skin-modern-dark .account__header__content a,\n .skin-contrast .account__header__content a,\n .theme-contrast .account__header__bio .account__header__fields a,\n .skin-modern-dark .account__header__bio .account__header__fields a,\n .skin-contrast .account__header__bio .account__header__fields a,\n .theme-contrast .empty-column-indicator a,\n .skin-modern-dark .empty-column-indicator a,\n .skin-contrast .empty-column-indicator a,\n .theme-contrast .follow_requests-unlocked_explanation a,\n .skin-modern-dark .follow_requests-unlocked_explanation a,\n .skin-contrast .follow_requests-unlocked_explanation a,\n .theme-contrast .column-back-button,\n .skin-modern-dark .column-back-button,\n .skin-contrast .column-back-button,\n .theme-contrast .text-icon-button,\n .skin-modern-dark .text-icon-button,\n .skin-contrast .text-icon-button,\n .theme-contrast .icon-button.active,\n .skin-modern-dark .icon-button.active,\n .skin-contrast .icon-button.active,\n .theme-contrast .public-layout .public-account-bio .account__header__fields a,\n .skin-modern-dark .public-layout .public-account-bio .account__header__fields a,\n .skin-contrast .public-layout .public-account-bio .account__header__fields a,\n .theme-contrast .column-header__back-button,\n .skin-modern-dark .column-header__back-button,\n .skin-contrast .column-header__back-button,\n .theme-contrast .navigation-bar strong,\n .skin-modern-dark .navigation-bar strong,\n .skin-contrast .navigation-bar strong,\n .theme-contrast .reply-indicator__content a.unhandled-link,\n .skin-modern-dark .reply-indicator__content a.unhandled-link,\n .skin-contrast .reply-indicator__content a.unhandled-link,\n .theme-contrast .status__content a.unhandled-link,\n .skin-modern-dark .status__content a.unhandled-link,\n .skin-contrast .status__content a.unhandled-link,\n .theme-contrast .announcements__item__content a.unhandled-link,\n .skin-modern-dark .announcements__item__content a.unhandled-link,\n .skin-contrast .announcements__item__content a.unhandled-link,\n .theme-contrast .reactions-bar__item.active .reactions-bar__item__count,\n .skin-modern-dark .reactions-bar__item.active .reactions-bar__item__count,\n .skin-contrast .reactions-bar__item.active .reactions-bar__item__count,\n .theme-contrast .column-header.active .column-header__icon,\n .skin-modern-dark .column-header.active .column-header__icon,\n .skin-contrast .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-contrast .display-name strong,\n .skin-modern-dark .display-name strong,\n .skin-contrast .display-name strong {\n color: #cad3f5 !important;\n }\n .theme-contrast .boost-modal__action-bar,\n .skin-modern-dark .boost-modal__action-bar,\n .skin-contrast .boost-modal__action-bar {\n background: #1e2030;\n }\n .theme-contrast .boost-modal__action-bar span,\n .skin-modern-dark .boost-modal__action-bar span,\n .skin-contrast .boost-modal__action-bar span {\n color: #b8c0e0;\n }\n .theme-contrast .emoji-mart-anchor-selected,\n .skin-modern-dark .emoji-mart-anchor-selected,\n .skin-contrast .emoji-mart-anchor-selected,\n .theme-contrast .reply-indicator__content a,\n .skin-modern-dark .reply-indicator__content a,\n .skin-contrast .reply-indicator__content a {\n color: #b7bdf8 !important;\n }\n .theme-contrast .privacy-dropdown__option,\n .skin-modern-dark .privacy-dropdown__option,\n .skin-contrast .privacy-dropdown__option {\n background: #363a4f;\n }\n .theme-contrast .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-modern-dark .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-contrast .privacy-dropdown__option .privacy-dropdown__option__content,\n .theme-contrast .privacy-dropdown__option strong,\n .skin-modern-dark .privacy-dropdown__option strong,\n .skin-contrast .privacy-dropdown__option strong,\n .theme-contrast .privacy-dropdown__option i,\n .skin-modern-dark .privacy-dropdown__option i,\n .skin-contrast .privacy-dropdown__option i {\n color: #cad3f5;\n }\n .theme-contrast .privacy-dropdown__option:hover,\n .skin-modern-dark .privacy-dropdown__option:hover,\n .skin-contrast .privacy-dropdown__option:hover,\n .theme-contrast .privacy-dropdown__option.active,\n .skin-modern-dark .privacy-dropdown__option.active,\n .skin-contrast .privacy-dropdown__option.active {\n background: #b7bdf8 !important;\n }\n .theme-contrast .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-modern-dark .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-contrast .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .theme-contrast .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-modern-dark .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-contrast .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .theme-contrast .privacy-dropdown__option:hover strong,\n .skin-modern-dark .privacy-dropdown__option:hover strong,\n .skin-contrast .privacy-dropdown__option:hover strong,\n .theme-contrast .privacy-dropdown__option.active strong,\n .skin-modern-dark .privacy-dropdown__option.active strong,\n .skin-contrast .privacy-dropdown__option.active strong,\n .theme-contrast .privacy-dropdown__option:hover i,\n .skin-modern-dark .privacy-dropdown__option:hover i,\n .skin-contrast .privacy-dropdown__option:hover i,\n .theme-contrast .privacy-dropdown__option.active i,\n .skin-modern-dark .privacy-dropdown__option.active i,\n .skin-contrast .privacy-dropdown__option.active i {\n color: #181926;\n }\n .theme-contrast .privacy-dropdown.active .privacy-dropdown__value,\n .skin-modern-dark .privacy-dropdown.active .privacy-dropdown__value,\n .skin-contrast .privacy-dropdown.active .privacy-dropdown__value {\n background: #b7bdf8 !important;\n }\n .theme-contrast .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-modern-dark .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-contrast .privacy-dropdown.active .privacy-dropdown__value > button,\n .theme-contrast .privacy-dropdown__value-icon.active > i,\n .skin-modern-dark .privacy-dropdown__value-icon.active > i,\n .skin-contrast .privacy-dropdown__value-icon.active > i {\n color: #181926 !important;\n }\n .theme-contrast .emoji-mart-search > input,\n .skin-modern-dark .emoji-mart-search > input,\n .skin-contrast .emoji-mart-search > input {\n color: #cad3f5 !important;\n }\n .theme-contrast .emoji-mart-search,\n .skin-modern-dark .emoji-mart-search,\n .skin-contrast .emoji-mart-search,\n .theme-contrast .language-dropdown__dropdown__results,\n .skin-modern-dark .language-dropdown__dropdown__results,\n .skin-contrast .language-dropdown__dropdown__results {\n background: #363a4f;\n }\n .theme-contrast .language-dropdown__dropdown,\n .skin-modern-dark .language-dropdown__dropdown,\n .skin-contrast .language-dropdown__dropdown {\n background: #494d64 !important;\n }\n .theme-contrast .language-dropdown__dropdown__results__item > span,\n .skin-modern-dark .language-dropdown__dropdown__results__item > span,\n .skin-contrast .language-dropdown__dropdown__results__item > span {\n color: #cad3f5;\n }\n .theme-contrast .language-dropdown__dropdown__results__item:hover,\n .skin-modern-dark .language-dropdown__dropdown__results__item:hover,\n .skin-contrast .language-dropdown__dropdown__results__item:hover,\n .theme-contrast .language-dropdown__dropdown__results__item.active,\n .skin-modern-dark .language-dropdown__dropdown__results__item.active,\n .skin-contrast .language-dropdown__dropdown__results__item.active {\n background: #b7bdf8;\n }\n .theme-contrast .language-dropdown__dropdown__results__item:hover > span,\n .skin-modern-dark .language-dropdown__dropdown__results__item:hover > span,\n .skin-contrast .language-dropdown__dropdown__results__item:hover > span,\n .theme-contrast .language-dropdown__dropdown__results__item.active > span,\n .skin-modern-dark .language-dropdown__dropdown__results__item.active > span,\n .skin-contrast .language-dropdown__dropdown__results__item.active > span {\n color: #181926;\n }\n .theme-contrast .conversation__unread,\n .skin-modern-dark .conversation__unread,\n .skin-contrast .conversation__unread,\n .theme-contrast .emoji-mart-anchor-bar,\n .skin-modern-dark .emoji-mart-anchor-bar,\n .skin-contrast .emoji-mart-anchor-bar,\n .theme-contrast .compose-form__actions .icon-button.active,\n .skin-modern-dark .compose-form__actions .icon-button.active,\n .skin-contrast .compose-form__actions .icon-button.active,\n .theme-contrast .react-toggle--checked .react-toggle-track,\n .skin-modern-dark .react-toggle--checked .react-toggle-track,\n .skin-contrast .react-toggle--checked .react-toggle-track,\n .theme-contrast .react-toggle--checked:hover .react-toggle-track,\n .skin-modern-dark .react-toggle--checked:hover .react-toggle-track,\n .skin-contrast .react-toggle--checked:hover .react-toggle-track,\n .theme-contrast .pillbar-button:not([disabled]).active,\n .skin-modern-dark .pillbar-button:not([disabled]).active,\n .skin-contrast .pillbar-button:not([disabled]).active,\n .theme-contrast .pillbar-button:not([disabled]).active:focus,\n .skin-modern-dark .pillbar-button:not([disabled]).active:focus,\n .skin-contrast .pillbar-button:not([disabled]).active:focus,\n .theme-contrast .pillbar-button:not([disabled]).active:hover,\n .skin-modern-dark .pillbar-button:not([disabled]).active:hover,\n .skin-contrast .pillbar-button:not([disabled]).active:hover,\n .theme-contrast .radio-button__input.checked,\n .skin-modern-dark .radio-button__input.checked,\n .skin-contrast .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-contrast .reactions-bar__item.active,\n .skin-modern-dark .reactions-bar__item.active,\n .skin-contrast .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-contrast .trends__item__sparkline path:last-child,\n .skin-modern-dark .trends__item__sparkline path:last-child,\n .skin-contrast .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-contrast .trends__item__sparkline path:first-child,\n .skin-modern-dark .trends__item__sparkline path:first-child,\n .skin-contrast .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-contrast .icon-button,\n .skin-modern-dark .icon-button,\n .skin-contrast .icon-button,\n .theme-contrast .notification__message .fa,\n .skin-modern-dark .notification__message .fa,\n .skin-contrast .notification__message .fa {\n color: #5b6078;\n }\n .theme-contrast .icon-button:active,\n .skin-modern-dark .icon-button:active,\n .skin-contrast .icon-button:active,\n .theme-contrast .icon-button:focus,\n .skin-modern-dark .icon-button:focus,\n .skin-contrast .icon-button:focus,\n .theme-contrast .icon-button:hover,\n .skin-modern-dark .icon-button:hover,\n .skin-contrast .icon-button:hover,\n .theme-contrast .text-icon-button:active,\n .skin-modern-dark .text-icon-button:active,\n .skin-contrast .text-icon-button:active,\n .theme-contrast .text-icon-button:focus,\n .skin-modern-dark .text-icon-button:focus,\n .skin-contrast .text-icon-button:focus,\n .theme-contrast .text-icon-button:hover,\n .skin-modern-dark .text-icon-button:hover,\n .skin-contrast .text-icon-button:hover,\n .theme-contrast .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-modern-dark .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-contrast .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-contrast .account__domain-pill,\n .skin-modern-dark .account__domain-pill,\n .skin-contrast .account__domain-pill {\n color: #b7bdf8;\n background: rgba(183, 189, 248, 0.2);\n }\n .theme-contrast .column-back-button,\n .skin-modern-dark .column-back-button,\n .skin-contrast .column-back-button,\n .theme-contrast .drawer__header,\n .skin-modern-dark .drawer__header,\n .skin-contrast .drawer__header,\n .theme-contrast .account__section-headline button,\n .skin-modern-dark .account__section-headline button,\n .skin-contrast .account__section-headline button,\n .theme-contrast .account__header,\n .skin-modern-dark .account__header,\n .skin-contrast .account__header,\n .theme-contrast .search__input,\n .skin-modern-dark .search__input,\n .skin-contrast .search__input,\n .theme-contrast .search__input:focus,\n .skin-modern-dark .search__input:focus,\n .skin-contrast .search__input:focus,\n .theme-contrast .column-link__badge,\n .skin-modern-dark .column-link__badge,\n .skin-contrast .column-link__badge,\n .theme-contrast .column-subheading,\n .skin-modern-dark .column-subheading,\n .skin-contrast .column-subheading,\n .theme-contrast .public-layout .header,\n .skin-modern-dark .public-layout .header,\n .skin-contrast .public-layout .header,\n .theme-contrast .public-layout .public-account-header__bar::before,\n .skin-modern-dark .public-layout .public-account-header__bar::before,\n .skin-contrast .public-layout .public-account-header__bar::before,\n .theme-contrast .account__header__fields,\n .skin-modern-dark .account__header__fields,\n .skin-contrast .account__header__fields,\n .theme-contrast .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-modern-dark .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-contrast .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-modern-dark .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-contrast .explore__search-header,\n .skin-modern-dark .explore__search-header,\n .skin-contrast .explore__search-header,\n .theme-contrast .column-inline-form,\n .skin-modern-dark .column-inline-form,\n .skin-contrast .column-inline-form,\n .theme-contrast .follow_requests-unlocked_explanation,\n .skin-modern-dark .follow_requests-unlocked_explanation,\n .skin-contrast .follow_requests-unlocked_explanation,\n .theme-contrast .conversation--unread,\n .skin-modern-dark .conversation--unread,\n .skin-contrast .conversation--unread,\n .theme-contrast .announcements,\n .skin-modern-dark .announcements,\n .skin-contrast .announcements,\n .theme-contrast .status-card__image,\n .skin-modern-dark .status-card__image,\n .skin-contrast .status-card__image {\n background: #363a4f !important;\n }\n .theme-contrast .account__section-headline,\n .skin-modern-dark .account__section-headline,\n .skin-contrast .account__section-headline {\n background: #1e2030;\n }\n .theme-contrast .focusable:focus,\n .skin-modern-dark .focusable:focus,\n .skin-contrast .focusable:focus {\n background: unset;\n }\n .theme-contrast .admin-wrapper .sidebar ul a:hover,\n .skin-modern-dark .admin-wrapper .sidebar ul a:hover,\n .skin-contrast .admin-wrapper .sidebar ul a:hover,\n .theme-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-modern-dark .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-contrast .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-contrast .detailed-status,\n .skin-modern-dark .detailed-status,\n .skin-contrast .detailed-status,\n .theme-contrast .detailed-status__action-bar,\n .skin-modern-dark .detailed-status__action-bar,\n .skin-contrast .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-contrast .dismissable-banner,\n .skin-modern-dark .dismissable-banner,\n .skin-contrast .dismissable-banner {\n background: #24273a;\n }\n .theme-contrast .column-header__wrapper.active,\n .skin-modern-dark .column-header__wrapper.active,\n .skin-contrast .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-contrast .column-header__wrapper.active::before,\n .skin-modern-dark .column-header__wrapper.active::before,\n .skin-contrast .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-contrast .account__header__bio .account__header__fields dl,\n .skin-modern-dark .account__header__bio .account__header__fields dl,\n .skin-contrast .account__header__bio .account__header__fields dl,\n .theme-contrast .account__header__bio .account__header__fields,\n .skin-modern-dark .account__header__bio .account__header__fields,\n .skin-contrast .account__header__bio .account__header__fields,\n .theme-contrast .boost-modal__container,\n .skin-modern-dark .boost-modal__container,\n .skin-contrast .boost-modal__container,\n .theme-contrast .empty-column-indicator,\n .skin-modern-dark .empty-column-indicator,\n .skin-contrast .empty-column-indicator,\n .theme-contrast .column > .scrollable,\n .skin-modern-dark .column > .scrollable,\n .skin-contrast .column > .scrollable,\n .theme-contrast .nothing-here,\n .skin-modern-dark .nothing-here,\n .skin-contrast .nothing-here,\n .theme-contrast .public-layout .public-account-bio,\n .skin-modern-dark .public-layout .public-account-bio,\n .skin-contrast .public-layout .public-account-bio,\n .theme-contrast .hero-widget__text,\n .skin-modern-dark .hero-widget__text,\n .skin-contrast .hero-widget__text,\n .theme-contrast.admin,\n .skin-modern-dark.admin,\n .skin-contrast.admin,\n .theme-contrast .admin-wrapper .sidebar ul a.selected,\n .skin-modern-dark .admin-wrapper .sidebar ul a.selected,\n .skin-contrast .admin-wrapper .sidebar ul a.selected,\n .theme-contrast .admin-wrapper .sidebar ul ul,\n .skin-modern-dark .admin-wrapper .sidebar ul ul,\n .skin-contrast .admin-wrapper .sidebar ul ul {\n background: #24273a;\n }\n .theme-contrast .dropdown-button,\n .skin-modern-dark .dropdown-button,\n .skin-contrast .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-contrast .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-modern-dark .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-contrast .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-contrast .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-modern-dark .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-contrast .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-contrast .react-toggle--checked .react-toggle-thumb,\n .skin-modern-dark .react-toggle--checked .react-toggle-thumb,\n .skin-contrast .react-toggle--checked .react-toggle-thumb,\n .theme-contrast .radio-button__input.checked,\n .skin-modern-dark .radio-button__input.checked,\n .skin-contrast .radio-button__input.checked,\n .theme-contrast .account__action-bar__tab.active,\n .skin-modern-dark .account__action-bar__tab.active,\n .skin-contrast .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-contrast .account,\n .skin-modern-dark .account,\n .skin-contrast .account,\n .theme-contrast .load-gap,\n .skin-modern-dark .load-gap,\n .skin-contrast .load-gap {\n border-color: #1e2030;\n }\n .theme-contrast .account__section-headline a.active::after,\n .skin-modern-dark .account__section-headline a.active::after,\n .skin-contrast .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-contrast .account__section-headline a.active::before,\n .skin-modern-dark .account__section-headline a.active::before,\n .skin-contrast .account__section-headline a.active::before,\n .theme-contrast .account__section-headline button.active::after,\n .skin-modern-dark .account__section-headline button.active::after,\n .skin-contrast .account__section-headline button.active::after,\n .theme-contrast .account__section-headline button.active::before,\n .skin-modern-dark .account__section-headline button.active::before,\n .skin-contrast .account__section-headline button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-contrast .poll__chart,\n .skin-modern-dark .poll__chart,\n .skin-contrast .poll__chart {\n background: #6e738d;\n }\n .theme-contrast .poll__chart.leading,\n .skin-modern-dark .poll__chart.leading,\n .skin-contrast .poll__chart.leading {\n background: #b7bdf8;\n }\n .theme-contrast .search-popout,\n .skin-modern-dark .search-popout,\n .skin-contrast .search-popout,\n .theme-contrast .drawer__header a:hover,\n .skin-modern-dark .drawer__header a:hover,\n .skin-contrast .drawer__header a:hover,\n .theme-contrast .column-header__button:hover,\n .skin-modern-dark .column-header__button:hover,\n .skin-contrast .column-header__button:hover,\n .theme-contrast .account__section-headline button:hover,\n .skin-modern-dark .account__section-headline button:hover,\n .skin-contrast .account__section-headline button:hover,\n .theme-contrast .account__section-headline a:hover,\n .skin-modern-dark .account__section-headline a:hover,\n .skin-contrast .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-contrast .prose a,\n .skin-modern-dark .prose a,\n .skin-contrast .prose a,\n .theme-contrast .column-link .active,\n .skin-modern-dark .column-link .active,\n .skin-contrast .column-link .active,\n .theme-contrast .compose-form__poll__select__value,\n .skin-modern-dark .compose-form__poll__select__value,\n .skin-contrast .compose-form__poll__select__value,\n .theme-contrast .column-link--transparent.active,\n .skin-modern-dark .column-link--transparent.active,\n .skin-contrast .column-link--transparent.active,\n .theme-contrast .column-link--transparent:focus,\n .skin-modern-dark .column-link--transparent:focus,\n .skin-contrast .column-link--transparent:focus,\n .theme-contrast .column-link:focus,\n .skin-modern-dark .column-link:focus,\n .skin-contrast .column-link:focus,\n .theme-contrast .column-link--transparent:hover,\n .skin-modern-dark .column-link--transparent:hover,\n .skin-contrast .column-link--transparent:hover,\n .theme-contrast .column-link:hover,\n .skin-modern-dark .column-link:hover,\n .skin-contrast .column-link:hover {\n color: #b7bdf8;\n }\n .theme-contrast .status.collapsed .status__content::after,\n .skin-modern-dark .status.collapsed .status__content::after,\n .skin-contrast .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-contrast .button.button-tertiary:focus,\n .skin-modern-dark .button.button-tertiary:focus,\n .skin-contrast .button.button-tertiary:focus,\n .theme-contrast .button.button-tertiary:hover,\n .skin-modern-dark .button.button-tertiary:hover,\n .skin-contrast .button.button-tertiary:hover,\n .theme-contrast .button.button-tertiary:active,\n .skin-modern-dark .button.button-tertiary:active,\n .skin-contrast .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-contrast .button.button-tertiary,\n .skin-modern-dark .button.button-tertiary,\n .skin-contrast .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-contrast .button,\n .skin-modern-dark .button,\n .skin-contrast .button,\n .theme-contrast .button.button-tertiary,\n .skin-modern-dark .button.button-tertiary,\n .skin-contrast .button.button-tertiary,\n .theme-contrast .button.logo-button,\n .skin-modern-dark .button.logo-button,\n .skin-contrast .button.logo-button,\n .theme-contrast .icon-with-badge__badge,\n .skin-modern-dark .icon-with-badge__badge,\n .skin-contrast .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-contrast .button.logo-button svg,\n .skin-modern-dark .button.logo-button svg,\n .skin-contrast .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-contrast .public-layout .header .nav-button,\n .skin-modern-dark .public-layout .header .nav-button,\n .skin-contrast .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-contrast .public-layout .header .nav-button:hover,\n .skin-modern-dark .public-layout .header .nav-button:hover,\n .skin-contrast .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-contrast .button.button-secondary,\n .skin-modern-dark .button.button-secondary,\n .skin-contrast .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-contrast .button.button-secondary:active,\n .skin-modern-dark .button.button-secondary:active,\n .skin-contrast .button.button-secondary:active,\n .theme-contrast .button.button-secondary:focus,\n .skin-modern-dark .button.button-secondary:focus,\n .skin-contrast .button.button-secondary:focus,\n .theme-contrast .button.button-secondary:hover,\n .skin-modern-dark .button.button-secondary:hover,\n .skin-contrast .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-contrast .button:active,\n .skin-modern-dark .button:active,\n .skin-contrast .button:active,\n .theme-contrast .button:focus,\n .skin-modern-dark .button:focus,\n .skin-contrast .button:focus,\n .theme-contrast .button:hover,\n .skin-modern-dark .button:hover,\n .skin-contrast .button:hover,\n .theme-contrast .button.button-tertiary:active,\n .skin-modern-dark .button.button-tertiary:active,\n .skin-contrast .button.button-tertiary:active,\n .theme-contrast .button.button-tertiary:focus,\n .skin-modern-dark .button.button-tertiary:focus,\n .skin-contrast .button.button-tertiary:focus,\n .theme-contrast .button.button-tertiary:hover,\n .skin-modern-dark .button.button-tertiary:hover,\n .skin-contrast .button.button-tertiary:hover,\n .theme-contrast .button.logo-button:active,\n .skin-modern-dark .button.logo-button:active,\n .skin-contrast .button.logo-button:active,\n .theme-contrast .button.logo-button:focus,\n .skin-modern-dark .button.logo-button:focus,\n .skin-contrast .button.logo-button:focus,\n .theme-contrast .button.logo-button:hover,\n .skin-modern-dark .button.logo-button:hover,\n .skin-contrast .button.logo-button:hover,\n .theme-contrast .announcements__item__unread,\n .skin-modern-dark .announcements__item__unread,\n .skin-contrast .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-contrast select,\n .skin-modern-dark select,\n .skin-contrast select {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .theme-contrast .mute-modal__cancel-button,\n .skin-modern-dark .mute-modal__cancel-button,\n .skin-contrast .mute-modal__cancel-button {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-contrast .mute-modal__cancel-button:hover,\n .skin-modern-dark .mute-modal__cancel-button:hover,\n .skin-contrast .mute-modal__cancel-button:hover {\n background-color: #363a4f;\n }\n .theme-contrast .drawer__inner,\n .skin-modern-dark .drawer__inner,\n .skin-contrast .drawer__inner,\n .theme-contrast .drawer__inner__mastodon,\n .skin-modern-dark .drawer__inner__mastodon,\n .skin-contrast .drawer__inner__mastodon,\n .theme-contrast .compose-form__highlightable,\n .skin-modern-dark .compose-form__highlightable,\n .skin-contrast .compose-form__highlightable,\n .theme-contrast .column-header,\n .skin-modern-dark .column-header,\n .skin-contrast .column-header,\n .theme-contrast .boost-modal,\n .skin-modern-dark .boost-modal,\n .skin-contrast .boost-modal,\n .theme-contrast .mute-modal,\n .skin-modern-dark .mute-modal,\n .skin-contrast .mute-modal,\n .theme-contrast .privacy-dropdown__dropdown,\n .skin-modern-dark .privacy-dropdown__dropdown,\n .skin-contrast .privacy-dropdown__dropdown,\n .theme-contrast .explore__search-header .search__input,\n .skin-modern-dark .explore__search-header .search__input,\n .skin-contrast .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-contrast .mute-modal__action-bar,\n .skin-modern-dark .mute-modal__action-bar,\n .skin-contrast .mute-modal__action-bar {\n background-color: #1e2030;\n }\n .theme-contrast .mute-modal__container,\n .skin-modern-dark .mute-modal__container,\n .skin-contrast .mute-modal__container {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-contrast .compose-form .autosuggest-textarea__textarea,\n .skin-modern-dark .compose-form .autosuggest-textarea__textarea,\n .skin-contrast .compose-form .autosuggest-textarea__textarea {\n color: #cad3f5 !important;\n background-color: #494d64 !important;\n }\n .theme-contrast .compose-form .compose-form__modifiers,\n .skin-modern-dark .compose-form .compose-form__modifiers,\n .skin-contrast .compose-form .compose-form__modifiers,\n .theme-contrast .compose-form .compose-form__autosuggest-wrapper,\n .skin-modern-dark .compose-form .compose-form__autosuggest-wrapper,\n .skin-contrast .compose-form .compose-form__autosuggest-wrapper,\n .theme-contrast .autosuggest-textarea__suggestions,\n .skin-modern-dark .autosuggest-textarea__suggestions,\n .skin-contrast .autosuggest-textarea__suggestions,\n .theme-contrast .compose-form .spoiler-input__input,\n .skin-modern-dark .compose-form .spoiler-input__input,\n .skin-contrast .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .compose-form .compose-form__buttons-wrapper,\n .skin-modern-dark .compose-form .compose-form__buttons-wrapper,\n .skin-contrast .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-contrast .load-more:hover,\n .skin-modern-dark .load-more:hover,\n .skin-contrast .load-more:hover {\n background-color: #1e2030;\n }\n .theme-contrast .character-counter,\n .skin-modern-dark .character-counter,\n .skin-contrast .character-counter {\n color: #a5adcb;\n }\n .theme-contrast .public-layout .header,\n .skin-modern-dark .public-layout .header,\n .skin-contrast .public-layout .header,\n .theme-contrast .hero-widget,\n .skin-modern-dark .hero-widget,\n .skin-contrast .hero-widget,\n .theme-contrast .public-layout .public-account-header,\n .skin-modern-dark .public-layout .public-account-header,\n .skin-contrast .public-layout .public-account-header,\n .theme-contrast .public-layout .public-account-bio,\n .skin-modern-dark .public-layout .public-account-bio,\n .skin-contrast .public-layout .public-account-bio,\n .theme-contrast .nothing-here,\n .skin-modern-dark .nothing-here,\n .skin-contrast .nothing-here {\n box-shadow: none;\n }\n .theme-contrast .dropdown-menu__item--dangerous a,\n .skin-modern-dark .dropdown-menu__item--dangerous a,\n .skin-contrast .dropdown-menu__item--dangerous a {\n color: #ed8796;\n }\n .theme-contrast .search__popout,\n .skin-modern-dark .search__popout,\n .skin-contrast .search__popout,\n .theme-contrast .dropdown-menu__arrow::before,\n .skin-modern-dark .dropdown-menu__arrow::before,\n .skin-contrast .dropdown-menu__arrow::before,\n .theme-contrast .dropdown-menu__item button,\n .skin-modern-dark .dropdown-menu__item button,\n .skin-contrast .dropdown-menu__item button,\n .theme-contrast .dropdown-menu__container__list,\n .skin-modern-dark .dropdown-menu__container__list,\n .skin-contrast .dropdown-menu__container__list,\n .theme-contrast .dropdown-menu.bottom,\n .skin-modern-dark .dropdown-menu.bottom,\n .skin-contrast .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-contrast .dropdown-menu__item a:hover,\n .skin-modern-dark .dropdown-menu__item a:hover,\n .skin-contrast .dropdown-menu__item a:hover,\n .theme-contrast .dropdown-menu__item button:hover,\n .skin-modern-dark .dropdown-menu__item button:hover,\n .skin-contrast .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-contrast .input-copy,\n .skin-modern-dark .input-copy,\n .skin-contrast .input-copy,\n .theme-contrast .simple_form input[type=\"text\"],\n .skin-modern-dark .simple_form input[type=\"text\"],\n .skin-contrast .simple_form input[type=\"text\"],\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea,\n .theme-contrast .simple_form .block-button,\n .skin-modern-dark .simple_form .block-button,\n .skin-contrast .simple_form .block-button,\n .theme-contrast .notification__filter-bar button,\n .skin-modern-dark .notification__filter-bar button,\n .skin-contrast .notification__filter-bar button,\n .theme-contrast .simple_form .button,\n .skin-modern-dark .simple_form .button,\n .skin-contrast .simple_form .button,\n .theme-contrast .simple_form button,\n .skin-modern-dark .simple_form button,\n .skin-contrast .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-contrast .simple_form .block-button:hover,\n .skin-modern-dark .simple_form .block-button:hover,\n .skin-contrast .simple_form .block-button:hover,\n .theme-contrast .simple_form .button:hover,\n .skin-modern-dark .simple_form .button:hover,\n .skin-contrast .simple_form .button:hover,\n .theme-contrast .notification__filter-bar button:hover,\n .skin-modern-dark .notification__filter-bar button:hover,\n .skin-contrast .notification__filter-bar button:hover,\n .theme-contrast .simple_form button:hover,\n .skin-modern-dark .simple_form button:hover,\n .skin-contrast .simple_form button:hover {\n background: #363a4f;\n }\n .theme-contrast .simple_form .input.with_label .label_input > label,\n .skin-modern-dark .simple_form .input.with_label .label_input > label,\n .skin-contrast .simple_form .input.with_label .label_input > label,\n .theme-contrast .simple_form select,\n .skin-modern-dark .simple_form select,\n .skin-contrast .simple_form select,\n .theme-contrast .accounts-table__count,\n .skin-modern-dark .accounts-table__count,\n .skin-contrast .accounts-table__count,\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea {\n color: #cad3f5;\n }\n .theme-contrast .simple_form textarea,\n .skin-modern-dark .simple_form textarea,\n .skin-contrast .simple_form textarea,\n .theme-contrast .simple_form input[type=\"password\"],\n .skin-modern-dark .simple_form input[type=\"password\"],\n .skin-contrast .simple_form input[type=\"password\"],\n .theme-contrast .simple_form input[type=\"number\"],\n .skin-modern-dark .simple_form input[type=\"number\"],\n .skin-contrast .simple_form input[type=\"number\"],\n .theme-contrast .simple_form input[type=\"text\"],\n .skin-modern-dark .simple_form input[type=\"text\"],\n .skin-contrast .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-contrast .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-dark .simple_form input[type=\"email\"]:required:valid,\n .skin-contrast .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-contrast .simple_form input[type=\"password\"],\n .skin-modern-dark .simple_form input[type=\"password\"],\n .skin-contrast .simple_form input[type=\"password\"],\n .theme-contrast .simple_form input[type=\"number\"],\n .skin-modern-dark .simple_form input[type=\"number\"],\n .skin-contrast .simple_form input[type=\"number\"],\n .theme-contrast .simple_form input[type=\"email\"]:required:valid,\n .skin-modern-dark .simple_form input[type=\"email\"]:required:valid,\n .skin-contrast .simple_form input[type=\"email\"]:required:valid,\n .theme-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-dark .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-modern-dark .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-contrast .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-contrast .simple_form select,\n .skin-modern-dark .simple_form select,\n .skin-contrast .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22m3.467%2014.967-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5s-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-contrast .poll__option input[type=\"text\"]:focus,\n .skin-modern-dark .poll__option input[type=\"text\"]:focus,\n .skin-contrast .poll__option input[type=\"text\"]:focus,\n .theme-contrast .simple_form input[type=\"datetime-local\"]:active,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:active,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:active,\n .theme-contrast .simple_form input[type=\"datetime-local\"]:focus,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:focus,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:focus,\n .theme-contrast .simple_form input[type=\"email\"]:active,\n .skin-modern-dark .simple_form input[type=\"email\"]:active,\n .skin-contrast .simple_form input[type=\"email\"]:active,\n .theme-contrast .simple_form input[type=\"email\"]:focus,\n .skin-modern-dark .simple_form input[type=\"email\"]:focus,\n .skin-contrast .simple_form input[type=\"email\"]:focus,\n .theme-contrast .simple_form input[type=\"number\"]:active,\n .skin-modern-dark .simple_form input[type=\"number\"]:active,\n .skin-contrast .simple_form input[type=\"number\"]:active,\n .theme-contrast .simple_form input[type=\"number\"]:focus,\n .skin-modern-dark .simple_form input[type=\"number\"]:focus,\n .skin-contrast .simple_form input[type=\"number\"]:focus,\n .theme-contrast .simple_form input[type=\"password\"]:active,\n .skin-modern-dark .simple_form input[type=\"password\"]:active,\n .skin-contrast .simple_form input[type=\"password\"]:active,\n .theme-contrast .simple_form input[type=\"password\"]:focus,\n .skin-modern-dark .simple_form input[type=\"password\"]:focus,\n .skin-contrast .simple_form input[type=\"password\"]:focus,\n .theme-contrast .simple_form input[type=\"text\"]:active,\n .skin-modern-dark .simple_form input[type=\"text\"]:active,\n .skin-contrast .simple_form input[type=\"text\"]:active,\n .theme-contrast .simple_form input[type=\"text\"]:focus,\n .skin-modern-dark .simple_form input[type=\"text\"]:focus,\n .skin-contrast .simple_form input[type=\"text\"]:focus,\n .theme-contrast .simple_form input[type=\"url\"]:active,\n .skin-modern-dark .simple_form input[type=\"url\"]:active,\n .skin-contrast .simple_form input[type=\"url\"]:active,\n .theme-contrast .simple_form input[type=\"url\"]:focus,\n .skin-modern-dark .simple_form input[type=\"url\"]:focus,\n .skin-contrast .simple_form input[type=\"url\"]:focus,\n .theme-contrast .simple_form textarea:active,\n .skin-modern-dark .simple_form textarea:active,\n .skin-contrast .simple_form textarea:active,\n .theme-contrast .simple_form textarea:focus,\n .skin-modern-dark .simple_form textarea:focus,\n .skin-contrast .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th,\n .theme-contrast .setting-text:active,\n .skin-modern-dark .setting-text:active,\n .skin-contrast .setting-text:active,\n .theme-contrast .setting-text:focus,\n .skin-modern-dark .setting-text:focus,\n .skin-contrast .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-contrast .batch-table__toolbar,\n .skin-modern-dark .batch-table__toolbar,\n .skin-contrast .batch-table__toolbar,\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-contrast .simple_form input[type=\"datetime-local\"]:hover,\n .skin-modern-dark .simple_form input[type=\"datetime-local\"]:hover,\n .skin-contrast .simple_form input[type=\"datetime-local\"]:hover,\n .theme-contrast .simple_form input[type=\"email\"]:hover,\n .skin-modern-dark .simple_form input[type=\"email\"]:hover,\n .skin-contrast .simple_form input[type=\"email\"]:hover,\n .theme-contrast .simple_form input[type=\"number\"]:hover,\n .skin-modern-dark .simple_form input[type=\"number\"]:hover,\n .skin-contrast .simple_form input[type=\"number\"]:hover,\n .theme-contrast .simple_form input[type=\"password\"]:hover,\n .skin-modern-dark .simple_form input[type=\"password\"]:hover,\n .skin-contrast .simple_form input[type=\"password\"]:hover,\n .theme-contrast .simple_form input[type=\"text\"]:hover,\n .skin-modern-dark .simple_form input[type=\"text\"]:hover,\n .skin-contrast .simple_form input[type=\"text\"]:hover,\n .theme-contrast .simple_form input[type=\"url\"]:hover,\n .skin-modern-dark .simple_form input[type=\"url\"]:hover,\n .skin-contrast .simple_form input[type=\"url\"]:hover,\n .theme-contrast .simple_form textarea:hover,\n .skin-modern-dark .simple_form textarea:hover,\n .skin-contrast .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-contrast .batch-table__row,\n .skin-modern-dark .batch-table__row,\n .skin-contrast .batch-table__row {\n background: #494d64;\n }\n .theme-contrast .batch-table__row:hover,\n .skin-modern-dark .batch-table__row:hover,\n .skin-contrast .batch-table__row:hover,\n .theme-contrast .batch-table__row:nth-child(2n):hover,\n .skin-modern-dark .batch-table__row:nth-child(2n):hover,\n .skin-contrast .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-contrast .batch-table__row:nth-child(2n),\n .skin-modern-dark .batch-table__row:nth-child(2n),\n .skin-contrast .batch-table__row:nth-child(2n),\n .theme-contrast .table > tbody > tr > td,\n .skin-modern-dark .table > tbody > tr > td,\n .skin-contrast .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-contrast .table > thead > tr > th,\n .skin-modern-dark .table > thead > tr > th,\n .skin-contrast .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-contrast .positive-hint,\n .skin-modern-dark .positive-hint,\n .skin-contrast .positive-hint {\n color: #a6da95 !important;\n }\n .theme-contrast .card__bar,\n .skin-modern-dark .card__bar,\n .skin-contrast .card__bar {\n background: #363a4f;\n }\n .theme-contrast .reply-indicator,\n .skin-modern-dark .reply-indicator,\n .skin-contrast .reply-indicator {\n background: #494d64;\n }\n @media (prefers-color-scheme: light) {\n .theme-default,\n .skin-default {\n color-scheme: dark;\n --background-color: #24273a;\n --background-color-alt: #24273a;\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-default ::selection,\n .skin-default ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .theme-default input::placeholder,\n .skin-default input::placeholder,\n .theme-default textarea::placeholder,\n .skin-default textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-default,\n .skin-default,\n .theme-default .column-header__wrapper,\n .skin-default .column-header__wrapper,\n .theme-default .column > *:not(.loading-indicator),\n .skin-default .column > *:not(.loading-indicator),\n .theme-default body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-default body.flavour-glitch.skin-default .column-header__wrapper {\n --background-border-color: #363a4f !important;\n }\n .theme-default,\n .skin-default,\n .theme-default .tabs-bar__wrapper,\n .skin-default .tabs-bar__wrapper,\n .theme-default .admin-wrapper .sidebar-wrapper__inner,\n .skin-default .admin-wrapper .sidebar-wrapper__inner,\n .theme-default .ui__header,\n .skin-default .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-default .navigation-panel,\n .skin-default .navigation-panel,\n .theme-default .column-link,\n .skin-default .column-link {\n background: transparent;\n }\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .search-popout em,\n .skin-default .search-popout em,\n .theme-default .dismissable-banner__message,\n .skin-default .dismissable-banner__message,\n .theme-default .dismissable-banner__message h1,\n .skin-default .dismissable-banner__message h1,\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt,\n .theme-default .account__section-headline a.active,\n .skin-default .account__section-headline a.active,\n .theme-default .account__section-headline button.active,\n .skin-default .account__section-headline button.active,\n .theme-default .notification__filter-bar a.active,\n .skin-default .notification__filter-bar a.active,\n .theme-default .notification__filter-bar button.active,\n .skin-default .notification__filter-bar button.active,\n .theme-default .account__header__bio .account__header__content,\n .skin-default .account__header__bio .account__header__content,\n .theme-default .navigation-bar,\n .skin-default .navigation-bar,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .display-name__html,\n .skin-default .display-name__html,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .account__display-name strong,\n .skin-default .account__display-name strong,\n .theme-default .status__display-name strong,\n .skin-default .status__display-name strong,\n .theme-default .notification__message,\n .skin-default .notification__message,\n .theme-default .public-layout .public-account-bio .account__header__content,\n .skin-default .public-layout .public-account-bio .account__header__content,\n .theme-default .reply-indicator__content,\n .skin-default .reply-indicator__content,\n .theme-default .status__content,\n .skin-default .status__content,\n .theme-default .status__content__text,\n .skin-default .status__content__text,\n .theme-default .card__bar .display-name strong,\n .skin-default .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-default .search-popout span,\n .skin-default .search-popout span,\n .theme-default .link-footer p,\n .skin-default .link-footer p,\n .theme-default .link-footer p a,\n .skin-default .link-footer p a {\n color: #b8c0e0;\n }\n .theme-default .account__header__tabs__name h1 small,\n .skin-default .account__header__tabs__name h1 small,\n .theme-default .account__header__bio .account__header__fields dd,\n .skin-default .account__header__bio .account__header__fields dd,\n .theme-default .display-name__account,\n .skin-default .display-name__account,\n .theme-default .status__relative-time,\n .skin-default .status__relative-time,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .account .account__display-name,\n .skin-default .account .account__display-name,\n .theme-default .label_input .search__input,\n .skin-default .label_input .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-default .compose-panel hr,\n .skin-default .compose-panel hr,\n .theme-default .navigation-panel hr,\n .skin-default .navigation-panel hr {\n border-top-color: #5b6078;\n }\n .theme-default .mention,\n .skin-default .mention,\n .theme-default .icon-button.inverted,\n .skin-default .icon-button.inverted,\n .theme-default .icon-button.inverted:focus,\n .skin-default .icon-button.inverted:focus,\n .theme-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-default .account__header__content a,\n .skin-default .account__header__content a,\n .theme-default .account__header__bio .account__header__fields a,\n .skin-default .account__header__bio .account__header__fields a,\n .theme-default .empty-column-indicator a,\n .skin-default .empty-column-indicator a,\n .theme-default .follow_requests-unlocked_explanation a,\n .skin-default .follow_requests-unlocked_explanation a,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .text-icon-button,\n .skin-default .text-icon-button,\n .theme-default .icon-button.active,\n .skin-default .icon-button.active,\n .theme-default .public-layout .public-account-bio .account__header__fields a,\n .skin-default .public-layout .public-account-bio .account__header__fields a,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .navigation-bar strong,\n .skin-default .navigation-bar strong,\n .theme-default .reply-indicator__content a.unhandled-link,\n .skin-default .reply-indicator__content a.unhandled-link,\n .theme-default .status__content a.unhandled-link,\n .skin-default .status__content a.unhandled-link,\n .theme-default .announcements__item__content a.unhandled-link,\n .skin-default .announcements__item__content a.unhandled-link,\n .theme-default .reactions-bar__item.active .reactions-bar__item__count,\n .skin-default .reactions-bar__item.active .reactions-bar__item__count,\n .theme-default .column-header.active .column-header__icon,\n .skin-default .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-default .display-name strong,\n .skin-default .display-name strong {\n color: #cad3f5 !important;\n }\n .theme-default .boost-modal__action-bar,\n .skin-default .boost-modal__action-bar {\n background: #1e2030;\n }\n .theme-default .boost-modal__action-bar span,\n .skin-default .boost-modal__action-bar span {\n color: #b8c0e0;\n }\n .theme-default .emoji-mart-anchor-selected,\n .skin-default .emoji-mart-anchor-selected,\n .theme-default .reply-indicator__content a,\n .skin-default .reply-indicator__content a {\n color: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown__option,\n .skin-default .privacy-dropdown__option {\n background: #363a4f;\n }\n .theme-default .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option strong,\n .skin-default .privacy-dropdown__option strong,\n .theme-default .privacy-dropdown__option i,\n .skin-default .privacy-dropdown__option i {\n color: #cad3f5;\n }\n .theme-default .privacy-dropdown__option:hover,\n .skin-default .privacy-dropdown__option:hover,\n .theme-default .privacy-dropdown__option.active,\n .skin-default .privacy-dropdown__option.active {\n background: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option:hover strong,\n .skin-default .privacy-dropdown__option:hover strong,\n .theme-default .privacy-dropdown__option.active strong,\n .skin-default .privacy-dropdown__option.active strong,\n .theme-default .privacy-dropdown__option:hover i,\n .skin-default .privacy-dropdown__option:hover i,\n .theme-default .privacy-dropdown__option.active i,\n .skin-default .privacy-dropdown__option.active i {\n color: #181926;\n }\n .theme-default .privacy-dropdown.active .privacy-dropdown__value,\n .skin-default .privacy-dropdown.active .privacy-dropdown__value {\n background: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-default .privacy-dropdown.active .privacy-dropdown__value > button,\n .theme-default .privacy-dropdown__value-icon.active > i,\n .skin-default .privacy-dropdown__value-icon.active > i {\n color: #181926 !important;\n }\n .theme-default .emoji-mart-search > input,\n .skin-default .emoji-mart-search > input {\n color: #cad3f5 !important;\n }\n .theme-default .emoji-mart-search,\n .skin-default .emoji-mart-search,\n .theme-default .language-dropdown__dropdown__results,\n .skin-default .language-dropdown__dropdown__results {\n background: #363a4f;\n }\n .theme-default .language-dropdown__dropdown,\n .skin-default .language-dropdown__dropdown {\n background: #494d64 !important;\n }\n .theme-default .language-dropdown__dropdown__results__item > span,\n .skin-default .language-dropdown__dropdown__results__item > span {\n color: #cad3f5;\n }\n .theme-default .language-dropdown__dropdown__results__item:hover,\n .skin-default .language-dropdown__dropdown__results__item:hover,\n .theme-default .language-dropdown__dropdown__results__item.active,\n .skin-default .language-dropdown__dropdown__results__item.active {\n background: #b7bdf8;\n }\n .theme-default .language-dropdown__dropdown__results__item:hover > span,\n .skin-default .language-dropdown__dropdown__results__item:hover > span,\n .theme-default .language-dropdown__dropdown__results__item.active > span,\n .skin-default .language-dropdown__dropdown__results__item.active > span {\n color: #181926;\n }\n .theme-default .conversation__unread,\n .skin-default .conversation__unread,\n .theme-default .emoji-mart-anchor-bar,\n .skin-default .emoji-mart-anchor-bar,\n .theme-default .compose-form__actions .icon-button.active,\n .skin-default .compose-form__actions .icon-button.active,\n .theme-default .react-toggle--checked .react-toggle-track,\n .skin-default .react-toggle--checked .react-toggle-track,\n .theme-default .react-toggle--checked:hover .react-toggle-track,\n .skin-default .react-toggle--checked:hover .react-toggle-track,\n .theme-default .pillbar-button:not([disabled]).active,\n .skin-default .pillbar-button:not([disabled]).active,\n .theme-default .pillbar-button:not([disabled]).active:focus,\n .skin-default .pillbar-button:not([disabled]).active:focus,\n .theme-default .pillbar-button:not([disabled]).active:hover,\n .skin-default .pillbar-button:not([disabled]).active:hover,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-default .reactions-bar__item.active,\n .skin-default .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-default .trends__item__sparkline path:last-child,\n .skin-default .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-default .trends__item__sparkline path:first-child,\n .skin-default .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-default .icon-button,\n .skin-default .icon-button,\n .theme-default .notification__message .fa,\n .skin-default .notification__message .fa {\n color: #5b6078;\n }\n .theme-default .icon-button:active,\n .skin-default .icon-button:active,\n .theme-default .icon-button:focus,\n .skin-default .icon-button:focus,\n .theme-default .icon-button:hover,\n .skin-default .icon-button:hover,\n .theme-default .text-icon-button:active,\n .skin-default .text-icon-button:active,\n .theme-default .text-icon-button:focus,\n .skin-default .text-icon-button:focus,\n .theme-default .text-icon-button:hover,\n .skin-default .text-icon-button:hover,\n .theme-default .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-default .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-default .account__domain-pill,\n .skin-default .account__domain-pill {\n color: #b7bdf8;\n background: rgba(183, 189, 248, 0.2);\n }\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .drawer__header,\n .skin-default .drawer__header,\n .theme-default .account__section-headline button,\n .skin-default .account__section-headline button,\n .theme-default .account__header,\n .skin-default .account__header,\n .theme-default .search__input,\n .skin-default .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .public-layout .public-account-header__bar::before,\n .skin-default .public-layout .public-account-header__bar::before,\n .theme-default .account__header__fields,\n .skin-default .account__header__fields,\n .theme-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-default .explore__search-header,\n .skin-default .explore__search-header,\n .theme-default .column-inline-form,\n .skin-default .column-inline-form,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .conversation--unread,\n .skin-default .conversation--unread,\n .theme-default .announcements,\n .skin-default .announcements,\n .theme-default .status-card__image,\n .skin-default .status-card__image {\n background: #363a4f !important;\n }\n .theme-default .account__section-headline,\n .skin-default .account__section-headline {\n background: #1e2030;\n }\n .theme-default .focusable:focus,\n .skin-default .focusable:focus {\n background: unset;\n }\n .theme-default .admin-wrapper .sidebar ul a:hover,\n .skin-default .admin-wrapper .sidebar ul a:hover,\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-default .detailed-status,\n .skin-default .detailed-status,\n .theme-default .detailed-status__action-bar,\n .skin-default .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-default .dismissable-banner,\n .skin-default .dismissable-banner {\n background: #24273a;\n }\n .theme-default .column-header__wrapper.active,\n .skin-default .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-default .column-header__wrapper.active::before,\n .skin-default .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-default .account__header__bio .account__header__fields dl,\n .skin-default .account__header__bio .account__header__fields dl,\n .theme-default .account__header__bio .account__header__fields,\n .skin-default .account__header__bio .account__header__fields,\n .theme-default .boost-modal__container,\n .skin-default .boost-modal__container,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .column > .scrollable,\n .skin-default .column > .scrollable,\n .theme-default .nothing-here,\n .skin-default .nothing-here,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .hero-widget__text,\n .skin-default .hero-widget__text,\n .theme-default.admin,\n .skin-default.admin,\n .theme-default .admin-wrapper .sidebar ul a.selected,\n .skin-default .admin-wrapper .sidebar ul a.selected,\n .theme-default .admin-wrapper .sidebar ul ul,\n .skin-default .admin-wrapper .sidebar ul ul {\n background: #24273a;\n }\n .theme-default .dropdown-button,\n .skin-default .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-default .react-toggle--checked .react-toggle-thumb,\n .skin-default .react-toggle--checked .react-toggle-thumb,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked,\n .theme-default .account__action-bar__tab.active,\n .skin-default .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-default .account,\n .skin-default .account,\n .theme-default .load-gap,\n .skin-default .load-gap {\n border-color: #1e2030;\n }\n .theme-default .account__section-headline a.active::after,\n .skin-default .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-default .account__section-headline a.active::before,\n .skin-default .account__section-headline a.active::before,\n .theme-default .account__section-headline button.active::after,\n .skin-default .account__section-headline button.active::after,\n .theme-default .account__section-headline button.active::before,\n .skin-default .account__section-headline button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-default .poll__chart,\n .skin-default .poll__chart {\n background: #6e738d;\n }\n .theme-default .poll__chart.leading,\n .skin-default .poll__chart.leading {\n background: #b7bdf8;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .drawer__header a:hover,\n .skin-default .drawer__header a:hover,\n .theme-default .column-header__button:hover,\n .skin-default .column-header__button:hover,\n .theme-default .account__section-headline button:hover,\n .skin-default .account__section-headline button:hover,\n .theme-default .account__section-headline a:hover,\n .skin-default .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-default .prose a,\n .skin-default .prose a,\n .theme-default .column-link .active,\n .skin-default .column-link .active,\n .theme-default .compose-form__poll__select__value,\n .skin-default .compose-form__poll__select__value,\n .theme-default .column-link--transparent.active,\n .skin-default .column-link--transparent.active,\n .theme-default .column-link--transparent:focus,\n .skin-default .column-link--transparent:focus,\n .theme-default .column-link:focus,\n .skin-default .column-link:focus,\n .theme-default .column-link--transparent:hover,\n .skin-default .column-link--transparent:hover,\n .theme-default .column-link:hover,\n .skin-default .column-link:hover {\n color: #b7bdf8;\n }\n .theme-default .status.collapsed .status__content::after,\n .skin-default .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-default .button,\n .skin-default .button,\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary,\n .theme-default .button.logo-button,\n .skin-default .button.logo-button,\n .theme-default .icon-with-badge__badge,\n .skin-default .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-default .button.logo-button svg,\n .skin-default .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-default .public-layout .header .nav-button,\n .skin-default .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-default .public-layout .header .nav-button:hover,\n .skin-default .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-default .button.button-secondary,\n .skin-default .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-default .button.button-secondary:active,\n .skin-default .button.button-secondary:active,\n .theme-default .button.button-secondary:focus,\n .skin-default .button.button-secondary:focus,\n .theme-default .button.button-secondary:hover,\n .skin-default .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-default .button:active,\n .skin-default .button:active,\n .theme-default .button:focus,\n .skin-default .button:focus,\n .theme-default .button:hover,\n .skin-default .button:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active,\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.logo-button:active,\n .skin-default .button.logo-button:active,\n .theme-default .button.logo-button:focus,\n .skin-default .button.logo-button:focus,\n .theme-default .button.logo-button:hover,\n .skin-default .button.logo-button:hover,\n .theme-default .announcements__item__unread,\n .skin-default .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-default select,\n .skin-default select {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .theme-default .mute-modal__cancel-button,\n .skin-default .mute-modal__cancel-button {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-default .mute-modal__cancel-button:hover,\n .skin-default .mute-modal__cancel-button:hover {\n background-color: #363a4f;\n }\n .theme-default .drawer__inner,\n .skin-default .drawer__inner,\n .theme-default .drawer__inner__mastodon,\n .skin-default .drawer__inner__mastodon,\n .theme-default .compose-form__highlightable,\n .skin-default .compose-form__highlightable,\n .theme-default .column-header,\n .skin-default .column-header,\n .theme-default .boost-modal,\n .skin-default .boost-modal,\n .theme-default .mute-modal,\n .skin-default .mute-modal,\n .theme-default .privacy-dropdown__dropdown,\n .skin-default .privacy-dropdown__dropdown,\n .theme-default .explore__search-header .search__input,\n .skin-default .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-default .mute-modal__action-bar,\n .skin-default .mute-modal__action-bar {\n background-color: #1e2030;\n }\n .theme-default .mute-modal__container,\n .skin-default .mute-modal__container {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-default .compose-form .autosuggest-textarea__textarea,\n .skin-default .compose-form .autosuggest-textarea__textarea {\n color: #cad3f5 !important;\n background-color: #494d64 !important;\n }\n .theme-default .compose-form .compose-form__modifiers,\n .skin-default .compose-form .compose-form__modifiers,\n .theme-default .compose-form .compose-form__autosuggest-wrapper,\n .skin-default .compose-form .compose-form__autosuggest-wrapper,\n .theme-default .autosuggest-textarea__suggestions,\n .skin-default .autosuggest-textarea__suggestions,\n .theme-default .compose-form .spoiler-input__input,\n .skin-default .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-default .compose-form .compose-form__buttons-wrapper,\n .skin-default .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-default .load-more:hover,\n .skin-default .load-more:hover {\n background-color: #1e2030;\n }\n .theme-default .character-counter,\n .skin-default .character-counter {\n color: #a5adcb;\n }\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .hero-widget,\n .skin-default .hero-widget,\n .theme-default .public-layout .public-account-header,\n .skin-default .public-layout .public-account-header,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .nothing-here,\n .skin-default .nothing-here {\n box-shadow: none;\n }\n .theme-default .dropdown-menu__item--dangerous a,\n .skin-default .dropdown-menu__item--dangerous a {\n color: #ed8796;\n }\n .theme-default .search__popout,\n .skin-default .search__popout,\n .theme-default .dropdown-menu__arrow::before,\n .skin-default .dropdown-menu__arrow::before,\n .theme-default .dropdown-menu__item button,\n .skin-default .dropdown-menu__item button,\n .theme-default .dropdown-menu__container__list,\n .skin-default .dropdown-menu__container__list,\n .theme-default .dropdown-menu.bottom,\n .skin-default .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-default .dropdown-menu__item a:hover,\n .skin-default .dropdown-menu__item a:hover,\n .theme-default .dropdown-menu__item button:hover,\n .skin-default .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-default .input-copy,\n .skin-default .input-copy,\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"],\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form .block-button,\n .skin-default .simple_form .block-button,\n .theme-default .notification__filter-bar button,\n .skin-default .notification__filter-bar button,\n .theme-default .simple_form .button,\n .skin-default .simple_form .button,\n .theme-default .simple_form button,\n .skin-default .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-default .simple_form .block-button:hover,\n .skin-default .simple_form .block-button:hover,\n .theme-default .simple_form .button:hover,\n .skin-default .simple_form .button:hover,\n .theme-default .notification__filter-bar button:hover,\n .skin-default .notification__filter-bar button:hover,\n .theme-default .simple_form button:hover,\n .skin-default .simple_form button:hover {\n background: #363a4f;\n }\n .theme-default .simple_form .input.with_label .label_input > label,\n .skin-default .simple_form .input.with_label .label_input > label,\n .theme-default .simple_form select,\n .skin-default .simple_form select,\n .theme-default .accounts-table__count,\n .skin-default .accounts-table__count,\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea {\n color: #cad3f5;\n }\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid,\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-default .simple_form select,\n .skin-default .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22m3.467%2014.967-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5s-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-default .poll__option input[type=\"text\"]:focus,\n .skin-default .poll__option input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"datetime-local\"]:active,\n .skin-default .simple_form input[type=\"datetime-local\"]:active,\n .theme-default .simple_form input[type=\"datetime-local\"]:focus,\n .skin-default .simple_form input[type=\"datetime-local\"]:focus,\n .theme-default .simple_form input[type=\"email\"]:active,\n .skin-default .simple_form input[type=\"email\"]:active,\n .theme-default .simple_form input[type=\"email\"]:focus,\n .skin-default .simple_form input[type=\"email\"]:focus,\n .theme-default .simple_form input[type=\"number\"]:active,\n .skin-default .simple_form input[type=\"number\"]:active,\n .theme-default .simple_form input[type=\"number\"]:focus,\n .skin-default .simple_form input[type=\"number\"]:focus,\n .theme-default .simple_form input[type=\"password\"]:active,\n .skin-default .simple_form input[type=\"password\"]:active,\n .theme-default .simple_form input[type=\"password\"]:focus,\n .skin-default .simple_form input[type=\"password\"]:focus,\n .theme-default .simple_form input[type=\"text\"]:active,\n .skin-default .simple_form input[type=\"text\"]:active,\n .theme-default .simple_form input[type=\"text\"]:focus,\n .skin-default .simple_form input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"url\"]:active,\n .skin-default .simple_form input[type=\"url\"]:active,\n .theme-default .simple_form input[type=\"url\"]:focus,\n .skin-default .simple_form input[type=\"url\"]:focus,\n .theme-default .simple_form textarea:active,\n .skin-default .simple_form textarea:active,\n .theme-default .simple_form textarea:focus,\n .skin-default .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th,\n .theme-default .setting-text:active,\n .skin-default .setting-text:active,\n .theme-default .setting-text:focus,\n .skin-default .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-default .batch-table__toolbar,\n .skin-default .batch-table__toolbar,\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-default .simple_form input[type=\"datetime-local\"]:hover,\n .skin-default .simple_form input[type=\"datetime-local\"]:hover,\n .theme-default .simple_form input[type=\"email\"]:hover,\n .skin-default .simple_form input[type=\"email\"]:hover,\n .theme-default .simple_form input[type=\"number\"]:hover,\n .skin-default .simple_form input[type=\"number\"]:hover,\n .theme-default .simple_form input[type=\"password\"]:hover,\n .skin-default .simple_form input[type=\"password\"]:hover,\n .theme-default .simple_form input[type=\"text\"]:hover,\n .skin-default .simple_form input[type=\"text\"]:hover,\n .theme-default .simple_form input[type=\"url\"]:hover,\n .skin-default .simple_form input[type=\"url\"]:hover,\n .theme-default .simple_form textarea:hover,\n .skin-default .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-default .batch-table__row,\n .skin-default .batch-table__row {\n background: #494d64;\n }\n .theme-default .batch-table__row:hover,\n .skin-default .batch-table__row:hover,\n .theme-default .batch-table__row:nth-child(2n):hover,\n .skin-default .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-default .batch-table__row:nth-child(2n),\n .skin-default .batch-table__row:nth-child(2n),\n .theme-default .table > tbody > tr > td,\n .skin-default .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-default .positive-hint,\n .skin-default .positive-hint {\n color: #a6da95 !important;\n }\n .theme-default .card__bar,\n .skin-default .card__bar {\n background: #363a4f;\n }\n .theme-default .reply-indicator,\n .skin-default .reply-indicator {\n background: #494d64;\n }\n }\n @media (prefers-color-scheme: dark) {\n .theme-default,\n .skin-default {\n color-scheme: dark;\n --background-color: #24273a;\n --background-color-alt: #24273a;\n --dropdown-border-color: #494d64;\n --dropdown-background-color: #363a4f;\n --modal-background-color: #1e2030;\n --modal-border-color: #181926;\n }\n .theme-default ::selection,\n .skin-default ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .theme-default input::placeholder,\n .skin-default input::placeholder,\n .theme-default textarea::placeholder,\n .skin-default textarea::placeholder {\n color: #a5adcb !important;\n }\n .theme-default,\n .skin-default,\n .theme-default .column-header__wrapper,\n .skin-default .column-header__wrapper,\n .theme-default .column > *:not(.loading-indicator),\n .skin-default .column > *:not(.loading-indicator),\n .theme-default body.flavour-glitch.skin-default .column-header__wrapper,\n .skin-default body.flavour-glitch.skin-default .column-header__wrapper {\n --background-border-color: #363a4f !important;\n }\n .theme-default,\n .skin-default,\n .theme-default .tabs-bar__wrapper,\n .skin-default .tabs-bar__wrapper,\n .theme-default .admin-wrapper .sidebar-wrapper__inner,\n .skin-default .admin-wrapper .sidebar-wrapper__inner,\n .theme-default .ui__header,\n .skin-default .ui__header {\n background: #181926;\n color: #cad3f5;\n }\n .theme-default .navigation-panel,\n .skin-default .navigation-panel,\n .theme-default .column-link,\n .skin-default .column-link {\n background: transparent;\n }\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .search-popout em,\n .skin-default .search-popout em,\n .theme-default .dismissable-banner__message,\n .skin-default .dismissable-banner__message,\n .theme-default .dismissable-banner__message h1,\n .skin-default .dismissable-banner__message h1,\n .theme-default .account__header__bio .account__header__fields dt,\n .skin-default .account__header__bio .account__header__fields dt,\n .theme-default .account__section-headline a.active,\n .skin-default .account__section-headline a.active,\n .theme-default .account__section-headline button.active,\n .skin-default .account__section-headline button.active,\n .theme-default .notification__filter-bar a.active,\n .skin-default .notification__filter-bar a.active,\n .theme-default .notification__filter-bar button.active,\n .skin-default .notification__filter-bar button.active,\n .theme-default .account__header__bio .account__header__content,\n .skin-default .account__header__bio .account__header__content,\n .theme-default .navigation-bar,\n .skin-default .navigation-bar,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .display-name__html,\n .skin-default .display-name__html,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .account__display-name strong,\n .skin-default .account__display-name strong,\n .theme-default .status__display-name strong,\n .skin-default .status__display-name strong,\n .theme-default .notification__message,\n .skin-default .notification__message,\n .theme-default .public-layout .public-account-bio .account__header__content,\n .skin-default .public-layout .public-account-bio .account__header__content,\n .theme-default .reply-indicator__content,\n .skin-default .reply-indicator__content,\n .theme-default .status__content,\n .skin-default .status__content,\n .theme-default .status__content__text,\n .skin-default .status__content__text,\n .theme-default .card__bar .display-name strong,\n .skin-default .card__bar .display-name strong {\n color: #cad3f5;\n }\n .theme-default .search-popout span,\n .skin-default .search-popout span,\n .theme-default .link-footer p,\n .skin-default .link-footer p,\n .theme-default .link-footer p a,\n .skin-default .link-footer p a {\n color: #b8c0e0;\n }\n .theme-default .account__header__tabs__name h1 small,\n .skin-default .account__header__tabs__name h1 small,\n .theme-default .account__header__bio .account__header__fields dd,\n .skin-default .account__header__bio .account__header__fields dd,\n .theme-default .display-name__account,\n .skin-default .display-name__account,\n .theme-default .status__relative-time,\n .skin-default .status__relative-time,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .account .account__display-name,\n .skin-default .account .account__display-name,\n .theme-default .label_input .search__input,\n .skin-default .label_input .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .account__header__fields dt,\n .skin-default .account__header__fields dt {\n color: #a5adcb;\n }\n .theme-default .compose-panel hr,\n .skin-default .compose-panel hr,\n .theme-default .navigation-panel hr,\n .skin-default .navigation-panel hr {\n border-top-color: #5b6078;\n }\n .theme-default .mention,\n .skin-default .mention,\n .theme-default .icon-button.inverted,\n .skin-default .icon-button.inverted,\n .theme-default .icon-button.inverted:focus,\n .skin-default .icon-button.inverted:focus,\n .theme-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .skin-default .icon-button.inverted:hover .account__header__tabs__name h1,\n .theme-default .account__header__content a,\n .skin-default .account__header__content a,\n .theme-default .account__header__bio .account__header__fields a,\n .skin-default .account__header__bio .account__header__fields a,\n .theme-default .empty-column-indicator a,\n .skin-default .empty-column-indicator a,\n .theme-default .follow_requests-unlocked_explanation a,\n .skin-default .follow_requests-unlocked_explanation a,\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .text-icon-button,\n .skin-default .text-icon-button,\n .theme-default .icon-button.active,\n .skin-default .icon-button.active,\n .theme-default .public-layout .public-account-bio .account__header__fields a,\n .skin-default .public-layout .public-account-bio .account__header__fields a,\n .theme-default .column-header__back-button,\n .skin-default .column-header__back-button,\n .theme-default .navigation-bar strong,\n .skin-default .navigation-bar strong,\n .theme-default .reply-indicator__content a.unhandled-link,\n .skin-default .reply-indicator__content a.unhandled-link,\n .theme-default .status__content a.unhandled-link,\n .skin-default .status__content a.unhandled-link,\n .theme-default .announcements__item__content a.unhandled-link,\n .skin-default .announcements__item__content a.unhandled-link,\n .theme-default .reactions-bar__item.active .reactions-bar__item__count,\n .skin-default .reactions-bar__item.active .reactions-bar__item__count,\n .theme-default .column-header.active .column-header__icon,\n .skin-default .column-header.active .column-header__icon {\n color: #b7bdf8;\n }\n .theme-default .display-name strong,\n .skin-default .display-name strong {\n color: #cad3f5 !important;\n }\n .theme-default .boost-modal__action-bar,\n .skin-default .boost-modal__action-bar {\n background: #1e2030;\n }\n .theme-default .boost-modal__action-bar span,\n .skin-default .boost-modal__action-bar span {\n color: #b8c0e0;\n }\n .theme-default .emoji-mart-anchor-selected,\n .skin-default .emoji-mart-anchor-selected,\n .theme-default .reply-indicator__content a,\n .skin-default .reply-indicator__content a {\n color: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown__option,\n .skin-default .privacy-dropdown__option {\n background: #363a4f;\n }\n .theme-default .privacy-dropdown__option .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option strong,\n .skin-default .privacy-dropdown__option strong,\n .theme-default .privacy-dropdown__option i,\n .skin-default .privacy-dropdown__option i {\n color: #cad3f5;\n }\n .theme-default .privacy-dropdown__option:hover,\n .skin-default .privacy-dropdown__option:hover,\n .theme-default .privacy-dropdown__option.active,\n .skin-default .privacy-dropdown__option.active {\n background: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option:hover .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .skin-default .privacy-dropdown__option.active .privacy-dropdown__option__content,\n .theme-default .privacy-dropdown__option:hover strong,\n .skin-default .privacy-dropdown__option:hover strong,\n .theme-default .privacy-dropdown__option.active strong,\n .skin-default .privacy-dropdown__option.active strong,\n .theme-default .privacy-dropdown__option:hover i,\n .skin-default .privacy-dropdown__option:hover i,\n .theme-default .privacy-dropdown__option.active i,\n .skin-default .privacy-dropdown__option.active i {\n color: #181926;\n }\n .theme-default .privacy-dropdown.active .privacy-dropdown__value,\n .skin-default .privacy-dropdown.active .privacy-dropdown__value {\n background: #b7bdf8 !important;\n }\n .theme-default .privacy-dropdown.active .privacy-dropdown__value > button,\n .skin-default .privacy-dropdown.active .privacy-dropdown__value > button,\n .theme-default .privacy-dropdown__value-icon.active > i,\n .skin-default .privacy-dropdown__value-icon.active > i {\n color: #181926 !important;\n }\n .theme-default .emoji-mart-search > input,\n .skin-default .emoji-mart-search > input {\n color: #cad3f5 !important;\n }\n .theme-default .emoji-mart-search,\n .skin-default .emoji-mart-search,\n .theme-default .language-dropdown__dropdown__results,\n .skin-default .language-dropdown__dropdown__results {\n background: #363a4f;\n }\n .theme-default .language-dropdown__dropdown,\n .skin-default .language-dropdown__dropdown {\n background: #494d64 !important;\n }\n .theme-default .language-dropdown__dropdown__results__item > span,\n .skin-default .language-dropdown__dropdown__results__item > span {\n color: #cad3f5;\n }\n .theme-default .language-dropdown__dropdown__results__item:hover,\n .skin-default .language-dropdown__dropdown__results__item:hover,\n .theme-default .language-dropdown__dropdown__results__item.active,\n .skin-default .language-dropdown__dropdown__results__item.active {\n background: #b7bdf8;\n }\n .theme-default .language-dropdown__dropdown__results__item:hover > span,\n .skin-default .language-dropdown__dropdown__results__item:hover > span,\n .theme-default .language-dropdown__dropdown__results__item.active > span,\n .skin-default .language-dropdown__dropdown__results__item.active > span {\n color: #181926;\n }\n .theme-default .conversation__unread,\n .skin-default .conversation__unread,\n .theme-default .emoji-mart-anchor-bar,\n .skin-default .emoji-mart-anchor-bar,\n .theme-default .compose-form__actions .icon-button.active,\n .skin-default .compose-form__actions .icon-button.active,\n .theme-default .react-toggle--checked .react-toggle-track,\n .skin-default .react-toggle--checked .react-toggle-track,\n .theme-default .react-toggle--checked:hover .react-toggle-track,\n .skin-default .react-toggle--checked:hover .react-toggle-track,\n .theme-default .pillbar-button:not([disabled]).active,\n .skin-default .pillbar-button:not([disabled]).active,\n .theme-default .pillbar-button:not([disabled]).active:focus,\n .skin-default .pillbar-button:not([disabled]).active:focus,\n .theme-default .pillbar-button:not([disabled]).active:hover,\n .skin-default .pillbar-button:not([disabled]).active:hover,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked {\n background-color: #b7bdf8;\n }\n .theme-default .reactions-bar__item.active,\n .skin-default .reactions-bar__item.active {\n background-color: rgba(183, 189, 248, 0.25);\n }\n .theme-default .trends__item__sparkline path:last-child,\n .skin-default .trends__item__sparkline path:last-child {\n stroke: #b7bdf8 !important;\n }\n .theme-default .trends__item__sparkline path:first-child,\n .skin-default .trends__item__sparkline path:first-child {\n fill: rgba(183, 189, 248, 0.25) !important;\n }\n .theme-default .icon-button,\n .skin-default .icon-button,\n .theme-default .notification__message .fa,\n .skin-default .notification__message .fa {\n color: #5b6078;\n }\n .theme-default .icon-button:active,\n .skin-default .icon-button:active,\n .theme-default .icon-button:focus,\n .skin-default .icon-button:focus,\n .theme-default .icon-button:hover,\n .skin-default .icon-button:hover,\n .theme-default .text-icon-button:active,\n .skin-default .text-icon-button:active,\n .theme-default .text-icon-button:focus,\n .skin-default .text-icon-button:focus,\n .theme-default .text-icon-button:hover,\n .skin-default .text-icon-button:hover,\n .theme-default .public-layout .public-account-bio .account__header__fields a:hover,\n .skin-default .public-layout .public-account-bio .account__header__fields a:hover {\n color: #b7bdf8;\n }\n .theme-default .account__domain-pill,\n .skin-default .account__domain-pill {\n color: #b7bdf8;\n background: rgba(183, 189, 248, 0.2);\n }\n .theme-default .column-back-button,\n .skin-default .column-back-button,\n .theme-default .drawer__header,\n .skin-default .drawer__header,\n .theme-default .account__section-headline button,\n .skin-default .account__section-headline button,\n .theme-default .account__header,\n .skin-default .account__header,\n .theme-default .search__input,\n .skin-default .search__input,\n .theme-default .search__input:focus,\n .skin-default .search__input:focus,\n .theme-default .column-link__badge,\n .skin-default .column-link__badge,\n .theme-default .column-subheading,\n .skin-default .column-subheading,\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .public-layout .public-account-header__bar::before,\n .skin-default .public-layout .public-account-header__bar::before,\n .theme-default .account__header__fields,\n .skin-default .account__header__fields,\n .theme-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .skin-default .account__header__fields dd:not(.account__header__bio .account__header__fields dd),\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .theme-default .explore__search-header,\n .skin-default .explore__search-header,\n .theme-default .column-inline-form,\n .skin-default .column-inline-form,\n .theme-default .follow_requests-unlocked_explanation,\n .skin-default .follow_requests-unlocked_explanation,\n .theme-default .conversation--unread,\n .skin-default .conversation--unread,\n .theme-default .announcements,\n .skin-default .announcements,\n .theme-default .status-card__image,\n .skin-default .status-card__image {\n background: #363a4f !important;\n }\n .theme-default .account__section-headline,\n .skin-default .account__section-headline {\n background: #1e2030;\n }\n .theme-default .focusable:focus,\n .skin-default .focusable:focus {\n background: unset;\n }\n .theme-default .admin-wrapper .sidebar ul a:hover,\n .skin-default .admin-wrapper .sidebar ul a:hover,\n .theme-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .skin-default .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .theme-default .detailed-status,\n .skin-default .detailed-status,\n .theme-default .detailed-status__action-bar,\n .skin-default .detailed-status__action-bar {\n background: #363a4f;\n }\n .theme-default .dismissable-banner,\n .skin-default .dismissable-banner {\n background: #24273a;\n }\n .theme-default .column-header__wrapper.active,\n .skin-default .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(183, 189, 248, 0.3);\n }\n .theme-default .column-header__wrapper.active::before,\n .skin-default .column-header__wrapper.active::before {\n background: radial-gradient(ellipse, rgba(183, 189, 248, 0.23) 0, rgba(99, 100, 255, 0) 60%);\n }\n .theme-default .account__header__bio .account__header__fields dl,\n .skin-default .account__header__bio .account__header__fields dl,\n .theme-default .account__header__bio .account__header__fields,\n .skin-default .account__header__bio .account__header__fields,\n .theme-default .boost-modal__container,\n .skin-default .boost-modal__container,\n .theme-default .empty-column-indicator,\n .skin-default .empty-column-indicator,\n .theme-default .column > .scrollable,\n .skin-default .column > .scrollable,\n .theme-default .nothing-here,\n .skin-default .nothing-here,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .hero-widget__text,\n .skin-default .hero-widget__text,\n .theme-default.admin,\n .skin-default.admin,\n .theme-default .admin-wrapper .sidebar ul a.selected,\n .skin-default .admin-wrapper .sidebar ul a.selected,\n .theme-default .admin-wrapper .sidebar ul ul,\n .skin-default .admin-wrapper .sidebar ul ul {\n background: #24273a;\n }\n .theme-default .dropdown-button,\n .skin-default .dropdown-button {\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .theme-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter::after,\n .theme-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .skin-default .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .theme-default .react-toggle--checked .react-toggle-thumb,\n .skin-default .react-toggle--checked .react-toggle-thumb,\n .theme-default .radio-button__input.checked,\n .skin-default .radio-button__input.checked,\n .theme-default .account__action-bar__tab.active,\n .skin-default .account__action-bar__tab.active {\n border-color: #b7bdf8;\n }\n .theme-default .account,\n .skin-default .account,\n .theme-default .load-gap,\n .skin-default .load-gap {\n border-color: #1e2030;\n }\n .theme-default .account__section-headline a.active::after,\n .skin-default .account__section-headline a.active::after {\n border-color: transparent transparent #24273a;\n }\n .theme-default .account__section-headline a.active::before,\n .skin-default .account__section-headline a.active::before,\n .theme-default .account__section-headline button.active::after,\n .skin-default .account__section-headline button.active::after,\n .theme-default .account__section-headline button.active::before,\n .skin-default .account__section-headline button.active::before {\n border-color: transparent transparent #1e2030;\n }\n .theme-default .poll__chart,\n .skin-default .poll__chart {\n background: #6e738d;\n }\n .theme-default .poll__chart.leading,\n .skin-default .poll__chart.leading {\n background: #b7bdf8;\n }\n .theme-default .search-popout,\n .skin-default .search-popout,\n .theme-default .drawer__header a:hover,\n .skin-default .drawer__header a:hover,\n .theme-default .column-header__button:hover,\n .skin-default .column-header__button:hover,\n .theme-default .account__section-headline button:hover,\n .skin-default .account__section-headline button:hover,\n .theme-default .account__section-headline a:hover,\n .skin-default .account__section-headline a:hover {\n background: #5b6078;\n }\n .theme-default .prose a,\n .skin-default .prose a,\n .theme-default .column-link .active,\n .skin-default .column-link .active,\n .theme-default .compose-form__poll__select__value,\n .skin-default .compose-form__poll__select__value,\n .theme-default .column-link--transparent.active,\n .skin-default .column-link--transparent.active,\n .theme-default .column-link--transparent:focus,\n .skin-default .column-link--transparent:focus,\n .theme-default .column-link:focus,\n .skin-default .column-link:focus,\n .theme-default .column-link--transparent:hover,\n .skin-default .column-link--transparent:hover,\n .theme-default .column-link:hover,\n .skin-default .column-link:hover {\n color: #b7bdf8;\n }\n .theme-default .status.collapsed .status__content::after,\n .skin-default .status.collapsed .status__content::after {\n background: linear-gradient(rgba(36, 39, 58, 0), #24273a);\n }\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active {\n color: #24273a;\n }\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary {\n border-color: #b7bdf8;\n }\n .theme-default .button,\n .skin-default .button,\n .theme-default .button.button-tertiary,\n .skin-default .button.button-tertiary,\n .theme-default .button.logo-button,\n .skin-default .button.logo-button,\n .theme-default .icon-with-badge__badge,\n .skin-default .icon-with-badge__badge {\n background: #b7bdf8;\n color: #24273a;\n }\n .theme-default .button.logo-button svg,\n .skin-default .button.logo-button svg {\n fill: currentcolor;\n }\n .theme-default .public-layout .header .nav-button,\n .skin-default .public-layout .header .nav-button {\n background-color: #494d64;\n }\n .theme-default .public-layout .header .nav-button:hover,\n .skin-default .public-layout .header .nav-button:hover {\n background-color: #5b6078;\n }\n .theme-default .button.button-secondary,\n .skin-default .button.button-secondary {\n background-color: transparent;\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .theme-default .button.button-secondary:active,\n .skin-default .button.button-secondary:active,\n .theme-default .button.button-secondary:focus,\n .skin-default .button.button-secondary:focus,\n .theme-default .button.button-secondary:hover,\n .skin-default .button.button-secondary:hover {\n border-color: #b7bdf8;\n color: #24273a;\n transition: 0.2s;\n }\n .theme-default .button:active,\n .skin-default .button:active,\n .theme-default .button:focus,\n .skin-default .button:focus,\n .theme-default .button:hover,\n .skin-default .button:hover,\n .theme-default .button.button-tertiary:active,\n .skin-default .button.button-tertiary:active,\n .theme-default .button.button-tertiary:focus,\n .skin-default .button.button-tertiary:focus,\n .theme-default .button.button-tertiary:hover,\n .skin-default .button.button-tertiary:hover,\n .theme-default .button.logo-button:active,\n .skin-default .button.logo-button:active,\n .theme-default .button.logo-button:focus,\n .skin-default .button.logo-button:focus,\n .theme-default .button.logo-button:hover,\n .skin-default .button.logo-button:hover,\n .theme-default .announcements__item__unread,\n .skin-default .announcements__item__unread {\n background: #b7bdf8;\n }\n .theme-default select,\n .skin-default select {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .theme-default .mute-modal__cancel-button,\n .skin-default .mute-modal__cancel-button {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-default .mute-modal__cancel-button:hover,\n .skin-default .mute-modal__cancel-button:hover {\n background-color: #363a4f;\n }\n .theme-default .drawer__inner,\n .skin-default .drawer__inner,\n .theme-default .drawer__inner__mastodon,\n .skin-default .drawer__inner__mastodon,\n .theme-default .compose-form__highlightable,\n .skin-default .compose-form__highlightable,\n .theme-default .column-header,\n .skin-default .column-header,\n .theme-default .boost-modal,\n .skin-default .boost-modal,\n .theme-default .mute-modal,\n .skin-default .mute-modal,\n .theme-default .privacy-dropdown__dropdown,\n .skin-default .privacy-dropdown__dropdown,\n .theme-default .explore__search-header .search__input,\n .skin-default .explore__search-header .search__input {\n background-color: #24273a;\n }\n .theme-default .mute-modal__action-bar,\n .skin-default .mute-modal__action-bar {\n background-color: #1e2030;\n }\n .theme-default .mute-modal__container,\n .skin-default .mute-modal__container {\n background-color: #24273a;\n color: #cad3f5;\n }\n .theme-default .compose-form .autosuggest-textarea__textarea,\n .skin-default .compose-form .autosuggest-textarea__textarea {\n color: #cad3f5 !important;\n background-color: #494d64 !important;\n }\n .theme-default .compose-form .compose-form__modifiers,\n .skin-default .compose-form .compose-form__modifiers,\n .theme-default .compose-form .compose-form__autosuggest-wrapper,\n .skin-default .compose-form .compose-form__autosuggest-wrapper,\n .theme-default .autosuggest-textarea__suggestions,\n .skin-default .autosuggest-textarea__suggestions,\n .theme-default .compose-form .spoiler-input__input,\n .skin-default .compose-form .spoiler-input__input {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n .theme-default .compose-form .compose-form__buttons-wrapper,\n .skin-default .compose-form .compose-form__buttons-wrapper {\n background: #363a4f;\n }\n .theme-default .load-more:hover,\n .skin-default .load-more:hover {\n background-color: #1e2030;\n }\n .theme-default .character-counter,\n .skin-default .character-counter {\n color: #a5adcb;\n }\n .theme-default .public-layout .header,\n .skin-default .public-layout .header,\n .theme-default .hero-widget,\n .skin-default .hero-widget,\n .theme-default .public-layout .public-account-header,\n .skin-default .public-layout .public-account-header,\n .theme-default .public-layout .public-account-bio,\n .skin-default .public-layout .public-account-bio,\n .theme-default .nothing-here,\n .skin-default .nothing-here {\n box-shadow: none;\n }\n .theme-default .dropdown-menu__item--dangerous a,\n .skin-default .dropdown-menu__item--dangerous a {\n color: #ed8796;\n }\n .theme-default .search__popout,\n .skin-default .search__popout,\n .theme-default .dropdown-menu__arrow::before,\n .skin-default .dropdown-menu__arrow::before,\n .theme-default .dropdown-menu__item button,\n .skin-default .dropdown-menu__item button,\n .theme-default .dropdown-menu__container__list,\n .skin-default .dropdown-menu__container__list,\n .theme-default .dropdown-menu.bottom,\n .skin-default .dropdown-menu.bottom {\n background: #363a4f;\n color: #cad3f5;\n }\n .theme-default .dropdown-menu__item a:hover,\n .skin-default .dropdown-menu__item a:hover,\n .theme-default .dropdown-menu__item button:hover,\n .skin-default .dropdown-menu__item button:hover {\n background: #494d64;\n }\n .theme-default .input-copy,\n .skin-default .input-copy,\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"],\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form .block-button,\n .skin-default .simple_form .block-button,\n .theme-default .notification__filter-bar button,\n .skin-default .notification__filter-bar button,\n .theme-default .simple_form .button,\n .skin-default .simple_form .button,\n .theme-default .simple_form button,\n .skin-default .simple_form button {\n background: #1e2030;\n color: #cad3f5;\n }\n .theme-default .simple_form .block-button:hover,\n .skin-default .simple_form .block-button:hover,\n .theme-default .simple_form .button:hover,\n .skin-default .simple_form .button:hover,\n .theme-default .notification__filter-bar button:hover,\n .skin-default .notification__filter-bar button:hover,\n .theme-default .simple_form button:hover,\n .skin-default .simple_form button:hover {\n background: #363a4f;\n }\n .theme-default .simple_form .input.with_label .label_input > label,\n .skin-default .simple_form .input.with_label .label_input > label,\n .theme-default .simple_form select,\n .skin-default .simple_form select,\n .theme-default .accounts-table__count,\n .skin-default .accounts-table__count,\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea {\n color: #cad3f5;\n }\n .theme-default .simple_form textarea,\n .skin-default .simple_form textarea,\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"text\"],\n .skin-default .simple_form input[type=\"text\"] {\n border-color: #181926;\n }\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid {\n border-color: #a6da95;\n }\n .theme-default .simple_form input[type=\"password\"],\n .skin-default .simple_form input[type=\"password\"],\n .theme-default .simple_form input[type=\"number\"],\n .skin-default .simple_form input[type=\"number\"],\n .theme-default .simple_form input[type=\"email\"]:required:valid,\n .skin-default .simple_form input[type=\"email\"]:required:valid,\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: #cad3f5;\n background: #1e2030;\n }\n .theme-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown),\n .skin-default .simple_form input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: #ed8796;\n }\n .theme-default .simple_form select,\n .skin-default .simple_form select {\n background: #1e2030 url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.933%2018.467%22%20height%3D%2219.698%22%20width%3D%2215.929%22%3E%3Cpath%20d%3D%22m3.467%2014.967-3.393-3.5H14.86l-3.392%203.5c-1.866%201.925-3.666%203.5-4%203.5s-2.135-1.575-4-3.5zm.266-11.234L7.467%200%2011.2%203.733l3.733%203.734H0z%22%20fill%3D%22%23939ab7%22/%3E%3C/svg%3E\") no-repeat right 8px center / auto 16px;\n border-color: #181926;\n }\n .theme-default .poll__option input[type=\"text\"]:focus,\n .skin-default .poll__option input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"datetime-local\"]:active,\n .skin-default .simple_form input[type=\"datetime-local\"]:active,\n .theme-default .simple_form input[type=\"datetime-local\"]:focus,\n .skin-default .simple_form input[type=\"datetime-local\"]:focus,\n .theme-default .simple_form input[type=\"email\"]:active,\n .skin-default .simple_form input[type=\"email\"]:active,\n .theme-default .simple_form input[type=\"email\"]:focus,\n .skin-default .simple_form input[type=\"email\"]:focus,\n .theme-default .simple_form input[type=\"number\"]:active,\n .skin-default .simple_form input[type=\"number\"]:active,\n .theme-default .simple_form input[type=\"number\"]:focus,\n .skin-default .simple_form input[type=\"number\"]:focus,\n .theme-default .simple_form input[type=\"password\"]:active,\n .skin-default .simple_form input[type=\"password\"]:active,\n .theme-default .simple_form input[type=\"password\"]:focus,\n .skin-default .simple_form input[type=\"password\"]:focus,\n .theme-default .simple_form input[type=\"text\"]:active,\n .skin-default .simple_form input[type=\"text\"]:active,\n .theme-default .simple_form input[type=\"text\"]:focus,\n .skin-default .simple_form input[type=\"text\"]:focus,\n .theme-default .simple_form input[type=\"url\"]:active,\n .skin-default .simple_form input[type=\"url\"]:active,\n .theme-default .simple_form input[type=\"url\"]:focus,\n .skin-default .simple_form input[type=\"url\"]:focus,\n .theme-default .simple_form textarea:active,\n .skin-default .simple_form textarea:active,\n .theme-default .simple_form textarea:focus,\n .skin-default .simple_form textarea:focus {\n border-color: #b7bdf8 !important;\n background: #1e2030 !important;\n color: #cad3f5 !important;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th,\n .theme-default .setting-text:active,\n .skin-default .setting-text:active,\n .theme-default .setting-text:focus,\n .skin-default .setting-text:focus {\n border-color: #b7bdf8 !important;\n }\n .theme-default .batch-table__toolbar,\n .skin-default .batch-table__toolbar,\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n .theme-default .simple_form input[type=\"datetime-local\"]:hover,\n .skin-default .simple_form input[type=\"datetime-local\"]:hover,\n .theme-default .simple_form input[type=\"email\"]:hover,\n .skin-default .simple_form input[type=\"email\"]:hover,\n .theme-default .simple_form input[type=\"number\"]:hover,\n .skin-default .simple_form input[type=\"number\"]:hover,\n .theme-default .simple_form input[type=\"password\"]:hover,\n .skin-default .simple_form input[type=\"password\"]:hover,\n .theme-default .simple_form input[type=\"text\"]:hover,\n .skin-default .simple_form input[type=\"text\"]:hover,\n .theme-default .simple_form input[type=\"url\"]:hover,\n .skin-default .simple_form input[type=\"url\"]:hover,\n .theme-default .simple_form textarea:hover,\n .skin-default .simple_form textarea:hover {\n background: #1e2030 !important;\n border-color: #b7bdf8 !important;\n transition: 0.4s;\n }\n .theme-default .batch-table__row,\n .skin-default .batch-table__row {\n background: #494d64;\n }\n .theme-default .batch-table__row:hover,\n .skin-default .batch-table__row:hover,\n .theme-default .batch-table__row:nth-child(2n):hover,\n .skin-default .batch-table__row:nth-child(2n):hover {\n background: #5b6078;\n }\n .theme-default .batch-table__row:nth-child(2n),\n .skin-default .batch-table__row:nth-child(2n),\n .theme-default .table > tbody > tr > td,\n .skin-default .table > tbody > tr > td {\n background: #363a4f;\n }\n .theme-default .table > thead > tr > th,\n .skin-default .table > thead > tr > th {\n border-bottom-color: #363a4f;\n }\n .theme-default .positive-hint,\n .skin-default .positive-hint {\n color: #a6da95 !important;\n }\n .theme-default .card__bar,\n .skin-default .card__bar {\n background: #363a4f;\n }\n .theme-default .reply-indicator,\n .skin-default .reply-indicator {\n background: #494d64;\n }\n }", + "start": 1212, "domains": [ "mastodon.social", "mstdn.social", "fosstodon.org", "piaille.fr", + "meow.lgbt", "tech.lgbt", - "wetdry.world" + "wetdry.world", + "toot.wales" ] + }, + { + "code": "/* prettier-ignore */", + "start": 180081 } ], - "sourceCode": "/* ==UserStyle==\n@name Mastodon Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/mastodon\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon\n@description Soothing pastel theme for Mastodon\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"mastodon.social\"),\ndomain(\"mstdn.social\"),\ndomain(\"fosstodon.org\"),\ndomain(\"piaille.fr\"),\ndomain(\"tech.lgbt\"),\ndomain(\"wetdry.world\") {\n .theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light {\n #mastodon(@lightFlavor, @accentColor);\n }\n\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast {\n #mastodon(@darkFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: light) {\n .theme-default,\n .skin-default {\n #mastodon(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n .theme-default,\n .skin-default {\n #mastodon(@darkFlavor, @accentColor);\n }\n }\n\n #mastodon(@lookup, @accent) {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --dropdown-border-color: @surface1;\n --dropdown-background-color: @surface0;\n --modal-background-color: @mantle;\n --modal-border-color: @crust;\n\n &,\n .tabs-bar__wrapper,\n .admin-wrapper .sidebar-wrapper__inner,\n .ui__header {\n background: @crust;\n color: @text;\n }\n\n .navigation-panel,\n .column-link {\n background: transparent;\n }\n\n .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n\n .search-popout,\n .search-popout em,\n .dismissable-banner__message,\n .dismissable-banner__message h1,\n .account__header__bio .account__header__fields dt,\n .account__section-headline a.active,\n .account__section-headline button.active,\n .notification__filter-bar a.active,\n .notification__filter-bar button.active,\n .account__header__bio .account__header__content,\n .navigation-bar,\n .column-link__badge,\n .column-subheading,\n .account__display-name strong,\n .status__display-name strong,\n .notification__message,\n .public-layout .public-account-bio .account__header__content,\n .reply-indicator__content,\n .status__content,\n .card__bar .display-name strong {\n color: @text;\n }\n\n .search-popout span,\n .link-footer p,\n .link-footer p a {\n color: @subtext1;\n }\n\n .account__header__tabs__name h1 small,\n .account__header__bio .account__header__fields dd,\n .display-name__account,\n .status__relative-time,\n .empty-column-indicator,\n .follow_requests-unlocked_explanation,\n .account .account__display-name,\n .label_input .search__input,\n .search__input:focus,\n .account__header__fields dt {\n color: @subtext0;\n }\n\n .compose-panel hr,\n .navigation-panel hr {\n border-top-color: @subtext0;\n }\n\n .trends__item,\n .status,\n .getting-started__trends h4,\n .trends__item__name span,\n .story {\n border-color: @surface0;\n }\n\n .mention,\n .icon-button.inverted,\n .icon-button.inverted:focus,\n .icon-button.inverted:hover .account__header__tabs__name h1,\n .account__header__content a,\n .account__header__bio .account__header__fields a,\n .empty-column-indicator a,\n .follow_requests-unlocked_explanation a,\n .column-back-button,\n .text-icon-button,\n .icon-button.active,\n .public-layout .public-account-bio .account__header__fields a,\n .column-header__back-button,\n .navigation-bar strong,\n .reply-indicator__content a.unhandled-link,\n .status__content a.unhandled-link,\n .announcements__item__content a.unhandled-link,\n .reactions-bar__item.active .reactions-bar__item__count,\n .column-header.active .column-header__icon {\n color: @accent-color;\n }\n\n .emoji-mart-anchor-selected {\n color: @accent-color !important;\n }\n\n .conversation__unread,\n .emoji-mart-anchor-bar,\n .compose-form__actions .icon-button.active,\n .react-toggle--checked .react-toggle-track,\n .react-toggle--checked:hover .react-toggle-track,\n .pillbar-button:not([disabled]).active,\n .pillbar-button:not([disabled]).active:focus,\n .pillbar-button:not([disabled]).active:hover,\n .radio-button__input.checked {\n background-color: @accent-color;\n }\n\n .reactions-bar__item.active {\n background-color: rgba(@accent-color, 0.25);\n }\n\n .trends__item__sparkline path:last-child {\n stroke: @accent-color !important;\n }\n .trends__item__sparkline path:first-child {\n fill: rgba(@accent-color, 0.25) !important;\n }\n\n .icon-button,\n .notification__message .fa {\n color: @surface2;\n }\n\n .icon-button.inverted.active {\n color: @crust;\n }\n\n .icon-button:active,\n .icon-button:focus,\n .icon-button:hover,\n .text-icon-button:active,\n .text-icon-button:focus,\n .text-icon-button:hover,\n .public-layout .public-account-bio .account__header__fields a:hover {\n color: @accent-color;\n }\n\n .column-header,\n .column-header__button,\n .column-header__back-button,\n .column-back-button,\n .drawer__header,\n .notification__filter-bar,\n .account__section-headline button,\n .notification__filter-bar button,\n .account__header,\n .search__input,\n .search__input:focus,\n .column-link__badge,\n .column-subheading,\n .public-layout .header,\n .public-layout .public-account-header__bar::before,\n .account__header__fields,\n .account__header__fields dt,\n .account__header__fields\n dd:not(.account__header__bio .account__header__fields dd),\n .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .explore__search-header,\n .column-inline-form,\n .follow_requests-unlocked_explanation,\n .conversation--unread,\n .column-header__collapsible-inner,\n .announcements,\n .status-card__image {\n border-color: @crust;\n background: @surface0;\n }\n\n .account__section-headline {\n background: @mantle;\n border-color: @crust;\n }\n\n .focusable:focus {\n background: unset;\n }\n\n .admin-wrapper .sidebar ul a:hover,\n .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .detailed-status,\n .detailed-status__action-bar {\n background: @surface0;\n }\n\n .dismissable-banner {\n border-color: @surface1;\n background: @base;\n }\n\n .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(@accent-color, 0.3);\n }\n .column-header__wrapper.active::before {\n background: radial-gradient(\n ellipse,\n rgba(@accent-color, 0.23) 0,\n rgba(99, 100, 255, 0) 60%\n );\n }\n\n .theme-mastodon-light .account__header__bar,\n .theme-mastodon-light .column-header__back-button,\n .account__header__bio .account__header__fields dl,\n .account__header__bio .account__header__fields,\n .empty-column-indicator,\n .column > .scrollable,\n .nothing-here,\n .public-layout .public-account-bio,\n .hero-widget__text,\n &.admin,\n .admin-wrapper .sidebar ul a.selected,\n .admin-wrapper .sidebar ul ul {\n border-color: @mantle;\n background: @base;\n }\n\n .compose-form__highlightable {\n background-color: @base;\n border-color: @surface0;\n }\n\n .dropdown-button {\n border-color: @accent-color;\n color: @accent-color;\n }\n\n .public-layout .public-account-header__tabs__tabs .counter::after,\n .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .react-toggle--checked .react-toggle-thumb,\n .radio-button__input.checked,\n .account__action-bar__tab.active {\n border-color: @accent-color;\n }\n\n .account,\n .load-gap {\n border-color: @mantle;\n }\n\n .account__section-headline a.active::after {\n border-color: transparent transparent @base;\n }\n\n .account__section-headline a.active::before,\n .account__section-headline button.active::after,\n .account__section-headline button.active::before,\n .notification__filter-bar a.active::after,\n .notification__filter-bar a.active::before,\n .notification__filter-bar button.active::after,\n .notification__filter-bar button.active::before {\n border-color: transparent transparent @mantle;\n }\n\n .search-popout,\n .drawer__header a:hover,\n .column-header__button:hover,\n .account__section-headline button:hover,\n .notification__filter-bar button:hover,\n .account__section-headline a:hover {\n background: @surface2;\n }\n\n .column-link .active,\n .compose-form__poll__select__value,\n .column-link--transparent.active,\n .column-link--transparent:focus,\n .column-link:focus {\n color: @accent-color;\n }\n\n .column-link--transparent:hover,\n .column-link:hover {\n color: @accent-color;\n }\n\n .status.collapsed .status__content::after {\n background: linear-gradient(fadeout(@base, 100), @base);\n }\n\n .button.button-tertiary:focus,\n .button.button-tertiary:hover,\n .button.button-tertiary:active {\n color: @base;\n }\n\n .button.button-tertiary {\n border-color: @accent-color;\n }\n\n .button,\n .button.button-tertiary,\n .button.logo-button,\n .icon-with-badge__badge {\n background: @accent-color;\n color: @base;\n }\n\n .button.logo-button svg {\n fill: currentcolor;\n }\n\n .public-layout .header .nav-button {\n background-color: @surface1;\n }\n\n .public-layout .header .nav-button:hover {\n background-color: @surface2;\n }\n\n .button.button-secondary {\n background-color: transparent;\n color: @text;\n border-color: @accent-color;\n }\n .button.button-secondary:active,\n .button.button-secondary:focus,\n .button.button-secondary:hover {\n border-color: @accent-color;\n color: @base;\n transition: 0.2s;\n }\n\n .button:active,\n .button:focus,\n .button:hover,\n .button.button-tertiary:active,\n .button.button-tertiary:focus,\n .button.button-tertiary:hover,\n .button.logo-button:active,\n .button.logo-button:focus,\n .button.logo-button:hover,\n .announcements__item__unread {\n background: @accent-color;\n }\n\n .drawer__inner,\n .drawer__inner__mastodon,\n .explore__search-header .search__input {\n background-color: @base;\n }\n\n .compose-form .compose-form__modifiers,\n .compose-form .autosuggest-textarea__textarea,\n .compose-form .compose-form__autosuggest-wrapper,\n .compose-form .spoiler-input__input {\n background: @surface1 !important;\n color: @text !important;\n }\n\n .compose-form .autosuggest-textarea__textarea::placeholder {\n color: @subtext0 !important;\n }\n\n .compose-form .compose-form__buttons-wrapper {\n background: @surface0;\n }\n\n .load-more:hover {\n background-color: @mantle;\n }\n\n .character-counter {\n color: @subtext0;\n }\n\n .public-layout .header,\n .hero-widget,\n .public-layout .public-account-header,\n .public-layout .public-account-bio,\n .nothing-here {\n box-shadow: none;\n }\n\n .search__popout,\n .dropdown-menu__arrow::before,\n .dropdown-menu__item a,\n .dropdown-menu__item button,\n .dropdown-menu__container__list,\n .dropdown-menu.bottom {\n background: @surface0;\n color: @text;\n }\n\n .dropdown-menu__item a:hover,\n .dropdown-menu__item button:hover {\n background: @surface1;\n }\n\n .input-copy,\n .simple_form input[type=\"text\"],\n .simple_form textarea,\n .simple_form .block-button,\n .simple_form .button,\n .simple_form button {\n background: @mantle;\n color: @text;\n }\n\n .simple_form .block-button:hover,\n .simple_form .button:hover,\n .simple_form button:hover {\n background: @surface0;\n }\n\n .simple_form .input.with_label .label_input > label,\n .simple_form select,\n .accounts-table__count,\n .simple_form textarea {\n color: @text;\n }\n\n .simple_form textarea,\n .simple_form input[type=\"password\"],\n .simple_form input[type=\"number\"],\n .simple_form input[type=\"text\"] {\n border-color: @crust;\n }\n\n .simple_form input[type=\"email\"]:required:valid {\n border-color: @green;\n }\n\n .simple_form input[type=\"password\"],\n .simple_form input[type=\"number\"],\n .simple_form input[type=\"email\"]:required:valid,\n .simple_form\n input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: @text;\n background: @mantle;\n }\n\n .simple_form\n input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: @red;\n }\n\n .simple_form select {\n @svg: escape(\n ''\n );\n background: @mantle url(\"data:image/svg+xml,@{svg}\") no-repeat right 8px\n center/auto 16px;\n border-color: @crust;\n }\n\n .poll__option input[type=\"text\"]:focus,\n .simple_form input[type=\"datetime-local\"]:active,\n .simple_form input[type=\"datetime-local\"]:focus,\n .simple_form input[type=\"email\"]:active,\n .simple_form input[type=\"email\"]:focus,\n .simple_form input[type=\"number\"]:active,\n .simple_form input[type=\"number\"]:focus,\n .simple_form input[type=\"password\"]:active,\n .simple_form input[type=\"password\"]:focus,\n .simple_form input[type=\"text\"]:active,\n .simple_form input[type=\"text\"]:focus,\n .simple_form input[type=\"url\"]:active,\n .simple_form input[type=\"url\"]:focus,\n .simple_form textarea:active,\n .simple_form textarea:focus {\n border-color: @accent-color !important;\n background: @mantle !important;\n color: @text !important;\n }\n\n .table > thead > tr > th,\n .setting-text:active,\n .setting-text:focus {\n border-color: @accent-color !important;\n }\n\n .batch-table__toolbar,\n .table > thead > tr > th {\n background: @surface0 !important;\n color: @text !important;\n }\n\n .simple_form input[type=\"datetime-local\"]:hover,\n .simple_form input[type=\"email\"]:hover,\n .simple_form input[type=\"number\"]:hover,\n .simple_form input[type=\"password\"]:hover,\n .simple_form input[type=\"text\"]:hover,\n .simple_form input[type=\"url\"]:hover,\n .simple_form textarea:hover {\n background: @mantle !important;\n border-color: @accent-color !important;\n transition: 0.4s;\n }\n\n .batch-table__row {\n background: @surface1;\n }\n\n .batch-table__row:hover,\n .batch-table__row:nth-child(2n):hover {\n background: @surface2;\n }\n\n .batch-table__row:nth-child(2n),\n .table > tbody > tr > td {\n background: @surface0;\n }\n\n .table > thead > tr > th {\n border-bottom-color: @surface0;\n }\n\n .positive-hint {\n color: @green !important;\n }\n\n .card__bar {\n background: @surface0;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Mastodon Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/mastodon\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon\n@version 1.3.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon\n@description Soothing pastel theme for Mastodon\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"mastodon.social\"),\ndomain(\"mstdn.social\"),\ndomain(\"fosstodon.org\"),\ndomain(\"piaille.fr\"),\ndomain(\"meow.lgbt\"),\ndomain(\"tech.lgbt\"),\ndomain(\"wetdry.world\"),\ndomain(\"toot.wales\") {\n .theme-mastodon-light,\n .skin-modern-light,\n .skin-mastodon-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .theme-contrast,\n .skin-modern-dark,\n .skin-contrast {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: light) {\n .theme-default,\n .skin-default {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n .theme-default,\n .skin-default {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --background-color: @base;\n --background-color-alt: @base;\n\n --dropdown-border-color: @surface1;\n --dropdown-background-color: @surface0;\n --modal-background-color: @mantle;\n --modal-border-color: @crust;\n\n &,\n .column-header__wrapper,\n .column > *:not(.loading-indicator),\n body.flavour-glitch.skin-default .column-header__wrapper {\n --background-border-color: @surface0 !important;\n }\n\n &,\n .tabs-bar__wrapper,\n .admin-wrapper .sidebar-wrapper__inner,\n .ui__header {\n background: @crust;\n color: @text;\n }\n\n .navigation-panel,\n .column-link {\n background: transparent;\n }\n\n .account__header__bio .account__header__fields dt {\n background: transparent;\n }\n\n .search-popout,\n .search-popout em,\n .dismissable-banner__message,\n .dismissable-banner__message h1,\n .account__header__bio .account__header__fields dt,\n .account__section-headline a.active,\n .account__section-headline button.active,\n .notification__filter-bar a.active,\n .notification__filter-bar button.active,\n .account__header__bio .account__header__content,\n .navigation-bar,\n .column-link__badge,\n .display-name__html,\n .column-subheading,\n .account__display-name strong,\n .status__display-name strong,\n .notification__message,\n .public-layout .public-account-bio .account__header__content,\n .reply-indicator__content,\n .status__content,\n .status__content__text,\n .card__bar .display-name strong {\n color: @text;\n }\n\n .search-popout span,\n .link-footer p,\n .link-footer p a {\n color: @subtext1;\n }\n\n .account__header__tabs__name h1 small,\n .account__header__bio .account__header__fields dd,\n .display-name__account,\n .status__relative-time,\n .empty-column-indicator,\n .follow_requests-unlocked_explanation,\n .account .account__display-name,\n .label_input .search__input,\n .search__input:focus,\n .account__header__fields dt {\n color: @subtext0;\n }\n\n .compose-panel hr,\n .navigation-panel hr {\n border-top-color: @surface2;\n }\n\n .mention,\n .icon-button.inverted,\n .icon-button.inverted:focus,\n .icon-button.inverted:hover .account__header__tabs__name h1,\n .account__header__content a,\n .account__header__bio .account__header__fields a,\n .empty-column-indicator a,\n .follow_requests-unlocked_explanation a,\n .column-back-button,\n .text-icon-button,\n .icon-button.active,\n .public-layout .public-account-bio .account__header__fields a,\n .column-header__back-button,\n .navigation-bar strong,\n .reply-indicator__content a.unhandled-link,\n .status__content a.unhandled-link,\n .announcements__item__content a.unhandled-link,\n .reactions-bar__item.active .reactions-bar__item__count,\n .column-header.active .column-header__icon {\n color: @accent-color;\n }\n\n .display-name strong {\n color: @text !important;\n }\n\n .boost-modal__action-bar {\n span {\n color: @subtext1;\n }\n background: @mantle;\n }\n\n .emoji-mart-anchor-selected,\n .reply-indicator__content a {\n color: @accent-color !important;\n }\n\n .privacy-dropdown__option {\n background: @surface0;\n\n .privacy-dropdown__option__content,\n strong,\n i {\n color: @text;\n }\n\n &:hover,\n &.active {\n background: @accent-color !important;\n\n .privacy-dropdown__option__content,\n strong,\n i {\n color: @crust;\n }\n }\n }\n\n .privacy-dropdown.active .privacy-dropdown__value {\n background: @accent-color !important;\n }\n\n .privacy-dropdown.active .privacy-dropdown__value > button,\n .privacy-dropdown__value-icon.active > i {\n color: @crust !important;\n }\n\n .emoji-mart-search > input {\n color: @text !important;\n }\n\n .emoji-mart-search,\n .language-dropdown__dropdown__results {\n background: @surface0;\n }\n\n .language-dropdown__dropdown {\n background: @surface1 !important;\n }\n\n .language-dropdown__dropdown__results__item {\n > span {\n color: @text;\n }\n\n &:hover,\n &.active {\n background: @accent-color;\n\n > span {\n color: @crust;\n }\n }\n }\n\n .conversation__unread,\n .emoji-mart-anchor-bar,\n .compose-form__actions .icon-button.active,\n .react-toggle--checked .react-toggle-track,\n .react-toggle--checked:hover .react-toggle-track,\n .pillbar-button:not([disabled]).active,\n .pillbar-button:not([disabled]).active:focus,\n .pillbar-button:not([disabled]).active:hover,\n .radio-button__input.checked {\n background-color: @accent-color;\n }\n\n .reactions-bar__item.active {\n background-color: rgba(@accent-color, 0.25);\n }\n\n .trends__item__sparkline path:last-child {\n stroke: @accent-color !important;\n }\n .trends__item__sparkline path:first-child {\n fill: rgba(@accent-color, 0.25) !important;\n }\n\n .icon-button,\n .notification__message .fa {\n color: @surface2;\n }\n\n .icon-button:active,\n .icon-button:focus,\n .icon-button:hover,\n .text-icon-button:active,\n .text-icon-button:focus,\n .text-icon-button:hover,\n .public-layout .public-account-bio .account__header__fields a:hover {\n color: @accent-color;\n }\n\n .account__domain-pill {\n color: @accent-color;\n background: fadeout(@accent-color, 80);\n }\n\n .column-back-button,\n .drawer__header,\n .account__section-headline button,\n .account__header,\n .search__input,\n .search__input:focus,\n .column-link__badge,\n .column-subheading,\n .public-layout .header,\n .public-layout .public-account-header__bar::before,\n .account__header__fields,\n .account__header__fields\n dd:not(.account__header__bio .account__header__fields dd),\n .admin-wrapper .sidebar ul .simple-navigation-active-leaf .selected,\n .explore__search-header,\n .column-inline-form,\n .follow_requests-unlocked_explanation,\n .conversation--unread,\n .announcements,\n .status-card__image {\n background: @surface0 !important;\n }\n\n .account__section-headline {\n background: @mantle;\n }\n\n .focusable:focus {\n background: unset;\n }\n\n .admin-wrapper .sidebar ul a:hover,\n .admin-wrapper .sidebar ul .simple-navigation-active-leaf a:hover,\n .detailed-status,\n .detailed-status__action-bar {\n background: @surface0;\n }\n\n .dismissable-banner {\n background: @base;\n }\n\n .column-header__wrapper.active {\n box-shadow: 0 1px 0 rgba(@accent-color, 0.3);\n }\n .column-header__wrapper.active::before {\n background: radial-gradient(\n ellipse,\n rgba(@accent-color, 0.23) 0,\n rgba(99, 100, 255, 0) 60%\n );\n }\n\n .account__header__bio .account__header__fields dl,\n .account__header__bio .account__header__fields,\n .boost-modal__container,\n .empty-column-indicator,\n .column > .scrollable,\n .nothing-here,\n .public-layout .public-account-bio,\n .hero-widget__text,\n &.admin,\n .admin-wrapper .sidebar ul a.selected,\n .admin-wrapper .sidebar ul ul {\n background: @base;\n }\n\n .dropdown-button {\n border-color: @accent-color;\n color: @accent-color;\n }\n\n .public-layout .public-account-header__tabs__tabs .counter::after,\n .public-layout .public-account-header__tabs__tabs .counter.active::after,\n .react-toggle--checked .react-toggle-thumb,\n .radio-button__input.checked,\n .account__action-bar__tab.active {\n border-color: @accent-color;\n }\n\n .account,\n .load-gap {\n border-color: @mantle;\n }\n\n .account__section-headline a.active::after {\n border-color: transparent transparent @base;\n }\n\n .account__section-headline a.active::before,\n .account__section-headline button.active::after,\n .account__section-headline button.active::before {\n border-color: transparent transparent @mantle;\n }\n\n .poll__chart {\n background: @overlay0;\n &.leading {\n background: @accent-color;\n }\n }\n\n .search-popout,\n .drawer__header a:hover,\n .column-header__button:hover,\n .account__section-headline button:hover,\n .account__section-headline a:hover {\n background: @surface2;\n }\n\n .prose a,\n .column-link .active,\n .compose-form__poll__select__value,\n .column-link--transparent.active,\n .column-link--transparent:focus,\n .column-link:focus,\n .column-link--transparent:hover,\n .column-link:hover {\n color: @accent-color;\n }\n\n .status.collapsed .status__content::after {\n background: linear-gradient(fadeout(@base, 100), @base);\n }\n\n .button.button-tertiary:focus,\n .button.button-tertiary:hover,\n .button.button-tertiary:active {\n color: @base;\n }\n\n .button.button-tertiary {\n border-color: @accent-color;\n }\n\n .button,\n .button.button-tertiary,\n .button.logo-button,\n .icon-with-badge__badge {\n background: @accent-color;\n color: @base;\n }\n\n .button.logo-button svg {\n fill: currentcolor;\n }\n\n .public-layout .header .nav-button {\n background-color: @surface1;\n }\n\n .public-layout .header .nav-button:hover {\n background-color: @surface2;\n }\n\n .button.button-secondary {\n background-color: transparent;\n color: @text;\n border-color: @accent-color;\n }\n .button.button-secondary:active,\n .button.button-secondary:focus,\n .button.button-secondary:hover {\n border-color: @accent-color;\n color: @base;\n transition: 0.2s;\n }\n\n .button:active,\n .button:focus,\n .button:hover,\n .button.button-tertiary:active,\n .button.button-tertiary:focus,\n .button.button-tertiary:hover,\n .button.logo-button:active,\n .button.logo-button:focus,\n .button.logo-button:hover,\n .announcements__item__unread {\n background: @accent-color;\n }\n\n select {\n background-color: @mantle;\n color: @text;\n }\n\n .mute-modal__cancel-button {\n background-color: @base;\n color: @text;\n &:hover {\n background-color: @surface0;\n }\n }\n\n .drawer__inner,\n .drawer__inner__mastodon,\n .compose-form__highlightable,\n .column-header,\n .boost-modal,\n .mute-modal,\n .privacy-dropdown__dropdown,\n .explore__search-header .search__input {\n background-color: @base;\n }\n\n .mute-modal__action-bar {\n background-color: @mantle;\n }\n\n .mute-modal__container {\n background-color: @base;\n color: @text;\n }\n\n .compose-form .autosuggest-textarea__textarea {\n color: @text !important;\n background-color: @surface1 !important;\n }\n\n .compose-form .compose-form__modifiers,\n .compose-form .compose-form__autosuggest-wrapper,\n .autosuggest-textarea__suggestions,\n .compose-form .spoiler-input__input {\n background: @surface1 !important;\n color: @text !important;\n }\n\n .compose-form .compose-form__buttons-wrapper {\n background: @surface0;\n }\n\n .load-more:hover {\n background-color: @mantle;\n }\n\n .character-counter {\n color: @subtext0;\n }\n\n .public-layout .header,\n .hero-widget,\n .public-layout .public-account-header,\n .public-layout .public-account-bio,\n .nothing-here {\n box-shadow: none;\n }\n\n .dropdown-menu__item--dangerous a {\n color: @red;\n }\n\n .search__popout,\n .dropdown-menu__arrow::before,\n .dropdown-menu__item button,\n .dropdown-menu__container__list,\n .dropdown-menu.bottom {\n background: @surface0;\n color: @text;\n }\n\n .dropdown-menu__item a:hover,\n .dropdown-menu__item button:hover {\n background: @surface1;\n }\n\n .input-copy,\n .simple_form input[type=\"text\"],\n .simple_form textarea,\n .simple_form .block-button,\n .notification__filter-bar button,\n .simple_form .button,\n .simple_form button {\n background: @mantle;\n color: @text;\n }\n\n .simple_form .block-button:hover,\n .simple_form .button:hover,\n .notification__filter-bar button:hover,\n .simple_form button:hover {\n background: @surface0;\n }\n\n .simple_form .input.with_label .label_input > label,\n .simple_form select,\n .accounts-table__count,\n .simple_form textarea {\n color: @text;\n }\n\n .simple_form textarea,\n .simple_form input[type=\"password\"],\n .simple_form input[type=\"number\"],\n .simple_form input[type=\"text\"] {\n border-color: @crust;\n }\n\n .simple_form input[type=\"email\"]:required:valid {\n border-color: @green;\n }\n\n .simple_form input[type=\"password\"],\n .simple_form input[type=\"number\"],\n .simple_form input[type=\"email\"]:required:valid,\n .simple_form\n input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n color: @text;\n background: @mantle;\n }\n\n .simple_form\n input[type=\"password\"]:required:invalid:not(:placeholder-shown) {\n border-color: @red;\n }\n\n .simple_form select {\n @svg: escape(\n ''\n );\n background: @mantle url(\"data:image/svg+xml,@{svg}\") no-repeat right 8px\n center/auto 16px;\n border-color: @crust;\n }\n\n .poll__option input[type=\"text\"]:focus,\n .simple_form input[type=\"datetime-local\"]:active,\n .simple_form input[type=\"datetime-local\"]:focus,\n .simple_form input[type=\"email\"]:active,\n .simple_form input[type=\"email\"]:focus,\n .simple_form input[type=\"number\"]:active,\n .simple_form input[type=\"number\"]:focus,\n .simple_form input[type=\"password\"]:active,\n .simple_form input[type=\"password\"]:focus,\n .simple_form input[type=\"text\"]:active,\n .simple_form input[type=\"text\"]:focus,\n .simple_form input[type=\"url\"]:active,\n .simple_form input[type=\"url\"]:focus,\n .simple_form textarea:active,\n .simple_form textarea:focus {\n border-color: @accent-color !important;\n background: @mantle !important;\n color: @text !important;\n }\n\n .table > thead > tr > th,\n .setting-text:active,\n .setting-text:focus {\n border-color: @accent-color !important;\n }\n\n .batch-table__toolbar,\n .table > thead > tr > th {\n background: @surface0 !important;\n color: @text !important;\n }\n\n .simple_form input[type=\"datetime-local\"]:hover,\n .simple_form input[type=\"email\"]:hover,\n .simple_form input[type=\"number\"]:hover,\n .simple_form input[type=\"password\"]:hover,\n .simple_form input[type=\"text\"]:hover,\n .simple_form input[type=\"url\"]:hover,\n .simple_form textarea:hover {\n background: @mantle !important;\n border-color: @accent-color !important;\n transition: 0.4s;\n }\n\n .batch-table__row {\n background: @surface1;\n }\n\n .batch-table__row:hover,\n .batch-table__row:nth-child(2n):hover {\n background: @surface2;\n }\n\n .batch-table__row:nth-child(2n),\n .table > tbody > tr > td {\n background: @surface0;\n }\n\n .table > thead > tr > th {\n border-bottom-color: @surface0;\n }\n\n .positive-hint {\n color: @green !important;\n }\n\n .card__bar {\n background: @surface0;\n }\n\n .reply-indicator {\n background: @surface1;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Mastodon Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/mastodon", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/mastodon", - "version": "1.2.1", + "version": "1.3.0", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon", "description": "Soothing pastel theme for Mastodon", @@ -3219,12 +3386,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Mastodon", "name": "Mastodon Catppuccin", - "originalDigest": "ee76278ad979ad17888d2752cdde2c7b8989e064", + "originalDigest": "e49b53ec2e6c561466dbccc17905030ce89b4f9d", "_id": "eb3d55a7-02ee-496f-9f86-251cdae6038a", - "_rev": 1709902305110, + "_rev": 1713474847000, "id": 50, - "etag": "W/\"f51ad936495744beca164a2625d6fce9016265c429f44c2c22a1e8c34b55fc42\"", - "updateDate": 1709902305057 + "etag": "W/\"a9ce29fdf029410fc7816b1380150bc3c6f74a75a1c2e2a115624ae335a9d7cf\"", + "updateDate": 1713474846934 }, { "enabled": true, @@ -3233,11 +3400,11 @@ "installDate": 1690106210183, "sections": [ { - "code": "/* ==UserStyle==\n@name AniList/AniChart Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/anilist\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anilist\n@version 2.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist\n@description Soothing pastel theme for AniList and AniChart\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var select contrastColor \"Contrast Color\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name AniList/AniChart Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/anilist\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anilist\n@version 2.2.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist\n@description Soothing pastel theme for AniList and AniChart\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var select contrastColor \"Contrast Color\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "body:not(.site-theme-dark) {\n /* BASE VARIABLES */\n --color-background-blue-dark: 184, 192, 224;\n --color-overlay: 54, 58, 79;\n --color-shadow: 30, 32, 48;\n --color-shadow-dark: 159.0952381, 175.38095238, 236.9047619;\n --color-shadow-blue: 138, 173, 244;\n --color-text-light: 184, 192, 224;\n --color-text-lighter: 165, 173, 203;\n --color-text-bright: 202, 211, 245;\n --color-blue: 183, 189, 248;\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: 183, 189, 248;\n --color-peach: 238, 153, 160;\n --color-orange: 245, 169, 127;\n --color-yellow: 238, 212, 159;\n --color-green: 166, 218, 149;\n --color-blue-100: 202, 211, 245;\n --color-blue-200: 202, 211, 245;\n --color-blue-300: 202, 211, 245;\n --color-blue-400: 125, 196, 228;\n --color-blue-500: 125, 196, 228;\n --color-blue-600: 138, 173, 244;\n --color-blue-700: 138, 173, 244;\n --color-blue-800: 138, 173, 244;\n --color-blue-900: 138, 173, 244;\n --color-blue-1000: 138, 173, 244;\n --color-green-100: 139, 213, 202;\n --color-green-200: 166, 218, 149;\n --color-green-300: 166, 218, 149;\n --color-green-400: 166, 218, 149;\n --color-green-500: 166, 218, 149;\n --color-green-600: 166, 218, 149;\n --color-green-700: 166, 218, 149;\n --color-green-800: 166, 218, 149;\n --color-red-100: 202, 211, 245;\n --color-red-200: 240, 198, 198;\n --color-red-300: 238, 153, 160;\n --color-red-400: 237, 135, 150;\n --color-red-500: 237, 135, 150;\n --color-red-600: 237, 135, 150;\n --color-red-700: 237, 135, 150;\n /* DARK THEME SPECIFIC TWEAKS */\n --color-background: 24, 25, 38;\n --color-foreground: 36, 39, 58;\n --color-foreground-grey: 54, 58, 79;\n --color-foreground-grey-dark: 43.64661654, 46.87969925, 63.85338346;\n --color-foreground-blue: 30, 32, 48;\n --color-foreground-blue-dark: 30, 32, 48;\n --color-text: 202, 211, 245;\n --color-text-light: 165, 173, 203;\n --color-text-lighter: 184, 192, 224;\n --color-shadow-dark: 24, 25, 38;\n --color-shadow-blue: 24, 25, 38;\n --color-background-1200: 202, 211, 245;\n --color-background-1100: 202, 211, 245;\n --color-background-1000: 202, 211, 245;\n --color-background-900: 184, 192, 224;\n --color-background-800: 165, 173, 203;\n --color-background-700: 73, 77, 100;\n --color-background-600: 54, 58, 79;\n --color-background-500: 54, 58, 79;\n --color-background-400: 54, 58, 79;\n --color-background-300: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n --color-background-100: 24, 25, 38;\n --color-gray-1200: 202, 211, 245;\n --color-gray-1100: 202, 211, 245;\n --color-gray-1000: 202, 211, 245;\n --color-gray-900: 202, 211, 245;\n --color-gray-800: 147, 154, 183;\n --color-gray-700: 128, 135, 162;\n --color-gray-600: 110, 115, 141;\n --color-gray-500: 91, 96, 120;\n --color-gray-400: 73, 77, 100;\n --color-gray-300: 54, 58, 79;\n --color-gray-200: 30, 32, 48;\n --color-gray-100: 24, 25, 38;\n --color-blue-dim: 143.01898734, 151.69240506, 236.98101266;\n /* DARK THEME NAV BAR */\n /* -----------------PROFILE FIXES----------------- */\n /* Fixes gap between stats */\n /* ----Tracking Status List Stuff---- */\n /* ---------SCORE TWEAKS-------------- */\n /* --------------FOOTER--------------- */\n /* ------------------SEARCH PAGES------------------ */\n /* ------------------MISC EDITS-------------------- */\n /* --Reset button in notifications----- */\n /* Publish Button in Replies and Messages */\n /* Mod Stuff */\n /* Accent Text */\n /* ------------IMAGE COVER------------ */\n /* --------SETTINGS-------- */\n /* --------HIDE SCROLLBAR IN BIO----- */\n /* --------REMOVE DROPDOWN SHADOWS----- */\n /* ---------ANILIST LIKER PLUGIN------ */\n /* ---------AUTOMAIL TWEAKS--------- */\n }\n body:not(.site-theme-dark) .nav-unscoped {\n background-color: #1e2030;\n }\n body:not(.site-theme-dark) .nav-unscoped.transparent {\n background-color: rgba(30, 32, 48, 0.5);\n }\n body:not(.site-theme-dark) .nav-unscoped.transparent:hover {\n background-color: #1e2030;\n color: #a5adcb;\n }\n body:not(.site-theme-dark) .user-page-unscoped.orange {\n --color-blue: 245, 169, 127;\n --color-blue-dim: 241.30434783, 137.2173913, 79.69565217;\n }\n body:not(.site-theme-dark) .user-page-unscoped.orange .progress .bar {\n background: linear-gradient(270deg, #f18950, #f5a97f);\n }\n body:not(.site-theme-dark) .user-page-unscoped.green {\n --color-blue: 166, 218, 149;\n --color-blue-dim: 134.25874126, 204.8041958, 111.1958042;\n }\n body:not(.site-theme-dark) .user-page-unscoped.green .progress .bar {\n background: linear-gradient(270deg, #86cd6f, #a6da95);\n }\n body:not(.site-theme-dark) .user-page-unscoped.purple {\n --color-blue: 198, 160, 246;\n --color-blue-dim: 170.04807692, 113.41346154, 241.58653846;\n }\n body:not(.site-theme-dark) .user-page-unscoped.purple .progress .bar {\n background: linear-gradient(270deg, #aa71f2, #c6a0f6);\n }\n body:not(.site-theme-dark) .user-page-unscoped.red {\n --color-blue: 237, 135, 150;\n --color-blue-dim: 230.34782609, 90.65217391, 111.19565217;\n }\n body:not(.site-theme-dark) .user-page-unscoped.red .progress .bar {\n background: linear-gradient(270deg, #e65b6f, #ed8796);\n }\n body:not(.site-theme-dark) .user-page-unscoped.blue {\n --color-blue: 138, 173, 244;\n --color-blue-dim: 91.3828125, 140.328125, 239.6171875;\n }\n body:not(.site-theme-dark) .user-page-unscoped.blue .progress .bar {\n background: linear-gradient(270deg, #5b8cf0, #8aadf4);\n }\n body:not(.site-theme-dark) .user-page-unscoped.pink {\n --color-blue: 245, 189, 230;\n --color-blue-dim: 238.28947368, 144.71052632, 213.22368421;\n }\n body:not(.site-theme-dark) .user-page-unscoped.pink .progress .bar {\n background: linear-gradient(270deg, #ee91d5, #f5bde6);\n }\n body:not(.site-theme-dark) .user-page-unscoped.gray {\n --color-blue: 128, 135, 162;\n --color-blue-dim: 101.03181818, 108.63636364, 137.96818182;\n }\n body:not(.site-theme-dark) .user-page-unscoped.gray .progress .bar {\n background: linear-gradient(270deg, #656d8a, #8087a2);\n }\n body:not(.site-theme-dark) .history-day {\n --color-foreground-grey-dark: 24, 25, 38;\n }\n body:not(.site-theme-dark) .x-axis {\n --color-background-300: 54, 58, 79;\n }\n @media (max-width: 1540px) {\n body:not(.site-theme-dark) .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n body:not(.site-theme-dark) .list[data-v-5776f768] {\n color: #1e2030 !important;\n }\n body:not(.site-theme-dark) .media-card .list-status[status=\"Repeating\"] {\n background: #f5bde6;\n }\n body:not(.site-theme-dark) .banner .el-icon-arrow-down::before {\n color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .el-textarea__inner::placeholder {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-dropdown-menu,\n body:not(.site-theme-dark) .el-dropdown-menu__item--divided::before,\n body:not(.site-theme-dark) .el-select-dropdown {\n background-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: #363a4f;\n }\n body:not(.site-theme-dark) .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-popper[x-placement^=\"top\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: #363a4f;\n }\n body:not(.site-theme-dark) .el-dropdown .feed-filter {\n color: #6e738d;\n }\n body:not(.site-theme-dark) .el-dropdown-menu {\n border-color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .el-dropdown-menu__item--divided {\n border-top-color: #494d64;\n }\n body:not(.site-theme-dark) .el-select-dropdown__item.hover,\n body:not(.site-theme-dark) .el-select-dropdown__item:hover {\n background-color: #24273a;\n }\n body:not(.site-theme-dark) .el-select-dropdown__item.selected {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-tooltip__popper.is-dark {\n background: #363a4f;\n color: #cad3f5;\n }\n body:not(.site-theme-dark) .tooltip > div {\n --color-white: 202, 211, 245;\n }\n body:not(.site-theme-dark) .dropdown {\n --color-gray-100: 36, 39, 58;\n --color-background-100: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n }\n body:not(.site-theme-dark) .medialist .notes {\n --color-overlay: 54, 58, 79;\n }\n body:not(.site-theme-dark) .el-input__inner::placeholder,\n body:not(.site-theme-dark) .el-input__prefix {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .score[data-v-5ca094da] {\n color: #24273a;\n }\n body:not(.site-theme-dark) .footer[data-v-0f519cab] {\n background: #cad3f5;\n color: #181926;\n background: #1e2030;\n color: #a5adcb;\n }\n body:not(.site-theme-dark) .footer[data-v-0f519cab] h2 {\n color: rgb(var(--color-blue));\n }\n body:not(.site-theme-dark) .search,\n body:not(.site-theme-dark) .expand-description,\n body:not(.site-theme-dark) .studio {\n --color-background-200: 24, 25, 38;\n }\n body:not(.site-theme-dark) .search-wrap,\n body:not(.site-theme-dark) .filters,\n body:not(.site-theme-dark) .extra-filters-wrap,\n body:not(.site-theme-dark) .select,\n body:not(.site-theme-dark) .options {\n --color-background-100: 36, 39, 58;\n }\n body:not(.site-theme-dark) .filter.select-wrap .options {\n --color-background-100: 30, 32, 48;\n }\n body:not(.site-theme-dark) .list-editor-wrap .header::after {\n background: rgba(30, 32, 48, 0.5);\n }\n body:not(.site-theme-dark) .filter.clear-all {\n --color-background-500: 128, 135, 162;\n }\n body:not(.site-theme-dark) .reset-btn {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .save {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .el-radio {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-color-dropdown__link-btn {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-color-picker__color {\n border-color: #494d64;\n }\n body:not(.site-theme-dark) .el-color-picker__panel {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body:not(.site-theme-dark) .el-color-dropdown__btn {\n border-color: #5b6078;\n color: #b8c0e0;\n }\n body:not(.site-theme-dark) .el-color-dropdown__btn:hover {\n background-color: transparent;\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .input .hint {\n --color-white: 202, 211, 245;\n }\n body:not(.site-theme-dark) .el-checkbox__input.is-checked + .el-checkbox__label {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .button,\n body:not(.site-theme-dark) .option.active,\n body:not(.site-theme-dark) .new-badge,\n body:not(.site-theme-dark) .submissions .user .stats > div,\n body:not(.site-theme-dark) .actions .icon,\n body:not(.site-theme-dark) .submissions .status,\n body:not(.site-theme-dark) .adult-label,\n body:not(.site-theme-dark) .header .btn,\n body:not(.site-theme-dark) .media-tag-editor .btn,\n body:not(.site-theme-dark) [data-v-843c77a2] .btn,\n body:not(.site-theme-dark) [data-v-22855988] .btn,\n body:not(.site-theme-dark) .btn[data-v-156b3973],\n body:not(.site-theme-dark) .btn[data-v-dceb4a66],\n body:not(.site-theme-dark) .favourite-btn,\n body:not(.site-theme-dark) .dialog .btn,\n body:not(.site-theme-dark) .tag,\n body:not(.site-theme-dark) .filter,\n body:not(.site-theme-dark) .media .header div,\n body:not(.site-theme-dark) .list-editor-wrap .header .save-btn,\n body:not(.site-theme-dark) .actions > div:not(.donator-badge),\n body:not(.site-theme-dark) .banner-content .mod-badge-wrap,\n body:not(.site-theme-dark) .external-link.no-color,\n body:not(.site-theme-dark) .count.circle,\n body:not(.site-theme-dark) .el-dropdown-menu__item,\n body:not(.site-theme-dark) .delete,\n body:not(.site-theme-dark) .list-editor-wrap .list-editor .body .delete-btn,\n body:not(.site-theme-dark) .open-user-search,\n body:not(.site-theme-dark) .save-btn {\n --color-white: 24, 25, 38;\n }\n body:not(.site-theme-dark) .button.comment,\n body:not(.site-theme-dark) .settings .button,\n body:not(.site-theme-dark) .el-message-box .el-button--primary,\n body:not(.site-theme-dark) .mod-badge-wrap,\n body:not(.site-theme-dark) .medialist.cards .entry-card .edit {\n --color-text-bright: 24, 25, 38;\n }\n body:not(.site-theme-dark) .submit-btn,\n body:not(.site-theme-dark) .random-btn {\n color: #181926;\n }\n body:not(.site-theme-dark) .user .notification-dot,\n body:not(.site-theme-dark) .create-btn {\n color: #181926 !important;\n }\n body:not(.site-theme-dark) .el-radio__inner::after {\n background-color: #181926;\n }\n body:not(.site-theme-dark) .icon,\n body:not(.site-theme-dark) .check {\n --color-blue-300: 24, 25, 38;\n }\n body:not(.site-theme-dark) .cover .image-text,\n body:not(.site-theme-dark) .plus-progress {\n color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .entry .plus-progress,\n body:not(.site-theme-dark) .medialist.table .entry .edit {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .el-radio__inner {\n background-color: #cad3f5;\n }\n body:not(.site-theme-dark) .el-checkbox__input.is-checked .el-checkbox__inner,\n body:not(.site-theme-dark) .el-radio__input.is-checked .el-radio__inner {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-checkbox__inner::after {\n border-color: #181926;\n border-width: 2px;\n left: 3px;\n }\n body:not(.site-theme-dark) .el-radio__input.is-checked + .el-radio__label {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .section::-webkit-scrollbar {\n display: none;\n }\n body:not(.site-theme-dark) .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n body:not(.site-theme-dark) .dropdown.dropdown {\n box-shadow: none;\n }\n body:not(.site-theme-dark) #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n body:not(.site-theme-dark) #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n body:not(.site-theme-dark) .hohMediaScore {\n border-color: #363a4f;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: #24273a;\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .activity-feed .hohNoteSuffix:not(:empty),\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty),\n body:not(.site-theme-dark) .activity-feed .hohScore:not(.hohSmiley) {\n padding: 2.5px 5px 1px !important;\n color: #b8c0e0 !important;\n background-color: #363a4f;\n }\n body:not(.site-theme-dark) .activity-feed .hohNoteSuffix:not(:empty):not(:first-of-type),\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty):not(:first-of-type),\n body:not(.site-theme-dark) .activity-feed .hohScore:not(.hohSmiley):not(:first-of-type) {\n margin: 3px;\n }\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n body:not(.site-theme-dark) .hohExtraFilters button {\n margin-bottom: 20px;\n }\n body:not(.site-theme-dark) .filter-group.compare-btn,\n body:not(.site-theme-dark) .hohButton {\n color: #24273a;\n }\n body:not(.site-theme-dark) .hohButton,\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .medialist.table .entry:hover,\n body:not(.site-theme-dark) .medialist.table .entry .title a:hover,\n body:not(.site-theme-dark) .compare-btn[data-v-170179fc]:hover {\n color: #24273a;\n }\n body:not(.site-theme-dark) .hohCompare table {\n background-color: #181926;\n }\n body:not(.site-theme-dark) .hohAnimeTable,\n body:not(.site-theme-dark) .hohAnimeTable td,\n body:not(.site-theme-dark) .hohUserRow td,\n body:not(.site-theme-dark) .hohUserRow th,\n body:not(.site-theme-dark) .hohHeaderRow td,\n body:not(.site-theme-dark) .hohHeaderRow th {\n border-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .hohUserRow td {\n border-top-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .hohUserRow tr {\n border-right-color: #363a4f !important;\n }\n body:not(.site-theme-dark) hr {\n color: #363a4f;\n }\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner .like-wrap.thread .button.liked .fa-heart,\n body:not(.site-theme-dark) .actions .favourite.liked .fa-heart,\n body:not(.site-theme-dark) .like-wrap.thread .button.isFavourite .fa-heart,\n body:not(.site-theme-dark) .actions .favourite.isFavourite .fa-heart,\n body:not(.site-theme-dark) .actions .favourite {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark {\n /* BASE VARIABLES */\n --color-background-blue-dark: 184, 192, 224;\n --color-overlay: 54, 58, 79;\n --color-shadow: 30, 32, 48;\n --color-shadow-dark: 159.0952381, 175.38095238, 236.9047619;\n --color-shadow-blue: 138, 173, 244;\n --color-text-light: 184, 192, 224;\n --color-text-lighter: 165, 173, 203;\n --color-text-bright: 202, 211, 245;\n --color-blue: 183, 189, 248;\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: 183, 189, 248;\n --color-peach: 238, 153, 160;\n --color-orange: 245, 169, 127;\n --color-yellow: 238, 212, 159;\n --color-green: 166, 218, 149;\n --color-blue-100: 202, 211, 245;\n --color-blue-200: 202, 211, 245;\n --color-blue-300: 202, 211, 245;\n --color-blue-400: 125, 196, 228;\n --color-blue-500: 125, 196, 228;\n --color-blue-600: 138, 173, 244;\n --color-blue-700: 138, 173, 244;\n --color-blue-800: 138, 173, 244;\n --color-blue-900: 138, 173, 244;\n --color-blue-1000: 138, 173, 244;\n --color-green-100: 139, 213, 202;\n --color-green-200: 166, 218, 149;\n --color-green-300: 166, 218, 149;\n --color-green-400: 166, 218, 149;\n --color-green-500: 166, 218, 149;\n --color-green-600: 166, 218, 149;\n --color-green-700: 166, 218, 149;\n --color-green-800: 166, 218, 149;\n --color-red-100: 202, 211, 245;\n --color-red-200: 240, 198, 198;\n --color-red-300: 238, 153, 160;\n --color-red-400: 237, 135, 150;\n --color-red-500: 237, 135, 150;\n --color-red-600: 237, 135, 150;\n --color-red-700: 237, 135, 150;\n /* DARK THEME SPECIFIC TWEAKS */\n --color-background: 24, 25, 38;\n --color-foreground: 36, 39, 58;\n --color-foreground-grey: 54, 58, 79;\n --color-foreground-grey-dark: 43.64661654, 46.87969925, 63.85338346;\n --color-foreground-blue: 30, 32, 48;\n --color-foreground-blue-dark: 30, 32, 48;\n --color-text: 202, 211, 245;\n --color-text-light: 165, 173, 203;\n --color-text-lighter: 184, 192, 224;\n --color-shadow-dark: 24, 25, 38;\n --color-shadow-blue: 24, 25, 38;\n --color-background-1200: 202, 211, 245;\n --color-background-1100: 202, 211, 245;\n --color-background-1000: 202, 211, 245;\n --color-background-900: 184, 192, 224;\n --color-background-800: 165, 173, 203;\n --color-background-700: 73, 77, 100;\n --color-background-600: 54, 58, 79;\n --color-background-500: 54, 58, 79;\n --color-background-400: 54, 58, 79;\n --color-background-300: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n --color-background-100: 24, 25, 38;\n --color-gray-1200: 202, 211, 245;\n --color-gray-1100: 202, 211, 245;\n --color-gray-1000: 202, 211, 245;\n --color-gray-900: 202, 211, 245;\n --color-gray-800: 147, 154, 183;\n --color-gray-700: 128, 135, 162;\n --color-gray-600: 110, 115, 141;\n --color-gray-500: 91, 96, 120;\n --color-gray-400: 73, 77, 100;\n --color-gray-300: 54, 58, 79;\n --color-gray-200: 30, 32, 48;\n --color-gray-100: 24, 25, 38;\n --color-blue-dim: 143.01898734, 151.69240506, 236.98101266;\n /* DARK THEME NAV BAR */\n /* -----------------PROFILE FIXES----------------- */\n /* Fixes gap between stats */\n /* ----Tracking Status List Stuff---- */\n /* ---------SCORE TWEAKS-------------- */\n /* --------------FOOTER--------------- */\n /* ------------------SEARCH PAGES------------------ */\n /* ------------------MISC EDITS-------------------- */\n /* --Reset button in notifications----- */\n /* Publish Button in Replies and Messages */\n /* Mod Stuff */\n /* Accent Text */\n /* ------------IMAGE COVER------------ */\n /* --------SETTINGS-------- */\n /* --------HIDE SCROLLBAR IN BIO----- */\n /* --------REMOVE DROPDOWN SHADOWS----- */\n /* ---------ANILIST LIKER PLUGIN------ */\n /* ---------AUTOMAIL TWEAKS--------- */\n }\n .site-theme-dark .nav-unscoped {\n background-color: #1e2030;\n }\n .site-theme-dark .nav-unscoped.transparent {\n background-color: rgba(30, 32, 48, 0.5);\n }\n .site-theme-dark .nav-unscoped.transparent:hover {\n background-color: #1e2030;\n color: #a5adcb;\n }\n .site-theme-dark .user-page-unscoped.orange {\n --color-blue: 245, 169, 127;\n --color-blue-dim: 241.30434783, 137.2173913, 79.69565217;\n }\n .site-theme-dark .user-page-unscoped.orange .progress .bar {\n background: linear-gradient(270deg, #f18950, #f5a97f);\n }\n .site-theme-dark .user-page-unscoped.green {\n --color-blue: 166, 218, 149;\n --color-blue-dim: 134.25874126, 204.8041958, 111.1958042;\n }\n .site-theme-dark .user-page-unscoped.green .progress .bar {\n background: linear-gradient(270deg, #86cd6f, #a6da95);\n }\n .site-theme-dark .user-page-unscoped.purple {\n --color-blue: 198, 160, 246;\n --color-blue-dim: 170.04807692, 113.41346154, 241.58653846;\n }\n .site-theme-dark .user-page-unscoped.purple .progress .bar {\n background: linear-gradient(270deg, #aa71f2, #c6a0f6);\n }\n .site-theme-dark .user-page-unscoped.red {\n --color-blue: 237, 135, 150;\n --color-blue-dim: 230.34782609, 90.65217391, 111.19565217;\n }\n .site-theme-dark .user-page-unscoped.red .progress .bar {\n background: linear-gradient(270deg, #e65b6f, #ed8796);\n }\n .site-theme-dark .user-page-unscoped.blue {\n --color-blue: 138, 173, 244;\n --color-blue-dim: 91.3828125, 140.328125, 239.6171875;\n }\n .site-theme-dark .user-page-unscoped.blue .progress .bar {\n background: linear-gradient(270deg, #5b8cf0, #8aadf4);\n }\n .site-theme-dark .user-page-unscoped.pink {\n --color-blue: 245, 189, 230;\n --color-blue-dim: 238.28947368, 144.71052632, 213.22368421;\n }\n .site-theme-dark .user-page-unscoped.pink .progress .bar {\n background: linear-gradient(270deg, #ee91d5, #f5bde6);\n }\n .site-theme-dark .user-page-unscoped.gray {\n --color-blue: 128, 135, 162;\n --color-blue-dim: 101.03181818, 108.63636364, 137.96818182;\n }\n .site-theme-dark .user-page-unscoped.gray .progress .bar {\n background: linear-gradient(270deg, #656d8a, #8087a2);\n }\n .site-theme-dark .history-day {\n --color-foreground-grey-dark: 24, 25, 38;\n }\n .site-theme-dark .x-axis {\n --color-background-300: 54, 58, 79;\n }\n @media (max-width: 1540px) {\n .site-theme-dark .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n .site-theme-dark .list[data-v-5776f768] {\n color: #1e2030 !important;\n }\n .site-theme-dark .media-card .list-status[status=\"Repeating\"] {\n background: #f5bde6;\n }\n .site-theme-dark .banner .el-icon-arrow-down::before {\n color: #cad3f5 !important;\n }\n .site-theme-dark .el-textarea__inner::placeholder {\n color: #8087a2;\n }\n .site-theme-dark .el-dropdown-menu,\n .site-theme-dark .el-dropdown-menu__item--divided::before,\n .site-theme-dark .el-select-dropdown {\n background-color: #363a4f !important;\n }\n .site-theme-dark .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .site-theme-dark .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: #363a4f;\n }\n .site-theme-dark .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n .site-theme-dark .el-popper[x-placement^=\"top\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: #363a4f;\n }\n .site-theme-dark .el-dropdown .feed-filter {\n color: #6e738d;\n }\n .site-theme-dark .el-dropdown-menu {\n border-color: #cad3f5 !important;\n }\n .site-theme-dark .el-dropdown-menu__item--divided {\n border-top-color: #494d64;\n }\n .site-theme-dark .el-select-dropdown__item.hover,\n .site-theme-dark .el-select-dropdown__item:hover {\n background-color: #24273a;\n }\n .site-theme-dark .el-select-dropdown__item.selected {\n color: #b7bdf8;\n }\n .site-theme-dark .el-tooltip__popper.is-dark {\n background: #363a4f;\n color: #cad3f5;\n }\n .site-theme-dark .tooltip > div {\n --color-white: 202, 211, 245;\n }\n .site-theme-dark .dropdown {\n --color-gray-100: 36, 39, 58;\n --color-background-100: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n }\n .site-theme-dark .medialist .notes {\n --color-overlay: 54, 58, 79;\n }\n .site-theme-dark .el-input__inner::placeholder,\n .site-theme-dark .el-input__prefix {\n color: #8087a2;\n }\n .site-theme-dark .score[data-v-5ca094da] {\n color: #24273a;\n }\n .site-theme-dark .footer[data-v-0f519cab] {\n background: #cad3f5;\n color: #181926;\n background: #1e2030;\n color: #a5adcb;\n }\n .site-theme-dark .footer[data-v-0f519cab] h2 {\n color: rgb(var(--color-blue));\n }\n .site-theme-dark .search,\n .site-theme-dark .expand-description,\n .site-theme-dark .studio {\n --color-background-200: 24, 25, 38;\n }\n .site-theme-dark .search-wrap,\n .site-theme-dark .filters,\n .site-theme-dark .extra-filters-wrap,\n .site-theme-dark .select,\n .site-theme-dark .options {\n --color-background-100: 36, 39, 58;\n }\n .site-theme-dark .filter.select-wrap .options {\n --color-background-100: 30, 32, 48;\n }\n .site-theme-dark .list-editor-wrap .header::after {\n background: rgba(30, 32, 48, 0.5);\n }\n .site-theme-dark .filter.clear-all {\n --color-background-500: 128, 135, 162;\n }\n .site-theme-dark .reset-btn {\n color: #24273a !important;\n }\n .site-theme-dark .save {\n color: #24273a !important;\n }\n .site-theme-dark .el-radio {\n color: #8087a2;\n }\n .site-theme-dark .el-color-dropdown__link-btn {\n color: #b7bdf8;\n }\n .site-theme-dark .el-color-picker__color {\n border-color: #494d64;\n }\n .site-theme-dark .el-color-picker__panel {\n background-color: #363a4f;\n border-color: #494d64;\n }\n .site-theme-dark .el-color-dropdown__btn {\n border-color: #5b6078;\n color: #b8c0e0;\n }\n .site-theme-dark .el-color-dropdown__btn:hover {\n background-color: transparent;\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .site-theme-dark .input .hint {\n --color-white: 202, 211, 245;\n }\n .site-theme-dark .el-checkbox__input.is-checked + .el-checkbox__label {\n color: #b7bdf8;\n }\n .site-theme-dark .button,\n .site-theme-dark .option.active,\n .site-theme-dark .new-badge,\n .site-theme-dark .submissions .user .stats > div,\n .site-theme-dark .actions .icon,\n .site-theme-dark .submissions .status,\n .site-theme-dark .adult-label,\n .site-theme-dark .header .btn,\n .site-theme-dark .media-tag-editor .btn,\n .site-theme-dark [data-v-843c77a2] .btn,\n .site-theme-dark [data-v-22855988] .btn,\n .site-theme-dark .btn[data-v-156b3973],\n .site-theme-dark .btn[data-v-dceb4a66],\n .site-theme-dark .favourite-btn,\n .site-theme-dark .dialog .btn,\n .site-theme-dark .tag,\n .site-theme-dark .filter,\n .site-theme-dark .media .header div,\n .site-theme-dark .list-editor-wrap .header .save-btn,\n .site-theme-dark .actions > div:not(.donator-badge),\n .site-theme-dark .banner-content .mod-badge-wrap,\n .site-theme-dark .external-link.no-color,\n .site-theme-dark .count.circle,\n .site-theme-dark .el-dropdown-menu__item,\n .site-theme-dark .delete,\n .site-theme-dark .list-editor-wrap .list-editor .body .delete-btn,\n .site-theme-dark .open-user-search,\n .site-theme-dark .save-btn {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark .button.comment,\n .site-theme-dark .settings .button,\n .site-theme-dark .el-message-box .el-button--primary,\n .site-theme-dark .mod-badge-wrap,\n .site-theme-dark .medialist.cards .entry-card .edit {\n --color-text-bright: 24, 25, 38;\n }\n .site-theme-dark .submit-btn,\n .site-theme-dark .random-btn {\n color: #181926;\n }\n .site-theme-dark .user .notification-dot,\n .site-theme-dark .create-btn {\n color: #181926 !important;\n }\n .site-theme-dark .el-radio__inner::after {\n background-color: #181926;\n }\n .site-theme-dark .icon,\n .site-theme-dark .check {\n --color-blue-300: 24, 25, 38;\n }\n .site-theme-dark .cover .image-text,\n .site-theme-dark .plus-progress {\n color: #cad3f5 !important;\n }\n .site-theme-dark .entry .plus-progress,\n .site-theme-dark .medialist.table .entry .edit {\n color: #24273a !important;\n }\n .site-theme-dark .el-radio__inner {\n background-color: #cad3f5;\n }\n .site-theme-dark .el-checkbox__input.is-checked .el-checkbox__inner,\n .site-theme-dark .el-radio__input.is-checked .el-radio__inner {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n .site-theme-dark .el-checkbox__inner::after {\n border-color: #181926;\n border-width: 2px;\n left: 3px;\n }\n .site-theme-dark .el-radio__input.is-checked + .el-radio__label {\n color: #b7bdf8;\n }\n .site-theme-dark .section::-webkit-scrollbar {\n display: none;\n }\n .site-theme-dark .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n .site-theme-dark .dropdown.dropdown {\n box-shadow: none;\n }\n .site-theme-dark #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n .site-theme-dark #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n .site-theme-dark .hohMediaScore {\n border-color: #363a4f;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: #24273a;\n color: #b7bdf8;\n }\n .site-theme-dark .activity-feed .hohNoteSuffix:not(:empty),\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty),\n .site-theme-dark .activity-feed .hohScore:not(.hohSmiley) {\n padding: 2.5px 5px 1px !important;\n color: #b8c0e0 !important;\n background-color: #363a4f;\n }\n .site-theme-dark .activity-feed .hohNoteSuffix:not(:empty):not(:first-of-type),\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty):not(:first-of-type),\n .site-theme-dark .activity-feed .hohScore:not(.hohSmiley):not(:first-of-type) {\n margin: 3px;\n }\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n .site-theme-dark .hohExtraFilters button {\n margin-bottom: 20px;\n }\n .site-theme-dark .filter-group.compare-btn,\n .site-theme-dark .hohButton {\n color: #24273a;\n }\n .site-theme-dark .hohButton,\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: #b7bdf8;\n }\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: #b7bdf8;\n }\n .site-theme-dark .medialist.table .entry:hover,\n .site-theme-dark .medialist.table .entry .title a:hover,\n .site-theme-dark .compare-btn[data-v-170179fc]:hover {\n color: #24273a;\n }\n .site-theme-dark .hohCompare table {\n background-color: #181926;\n }\n .site-theme-dark .hohAnimeTable,\n .site-theme-dark .hohAnimeTable td,\n .site-theme-dark .hohUserRow td,\n .site-theme-dark .hohUserRow th,\n .site-theme-dark .hohHeaderRow td,\n .site-theme-dark .hohHeaderRow th {\n border-color: #363a4f !important;\n }\n .site-theme-dark .hohUserRow td {\n border-top-color: #363a4f !important;\n }\n .site-theme-dark .hohUserRow tr {\n border-right-color: #363a4f !important;\n }\n .site-theme-dark hr {\n color: #363a4f;\n }\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner .like-wrap.thread .button.liked .fa-heart,\n .site-theme-dark .actions .favourite.liked .fa-heart,\n .site-theme-dark .like-wrap.thread .button.isFavourite .fa-heart,\n .site-theme-dark .actions .favourite.isFavourite .fa-heart,\n .site-theme-dark .actions .favourite {\n --color-white: 24, 25, 38;\n }", + "code": "body:not(.site-theme-dark) {\n color-scheme: dark;\n --color-background-blue-dark: 184, 192, 224;\n --color-overlay: 54, 58, 79;\n --color-shadow: 30, 32, 48;\n --color-shadow-dark: 159.0952381, 175.38095238, 236.9047619;\n --color-shadow-blue: 138, 173, 244;\n --color-text-light: 184, 192, 224;\n --color-text-lighter: 165, 173, 203;\n --color-text-bright: 202, 211, 245;\n --color-blue: 183, 189, 248;\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: 183, 189, 248;\n --color-peach: 238, 153, 160;\n --color-orange: 245, 169, 127;\n --color-yellow: 238, 212, 159;\n --color-green: 166, 218, 149;\n --color-blue-100: 202, 211, 245;\n --color-blue-200: 202, 211, 245;\n --color-blue-300: 202, 211, 245;\n --color-blue-400: 125, 196, 228;\n --color-blue-500: 125, 196, 228;\n --color-blue-600: 138, 173, 244;\n --color-blue-700: 138, 173, 244;\n --color-blue-800: 138, 173, 244;\n --color-blue-900: 138, 173, 244;\n --color-blue-1000: 138, 173, 244;\n --color-green-100: 139, 213, 202;\n --color-green-200: 166, 218, 149;\n --color-green-300: 166, 218, 149;\n --color-green-400: 166, 218, 149;\n --color-green-500: 166, 218, 149;\n --color-green-600: 166, 218, 149;\n --color-green-700: 166, 218, 149;\n --color-green-800: 166, 218, 149;\n --color-red-100: 202, 211, 245;\n --color-red-200: 240, 198, 198;\n --color-red-300: 238, 153, 160;\n --color-red-400: 237, 135, 150;\n --color-red-500: 237, 135, 150;\n --color-red-600: 237, 135, 150;\n --color-red-700: 237, 135, 150;\n --color-background: 24, 25, 38;\n --color-foreground: 36, 39, 58;\n --color-foreground-grey: 54, 58, 79;\n --color-foreground-grey-dark: 43.64661654, 46.87969925, 63.85338346;\n --color-foreground-blue: 30, 32, 48;\n --color-foreground-blue-dark: 30, 32, 48;\n --color-text: 202, 211, 245;\n --color-text-light: 165, 173, 203;\n --color-text-lighter: 184, 192, 224;\n --color-shadow-dark: 24, 25, 38;\n --color-shadow-blue: 24, 25, 38;\n --color-background-1200: 202, 211, 245;\n --color-background-1100: 202, 211, 245;\n --color-background-1000: 202, 211, 245;\n --color-background-900: 184, 192, 224;\n --color-background-800: 165, 173, 203;\n --color-background-700: 73, 77, 100;\n --color-background-600: 54, 58, 79;\n --color-background-500: 54, 58, 79;\n --color-background-400: 54, 58, 79;\n --color-background-300: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n --color-background-100: 24, 25, 38;\n --color-gray-1200: 202, 211, 245;\n --color-gray-1100: 202, 211, 245;\n --color-gray-1000: 202, 211, 245;\n --color-gray-900: 202, 211, 245;\n --color-gray-800: 147, 154, 183;\n --color-gray-700: 128, 135, 162;\n --color-gray-600: 110, 115, 141;\n --color-gray-500: 91, 96, 120;\n --color-gray-400: 73, 77, 100;\n --color-gray-300: 54, 58, 79;\n --color-gray-200: 30, 32, 48;\n --color-gray-100: 24, 25, 38;\n --color-blue-dim: 143.01898734, 151.69240506, 236.98101266;\n /* DARK THEME NAV BAR */\n /* -----------------PROFILE FIXES----------------- */\n /* Fixes gap between stats */\n /* ----Tracking Status List Stuff---- */\n /* ---------SCORE TWEAKS-------------- */\n /* --------------FOOTER--------------- */\n /* ------------------SEARCH PAGES------------------ */\n /* ------------------MISC EDITS-------------------- */\n /* --Reset button in notifications----- */\n /* Publish Button in Replies and Messages */\n /* Mod Stuff */\n /* Accent Text */\n /* ------------IMAGE COVER------------ */\n /* --------SETTINGS-------- */\n /* --------HIDE SCROLLBAR IN BIO----- */\n /* --------REMOVE DROPDOWN SHADOWS----- */\n /* ---------ANILIST LIKER PLUGIN------ */\n /* ---------AUTOMAIL TWEAKS--------- */\n }\n body:not(.site-theme-dark) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n body:not(.site-theme-dark) input::placeholder,\n body:not(.site-theme-dark) textarea::placeholder {\n color: #a5adcb !important;\n }\n body:not(.site-theme-dark) .nav-unscoped {\n background-color: #1e2030;\n }\n body:not(.site-theme-dark) .nav-unscoped.transparent {\n background-color: rgba(30, 32, 48, 0.5);\n }\n body:not(.site-theme-dark) .nav-unscoped.transparent:hover {\n background-color: #1e2030;\n color: #a5adcb;\n }\n body:not(.site-theme-dark) .user-page-unscoped.orange {\n --color-blue: 245, 169, 127;\n --color-blue-dim: 241.30434783, 137.2173913, 79.69565217;\n }\n body:not(.site-theme-dark) .user-page-unscoped.orange .progress .bar {\n background: linear-gradient(270deg, #f18950, #f5a97f);\n }\n body:not(.site-theme-dark) .user-page-unscoped.green {\n --color-blue: 166, 218, 149;\n --color-blue-dim: 134.25874126, 204.8041958, 111.1958042;\n }\n body:not(.site-theme-dark) .user-page-unscoped.green .progress .bar {\n background: linear-gradient(270deg, #86cd6f, #a6da95);\n }\n body:not(.site-theme-dark) .user-page-unscoped.purple {\n --color-blue: 198, 160, 246;\n --color-blue-dim: 170.04807692, 113.41346154, 241.58653846;\n }\n body:not(.site-theme-dark) .user-page-unscoped.purple .progress .bar {\n background: linear-gradient(270deg, #aa71f2, #c6a0f6);\n }\n body:not(.site-theme-dark) .user-page-unscoped.red {\n --color-blue: 237, 135, 150;\n --color-blue-dim: 230.34782609, 90.65217391, 111.19565217;\n }\n body:not(.site-theme-dark) .user-page-unscoped.red .progress .bar {\n background: linear-gradient(270deg, #e65b6f, #ed8796);\n }\n body:not(.site-theme-dark) .user-page-unscoped.blue {\n --color-blue: 138, 173, 244;\n --color-blue-dim: 91.3828125, 140.328125, 239.6171875;\n }\n body:not(.site-theme-dark) .user-page-unscoped.blue .progress .bar {\n background: linear-gradient(270deg, #5b8cf0, #8aadf4);\n }\n body:not(.site-theme-dark) .user-page-unscoped.pink {\n --color-blue: 245, 189, 230;\n --color-blue-dim: 238.28947368, 144.71052632, 213.22368421;\n }\n body:not(.site-theme-dark) .user-page-unscoped.pink .progress .bar {\n background: linear-gradient(270deg, #ee91d5, #f5bde6);\n }\n body:not(.site-theme-dark) .user-page-unscoped.gray {\n --color-blue: 128, 135, 162;\n --color-blue-dim: 101.03181818, 108.63636364, 137.96818182;\n }\n body:not(.site-theme-dark) .user-page-unscoped.gray .progress .bar {\n background: linear-gradient(270deg, #656d8a, #8087a2);\n }\n body:not(.site-theme-dark) .history-day {\n --color-foreground-grey-dark: 24, 25, 38;\n }\n body:not(.site-theme-dark) .x-axis {\n --color-background-300: 54, 58, 79;\n }\n @media (max-width: 1540px) {\n body:not(.site-theme-dark) .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n body:not(.site-theme-dark) .list[data-v-5776f768] {\n color: #1e2030 !important;\n }\n body:not(.site-theme-dark) .media-card .list-status[status=\"Repeating\"] {\n background: #f5bde6;\n }\n body:not(.site-theme-dark) .banner .el-icon-arrow-down::before {\n color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .el-textarea__inner::placeholder {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-dropdown-menu,\n body:not(.site-theme-dark) .el-dropdown-menu__item--divided::before,\n body:not(.site-theme-dark) .el-select-dropdown {\n background-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: #363a4f;\n }\n body:not(.site-theme-dark) .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n body:not(.site-theme-dark) .el-popper[x-placement^=\"top\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n body:not(.site-theme-dark) .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: #363a4f;\n }\n body:not(.site-theme-dark) .el-dropdown .feed-filter {\n color: #6e738d;\n }\n body:not(.site-theme-dark) .el-dropdown-menu {\n border-color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .el-dropdown-menu__item--divided {\n border-top-color: #494d64;\n }\n body:not(.site-theme-dark) .el-select-dropdown__item.hover,\n body:not(.site-theme-dark) .el-select-dropdown__item:hover {\n background-color: #24273a;\n }\n body:not(.site-theme-dark) .el-select-dropdown__item.selected {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-tooltip__popper.is-dark {\n background: #363a4f;\n color: #cad3f5;\n }\n body:not(.site-theme-dark) .tooltip > div {\n --color-white: 202, 211, 245;\n }\n body:not(.site-theme-dark) .dropdown {\n --color-gray-100: 36, 39, 58;\n --color-background-100: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n }\n body:not(.site-theme-dark) .medialist .notes {\n --color-overlay: 54, 58, 79;\n }\n body:not(.site-theme-dark) .el-input__inner::placeholder,\n body:not(.site-theme-dark) .el-input__prefix {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-picker-panel {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #494d64;\n }\n body:not(.site-theme-dark) .el-date-table th {\n color: #8087a2;\n border-bottom-color: #494d64;\n }\n body:not(.site-theme-dark) .el-date-picker__header-label {\n color: #a5adcb;\n }\n body:not(.site-theme-dark) .el-date-picker__header-label:hover {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-picker-panel__icon-btn {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-picker-panel__icon-btn:hover {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-date-table td.available:hover {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-date-table td.current:not(.disabled) span {\n color: #181926;\n background-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-date-table td.next-month,\n body:not(.site-theme-dark) .el-date-table td.prev-month {\n color: #5b6078;\n }\n body:not(.site-theme-dark) .score[data-v-5ca094da] {\n color: #24273a;\n }\n body:not(.site-theme-dark) .footer[data-v-0f519cab] {\n background: #cad3f5;\n color: #181926;\n background: #1e2030;\n color: #a5adcb;\n }\n body:not(.site-theme-dark) .footer[data-v-0f519cab] h2 {\n color: rgb(var(--color-blue));\n }\n body:not(.site-theme-dark) .search,\n body:not(.site-theme-dark) .expand-description,\n body:not(.site-theme-dark) .studio {\n --color-background-200: 24, 25, 38;\n }\n body:not(.site-theme-dark) .search-wrap,\n body:not(.site-theme-dark) .filters,\n body:not(.site-theme-dark) .extra-filters-wrap,\n body:not(.site-theme-dark) .select,\n body:not(.site-theme-dark) .options {\n --color-background-100: 36, 39, 58;\n }\n body:not(.site-theme-dark) .filter.select-wrap .options {\n --color-background-100: 30, 32, 48;\n }\n body:not(.site-theme-dark) .list-editor-wrap .header::after {\n background: rgba(30, 32, 48, 0.5);\n }\n body:not(.site-theme-dark) .filter.clear-all {\n --color-background-500: 128, 135, 162;\n }\n body:not(.site-theme-dark) .reset-btn {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .save {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .el-radio {\n color: #8087a2;\n }\n body:not(.site-theme-dark) .el-color-dropdown__link-btn {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-color-picker__color {\n border-color: #494d64;\n }\n body:not(.site-theme-dark) .el-color-picker__panel {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body:not(.site-theme-dark) .el-color-dropdown__btn {\n border-color: #5b6078;\n color: #b8c0e0;\n }\n body:not(.site-theme-dark) .el-color-dropdown__btn:hover {\n background-color: transparent;\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .input .hint {\n --color-white: 202, 211, 245;\n }\n body:not(.site-theme-dark) .el-checkbox__input.is-checked + .el-checkbox__label {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .button,\n body:not(.site-theme-dark) .option.active,\n body:not(.site-theme-dark) .new-badge,\n body:not(.site-theme-dark) .submissions .user .stats > div,\n body:not(.site-theme-dark) .actions .icon,\n body:not(.site-theme-dark) .submissions .status,\n body:not(.site-theme-dark) .adult-label,\n body:not(.site-theme-dark) .header .btn,\n body:not(.site-theme-dark) .media-tag-editor .btn,\n body:not(.site-theme-dark) [data-v-843c77a2] .btn,\n body:not(.site-theme-dark) [data-v-22855988] .btn,\n body:not(.site-theme-dark) .btn[data-v-156b3973],\n body:not(.site-theme-dark) .btn[data-v-dceb4a66],\n body:not(.site-theme-dark) .favourite-btn,\n body:not(.site-theme-dark) .dialog .btn,\n body:not(.site-theme-dark) .tag,\n body:not(.site-theme-dark) .filter,\n body:not(.site-theme-dark) .media .header div,\n body:not(.site-theme-dark) .list-editor-wrap .header .save-btn,\n body:not(.site-theme-dark) .actions > div:not(.donator-badge),\n body:not(.site-theme-dark) .banner-content .mod-badge-wrap,\n body:not(.site-theme-dark) .external-link.no-color,\n body:not(.site-theme-dark) .count.circle,\n body:not(.site-theme-dark) .el-dropdown-menu__item,\n body:not(.site-theme-dark) .delete,\n body:not(.site-theme-dark) .list-editor-wrap .list-editor .body .delete-btn,\n body:not(.site-theme-dark) .open-user-search,\n body:not(.site-theme-dark) .save-btn {\n --color-white: 24, 25, 38;\n }\n body:not(.site-theme-dark) .button.comment,\n body:not(.site-theme-dark) .settings .button,\n body:not(.site-theme-dark) .el-message-box .el-button--primary,\n body:not(.site-theme-dark) .mod-badge-wrap,\n body:not(.site-theme-dark) .medialist.cards .entry-card .edit {\n --color-text-bright: 24, 25, 38;\n }\n body:not(.site-theme-dark) .submit-btn,\n body:not(.site-theme-dark) .random-btn {\n color: #181926;\n }\n body:not(.site-theme-dark) .user .notification-dot,\n body:not(.site-theme-dark) .create-btn {\n color: #181926 !important;\n }\n body:not(.site-theme-dark) .el-radio__inner::after {\n background-color: #181926;\n }\n body:not(.site-theme-dark) .icon,\n body:not(.site-theme-dark) .check {\n --color-blue-300: 24, 25, 38;\n }\n body:not(.site-theme-dark) .cover .image-text,\n body:not(.site-theme-dark) .plus-progress {\n color: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .entry .plus-progress,\n body:not(.site-theme-dark) .medialist.table .entry .edit {\n color: #24273a !important;\n }\n body:not(.site-theme-dark) .el-radio__inner {\n background-color: #cad3f5;\n }\n body:not(.site-theme-dark) .el-checkbox__input.is-checked .el-checkbox__inner,\n body:not(.site-theme-dark) .el-radio__input.is-checked .el-radio__inner {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .el-checkbox__inner::after {\n border-color: #181926;\n border-width: 2px;\n left: 3px;\n }\n body:not(.site-theme-dark) .el-radio__input.is-checked + .el-radio__label {\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .section::-webkit-scrollbar {\n display: none;\n }\n body:not(.site-theme-dark) .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n body:not(.site-theme-dark) .dropdown.dropdown {\n box-shadow: none;\n }\n body:not(.site-theme-dark) #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n body:not(.site-theme-dark) #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n body:not(.site-theme-dark) .hohMediaScore {\n border-color: #363a4f;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: #24273a;\n color: #b7bdf8;\n }\n body:not(.site-theme-dark) .activity-feed .hohNoteSuffix:not(:empty),\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty),\n body:not(.site-theme-dark) .activity-feed .hohScore:not(.hohSmiley),\n body:not(.site-theme-dark) .hohFeedScore .hohScore {\n border-radius: 5px;\n padding: 2.5px 5px 1px !important;\n color: #b8c0e0 !important;\n background-color: #363a4f;\n }\n body:not(.site-theme-dark) .activity-feed .hohNoteSuffix:not(:empty):not(:first-of-type),\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty):not(:first-of-type),\n body:not(.site-theme-dark) .activity-feed .hohScore:not(.hohSmiley):not(:first-of-type),\n body:not(.site-theme-dark) .hohFeedScore .hohScore:not(:first-of-type) {\n margin: 3px;\n }\n body:not(.site-theme-dark) .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n body:not(.site-theme-dark) .hohExtraFilters button {\n margin-bottom: 20px;\n }\n body:not(.site-theme-dark) .filter-group.compare-btn,\n body:not(.site-theme-dark) .hohButton {\n color: #24273a;\n }\n body:not(.site-theme-dark) .hohButton,\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: #b7bdf8;\n }\n body:not(.site-theme-dark) .medialist.table .entry:hover,\n body:not(.site-theme-dark) .medialist.table .entry .title a:hover,\n body:not(.site-theme-dark) .compare-btn[data-v-170179fc]:hover {\n color: #24273a;\n }\n body:not(.site-theme-dark) .hohCompare table {\n background-color: #181926;\n }\n body:not(.site-theme-dark) .hohAnimeTable,\n body:not(.site-theme-dark) .hohAnimeTable td,\n body:not(.site-theme-dark) .hohUserRow td,\n body:not(.site-theme-dark) .hohUserRow th,\n body:not(.site-theme-dark) .hohHeaderRow td,\n body:not(.site-theme-dark) .hohHeaderRow th {\n border-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .hohUserRow td {\n border-top-color: #363a4f !important;\n }\n body:not(.site-theme-dark) .hohUserRow tr {\n border-right-color: #363a4f !important;\n }\n body:not(.site-theme-dark) hr {\n color: #363a4f;\n }\n body:not(.site-theme-dark) .hohCheckbox input:checked + .el-checkbox__inner .like-wrap.thread .button.liked .fa-heart,\n body:not(.site-theme-dark) .actions .favourite.liked .fa-heart,\n body:not(.site-theme-dark) .like-wrap.thread .button.isFavourite .fa-heart,\n body:not(.site-theme-dark) .actions .favourite.isFavourite .fa-heart,\n body:not(.site-theme-dark) .actions .favourite {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark {\n color-scheme: dark;\n --color-background-blue-dark: 184, 192, 224;\n --color-overlay: 54, 58, 79;\n --color-shadow: 30, 32, 48;\n --color-shadow-dark: 159.0952381, 175.38095238, 236.9047619;\n --color-shadow-blue: 138, 173, 244;\n --color-text-light: 184, 192, 224;\n --color-text-lighter: 165, 173, 203;\n --color-text-bright: 202, 211, 245;\n --color-blue: 183, 189, 248;\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: 183, 189, 248;\n --color-peach: 238, 153, 160;\n --color-orange: 245, 169, 127;\n --color-yellow: 238, 212, 159;\n --color-green: 166, 218, 149;\n --color-blue-100: 202, 211, 245;\n --color-blue-200: 202, 211, 245;\n --color-blue-300: 202, 211, 245;\n --color-blue-400: 125, 196, 228;\n --color-blue-500: 125, 196, 228;\n --color-blue-600: 138, 173, 244;\n --color-blue-700: 138, 173, 244;\n --color-blue-800: 138, 173, 244;\n --color-blue-900: 138, 173, 244;\n --color-blue-1000: 138, 173, 244;\n --color-green-100: 139, 213, 202;\n --color-green-200: 166, 218, 149;\n --color-green-300: 166, 218, 149;\n --color-green-400: 166, 218, 149;\n --color-green-500: 166, 218, 149;\n --color-green-600: 166, 218, 149;\n --color-green-700: 166, 218, 149;\n --color-green-800: 166, 218, 149;\n --color-red-100: 202, 211, 245;\n --color-red-200: 240, 198, 198;\n --color-red-300: 238, 153, 160;\n --color-red-400: 237, 135, 150;\n --color-red-500: 237, 135, 150;\n --color-red-600: 237, 135, 150;\n --color-red-700: 237, 135, 150;\n --color-background: 24, 25, 38;\n --color-foreground: 36, 39, 58;\n --color-foreground-grey: 54, 58, 79;\n --color-foreground-grey-dark: 43.64661654, 46.87969925, 63.85338346;\n --color-foreground-blue: 30, 32, 48;\n --color-foreground-blue-dark: 30, 32, 48;\n --color-text: 202, 211, 245;\n --color-text-light: 165, 173, 203;\n --color-text-lighter: 184, 192, 224;\n --color-shadow-dark: 24, 25, 38;\n --color-shadow-blue: 24, 25, 38;\n --color-background-1200: 202, 211, 245;\n --color-background-1100: 202, 211, 245;\n --color-background-1000: 202, 211, 245;\n --color-background-900: 184, 192, 224;\n --color-background-800: 165, 173, 203;\n --color-background-700: 73, 77, 100;\n --color-background-600: 54, 58, 79;\n --color-background-500: 54, 58, 79;\n --color-background-400: 54, 58, 79;\n --color-background-300: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n --color-background-100: 24, 25, 38;\n --color-gray-1200: 202, 211, 245;\n --color-gray-1100: 202, 211, 245;\n --color-gray-1000: 202, 211, 245;\n --color-gray-900: 202, 211, 245;\n --color-gray-800: 147, 154, 183;\n --color-gray-700: 128, 135, 162;\n --color-gray-600: 110, 115, 141;\n --color-gray-500: 91, 96, 120;\n --color-gray-400: 73, 77, 100;\n --color-gray-300: 54, 58, 79;\n --color-gray-200: 30, 32, 48;\n --color-gray-100: 24, 25, 38;\n --color-blue-dim: 143.01898734, 151.69240506, 236.98101266;\n /* DARK THEME NAV BAR */\n /* -----------------PROFILE FIXES----------------- */\n /* Fixes gap between stats */\n /* ----Tracking Status List Stuff---- */\n /* ---------SCORE TWEAKS-------------- */\n /* --------------FOOTER--------------- */\n /* ------------------SEARCH PAGES------------------ */\n /* ------------------MISC EDITS-------------------- */\n /* --Reset button in notifications----- */\n /* Publish Button in Replies and Messages */\n /* Mod Stuff */\n /* Accent Text */\n /* ------------IMAGE COVER------------ */\n /* --------SETTINGS-------- */\n /* --------HIDE SCROLLBAR IN BIO----- */\n /* --------REMOVE DROPDOWN SHADOWS----- */\n /* ---------ANILIST LIKER PLUGIN------ */\n /* ---------AUTOMAIL TWEAKS--------- */\n }\n .site-theme-dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .site-theme-dark input::placeholder,\n .site-theme-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n .site-theme-dark .nav-unscoped {\n background-color: #1e2030;\n }\n .site-theme-dark .nav-unscoped.transparent {\n background-color: rgba(30, 32, 48, 0.5);\n }\n .site-theme-dark .nav-unscoped.transparent:hover {\n background-color: #1e2030;\n color: #a5adcb;\n }\n .site-theme-dark .user-page-unscoped.orange {\n --color-blue: 245, 169, 127;\n --color-blue-dim: 241.30434783, 137.2173913, 79.69565217;\n }\n .site-theme-dark .user-page-unscoped.orange .progress .bar {\n background: linear-gradient(270deg, #f18950, #f5a97f);\n }\n .site-theme-dark .user-page-unscoped.green {\n --color-blue: 166, 218, 149;\n --color-blue-dim: 134.25874126, 204.8041958, 111.1958042;\n }\n .site-theme-dark .user-page-unscoped.green .progress .bar {\n background: linear-gradient(270deg, #86cd6f, #a6da95);\n }\n .site-theme-dark .user-page-unscoped.purple {\n --color-blue: 198, 160, 246;\n --color-blue-dim: 170.04807692, 113.41346154, 241.58653846;\n }\n .site-theme-dark .user-page-unscoped.purple .progress .bar {\n background: linear-gradient(270deg, #aa71f2, #c6a0f6);\n }\n .site-theme-dark .user-page-unscoped.red {\n --color-blue: 237, 135, 150;\n --color-blue-dim: 230.34782609, 90.65217391, 111.19565217;\n }\n .site-theme-dark .user-page-unscoped.red .progress .bar {\n background: linear-gradient(270deg, #e65b6f, #ed8796);\n }\n .site-theme-dark .user-page-unscoped.blue {\n --color-blue: 138, 173, 244;\n --color-blue-dim: 91.3828125, 140.328125, 239.6171875;\n }\n .site-theme-dark .user-page-unscoped.blue .progress .bar {\n background: linear-gradient(270deg, #5b8cf0, #8aadf4);\n }\n .site-theme-dark .user-page-unscoped.pink {\n --color-blue: 245, 189, 230;\n --color-blue-dim: 238.28947368, 144.71052632, 213.22368421;\n }\n .site-theme-dark .user-page-unscoped.pink .progress .bar {\n background: linear-gradient(270deg, #ee91d5, #f5bde6);\n }\n .site-theme-dark .user-page-unscoped.gray {\n --color-blue: 128, 135, 162;\n --color-blue-dim: 101.03181818, 108.63636364, 137.96818182;\n }\n .site-theme-dark .user-page-unscoped.gray .progress .bar {\n background: linear-gradient(270deg, #656d8a, #8087a2);\n }\n .site-theme-dark .history-day {\n --color-foreground-grey-dark: 24, 25, 38;\n }\n .site-theme-dark .x-axis {\n --color-background-300: 54, 58, 79;\n }\n @media (max-width: 1540px) {\n .site-theme-dark .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n .site-theme-dark .list[data-v-5776f768] {\n color: #1e2030 !important;\n }\n .site-theme-dark .media-card .list-status[status=\"Repeating\"] {\n background: #f5bde6;\n }\n .site-theme-dark .banner .el-icon-arrow-down::before {\n color: #cad3f5 !important;\n }\n .site-theme-dark .el-textarea__inner::placeholder {\n color: #8087a2;\n }\n .site-theme-dark .el-dropdown-menu,\n .site-theme-dark .el-dropdown-menu__item--divided::before,\n .site-theme-dark .el-select-dropdown {\n background-color: #363a4f !important;\n }\n .site-theme-dark .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .site-theme-dark .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: #363a4f;\n }\n .site-theme-dark .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n .site-theme-dark .el-popper[x-placement^=\"top\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n .site-theme-dark .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: #363a4f;\n }\n .site-theme-dark .el-dropdown .feed-filter {\n color: #6e738d;\n }\n .site-theme-dark .el-dropdown-menu {\n border-color: #cad3f5 !important;\n }\n .site-theme-dark .el-dropdown-menu__item--divided {\n border-top-color: #494d64;\n }\n .site-theme-dark .el-select-dropdown__item.hover,\n .site-theme-dark .el-select-dropdown__item:hover {\n background-color: #24273a;\n }\n .site-theme-dark .el-select-dropdown__item.selected {\n color: #b7bdf8;\n }\n .site-theme-dark .el-tooltip__popper.is-dark {\n background: #363a4f;\n color: #cad3f5;\n }\n .site-theme-dark .tooltip > div {\n --color-white: 202, 211, 245;\n }\n .site-theme-dark .dropdown {\n --color-gray-100: 36, 39, 58;\n --color-background-100: 36, 39, 58;\n --color-background-200: 30, 32, 48;\n }\n .site-theme-dark .medialist .notes {\n --color-overlay: 54, 58, 79;\n }\n .site-theme-dark .el-input__inner::placeholder,\n .site-theme-dark .el-input__prefix {\n color: #8087a2;\n }\n .site-theme-dark .el-picker-panel {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #494d64;\n }\n .site-theme-dark .el-date-table th {\n color: #8087a2;\n border-bottom-color: #494d64;\n }\n .site-theme-dark .el-date-picker__header-label {\n color: #a5adcb;\n }\n .site-theme-dark .el-date-picker__header-label:hover {\n color: #b7bdf8;\n }\n .site-theme-dark .el-picker-panel__icon-btn {\n color: #8087a2;\n }\n .site-theme-dark .el-picker-panel__icon-btn:hover {\n color: #b7bdf8;\n }\n .site-theme-dark .el-date-table td.available:hover {\n color: #b7bdf8;\n }\n .site-theme-dark .el-date-table td.current:not(.disabled) span {\n color: #181926;\n background-color: #b7bdf8;\n }\n .site-theme-dark .el-date-table td.next-month,\n .site-theme-dark .el-date-table td.prev-month {\n color: #5b6078;\n }\n .site-theme-dark .score[data-v-5ca094da] {\n color: #24273a;\n }\n .site-theme-dark .footer[data-v-0f519cab] {\n background: #cad3f5;\n color: #181926;\n background: #1e2030;\n color: #a5adcb;\n }\n .site-theme-dark .footer[data-v-0f519cab] h2 {\n color: rgb(var(--color-blue));\n }\n .site-theme-dark .search,\n .site-theme-dark .expand-description,\n .site-theme-dark .studio {\n --color-background-200: 24, 25, 38;\n }\n .site-theme-dark .search-wrap,\n .site-theme-dark .filters,\n .site-theme-dark .extra-filters-wrap,\n .site-theme-dark .select,\n .site-theme-dark .options {\n --color-background-100: 36, 39, 58;\n }\n .site-theme-dark .filter.select-wrap .options {\n --color-background-100: 30, 32, 48;\n }\n .site-theme-dark .list-editor-wrap .header::after {\n background: rgba(30, 32, 48, 0.5);\n }\n .site-theme-dark .filter.clear-all {\n --color-background-500: 128, 135, 162;\n }\n .site-theme-dark .reset-btn {\n color: #24273a !important;\n }\n .site-theme-dark .save {\n color: #24273a !important;\n }\n .site-theme-dark .el-radio {\n color: #8087a2;\n }\n .site-theme-dark .el-color-dropdown__link-btn {\n color: #b7bdf8;\n }\n .site-theme-dark .el-color-picker__color {\n border-color: #494d64;\n }\n .site-theme-dark .el-color-picker__panel {\n background-color: #363a4f;\n border-color: #494d64;\n }\n .site-theme-dark .el-color-dropdown__btn {\n border-color: #5b6078;\n color: #b8c0e0;\n }\n .site-theme-dark .el-color-dropdown__btn:hover {\n background-color: transparent;\n border-color: #b7bdf8;\n color: #b7bdf8;\n }\n .site-theme-dark .input .hint {\n --color-white: 202, 211, 245;\n }\n .site-theme-dark .el-checkbox__input.is-checked + .el-checkbox__label {\n color: #b7bdf8;\n }\n .site-theme-dark .button,\n .site-theme-dark .option.active,\n .site-theme-dark .new-badge,\n .site-theme-dark .submissions .user .stats > div,\n .site-theme-dark .actions .icon,\n .site-theme-dark .submissions .status,\n .site-theme-dark .adult-label,\n .site-theme-dark .header .btn,\n .site-theme-dark .media-tag-editor .btn,\n .site-theme-dark [data-v-843c77a2] .btn,\n .site-theme-dark [data-v-22855988] .btn,\n .site-theme-dark .btn[data-v-156b3973],\n .site-theme-dark .btn[data-v-dceb4a66],\n .site-theme-dark .favourite-btn,\n .site-theme-dark .dialog .btn,\n .site-theme-dark .tag,\n .site-theme-dark .filter,\n .site-theme-dark .media .header div,\n .site-theme-dark .list-editor-wrap .header .save-btn,\n .site-theme-dark .actions > div:not(.donator-badge),\n .site-theme-dark .banner-content .mod-badge-wrap,\n .site-theme-dark .external-link.no-color,\n .site-theme-dark .count.circle,\n .site-theme-dark .el-dropdown-menu__item,\n .site-theme-dark .delete,\n .site-theme-dark .list-editor-wrap .list-editor .body .delete-btn,\n .site-theme-dark .open-user-search,\n .site-theme-dark .save-btn {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark .button.comment,\n .site-theme-dark .settings .button,\n .site-theme-dark .el-message-box .el-button--primary,\n .site-theme-dark .mod-badge-wrap,\n .site-theme-dark .medialist.cards .entry-card .edit {\n --color-text-bright: 24, 25, 38;\n }\n .site-theme-dark .submit-btn,\n .site-theme-dark .random-btn {\n color: #181926;\n }\n .site-theme-dark .user .notification-dot,\n .site-theme-dark .create-btn {\n color: #181926 !important;\n }\n .site-theme-dark .el-radio__inner::after {\n background-color: #181926;\n }\n .site-theme-dark .icon,\n .site-theme-dark .check {\n --color-blue-300: 24, 25, 38;\n }\n .site-theme-dark .cover .image-text,\n .site-theme-dark .plus-progress {\n color: #cad3f5 !important;\n }\n .site-theme-dark .entry .plus-progress,\n .site-theme-dark .medialist.table .entry .edit {\n color: #24273a !important;\n }\n .site-theme-dark .el-radio__inner {\n background-color: #cad3f5;\n }\n .site-theme-dark .el-checkbox__input.is-checked .el-checkbox__inner,\n .site-theme-dark .el-radio__input.is-checked .el-radio__inner {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n .site-theme-dark .el-checkbox__inner::after {\n border-color: #181926;\n border-width: 2px;\n left: 3px;\n }\n .site-theme-dark .el-radio__input.is-checked + .el-radio__label {\n color: #b7bdf8;\n }\n .site-theme-dark .section::-webkit-scrollbar {\n display: none;\n }\n .site-theme-dark .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n .site-theme-dark .dropdown.dropdown {\n box-shadow: none;\n }\n .site-theme-dark #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n .site-theme-dark #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n .site-theme-dark .hohMediaScore {\n border-color: #363a4f;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: #24273a;\n color: #b7bdf8;\n }\n .site-theme-dark .activity-feed .hohNoteSuffix:not(:empty),\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty),\n .site-theme-dark .activity-feed .hohScore:not(.hohSmiley),\n .site-theme-dark .hohFeedScore .hohScore {\n border-radius: 5px;\n padding: 2.5px 5px 1px !important;\n color: #b8c0e0 !important;\n background-color: #363a4f;\n }\n .site-theme-dark .activity-feed .hohNoteSuffix:not(:empty):not(:first-of-type),\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty):not(:first-of-type),\n .site-theme-dark .activity-feed .hohScore:not(.hohSmiley):not(:first-of-type),\n .site-theme-dark .hohFeedScore .hohScore:not(:first-of-type) {\n margin: 3px;\n }\n .site-theme-dark .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n .site-theme-dark .hohExtraFilters button {\n margin-bottom: 20px;\n }\n .site-theme-dark .filter-group.compare-btn,\n .site-theme-dark .hohButton {\n color: #24273a;\n }\n .site-theme-dark .hohButton,\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: #b7bdf8;\n }\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: #b7bdf8;\n }\n .site-theme-dark .medialist.table .entry:hover,\n .site-theme-dark .medialist.table .entry .title a:hover,\n .site-theme-dark .compare-btn[data-v-170179fc]:hover {\n color: #24273a;\n }\n .site-theme-dark .hohCompare table {\n background-color: #181926;\n }\n .site-theme-dark .hohAnimeTable,\n .site-theme-dark .hohAnimeTable td,\n .site-theme-dark .hohUserRow td,\n .site-theme-dark .hohUserRow th,\n .site-theme-dark .hohHeaderRow td,\n .site-theme-dark .hohHeaderRow th {\n border-color: #363a4f !important;\n }\n .site-theme-dark .hohUserRow td {\n border-top-color: #363a4f !important;\n }\n .site-theme-dark .hohUserRow tr {\n border-right-color: #363a4f !important;\n }\n .site-theme-dark hr {\n color: #363a4f;\n }\n .site-theme-dark .hohCheckbox input:checked + .el-checkbox__inner .like-wrap.thread .button.liked .fa-heart,\n .site-theme-dark .actions .favourite.liked .fa-heart,\n .site-theme-dark .like-wrap.thread .button.isFavourite .fa-heart,\n .site-theme-dark .actions .favourite.isFavourite .fa-heart,\n .site-theme-dark .actions .favourite {\n --color-white: 24, 25, 38;\n }", "start": 1377, "domains": [ "anilist.co", @@ -3245,23 +3412,23 @@ ] }, { - "code": "body:not(.site-theme-dark) {\n /* --------ANICHART SPECIFIC TWEAKS---- */\n }\n body:not(.site-theme-dark) .login[data-v-0d5bfbcd],\n body:not(.site-theme-dark) .login[data-v-0d5bfbcd]:hover {\n color: #24273a;\n }\n body:not(.site-theme-dark) [fill=\"#3db4f2\" i] {\n fill: lavender !important;\n }\n body:not(.site-theme-dark) .nav {\n background: #1e2030;\n }\n body:not(.site-theme-dark) .external-link {\n background: #494d64;\n }\n body:not(.site-theme-dark) .external-link [stroke=\"#fff\" i] {\n stroke: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .external-link .icon,\n body:not(.site-theme-dark) .dropdown-menu:hover {\n --color-white: 24, 25, 38;\n }\n body:not(.site-theme-dark) [fill=\"#fff\" i] {\n fill: #181926 !important;\n }\n .site-theme-dark {\n /* --------ANICHART SPECIFIC TWEAKS---- */\n }\n .site-theme-dark .login[data-v-0d5bfbcd],\n .site-theme-dark .login[data-v-0d5bfbcd]:hover {\n color: #24273a;\n }\n .site-theme-dark [fill=\"#3db4f2\" i] {\n fill: lavender !important;\n }\n .site-theme-dark .nav {\n background: #1e2030;\n }\n .site-theme-dark .external-link {\n background: #494d64;\n }\n .site-theme-dark .external-link [stroke=\"#fff\" i] {\n stroke: #cad3f5 !important;\n }\n .site-theme-dark .external-link .icon,\n .site-theme-dark .dropdown-menu:hover {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark [fill=\"#fff\" i] {\n fill: #181926 !important;\n }", - "start": 34007, + "code": "body:not(.site-theme-dark) {\n color-scheme: dark;\n }\n body:not(.site-theme-dark) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n body:not(.site-theme-dark) input::placeholder,\n body:not(.site-theme-dark) textarea::placeholder {\n color: #a5adcb !important;\n }\n body:not(.site-theme-dark) .login[data-v-0d5bfbcd],\n body:not(.site-theme-dark) .login[data-v-0d5bfbcd]:hover {\n color: #24273a;\n }\n body:not(.site-theme-dark) [fill=\"#3db4f2\" i] {\n fill: lavender !important;\n }\n body:not(.site-theme-dark) .nav {\n background: #1e2030;\n }\n body:not(.site-theme-dark) .external-link {\n background: #494d64;\n }\n body:not(.site-theme-dark) .external-link [stroke=\"#fff\" i] {\n stroke: #cad3f5 !important;\n }\n body:not(.site-theme-dark) .external-link .icon,\n body:not(.site-theme-dark) .dropdown-menu:hover {\n --color-white: 24, 25, 38;\n }\n body:not(.site-theme-dark) [fill=\"#fff\" i] {\n fill: #181926 !important;\n }\n .site-theme-dark {\n color-scheme: dark;\n }\n .site-theme-dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .site-theme-dark input::placeholder,\n .site-theme-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n .site-theme-dark .login[data-v-0d5bfbcd],\n .site-theme-dark .login[data-v-0d5bfbcd]:hover {\n color: #24273a;\n }\n .site-theme-dark [fill=\"#3db4f2\" i] {\n fill: lavender !important;\n }\n .site-theme-dark .nav {\n background: #1e2030;\n }\n .site-theme-dark .external-link {\n background: #494d64;\n }\n .site-theme-dark .external-link [stroke=\"#fff\" i] {\n stroke: #cad3f5 !important;\n }\n .site-theme-dark .external-link .icon,\n .site-theme-dark .dropdown-menu:hover {\n --color-white: 24, 25, 38;\n }\n .site-theme-dark [fill=\"#fff\" i] {\n fill: #181926 !important;\n }", + "start": 36443, "domains": [ "anichart.net" ] }, { "code": "/* prettier-ignore */", - "start": 35439 + "start": 38263 } ], - "sourceCode": "/* ==UserStyle==\n@name AniList/AniChart Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/anilist\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anilist\n@version 2.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist\n@description Soothing pastel theme for AniList and AniChart\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var select contrastColor \"Contrast Color\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"anilist.co\"), domain(\"anichart.net\") {\n body:not(.site-theme-dark) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .site-theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n @contrast-color: @catppuccin[@@lookup][@@contrastColor];\n\n & when (@lookup =latte) {\n --color-blue-dim: #rgbify(desaturate(lighten(@accent-color, 10%), 10%)) [];\n\n .nav[data-v-62eacfff],\n .solid[data-v-62eacfff],\n .transparent[data-v-62eacfff]:hover {\n background: darken(@text, 10%);\n color: @base;\n }\n\n .nav-unscoped.transparent {\n background: fade(darken(@text, 10%), 50%);\n }\n\n .banner-content .name {\n --color-text-bright: #rgbify(#fff) [];\n }\n }\n\n /* BASE VARIABLES */\n --color-background: #rgbify(@crust) [];\n --color-foreground: #rgbify(@base) [];\n --color-foreground-grey: #rgbify(@surface0) [];\n --color-foreground-grey-dark: #rgbify(darken(@surface0, 5%)) [];\n --color-foreground-blue: #rgbify(@mantle) [];\n --color-foreground-blue-dark: #rgbify(@mantle) [];\n --color-background-blue-dark: #rgbify(@subtext1) [];\n --color-overlay: #rgbify(@surface0) [];\n --color-shadow: #rgbify(@mantle) [];\n --color-shadow-dark: #rgbify(darken(@text, 10%)) [];\n --color-shadow-blue: #rgbify(@blue) [];\n --color-text: #rgbify(@text) [];\n --color-text-light: #rgbify(@subtext1) [];\n --color-text-lighter: #rgbify(@subtext0) [];\n --color-text-bright: #rgbify(@text) [];\n --color-blue: #rgbify(@accent-color) [];\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: #rgbify(@contrast-color) [];\n --color-peach: #rgbify(@maroon) [];\n --color-orange: #rgbify(@peach) [];\n --color-yellow: #rgbify(@yellow) [];\n --color-green: #rgbify(@green) [];\n --color-background-1200: #rgbify(@text) [];\n --color-background-1100: #rgbify(@text) [];\n --color-background-1000: #rgbify(@text) [];\n --color-background-900: #rgbify(@subtext1) [];\n --color-background-800: #rgbify(@subtext0) [];\n --color-background-700: #rgbify(@surface1) [];\n --color-background-600: #rgbify(@surface0) [];\n --color-background-500: #rgbify(@surface0) [];\n --color-background-400: #rgbify(@surface0) [];\n --color-background-300: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n --color-background-100: #rgbify(@crust) [];\n --color-gray-1200: #rgbify(@text) [];\n --color-gray-1100: #rgbify(@text) [];\n --color-gray-1000: #rgbify(@text) [];\n --color-gray-900: #rgbify(@text) [];\n --color-gray-800: #rgbify(@overlay2) [];\n --color-gray-700: #rgbify(@overlay1) [];\n --color-gray-600: #rgbify(@overlay0) [];\n --color-gray-500: #rgbify(@surface2) [];\n --color-gray-400: #rgbify(@surface1) [];\n --color-gray-300: #rgbify(@surface0) [];\n --color-gray-200: #rgbify(@mantle) [];\n --color-gray-100: #rgbify(@crust) [];\n --color-blue-100: #rgbify(@text) [];\n --color-blue-200: #rgbify(@text) [];\n --color-blue-300: #rgbify(@text) [];\n --color-blue-400: #rgbify(@sapphire) [];\n --color-blue-500: #rgbify(@sapphire) [];\n --color-blue-600: #rgbify(@blue) [];\n --color-blue-700: #rgbify(@blue) [];\n --color-blue-800: #rgbify(@blue) [];\n --color-blue-900: #rgbify(@blue) [];\n --color-blue-1000: #rgbify(@blue) [];\n --color-green-100: #rgbify(@teal) [];\n --color-green-200: #rgbify(@green) [];\n --color-green-300: #rgbify(@green) [];\n --color-green-400: #rgbify(@green) [];\n --color-green-500: #rgbify(@green) [];\n --color-green-600: #rgbify(@green) [];\n --color-green-700: #rgbify(@green) [];\n --color-green-800: #rgbify(@green) [];\n --color-red-100: #rgbify(@text) [];\n --color-red-200: #rgbify(@flamingo) [];\n --color-red-300: #rgbify(@maroon) [];\n --color-red-400: #rgbify(@red) [];\n --color-red-500: #rgbify(@red) [];\n --color-red-600: #rgbify(@red) [];\n --color-red-700: #rgbify(@red) [];\n\n /* DARK THEME SPECIFIC TWEAKS */\n & when not (@lookup =latte) {\n --color-background: #rgbify(@crust) [];\n --color-foreground: #rgbify(@base) [];\n --color-foreground-grey: #rgbify(@surface0) [];\n --color-foreground-grey-dark: #rgbify(darken(@surface0, 5%)) [];\n --color-foreground-blue: #rgbify(@mantle) [];\n --color-foreground-blue-dark: #rgbify(@mantle) [];\n --color-text: #rgbify(@text) [];\n --color-text-light: #rgbify(@subtext0) [];\n --color-text-lighter: #rgbify(@subtext1) [];\n --color-shadow-dark: #rgbify(@crust) [];\n --color-shadow-blue: #rgbify(@crust) [];\n --color-background-1200: #rgbify(@text) [];\n --color-background-1100: #rgbify(@text) [];\n --color-background-1000: #rgbify(@text) [];\n --color-background-900: #rgbify(@subtext1) [];\n --color-background-800: #rgbify(@subtext0) [];\n --color-background-700: #rgbify(@surface1) [];\n --color-background-600: #rgbify(@surface0) [];\n --color-background-500: #rgbify(@surface0) [];\n --color-background-400: #rgbify(@surface0) [];\n --color-background-300: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n --color-background-100: #rgbify(@crust) [];\n --color-gray-1200: #rgbify(@text) [];\n --color-gray-1100: #rgbify(@text) [];\n --color-gray-1000: #rgbify(@text) [];\n --color-gray-900: #rgbify(@text) [];\n --color-gray-800: #rgbify(@overlay2) [];\n --color-gray-700: #rgbify(@overlay1) [];\n --color-gray-600: #rgbify(@overlay0) [];\n --color-gray-500: #rgbify(@surface2) [];\n --color-gray-400: #rgbify(@surface1) [];\n --color-gray-300: #rgbify(@surface0) [];\n --color-gray-200: #rgbify(@mantle) [];\n --color-gray-100: #rgbify(@crust) [];\n\n --color-blue-dim: #rgbify(desaturate(darken(@accent-color, 10%), 10%)) [];\n }\n\n /* DARK THEME NAV BAR */\n .nav-unscoped when not (@lookup =latte) {\n background-color: @mantle;\n }\n .nav-unscoped.transparent when not (@lookup =latte) {\n background-color: fade(@mantle, 50);\n }\n .nav-unscoped.transparent:hover when not (@lookup =latte) {\n background-color: @mantle;\n color: @subtext0;\n }\n\n /* -----------------PROFILE FIXES----------------- */\n #profileColor(@color) {\n --color-blue: #rgbify(@color) [];\n & when (@lookup =latte) {\n --color-blue-dim: #rgbify(lighten(@color, 10%)) [];\n }\n & when not (@lookup =latte) {\n --color-blue-dim: #rgbify(darken(@color, 10%)) [];\n }\n .progress .bar {\n background: linear-gradient(270deg, darken(@color, 10%), @color);\n }\n }\n .user-page-unscoped.orange {\n #profileColor(@peach);\n }\n .user-page-unscoped.green {\n #profileColor(@green);\n }\n .user-page-unscoped.purple {\n #profileColor(@mauve);\n }\n .user-page-unscoped.red {\n #profileColor(@red);\n }\n .user-page-unscoped.blue {\n #profileColor(@blue);\n }\n .user-page-unscoped.pink {\n #profileColor(@pink);\n }\n .user-page-unscoped.gray {\n #profileColor(@overlay1);\n }\n .history-day {\n --color-foreground-grey-dark: #rgbify(@crust) [];\n }\n .x-axis {\n --color-background-300: #rgbify(@surface0) [];\n }\n /* Fixes gap between stats */\n @media (max-width: 1540px) {\n .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n\n /* ----Tracking Status List Stuff---- */\n .list[data-v-5776f768] {\n color: @mantle !important;\n }\n .media-card .list-status[status=\"Repeating\"] {\n background: @pink;\n }\n .banner .el-icon-arrow-down::before {\n color: @text !important;\n }\n .el-textarea__inner::placeholder {\n color: @overlay1;\n }\n .el-dropdown-menu,\n .el-dropdown-menu__item--divided::before,\n .el-select-dropdown {\n background-color: @surface0 !important;\n }\n .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: @surface0;\n }\n .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n .el-popper[x-placement^=\"top\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: @surface0;\n }\n .el-dropdown .feed-filter {\n color: @overlay0;\n }\n .el-dropdown-menu {\n border-color: @text !important;\n }\n .el-dropdown-menu__item--divided when not (@lookup =latte) {\n border-top-color: @surface1;\n }\n .el-select-dropdown__item.hover,\n .el-select-dropdown__item:hover {\n background-color: @base;\n }\n .el-select-dropdown__item.selected {\n color: @accent-color;\n }\n .el-tooltip__popper.is-dark {\n background: @surface0;\n color: @text;\n }\n .tooltip > div {\n --color-white: #rgbify(@text) [];\n }\n .dropdown {\n --color-gray-100: #rgbify(@base) [];\n --color-background-100: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n }\n .medialist .notes {\n --color-overlay: #rgbify(@surface0) [];\n }\n .el-input__inner::placeholder,\n .el-input__prefix {\n color: @overlay1;\n }\n\n /* ---------SCORE TWEAKS-------------- */\n .score[data-v-5ca094da] {\n color: @base;\n }\n\n /* --------------FOOTER--------------- */\n .footer[data-v-0f519cab] {\n background: @text;\n color: @crust;\n\n h2 {\n color: rgb(var(--color-blue));\n }\n\n & when (@lookup =latte) {\n --color-blue: #rgbify(lighten(@accent-color, 30%)) [];\n }\n\n & when not (@lookup =latte) {\n background: @mantle;\n color: @subtext0;\n }\n }\n\n /* ------------------SEARCH PAGES------------------ */\n .search,\n .expand-description,\n .studio {\n --color-background-200: #rgbify(@crust) [];\n }\n .search-wrap,\n .filters,\n .extra-filters-wrap,\n .select,\n .options {\n --color-background-100: #rgbify(@base) [];\n }\n .filter.select-wrap .options {\n --color-background-100: #rgbify(@mantle) [];\n }\n\n /* ------------------MISC EDITS-------------------- */\n .list-editor-wrap .header::after {\n background: fade(@mantle, 50%);\n }\n .filter.clear-all {\n --color-background-500: #rgbify(@overlay1) [];\n }\n /* --Reset button in notifications----- */\n .reset-btn {\n color: @base !important;\n }\n /* Publish Button in Replies and Messages */\n .save {\n color: @base !important;\n }\n .el-radio {\n color: @overlay1;\n }\n /* Mod Stuff */\n .el-color-dropdown__link-btn {\n color: @accent-color;\n }\n .el-color-picker__color {\n border-color: @surface1;\n }\n .el-color-picker__panel {\n background-color: @surface0;\n border-color: @surface1;\n }\n .el-color-dropdown__btn {\n border-color: @surface2;\n color: @subtext1;\n\n &:hover {\n background-color: transparent;\n border-color: @accent-color;\n color: @accent-color;\n }\n }\n /* Accent Text */\n .input .hint {\n --color-white: #rgbify(@text) [];\n }\n .el-checkbox__input.is-checked + .el-checkbox__label {\n color: @accent-color;\n }\n .button,\n .option.active,\n .new-badge,\n .submissions .user .stats > div,\n .actions .icon,\n .submissions .status,\n .adult-label,\n .header .btn,\n .media-tag-editor .btn,\n [data-v-843c77a2] .btn,\n [data-v-22855988] .btn,\n .btn[data-v-156b3973],\n .btn[data-v-dceb4a66],\n .favourite-btn,\n .dialog .btn,\n .tag,\n .filter,\n .media .header div,\n .list-editor-wrap .header .save-btn,\n .actions > div:not(.donator-badge),\n .banner-content .mod-badge-wrap,\n .external-link.no-color,\n .count.circle,\n .el-dropdown-menu__item,\n .delete,\n .list-editor-wrap .list-editor .body .delete-btn,\n .open-user-search,\n .save-btn {\n & when not (@lookup =latte) {\n --color-white: #rgbify(@crust) [];\n }\n }\n .button.comment,\n .settings .button,\n .el-message-box .el-button--primary,\n .mod-badge-wrap,\n .medialist.cards .entry-card .edit {\n & when not (@lookup =latte) {\n --color-text-bright: #rgbify(@crust) [];\n }\n }\n .submit-btn,\n .random-btn {\n & when not (@lookup =latte) {\n color: @crust;\n }\n }\n .user .notification-dot,\n .create-btn {\n & when not (@lookup =latte) {\n color: @crust !important;\n }\n }\n .el-radio__inner::after {\n & when not (@lookup =latte) {\n background-color: @crust;\n }\n }\n .icon,\n .check {\n & when not (@lookup =latte) {\n --color-blue-300: #rgbify(@crust) [];\n }\n }\n .settings .button {\n & when (@lookup =latte) {\n --color-text-bright: #rgbify(#fff) [];\n }\n }\n /* ------------IMAGE COVER------------ */\n .cover .image-text,\n .plus-progress {\n color: @text !important;\n }\n\n .entry .plus-progress,\n .medialist.table .entry .edit {\n color: @base !important;\n }\n /* --------SETTINGS-------- */\n .el-radio__inner when not (@lookup =latte) {\n background-color: @text;\n }\n .el-checkbox__input.is-checked .el-checkbox__inner,\n .el-radio__input.is-checked .el-radio__inner {\n background-color: @accent-color;\n border-color: @accent-color;\n }\n .el-checkbox__inner::after {\n border-color: @crust;\n border-width: 2px;\n left: 3px;\n }\n .el-radio__input.is-checked + .el-radio__label {\n color: @accent-color;\n }\n /* --------HIDE SCROLLBAR IN BIO----- */\n .section::-webkit-scrollbar {\n display: none;\n }\n .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n /* --------REMOVE DROPDOWN SHADOWS----- */\n .dropdown.dropdown {\n box-shadow: none;\n }\n /* ---------ANILIST LIKER PLUGIN------ */\n #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n /* ---------AUTOMAIL TWEAKS--------- */\n .hohMediaScore {\n border-color: @surface0;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: @base;\n color: @accent-color;\n }\n .activity-feed .hohNoteSuffix:not(:empty),\n .activity-feed .hohRewatchSuffix:not(:empty),\n .activity-feed .hohScore:not(.hohSmiley) {\n padding: 2.5px 5px 1px !important;\n color: @subtext1 !important;\n background-color: @surface0;\n\n &:not(:first-of-type) {\n margin: 3px;\n }\n }\n .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n .hohExtraFilters button {\n margin-bottom: 20px;\n }\n .filter-group.compare-btn,\n .hohButton {\n color: @base;\n }\n .hohButton,\n .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: @accent-color;\n }\n .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: @accent-color;\n }\n .medialist.table .entry:hover,\n .medialist.table .entry .title a:hover,\n .compare-btn[data-v-170179fc]:hover {\n color: @base;\n }\n .hohCompare table {\n background-color: @crust;\n }\n .hohAnimeTable,\n .hohAnimeTable td,\n .hohUserRow td,\n .hohUserRow th,\n .hohHeaderRow td,\n .hohHeaderRow th {\n border-color: @surface0 !important;\n }\n .hohUserRow td {\n border-top-color: @surface0 !important;\n }\n .hohUserRow tr {\n border-right-color: @surface0 !important;\n }\n hr {\n color: @surface0;\n }\n .hohCheckbox\n input:checked\n + .el-checkbox__inner\n .like-wrap.thread\n .button.liked\n .fa-heart,\n .actions .favourite.liked .fa-heart,\n .like-wrap.thread .button.isFavourite .fa-heart,\n .actions .favourite.isFavourite .fa-heart,\n .actions .favourite {\n & when not (@lookup =latte) {\n --color-white: #rgbify(@crust) [];\n }\n }\n }\n}\n\n@-moz-document domain(\"anichart.net\") {\n body:not(.site-theme-dark) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .site-theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accentColor];\n @contrast-color: @catppuccin[@@lookup][@@contrastColor];\n\n /* --------ANICHART SPECIFIC TWEAKS---- */\n .login[data-v-0d5bfbcd],\n .login[data-v-0d5bfbcd]:hover {\n color: @base;\n }\n\n [fill=\"#3db4f2\" i] {\n fill: @accent !important;\n }\n\n & when not (@lookup =latte) {\n .nav {\n background: @mantle;\n }\n\n .external-link {\n background: @surface1;\n\n [stroke=\"#fff\" i] {\n stroke: @text !important;\n }\n }\n\n .external-link .icon,\n .dropdown-menu:hover {\n --color-white: #rgbify(@crust) [];\n }\n\n [fill=\"#fff\" i] {\n fill: @crust !important;\n }\n }\n\n & when (@lookup =latte) {\n --color-overlay: #rgbify(@text) [];\n\n .external-link {\n background: @subtext0;\n }\n\n .nav {\n background: @text;\n }\n\n a.title {\n --color-white: #rgbify(@base) [];\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n#rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name AniList/AniChart Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/anilist\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anilist\n@version 2.2.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist\n@description Soothing pastel theme for AniList and AniChart\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var select contrastColor \"Contrast Color\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"anilist.co\"), domain(\"anichart.net\") {\n body:not(.site-theme-dark) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .site-theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @contrast-color: @catppuccin[@@lookup][@@contrastColor];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n & when (@lookup =latte) {\n --color-blue-dim: #rgbify(desaturate(lighten(@accent-color, 10%), 10%)) [];\n\n .nav[data-v-62eacfff],\n .solid[data-v-62eacfff],\n .transparent[data-v-62eacfff]:hover {\n background: darken(@text, 10%);\n color: @base;\n }\n\n .nav-unscoped.transparent {\n background: fade(darken(@text, 10%), 50%);\n }\n\n .banner-content .name {\n --color-text-bright: #rgbify(#fff) [];\n }\n }\n\n --color-background: #rgbify(@crust) [];\n --color-foreground: #rgbify(@base) [];\n --color-foreground-grey: #rgbify(@surface0) [];\n --color-foreground-grey-dark: #rgbify(darken(@surface0, 5%)) [];\n --color-foreground-blue: #rgbify(@mantle) [];\n --color-foreground-blue-dark: #rgbify(@mantle) [];\n --color-background-blue-dark: #rgbify(@subtext1) [];\n --color-overlay: #rgbify(@surface0) [];\n --color-shadow: #rgbify(@mantle) [];\n --color-shadow-dark: #rgbify(darken(@text, 10%)) [];\n --color-shadow-blue: #rgbify(@blue) [];\n --color-text: #rgbify(@text) [];\n --color-text-light: #rgbify(@subtext1) [];\n --color-text-lighter: #rgbify(@subtext0) [];\n --color-text-bright: #rgbify(@text) [];\n --color-blue: #rgbify(@accent-color) [];\n --color-white: 255, 255, 255;\n --color-black: 0, 0, 0;\n --color-red: #rgbify(@contrast-color) [];\n --color-peach: #rgbify(@maroon) [];\n --color-orange: #rgbify(@peach) [];\n --color-yellow: #rgbify(@yellow) [];\n --color-green: #rgbify(@green) [];\n --color-background-1200: #rgbify(@text) [];\n --color-background-1100: #rgbify(@text) [];\n --color-background-1000: #rgbify(@text) [];\n --color-background-900: #rgbify(@subtext1) [];\n --color-background-800: #rgbify(@subtext0) [];\n --color-background-700: #rgbify(@surface1) [];\n --color-background-600: #rgbify(@surface0) [];\n --color-background-500: #rgbify(@surface0) [];\n --color-background-400: #rgbify(@surface0) [];\n --color-background-300: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n --color-background-100: #rgbify(@crust) [];\n --color-gray-1200: #rgbify(@text) [];\n --color-gray-1100: #rgbify(@text) [];\n --color-gray-1000: #rgbify(@text) [];\n --color-gray-900: #rgbify(@text) [];\n --color-gray-800: #rgbify(@overlay2) [];\n --color-gray-700: #rgbify(@overlay1) [];\n --color-gray-600: #rgbify(@overlay0) [];\n --color-gray-500: #rgbify(@surface2) [];\n --color-gray-400: #rgbify(@surface1) [];\n --color-gray-300: #rgbify(@surface0) [];\n --color-gray-200: #rgbify(@mantle) [];\n --color-gray-100: #rgbify(@crust) [];\n --color-blue-100: #rgbify(@text) [];\n --color-blue-200: #rgbify(@text) [];\n --color-blue-300: #rgbify(@text) [];\n --color-blue-400: #rgbify(@sapphire) [];\n --color-blue-500: #rgbify(@sapphire) [];\n --color-blue-600: #rgbify(@blue) [];\n --color-blue-700: #rgbify(@blue) [];\n --color-blue-800: #rgbify(@blue) [];\n --color-blue-900: #rgbify(@blue) [];\n --color-blue-1000: #rgbify(@blue) [];\n --color-green-100: #rgbify(@teal) [];\n --color-green-200: #rgbify(@green) [];\n --color-green-300: #rgbify(@green) [];\n --color-green-400: #rgbify(@green) [];\n --color-green-500: #rgbify(@green) [];\n --color-green-600: #rgbify(@green) [];\n --color-green-700: #rgbify(@green) [];\n --color-green-800: #rgbify(@green) [];\n --color-red-100: #rgbify(@text) [];\n --color-red-200: #rgbify(@flamingo) [];\n --color-red-300: #rgbify(@maroon) [];\n --color-red-400: #rgbify(@red) [];\n --color-red-500: #rgbify(@red) [];\n --color-red-600: #rgbify(@red) [];\n --color-red-700: #rgbify(@red) [];\n\n & when not (@lookup =latte) {\n --color-background: #rgbify(@crust) [];\n --color-foreground: #rgbify(@base) [];\n --color-foreground-grey: #rgbify(@surface0) [];\n --color-foreground-grey-dark: #rgbify(darken(@surface0, 5%)) [];\n --color-foreground-blue: #rgbify(@mantle) [];\n --color-foreground-blue-dark: #rgbify(@mantle) [];\n --color-text: #rgbify(@text) [];\n --color-text-light: #rgbify(@subtext0) [];\n --color-text-lighter: #rgbify(@subtext1) [];\n --color-shadow-dark: #rgbify(@crust) [];\n --color-shadow-blue: #rgbify(@crust) [];\n --color-background-1200: #rgbify(@text) [];\n --color-background-1100: #rgbify(@text) [];\n --color-background-1000: #rgbify(@text) [];\n --color-background-900: #rgbify(@subtext1) [];\n --color-background-800: #rgbify(@subtext0) [];\n --color-background-700: #rgbify(@surface1) [];\n --color-background-600: #rgbify(@surface0) [];\n --color-background-500: #rgbify(@surface0) [];\n --color-background-400: #rgbify(@surface0) [];\n --color-background-300: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n --color-background-100: #rgbify(@crust) [];\n --color-gray-1200: #rgbify(@text) [];\n --color-gray-1100: #rgbify(@text) [];\n --color-gray-1000: #rgbify(@text) [];\n --color-gray-900: #rgbify(@text) [];\n --color-gray-800: #rgbify(@overlay2) [];\n --color-gray-700: #rgbify(@overlay1) [];\n --color-gray-600: #rgbify(@overlay0) [];\n --color-gray-500: #rgbify(@surface2) [];\n --color-gray-400: #rgbify(@surface1) [];\n --color-gray-300: #rgbify(@surface0) [];\n --color-gray-200: #rgbify(@mantle) [];\n --color-gray-100: #rgbify(@crust) [];\n\n --color-blue-dim: #rgbify(desaturate(darken(@accent-color, 10%), 10%)) [];\n }\n\n /* DARK THEME NAV BAR */\n .nav-unscoped when not (@lookup =latte) {\n background-color: @mantle;\n }\n .nav-unscoped.transparent when not (@lookup =latte) {\n background-color: fade(@mantle, 50);\n }\n .nav-unscoped.transparent:hover when not (@lookup =latte) {\n background-color: @mantle;\n color: @subtext0;\n }\n\n /* -----------------PROFILE FIXES----------------- */\n #profileColor(@color) {\n --color-blue: #rgbify(@color) [];\n & when (@lookup =latte) {\n --color-blue-dim: #rgbify(lighten(@color, 10%)) [];\n }\n & when not (@lookup =latte) {\n --color-blue-dim: #rgbify(darken(@color, 10%)) [];\n }\n .progress .bar {\n background: linear-gradient(270deg, darken(@color, 10%), @color);\n }\n }\n .user-page-unscoped.orange {\n #profileColor(@peach);\n }\n .user-page-unscoped.green {\n #profileColor(@green);\n }\n .user-page-unscoped.purple {\n #profileColor(@mauve);\n }\n .user-page-unscoped.red {\n #profileColor(@red);\n }\n .user-page-unscoped.blue {\n #profileColor(@blue);\n }\n .user-page-unscoped.pink {\n #profileColor(@pink);\n }\n .user-page-unscoped.gray {\n #profileColor(@overlay1);\n }\n .history-day {\n --color-foreground-grey-dark: #rgbify(@crust) [];\n }\n .x-axis {\n --color-background-300: #rgbify(@surface0) [];\n }\n /* Fixes gap between stats */\n @media (max-width: 1540px) {\n .stats-wrap {\n grid-row-gap: 25px;\n }\n }\n\n /* ----Tracking Status List Stuff---- */\n .list[data-v-5776f768] {\n color: @mantle !important;\n }\n .media-card .list-status[status=\"Repeating\"] {\n background: @pink;\n }\n .banner .el-icon-arrow-down::before {\n color: @text !important;\n }\n .el-textarea__inner::placeholder {\n color: @overlay1;\n }\n .el-dropdown-menu,\n .el-dropdown-menu__item--divided::before,\n .el-select-dropdown {\n background-color: @surface0 !important;\n }\n .el-popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .el-popper[x-placement^=\"bottom\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow::after,\n .el-tooltip__popper[x-placement^=\"bottom\"] .popper__arrow {\n border-bottom-color: @surface0;\n }\n .el-popper[x-placement^=\"top\"] .popper__arrow::after,\n .el-popper[x-placement^=\"top\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow,\n .el-tooltip__popper[x-placement^=\"top\"] .popper__arrow::after {\n border-top-color: @surface0;\n }\n .el-dropdown .feed-filter {\n color: @overlay0;\n }\n .el-dropdown-menu {\n border-color: @text !important;\n }\n .el-dropdown-menu__item--divided when not (@lookup =latte) {\n border-top-color: @surface1;\n }\n .el-select-dropdown__item.hover,\n .el-select-dropdown__item:hover {\n background-color: @base;\n }\n .el-select-dropdown__item.selected {\n color: @accent-color;\n }\n .el-tooltip__popper.is-dark {\n background: @surface0;\n color: @text;\n }\n .tooltip > div {\n --color-white: #rgbify(@text) [];\n }\n .dropdown {\n --color-gray-100: #rgbify(@base) [];\n --color-background-100: #rgbify(@base) [];\n --color-background-200: #rgbify(@mantle) [];\n }\n .medialist .notes {\n --color-overlay: #rgbify(@surface0) [];\n }\n .el-input__inner::placeholder,\n .el-input__prefix {\n color: @overlay1;\n }\n .el-picker-panel {\n color: @text;\n background-color: @surface0;\n border-color: @surface1;\n }\n .el-date-table th {\n color: @overlay1;\n border-bottom-color: @surface1;\n }\n .el-date-picker__header-label {\n color: @subtext0;\n\n &:hover {\n color: @accent-color;\n }\n }\n .el-picker-panel__icon-btn {\n color: @overlay1;\n\n &:hover {\n color: @accent-color;\n }\n }\n .el-date-table td.available:hover {\n color: @accent-color;\n }\n .el-date-table td.current:not(.disabled) span {\n color: @crust;\n background-color: @accent-color;\n }\n .el-date-table td.next-month,\n .el-date-table td.prev-month {\n color: @surface2;\n }\n\n /* ---------SCORE TWEAKS-------------- */\n .score[data-v-5ca094da] {\n color: @base;\n }\n\n /* --------------FOOTER--------------- */\n .footer[data-v-0f519cab] {\n background: @text;\n color: @crust;\n\n h2 {\n color: rgb(var(--color-blue));\n }\n\n & when (@lookup =latte) {\n --color-blue: #rgbify(lighten(@accent-color, 30%)) [];\n }\n\n & when not (@lookup =latte) {\n background: @mantle;\n color: @subtext0;\n }\n }\n\n /* ------------------SEARCH PAGES------------------ */\n .search,\n .expand-description,\n .studio {\n --color-background-200: #rgbify(@crust) [];\n }\n .search-wrap,\n .filters,\n .extra-filters-wrap,\n .select,\n .options {\n --color-background-100: #rgbify(@base) [];\n }\n .filter.select-wrap .options {\n --color-background-100: #rgbify(@mantle) [];\n }\n\n /* ------------------MISC EDITS-------------------- */\n .list-editor-wrap .header::after {\n background: fade(@mantle, 50%);\n }\n .filter.clear-all {\n --color-background-500: #rgbify(@overlay1) [];\n }\n /* --Reset button in notifications----- */\n .reset-btn {\n color: @base !important;\n }\n /* Publish Button in Replies and Messages */\n .save {\n color: @base !important;\n }\n .el-radio {\n color: @overlay1;\n }\n /* Mod Stuff */\n .el-color-dropdown__link-btn {\n color: @accent-color;\n }\n .el-color-picker__color {\n border-color: @surface1;\n }\n .el-color-picker__panel {\n background-color: @surface0;\n border-color: @surface1;\n }\n .el-color-dropdown__btn {\n border-color: @surface2;\n color: @subtext1;\n\n &:hover {\n background-color: transparent;\n border-color: @accent-color;\n color: @accent-color;\n }\n }\n /* Accent Text */\n .input .hint {\n --color-white: #rgbify(@text) [];\n }\n .el-checkbox__input.is-checked + .el-checkbox__label {\n color: @accent-color;\n }\n .button,\n .option.active,\n .new-badge,\n .submissions .user .stats > div,\n .actions .icon,\n .submissions .status,\n .adult-label,\n .header .btn,\n .media-tag-editor .btn,\n [data-v-843c77a2] .btn,\n [data-v-22855988] .btn,\n .btn[data-v-156b3973],\n .btn[data-v-dceb4a66],\n .favourite-btn,\n .dialog .btn,\n .tag,\n .filter,\n .media .header div,\n .list-editor-wrap .header .save-btn,\n .actions > div:not(.donator-badge),\n .banner-content .mod-badge-wrap,\n .external-link.no-color,\n .count.circle,\n .el-dropdown-menu__item,\n .delete,\n .list-editor-wrap .list-editor .body .delete-btn,\n .open-user-search,\n .save-btn {\n & when not (@lookup =latte) {\n --color-white: #rgbify(@crust) [];\n }\n }\n .button.comment,\n .settings .button,\n .el-message-box .el-button--primary,\n .mod-badge-wrap,\n .medialist.cards .entry-card .edit {\n & when not (@lookup =latte) {\n --color-text-bright: #rgbify(@crust) [];\n }\n }\n .submit-btn,\n .random-btn {\n & when not (@lookup =latte) {\n color: @crust;\n }\n }\n .user .notification-dot,\n .create-btn {\n & when not (@lookup =latte) {\n color: @crust !important;\n }\n }\n .el-radio__inner::after {\n & when not (@lookup =latte) {\n background-color: @crust;\n }\n }\n .icon,\n .check {\n & when not (@lookup =latte) {\n --color-blue-300: #rgbify(@crust) [];\n }\n }\n .settings .button {\n & when (@lookup =latte) {\n --color-text-bright: #rgbify(#fff) [];\n }\n }\n /* ------------IMAGE COVER------------ */\n .cover .image-text,\n .plus-progress {\n color: @text !important;\n }\n\n .entry .plus-progress,\n .medialist.table .entry .edit {\n color: @base !important;\n }\n /* --------SETTINGS-------- */\n .el-radio__inner when not (@lookup =latte) {\n background-color: @text;\n }\n .el-checkbox__input.is-checked .el-checkbox__inner,\n .el-radio__input.is-checked .el-radio__inner {\n background-color: @accent-color;\n border-color: @accent-color;\n }\n .el-checkbox__inner::after {\n border-color: @crust;\n border-width: 2px;\n left: 3px;\n }\n .el-radio__input.is-checked + .el-radio__label {\n color: @accent-color;\n }\n /* --------HIDE SCROLLBAR IN BIO----- */\n .section::-webkit-scrollbar {\n display: none;\n }\n .section {\n -ms-overflow-style: none;\n scrollbar-width: none;\n }\n /* --------REMOVE DROPDOWN SHADOWS----- */\n .dropdown.dropdown {\n box-shadow: none;\n }\n /* ---------ANILIST LIKER PLUGIN------ */\n #AnilistLikerPlugin .btntop {\n margin-bottom: -4px;\n margin-top: 5px;\n }\n #AnilistLikerPlugin .btnbottom {\n margin-top: -2px;\n }\n /* ---------AUTOMAIL TWEAKS--------- */\n .hohMediaScore {\n border-color: @surface0;\n padding: 4px;\n border-radius: 10px;\n margin-left: 0;\n background-color: @base;\n color: @accent-color;\n }\n .activity-feed .hohNoteSuffix:not(:empty),\n .activity-feed .hohRewatchSuffix:not(:empty),\n .activity-feed .hohScore:not(.hohSmiley),\n .hohFeedScore .hohScore {\n border-radius: 5px;\n padding: 2.5px 5px 1px !important;\n color: @subtext1 !important;\n background-color: @surface0;\n\n &:not(:first-of-type) {\n margin: 3px;\n }\n }\n .activity-feed .hohRewatchSuffix:not(:empty) {\n padding-left: 2px !important;\n }\n .hohExtraFilters button {\n margin-bottom: 20px;\n }\n .filter-group.compare-btn,\n .hohButton {\n color: @base;\n }\n .hohButton,\n .hohCheckbox input:checked + .el-checkbox__inner {\n background-color: @accent-color;\n }\n .hohCheckbox input:checked + .el-checkbox__inner {\n border-color: @accent-color;\n }\n .medialist.table .entry:hover,\n .medialist.table .entry .title a:hover,\n .compare-btn[data-v-170179fc]:hover {\n color: @base;\n }\n .hohCompare table {\n background-color: @crust;\n }\n .hohAnimeTable,\n .hohAnimeTable td,\n .hohUserRow td,\n .hohUserRow th,\n .hohHeaderRow td,\n .hohHeaderRow th {\n border-color: @surface0 !important;\n }\n .hohUserRow td {\n border-top-color: @surface0 !important;\n }\n .hohUserRow tr {\n border-right-color: @surface0 !important;\n }\n hr {\n color: @surface0;\n }\n .hohCheckbox\n input:checked\n + .el-checkbox__inner\n .like-wrap.thread\n .button.liked\n .fa-heart,\n .actions .favourite.liked .fa-heart,\n .like-wrap.thread .button.isFavourite .fa-heart,\n .actions .favourite.isFavourite .fa-heart,\n .actions .favourite {\n & when not (@lookup =latte) {\n --color-white: #rgbify(@crust) [];\n }\n }\n }\n}\n\n@-moz-document domain(\"anichart.net\") {\n body:not(.site-theme-dark) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .site-theme-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accentColor];\n @contrast-color: @catppuccin[@@lookup][@@contrastColor];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n .login[data-v-0d5bfbcd],\n .login[data-v-0d5bfbcd]:hover {\n color: @base;\n }\n\n [fill=\"#3db4f2\" i] {\n fill: @accent !important;\n }\n\n & when not (@lookup =latte) {\n .nav {\n background: @mantle;\n }\n\n .external-link {\n background: @surface1;\n\n [stroke=\"#fff\" i] {\n stroke: @text !important;\n }\n }\n\n .external-link .icon,\n .dropdown-menu:hover {\n --color-white: #rgbify(@crust) [];\n }\n\n [fill=\"#fff\" i] {\n fill: @crust !important;\n }\n }\n\n & when (@lookup =latte) {\n --color-overlay: #rgbify(@text) [];\n\n .external-link {\n background: @subtext0;\n }\n\n .nav {\n background: @text;\n }\n\n a.title {\n --color-white: #rgbify(@base) [];\n }\n }\n }\n}\n\n#rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "AniList/AniChart Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/anilist", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/anilist", - "version": "2.2.1", + "version": "2.2.3", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist", "description": "Soothing pastel theme for AniList and AniChart", @@ -3500,12 +3667,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for AniList and AniChart", "name": "AniList/AniChart Catppuccin", - "originalDigest": "c6283b3da403080f56e2eb567768554d8b51ce76", + "originalDigest": "e523243d5ac2b931b1efcdc9b091a216fafb5e7d", "_id": "e4e5196a-a0bb-4b1c-9c69-e3c6c07d3a74", - "_rev": 1710715544990, + "_rev": 1712856189787, "id": 53, - "etag": "W/\"ae4ad0e3ac46f244d806dd6e9b0a0651174237349fdc9a4b9042eb34c1d75a6f\"", - "updateDate": 1710715544907 + "etag": "W/\"16c98855ef1dae941d6905b340e89ac6d5f66fdc994387d15f8a67c3a4dd3ea3\"", + "updateDate": 1712856189538 }, { "enabled": true, @@ -3514,48 +3681,41 @@ "installDate": 1690127369964, "sections": [ { - "code": "/* ==UserStyle==\n@name YouTube Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/youtube\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube\n@version 3.5.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox logo \"Enable YouTube logo\" 1\n@var checkbox oledOn \"Enable black bars\" 0\n@var text scrollbar_width \"Scrollbar width\" 8px\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name YouTube Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/youtube\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube\n@version 4.0.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox logo \"Enable YouTube logo\" 1\n@var checkbox oled \"Enable black bars\" 0\n==/UserStyle== */", "start": 0 }, { - "code": "/* youtube.com */\n :root[dark] {\n /* apply everywhere */\n /* general colors */\n /* logo */\n /* selected chapter */\n /* playlist selector */\n /* transparent header bar */\n /* change color of the player edges */\n /* explandable meta */\n /* volume bar */\n /* new videos dot */\n /* subtitle */\n /* menu items */\n /* checkbox subitem */\n /* link */\n /* private video warning */\n /* search input placeholder */\n /* search results */\n /* Results backgrounds */\n /* Transcript Button */\n /* text color */\n /* Hover and keyboard select background */\n /* Keyboard select text color and hover text color */\n /* exmplation box */\n /* history tab header */\n /* Video Music Names */\n /* custom likes + anims */\n /* iv branding */\n /* Popup for when you hover over the channel avatar in the video */\n /* video desc */\n /* Cards */\n /* Player tooltip background */\n /* live badges */\n /* notification idicator */\n /* bell next to subscription button */\n /* creator badges */\n /* ambient mode */\n /* badges e.g. popular */\n /* Search border */\n /* New Feature inline banner */\n /* Chapter overview buttons */\n /* Error page */\n /* channel homepage */\n /* selected tab */\n /* unselected */\n /* hover */\n /* yt end cards */\n /* hopefully temporary (buttons) */\n /* Scrollbar */\n /* text highlight */\n }\n :root[dark],\n :root[dark] [dark],\n :root[dark] html,\n :root[dark] html[system-icons][dark],\n :root[dark] html[system-icons] [dark],\n :root[dark] html[darker-dark-theme][dark],\n :root[dark] [darker-dark-theme] [dark] {\n --yt-spec-white-1: #cad3f5 !important;\n --yt-spec-white-2: #a5adcb !important;\n --yt-spec-white-3: #b8c0e0 !important;\n --yt-spec-white-4: #a6b0d8 !important;\n --yt-spec-black-1: #8087a2 !important;\n --yt-spec-black-2: #6e738d !important;\n --yt-spec-black-3: #5b6078 !important;\n --yt-spec-black-4: #494d64 !important;\n --yt-spec-black-pure: #363a4f !important;\n --yt-spec-grey-1: #cad3f5 !important;\n --yt-spec-grey-2: #a5adcb !important;\n --yt-spec-grey-3: #b8c0e0 !important;\n --yt-spec-grey-4: #939ab7 !important;\n --yt-spec-grey-5: #8087a2 !important;\n --yt-brand-youtube-red: #b7bdf8 !important;\n --yt-brand-medium-red: #b7bdf8 !important;\n --yt-brand-light-red: #b7bdf8 !important;\n --yt-spec-red-30: #f5a97f !important;\n --yt-spec-red-70: #ed8796 !important;\n --yt-spec-pale-blue: #91d7e3 !important;\n --yt-spec-light-blue: #91d7e3 !important;\n --yt-spec-dark-blue: #7dc4e4 !important;\n --yt-spec-navy-blue: #8bd5ca !important;\n --yt-spec-light-green: #a6da95 !important;\n --yt-spec-dark-green: #a6da95 !important;\n --yt-spec-yellow: #f5a97f !important;\n --yt-spec-black-pure-alpha-5: rgba(24, 25, 38, 0.9995) !important;\n --yt-spec-black-pure-alpha-10: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-black-pure-alpha-15: rgba(24, 25, 38, 0.9985) !important;\n --yt-spec-black-pure-alpha-30: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-black-pure-alpha-60: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-black-pure-alpha-80: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-black-1-alpha-98: rgba(24, 25, 38, 0.9902) !important;\n --yt-spec-black-1-alpha-95: rgba(24, 25, 38, 0.9905) !important;\n --yt-spec-white-1-alpha-10: rgba(202, 211, 245, 0.999) !important;\n --yt-spec-white-1-alpha-20: rgba(202, 211, 245, 0.998) !important;\n --yt-spec-white-1-alpha-25: rgba(202, 211, 245, 0.9975) !important;\n --yt-spec-white-1-alpha-30: rgba(202, 211, 245, 0.997) !important;\n --yt-spec-white-1-alpha-70: rgba(202, 211, 245, 0.993) !important;\n --yt-spec-white-1-alpha-95: rgba(202, 211, 245, 0.9905) !important;\n --yt-spec-white-1-alpha-98: rgba(202, 211, 245, 0.9902) !important;\n --yt-brand-medium-red-alpha-90: rgba(183, 189, 248, 0.991) !important;\n --yt-brand-medium-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-brand-light-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-light-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-dark-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-raised-background: #24273a !important;\n --yt-spec-menu-background: #1e2030 !important;\n --yt-spec-inverted-background: #cad3f5 !important;\n --yt-spec-additive-background: rgba(54, 58, 79, 0.999) !important;\n --yt-spec-outline: #363a4f !important;\n --yt-spec-shadow: rgba(24, 25, 38, 0.9975) !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --yt-spec-text-secondary: #a5adcb !important;\n --yt-spec-text-disabled: #b8c0e0 !important;\n --yt-spec-text-primary-inverse: #181926 !important;\n --yt-spec-call-to-action: #b7bdf8 !important;\n --yt-spec-call-to-action-inverse: #b7bdf8 !important;\n --yt-spec-suggested-action: rgba(183, 189, 248, 0.2) !important;\n --yt-spec-suggested-action-inverse: #cad3f5 !important;\n --yt-spec-icon-active-other: #cad3f5 !important;\n --yt-spec-button-chip-background-hover: #494d64 !important;\n --yt-spec-touch-response: #363a4f !important;\n --yt-spec-touch-response-inverse: #b7bdf8 !important;\n --yt-spec-brand-icon-active: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --yt-spec-brand-link-text: #7dc4e4 !important;\n --yt-spec-wordmark-text: #cad3f5 !important;\n --yt-spec-error-indicator: #ed8796 !important;\n --yt-spec-themed-blue: #91d7e3 !important;\n --yt-spec-themed-green: #a6da95 !important;\n --yt-spec-ad-indicator: #8bd5ca !important;\n --yt-spec-themed-overlay-background: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-commerce-badge-background: #a6da95 !important;\n --yt-spec-static-brand-red: #b7bdf8 !important;\n --yt-spec-static-brand-white: #cad3f5 !important;\n --yt-spec-static-brand-black: #24273a !important;\n --yt-spec-static-clear-color: #181926 !important;\n --yt-spec-static-clear-black: #181926 !important;\n --yt-spec-static-ad-yellow: #f5a97f !important;\n --yt-spec-static-grey: #a5adcb !important;\n --yt-spec-static-overlay-background-solid: #181926 !important;\n --yt-spec-static-overlay-background-heavy: rgba(54, 58, 79, 0.8) !important;\n --yt-spec-static-overlay-background-medium: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-static-overlay-background-medium-light: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-static-overlay-background-light: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-static-overlay-text-primary: #cad3f5 !important;\n --yt-spec-static-overlay-text-secondary: rgba(165, 173, 203, 0.993) !important;\n --yt-spec-static-overlay-text-disabled: rgba(165, 173, 203, 0.997) !important;\n --yt-spec-static-overlay-call-to-action: #b7bdf8 !important;\n --yt-spec-static-overlay-icon-active-other: #cad3f5 !important;\n --yt-spec-static-overlay-icon-inactive: #494d64 !important;\n --yt-spec-static-overlay-icon-disabled: #5b6078 !important;\n --yt-spec-static-overlay-button-primary: #b7bdf8 !important;\n --yt-spec-static-overlay-button-secondary: #363a4f !important;\n --yt-spec-static-overlay-touch-response: #8087a2 !important;\n --yt-spec-static-overlay-touch-response-inverse: #494d64 !important;\n --yt-spec-static-overlay-background-brand: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-1: #a5adcb !important;\n --yt-spec-assistive-feed-themed-gradient-2: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-3: #ed8796 !important;\n --yt-spec-brand-background-solid: #24273a !important;\n --yt-spec-brand-background-primary: #24273a !important;\n --yt-spec-brand-background-secondary: #1e2030 !important;\n --yt-spec-general-background-a: #24273a !important;\n --yt-spec-general-background-b: #24273a !important;\n --yt-spec-general-background-c: #181926 !important;\n --yt-spec-error-background: #24273a !important;\n --yt-spec-10-percent-layer: #363a4f !important;\n --yt-spec-snackbar-background: #1e2030 !important;\n --yt-spec-snackbar-background-updated: #1e2030 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --yt-spec-verified-badge-background: #6e738d !important;\n --yt-spec-call-to-action-fadeoutd: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-call-to-action-hover: #b7bdf8 !important;\n --yt-spec-brand-button-background-hover: #b7bdf8 !important;\n --yt-spec-brand-link-text-fadeoutd: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-filled-button-focus-outline: #363a4f !important;\n --yt-spec-static-overlay-button-hover: #494d64 !important;\n --yt-spec-mono-filled-hover: #494d64 !important;\n --yt-spec-commerce-filled-hover: #b7bdf8 !important;\n --yt-spec-mono-tonal-hover: #494d64 !important;\n --yt-spec-commerce-tonal-hover: #5b6078 !important;\n --yt-spec-static-overlay-filled-hover: #8087a2 !important;\n --yt-spec-static-overlay-tonal-hover: #494d64 !important;\n --yt-spec-paper-tab-ink: rgba(202, 211, 245, 0.997);\n --yt-spec-filled-button-text: #cad3f5 !important;\n --yt-spec-selected-nav-text: #cad3f5 !important;\n --iron-icon-fill-color: #cad3f5 !important;\n /* Search bar */\n --ytd-searchbox-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-shadow-color: #181926 !important;\n --ytd-searchbox-legacy-button-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-focus-color: #b7bdf8 !important;\n --ytd-searchbox-legacy-button-hover-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-hover-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-icon-color: #b7bdf8 !important;\n --ytd-searchbox-background: #24273a !important;\n --ytd-searchbox-text-color: #cad3f5 !important;\n /* System icons */\n --yt-spec-icon-inactive: #cad3f5 !important;\n --yt-spec-icon-disabled: #8087a2 !important;\n --yt-spec-brand-icon-inactive: #939ab7 !important;\n /* Yt video Page */\n --yt-live-chat-background-color: #24273a !important;\n --yt-live-chat-action-panel-background-color: #24273a !important;\n --yt-live-chat-secondary-background-color: #494d64;\n --yt-live-chat-toast-background-color: #5b6078 !important;\n --yt-live-chat-mode-change-background-color: #24273a !important;\n --yt-live-chat-secondary-text-color: #a5adcb !important;\n --yt-live-chat-tertiary-text-color: rgba(202, 211, 245, 0.9946) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: #a5adcb !important;\n --yt-live-chat-text-input-field-placeholder-color: #a5adcb !important;\n --yt-live-chat-enabled-send-button-color: #cad3f5 !important;\n --yt-live-chat-disabled-icon-button-color: #b8c0e0 !important;\n --yt-live-chat-picker-button-hover-color: #b7bdf8 !important;\n --yt-live-chat-mention-background-color: #b7bdf8 !important;\n --yt-live-chat-mention-text-color: #cad3f5 !important;\n --yt-live-chat-deleted-message-color: #a5adcb;\n --yt-live-chat-deleted-message-bar-color: #b8c0e0 !important;\n --yt-live-chat-reconnect-message-color: #cad3f5 !important;\n --yt-live-chat-disabled-button-background-color: #6e738d !important;\n --yt-live-chat-sub-panel-background-color: #24273a !important;\n --yt-live-chat-sub-panel-background-color-transparent: #1e2030 !important;\n --yt-live-chat-moderator-color: #b7bdf8 !important;\n --yt-live-chat-owner-color: #f5a97f !important;\n --yt-live-chat-message-highlight-background-color: #24273a !important;\n --yt-live-chat-sponsor-color: #a6da95 !important;\n --yt-live-chat-overlay-color: rgba(30, 32, 48, 0.995);\n --yt-live-chat-dialog-background-color: #24273a !important;\n --yt-emoji-picker-variant-selector-bg-color: #24273a !important;\n --yt-live-chat-moderation-mode-hover-background-color: rgba(30, 32, 48, 0.997) !important;\n --yt-grey: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: #b8c0e0 !important;\n --yt-emoji-picker-search-background-color: #363a4f !important;\n --yt-emoji-picker-search-color: #cad3f5 !important;\n --yt-emoji-picker-search-placeholder-color: #b7bdf8 !important;\n --yt-live-chat-slider-active-color: #b7bdf8 !important;\n --yt-live-chat-slider-container-color: #363a4f !important;\n --yt-live-chat-slider-markers-color: #cad3f5 !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(#1e2030, transparent) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(to top, #1e2030, transparent) !important;\n --yt-live-chat-automod-button-background-color-hover: rgba(24, 25, 38, 0.995) !important;\n --yt-live-chat-automod-button-explanation-color: rgba(183, 189, 248, 0.993) !important;\n --yt-live-chat-shimmer-background-color: rgba(24, 25, 38, 0.996) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(0deg, rgba(202, 211, 245, 0.999) 40%, rgba(36, 39, 58, 0.997) 50%, rgba(202, 211, 245, 0.999) 60%) !important;\n --yt-live-chat-vem-background-color: #1e2030 !important;\n --yt-live-chat-product-picker-icon-color: rgba(202, 211, 245, 0.995) !important;\n --yt-live-chat-product-picker-hover-color: #6e738d !important;\n --yt-live-chat-product-picker-disabled-icon-color: rgba(202, 211, 245, 0.997) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n /* Tooltip */\n --paper-tooltip-background: #6e738d !important;\n --paper-tooltip-text-color: #cad3f5 !important;\n /* links */\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n --yt-endpoint-hover-color: #b7bdf8 !important;\n --sb-dark-red-outline: #b7bdf8 !important;\n --sb-main-bg-color: #24273a !important;\n --sb-main-fg-color: #cad3f5 !important;\n --sb-grey-bg-color: #24273a !important;\n --sb-grey-fg-color: #a5adcb !important;\n --sb-red-bg-color: #b7bdf8 !important;\n }\n :root[dark]:not(.style-scope) {\n --primary-text-color: #cad3f5 !important;\n --primary-background-color: #24273a !important;\n --secondary-text-color: #a5adcb !important;\n --disabled-text-color: #b8c0e0 !important;\n --divider-color: #6e738d !important;\n --error-color: #ed8796 !important;\n --primary-color: #b7bdf8 !important;\n --light-primary-color: #b7bdf8 !important;\n --dark-primary-color: #8aadf4 !important;\n --accent-color: #b7bdf8 !important;\n --light-accent-color: #b7bdf8 !important;\n --dark-accent-color: #b7bdf8 !important;\n --light-theme-background-color: #24273a !important;\n --light-theme-base-color: #cad3f5 !important;\n --light-theme-text-color: #cad3f5 !important;\n --light-theme-secondary-color: #a5adcb !important;\n --light-theme-disabled-color: #b8c0e0 !important;\n --light-theme-divider-color: #6e738d !important;\n --dark-theme-background-color: #24273a !important;\n --dark-theme-base-color: #cad3f5 !important;\n --dark-theme-text-color: #cad3f5 !important;\n --dark-theme-secondary-color: #a5adcb !important;\n --dark-theme-disabled-color: #b8c0e0 !important;\n --dark-theme-divider-color: #6e738d !important;\n }\n :root[dark] ytd-topbar-logo-renderer.style-scope a svg > g path[fill=\"#FF0000\"],\n :root[dark] svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) path[fill=\"#FF0000\"] {\n fill: #b7bdf8 !important;\n }\n :root[dark] ytd-topbar-logo-renderer.style-scope a svg > g path[fill=\"white\"],\n :root[dark] svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) path[fill=\"white\"] {\n fill: #24273a !important;\n }\n :root[dark] #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n color: #b7bdf8 !important;\n }\n :root[dark] ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: #363a4f !important;\n --ytd-macro-markers-list-item-title-color: #cad3f5 !important;\n --ytd-macro-markers-list-item-secondary-color: #b8c0e0 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: #494d64 !important;\n }\n :root[dark] ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #cad3f5 !important;\n --yt-active-playlist-panel-background-color: #363a4f !important;\n }\n :root[dark] ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette] .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root[dark] #container.ytd-masthead {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root[dark] ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll] #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root[dark] #ytd-player #container {\n background: #24273a !important;\n }\n :root[dark] ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: #24273a !important;\n --yt-lightsource-section2-color: #363a4f !important;\n --yt-lightsource-section3-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #a5adcb !important;\n }\n :root[dark] yt-live-chat-renderer {\n --yt-emoji-picker-renderer-height: 180px;\n --yt-button-default-text-color: #cad3f5 !important;\n --yt-button-default-background-color: #24273a !important;\n --yt-button-dark-text-color: #24273a !important;\n --yt-button-dark-background-color: #b7bdf8 !important;\n --yt-button-payment-background-color: #b7bdf8 !important;\n }\n :root[dark] yt-icon.ytd-pinned-comment-badge-renderer * {\n fill: #cad3f5 !important;\n }\n :root[dark] .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after {\n background: #6e738d !important;\n }\n :root[dark] .html5-ypc-purchase {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root[dark] .html5-ypc-purchase:hover {\n background: #e5e8fd !important;\n }\n :root[dark] .html5-ypc-description,\n :root[dark] .html5-ypc-title,\n :root[dark] .html5-ypc-action-heading {\n color: #cad3f5;\n }\n :root[dark] yt-notification-action-renderer[darker-dark-theme] tp-yt-paper-toast.yt-notification-action-renderer {\n background: #6e738d !important;\n }\n :root[dark] .ytp-volume-slider-handle {\n background: #b7bdf8 !important;\n }\n :root[dark] .ytp-volume-slider-handle::before {\n background: #b7bdf8 !important;\n }\n :root[dark] .ytp-volume-slider-handle::after {\n z-index: -1;\n }\n :root[dark] #newness-dot {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .ytp-chrome-controls .ytp-button[aria-pressed]::after {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .ytp-menuitem-toggle-checkbox {\n background-color: #8087a2;\n }\n :root[dark] .ytp-menuitem-toggle-checkbox::after {\n background-color: #a5adcb;\n }\n :root[dark] .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox {\n background-color: #b7bdf8;\n }\n :root[dark] .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox::after {\n background-color: #cad3f5;\n }\n :root[dark] .ytp-menuitem:not([aria-disabled=\"true\"]):hover {\n background: #494d64 !important;\n }\n :root[dark] .ytp-settings-button.ytp-hd-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-4k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-5k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-8k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-hdr-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-3d-badge::after {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .ytp-panel-menu {\n color: #cad3f5;\n }\n :root[dark] .ytp-panel-menu .ytp-menuitem:not(:last-child) svg > path {\n fill: #cad3f5;\n }\n :root[dark] .ytp-panel-menu .ytp-menuitem:last-child svg:last-child {\n fill: #cad3f5;\n }\n :root[dark] .ytp-right-controls svg path,\n :root[dark] .ytp-svg-fill {\n fill: #fff !important;\n }\n :root[dark] .ytp-time-current,\n :root[dark] .ytp-time-separator,\n :root[dark] .ytp-time-duration,\n :root[dark] .ytp-menu-label-secondary,\n :root[dark] .ytp-menuitem-label-count {\n color: #fff;\n }\n :root[dark] .ytp-tooltip:not([aria-hidden=\"true\"]) {\n color: #cad3f5;\n }\n :root[dark] .style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover {\n fill: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled,\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled .yt-spec-button-shape-next__icon yt-icon svg g path,\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled .yt-spec-button-shape-next__icon yt-icon svg g path {\n fill: #24273a !important;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled:hover,\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover {\n background-color: #5a68ef !important;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root[dark] .yt-core-attributed-string__link--call-to-action-color {\n color: #7dc4e4 !important;\n }\n :root[dark] .yt-core-attributed-string__link--call-to-action-color:hover {\n color: #8bd5ca !important;\n }\n :root[dark] .WARNING.yt-alert-renderer {\n background-color: #eed49f;\n }\n :root[dark] #search-input.ytd-searchbox-spt #search::placeholder {\n color: #6e738d;\n }\n :root[dark] .sbpqs_a::before,\n :root[dark] .sbqs_c::before {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224%22%20viewBox%3D%221%201%2027%2027%22%20width%3D%2224%22%20focusable%3D%22false%22%20style%3D%22pointer-events%3A%20none%3B%20display%3A%20block%3B%20width%3A%20100%25%3B%20height%3A%20100%25%3B%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.87%2020.17-5.59-5.59C16.35%2013.35%2017%2011.75%2017%2010c0-3.87-3.13-7-7-7s-7%203.13-7%207%203.13%207%207%207c1.75%200%203.35-.65%204.58-1.71l5.59%205.59.7-.71zM10%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6%206%202.69%206%206-2.69%206-6%206z%22%3E%3C/path%3E%3C/svg%3E\");\n background: none;\n }\n :root[dark] .sbsb_a,\n :root[dark] .sbdd_b {\n background: #1e2030 !important;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline {\n color: #b7bdf8 !important;\n border-color: #5b6078 !important;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover {\n background-color: rgba(183, 189, 248, 0.2) !important;\n border-color: rgba(183, 189, 248, 0.2) !important;\n }\n :root[dark] .gsfs {\n color: #cad3f5 !important;\n }\n :root[dark] .sbsb_c.gsfs:hover,\n :root[dark] .sbsb_d {\n background-color: #363a4f !important;\n }\n :root[dark] .sbfl_b {\n background-color: #1e2030 !important;\n }\n :root[dark] .sbfl_b:hover {\n background-color: #363a4f !important;\n color: #b7bdf8 !important;\n }\n :root[dark] .sbpqs_a {\n color: #b7bdf8 !important;\n }\n :root[dark] .sbfl_a {\n color: #a5adcb !important;\n }\n :root[dark] .sbsb_i {\n color: #a5adcb;\n }\n :root[dark] .sbsb_c:hover .sbqs_c,\n :root[dark] .sbsb_c.gsfs.sbsb_d .sbqs_c {\n color: #b7bdf8 !important;\n }\n :root[dark] .ytp-swatch-background-color {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .explanation-box[correct] * {\n color: #181926 !important;\n }\n :root[dark] .page-header-view-model-wiz__page-header-title {\n color: #cad3f5;\n }\n :root[dark] .yt-video-attribute-view-model__title {\n color: #cad3f5;\n }\n :root[dark] .yt-video-attribute-view-model__subtitle {\n color: #a5adcb;\n }\n :root[dark] .yt-video-attribute-view-model__secondary-subtitle {\n color: #a5adcb;\n }\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) {\n /* not liked */\n /* liked */\n }\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(2) > path:nth-child(1),\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(4) > path:nth-child(1) {\n stroke: #cad3f5 !important;\n }\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(1) > path:nth-child(1),\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(3) > path:nth-child(1) {\n fill: #b7bdf8 !important;\n }\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(1) > path:nth-child(2),\n :root[dark] yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(3) > path:nth-child(2) {\n stroke: #b7bdf8 !important;\n }\n :root[dark] .iv-branding .branding-context-container-inner {\n background-color: #24273a !important;\n }\n :root[dark] yt-attributed-string.ytd-text-inline-expander:nth-child(1) > span:nth-child(1) > span:nth-child(1) {\n color: #cad3f5 !important;\n }\n :root[dark] #attributed-snippet-text > span:nth-child(1) > span:nth-child(1) {\n color: #cad3f5 !important;\n }\n :root[dark] span[class=\"yt-core-attributed-string--link-inherit-color\"][style=\"color: rgb(255, 255, 255);\"] {\n color: #cad3f5 !important;\n }\n :root[dark] .iv-branding .iv-branding-context-name {\n color: #cad3f5 !important;\n text-shadow: none !important;\n }\n :root[dark] .iv-drawer-content {\n background-color: rgba(30, 32, 48, 0.95) !important;\n }\n :root[dark] .iv-drawer-header-text {\n color: #cad3f5 !important;\n }\n :root[dark] .iv-card-content,\n :root[dark] .ytp-ce-expanding-overlay-background,\n :root[dark] .ytp-cards-teaser .ytp-cards-teaser-text,\n :root[dark] .ytp-cards-teaser .ytp-cards-teaser-box {\n background-color: #24273a !important;\n }\n :root[dark] .iv-card-content > :first-child,\n :root[dark] .html5-video-player a,\n :root[dark] .iv-card h2,\n :root[dark] .ytp-cards-teaser .ytp-cards-teaser-text {\n color: #cad3f5 !important;\n }\n :root[dark] .ytp-tooltip-text {\n background: #363a4f !important;\n }\n :root[dark] .iv-card:hover .iv-card-primary-link,\n :root[dark] .ytp-ce-website-title {\n color: #b7bdf8 !important;\n }\n :root[dark] .ytp-popup {\n background: #363a4f !important;\n }\n :root[dark] tp-yt-paper-dialog {\n background-color: #24273a !important;\n }\n :root[dark] .badge-style-type-live-now-alternate,\n :root[dark] ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] {\n color: #181926 !important;\n }\n :root[dark] .badge-style-type-live-now-alternate yt-icon svg g path,\n :root[dark] ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] yt-icon svg g path,\n :root[dark] .badge-style-type-live-now-alternate yt-icon svg path,\n :root[dark] ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] yt-icon svg path {\n fill: #181926 !important;\n }\n :root[dark] .ytp-live-badge::before {\n background: #b8c0e0 !important;\n }\n :root[dark] .ytp-live-badge[disabled]::before {\n background: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-icon-badge-shape--type-notification .yt-spec-icon-badge-shape__badge {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root[dark] .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon {\n color: var(--yt-spec-icon-active-other) !important;\n }\n :root[dark] .yt-spec-icon-badge-shape {\n color: var(--yt-spec-icon-active-other) !important;\n }\n :root[dark] .yt-animated-icon svg g path,\n :root[dark] .yt-animated-icon svg path {\n fill: #cad3f5 !important;\n }\n :root[dark] ytd-author-comment-badge-renderer {\n --yt-basic-background-color: #363a4f !important;\n --yt-basic-foreground-title-color: #363a4f !important;\n --ytd-author-comment-badge-background-color: #363a4f !important;\n --ytd-author-comment-badge-name-color: #cad3f5 !important;\n --ytd-author-comment-badge-icon-color: #cad3f5 !important;\n padding-right: 6px;\n padding-left: 8px;\n }\n :root[dark] #cinematics {\n mix-blend-mode: lighten;\n }\n :root[dark] yt-chip-cloud-chip-renderer[chip-style=\"STYLE_DEFAULT\"][selected],\n :root[dark] yt-chip-cloud-chip-renderer[chip-style=\"STYLE_HOME_FILTER\"][selected] {\n background: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root[dark] ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: #b7bdf8 !important;\n }\n :root[dark] .ytd-brand-video-singleton-renderer {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root[dark] yt-button-shape a {\n border-color: #cad3f5 !important;\n color: #cad3f5 !important;\n }\n :root[dark] #share-button button,\n :root[dark] #repeat-button button {\n color: #cad3f5 !important;\n }\n :root[dark] #error-page {\n background-color: #24273a !important;\n }\n :root[dark] .search_plugin_added {\n background-color: #24273a;\n }\n :root[dark] #error-page-content {\n color: #cad3f5 !important;\n text-shadow: none;\n background-color: #24273a !important;\n }\n :root[dark] #error-page-content > p {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root[dark] #error-page-content #masthead-search-terms.masthead-search-terms-border {\n border-color: #b7bdf8 !important;\n box-shadow: none !important;\n }\n :root[dark] #error-page-content #yt-masthead {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root[dark] #error-page-content #yt-masthead #logo-container .logo {\n filter: invert(1) grayscale(1);\n }\n :root[dark] #error-page-content #yt-masthead #logo-container .content-region {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root[dark] #error-page-content #yt-masthead #masthead-search #masthead-search-terms-border input[type=\"text\"] {\n color: #cad3f5 !important;\n }\n :root[dark] #error-page-content #yt-masthead #masthead-search #masthead-search-terms-border input[type=\"text\"]:focus {\n color: #b7bdf8 !important;\n }\n :root[dark] #error-page-content #yt-masthead .search-button {\n background-color: #1e2030 !important;\n }\n :root[dark] .yt-tab-shape-wiz__tab--tab-selected {\n color: #b7bdf8 !important;\n }\n :root[dark] .yt-tab-group-shape-wiz__slider {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .yt-tab-shape-wiz__tab {\n color: #b8c0e0;\n }\n :root[dark] .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab {\n color: #daddfb;\n }\n :root[dark] .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar {\n background-color: #daddfb;\n }\n :root[dark] .ytp-ce-channel-subscribers-text {\n color: #a5adcb;\n }\n :root[dark] .ytp-ce-channel-metadata {\n color: #cad3f5;\n }\n :root[dark] .yt-ui-ellipsis {\n background-color: #24273a;\n }\n :root[dark] a.ytp-ce-link,\n :root[dark] a.ytp-ce-link:hover,\n :root[dark] a.ytp-ce-link:visited {\n color: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover {\n background-color: #494d64;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled:hover {\n background-color: #5a68ef;\n }\n :root[dark] .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n :root[dark] .yt-spec-touch-feedback-shape--touch-response-inverse .yt-spec-touch-feedback-shape__stroke {\n border-color: #b7bdf8;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(1) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > g:nth-child(2) > g:nth-child(2) > path:nth-child(2),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(1) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > g:nth-child(2) > g:nth-child(2) > path:nth-child(2) {\n fill: #24273a !important;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(2),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(2) {\n fill: #24273a !important;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4) {\n fill: #24273a !important;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > polygon:nth-child(2),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > polygon:nth-child(2) {\n fill: #24273a !important;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(3),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(3) {\n fill: #24273a !important;\n }\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(4) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4),\n :root[dark] ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(4) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4) {\n fill: #24273a !important;\n }\n :root[dark] [fill=\"#F00\"],\n :root[dark] [fill=\"red\"],\n :root[dark] [fill=\"#FF0000\"] {\n fill: #b7bdf8;\n }\n :root[dark] svg > g > polygon[fill=\"#fff\"] {\n fill: #24273a !important;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {\n color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover {\n background-color: rgba(183, 189, 248, 0.1);\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline,\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover,\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text:hover {\n background-color: #363a4f;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {\n border-color: #363a4f;\n }\n :root[dark] ::-webkit-scrollbar {\n width: 8px !important;\n }\n :root[dark] ::-webkit-scrollbar-track {\n background: #24273a !important;\n }\n :root[dark] ::-webkit-scrollbar-thumb {\n background: #b7bdf8 !important;\n }\n :root[dark] ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }\n :root {\n /* apply everywhere */\n /* general colors */\n /* logo */\n /* selected chapter */\n /* playlist selector */\n /* transparent header bar */\n /* change color of the player edges */\n /* explandable meta */\n /* volume bar */\n /* new videos dot */\n /* subtitle */\n /* menu items */\n /* checkbox subitem */\n /* link */\n /* private video warning */\n /* search input placeholder */\n /* search results */\n /* Results backgrounds */\n /* Transcript Button */\n /* text color */\n /* Hover and keyboard select background */\n /* Keyboard select text color and hover text color */\n /* exmplation box */\n /* history tab header */\n /* Video Music Names */\n /* custom likes + anims */\n /* iv branding */\n /* Popup for when you hover over the channel avatar in the video */\n /* video desc */\n /* Cards */\n /* Player tooltip background */\n /* live badges */\n /* notification idicator */\n /* bell next to subscription button */\n /* creator badges */\n /* ambient mode */\n /* badges e.g. popular */\n /* Search border */\n /* New Feature inline banner */\n /* Chapter overview buttons */\n /* Error page */\n /* channel homepage */\n /* selected tab */\n /* unselected */\n /* hover */\n /* yt end cards */\n /* hopefully temporary (buttons) */\n /* Scrollbar */\n /* text highlight */\n }\n :root,\n :root [dark],\n :root html,\n :root html[system-icons][dark],\n :root html[system-icons] [dark],\n :root html[darker-dark-theme][dark],\n :root [darker-dark-theme] [dark] {\n --yt-spec-white-1: #cad3f5 !important;\n --yt-spec-white-2: #a5adcb !important;\n --yt-spec-white-3: #b8c0e0 !important;\n --yt-spec-white-4: #a6b0d8 !important;\n --yt-spec-black-1: #8087a2 !important;\n --yt-spec-black-2: #6e738d !important;\n --yt-spec-black-3: #5b6078 !important;\n --yt-spec-black-4: #494d64 !important;\n --yt-spec-black-pure: #363a4f !important;\n --yt-spec-grey-1: #cad3f5 !important;\n --yt-spec-grey-2: #a5adcb !important;\n --yt-spec-grey-3: #b8c0e0 !important;\n --yt-spec-grey-4: #939ab7 !important;\n --yt-spec-grey-5: #8087a2 !important;\n --yt-brand-youtube-red: #b7bdf8 !important;\n --yt-brand-medium-red: #b7bdf8 !important;\n --yt-brand-light-red: #b7bdf8 !important;\n --yt-spec-red-30: #f5a97f !important;\n --yt-spec-red-70: #ed8796 !important;\n --yt-spec-pale-blue: #91d7e3 !important;\n --yt-spec-light-blue: #91d7e3 !important;\n --yt-spec-dark-blue: #7dc4e4 !important;\n --yt-spec-navy-blue: #8bd5ca !important;\n --yt-spec-light-green: #a6da95 !important;\n --yt-spec-dark-green: #a6da95 !important;\n --yt-spec-yellow: #f5a97f !important;\n --yt-spec-black-pure-alpha-5: rgba(24, 25, 38, 0.9995) !important;\n --yt-spec-black-pure-alpha-10: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-black-pure-alpha-15: rgba(24, 25, 38, 0.9985) !important;\n --yt-spec-black-pure-alpha-30: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-black-pure-alpha-60: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-black-pure-alpha-80: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-black-1-alpha-98: rgba(24, 25, 38, 0.9902) !important;\n --yt-spec-black-1-alpha-95: rgba(24, 25, 38, 0.9905) !important;\n --yt-spec-white-1-alpha-10: rgba(202, 211, 245, 0.999) !important;\n --yt-spec-white-1-alpha-20: rgba(202, 211, 245, 0.998) !important;\n --yt-spec-white-1-alpha-25: rgba(202, 211, 245, 0.9975) !important;\n --yt-spec-white-1-alpha-30: rgba(202, 211, 245, 0.997) !important;\n --yt-spec-white-1-alpha-70: rgba(202, 211, 245, 0.993) !important;\n --yt-spec-white-1-alpha-95: rgba(202, 211, 245, 0.9905) !important;\n --yt-spec-white-1-alpha-98: rgba(202, 211, 245, 0.9902) !important;\n --yt-brand-medium-red-alpha-90: rgba(183, 189, 248, 0.991) !important;\n --yt-brand-medium-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-brand-light-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-light-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-dark-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-raised-background: #24273a !important;\n --yt-spec-menu-background: #1e2030 !important;\n --yt-spec-inverted-background: #cad3f5 !important;\n --yt-spec-additive-background: rgba(54, 58, 79, 0.999) !important;\n --yt-spec-outline: #363a4f !important;\n --yt-spec-shadow: rgba(24, 25, 38, 0.9975) !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --yt-spec-text-secondary: #a5adcb !important;\n --yt-spec-text-disabled: #b8c0e0 !important;\n --yt-spec-text-primary-inverse: #181926 !important;\n --yt-spec-call-to-action: #b7bdf8 !important;\n --yt-spec-call-to-action-inverse: #b7bdf8 !important;\n --yt-spec-suggested-action: rgba(183, 189, 248, 0.2) !important;\n --yt-spec-suggested-action-inverse: #cad3f5 !important;\n --yt-spec-icon-active-other: #cad3f5 !important;\n --yt-spec-button-chip-background-hover: #494d64 !important;\n --yt-spec-touch-response: #363a4f !important;\n --yt-spec-touch-response-inverse: #b7bdf8 !important;\n --yt-spec-brand-icon-active: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --yt-spec-brand-link-text: #7dc4e4 !important;\n --yt-spec-wordmark-text: #cad3f5 !important;\n --yt-spec-error-indicator: #ed8796 !important;\n --yt-spec-themed-blue: #91d7e3 !important;\n --yt-spec-themed-green: #a6da95 !important;\n --yt-spec-ad-indicator: #8bd5ca !important;\n --yt-spec-themed-overlay-background: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-commerce-badge-background: #a6da95 !important;\n --yt-spec-static-brand-red: #b7bdf8 !important;\n --yt-spec-static-brand-white: #cad3f5 !important;\n --yt-spec-static-brand-black: #24273a !important;\n --yt-spec-static-clear-color: #181926 !important;\n --yt-spec-static-clear-black: #181926 !important;\n --yt-spec-static-ad-yellow: #f5a97f !important;\n --yt-spec-static-grey: #a5adcb !important;\n --yt-spec-static-overlay-background-solid: #181926 !important;\n --yt-spec-static-overlay-background-heavy: rgba(54, 58, 79, 0.8) !important;\n --yt-spec-static-overlay-background-medium: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-static-overlay-background-medium-light: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-static-overlay-background-light: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-static-overlay-text-primary: #cad3f5 !important;\n --yt-spec-static-overlay-text-secondary: rgba(165, 173, 203, 0.993) !important;\n --yt-spec-static-overlay-text-disabled: rgba(165, 173, 203, 0.997) !important;\n --yt-spec-static-overlay-call-to-action: #b7bdf8 !important;\n --yt-spec-static-overlay-icon-active-other: #cad3f5 !important;\n --yt-spec-static-overlay-icon-inactive: #494d64 !important;\n --yt-spec-static-overlay-icon-disabled: #5b6078 !important;\n --yt-spec-static-overlay-button-primary: #b7bdf8 !important;\n --yt-spec-static-overlay-button-secondary: #363a4f !important;\n --yt-spec-static-overlay-touch-response: #8087a2 !important;\n --yt-spec-static-overlay-touch-response-inverse: #494d64 !important;\n --yt-spec-static-overlay-background-brand: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-1: #a5adcb !important;\n --yt-spec-assistive-feed-themed-gradient-2: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-3: #ed8796 !important;\n --yt-spec-brand-background-solid: #24273a !important;\n --yt-spec-brand-background-primary: #24273a !important;\n --yt-spec-brand-background-secondary: #1e2030 !important;\n --yt-spec-general-background-a: #24273a !important;\n --yt-spec-general-background-b: #24273a !important;\n --yt-spec-general-background-c: #181926 !important;\n --yt-spec-error-background: #24273a !important;\n --yt-spec-10-percent-layer: #363a4f !important;\n --yt-spec-snackbar-background: #1e2030 !important;\n --yt-spec-snackbar-background-updated: #1e2030 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --yt-spec-verified-badge-background: #6e738d !important;\n --yt-spec-call-to-action-fadeoutd: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-call-to-action-hover: #b7bdf8 !important;\n --yt-spec-brand-button-background-hover: #b7bdf8 !important;\n --yt-spec-brand-link-text-fadeoutd: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-filled-button-focus-outline: #363a4f !important;\n --yt-spec-static-overlay-button-hover: #494d64 !important;\n --yt-spec-mono-filled-hover: #494d64 !important;\n --yt-spec-commerce-filled-hover: #b7bdf8 !important;\n --yt-spec-mono-tonal-hover: #494d64 !important;\n --yt-spec-commerce-tonal-hover: #5b6078 !important;\n --yt-spec-static-overlay-filled-hover: #8087a2 !important;\n --yt-spec-static-overlay-tonal-hover: #494d64 !important;\n --yt-spec-paper-tab-ink: rgba(202, 211, 245, 0.997);\n --yt-spec-filled-button-text: #cad3f5 !important;\n --yt-spec-selected-nav-text: #cad3f5 !important;\n --iron-icon-fill-color: #cad3f5 !important;\n /* Search bar */\n --ytd-searchbox-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-shadow-color: #181926 !important;\n --ytd-searchbox-legacy-button-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-focus-color: #b7bdf8 !important;\n --ytd-searchbox-legacy-button-hover-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-hover-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-icon-color: #b7bdf8 !important;\n --ytd-searchbox-background: #24273a !important;\n --ytd-searchbox-text-color: #cad3f5 !important;\n /* System icons */\n --yt-spec-icon-inactive: #cad3f5 !important;\n --yt-spec-icon-disabled: #8087a2 !important;\n --yt-spec-brand-icon-inactive: #939ab7 !important;\n /* Yt video Page */\n --yt-live-chat-background-color: #24273a !important;\n --yt-live-chat-action-panel-background-color: #24273a !important;\n --yt-live-chat-secondary-background-color: #494d64;\n --yt-live-chat-toast-background-color: #5b6078 !important;\n --yt-live-chat-mode-change-background-color: #24273a !important;\n --yt-live-chat-secondary-text-color: #a5adcb !important;\n --yt-live-chat-tertiary-text-color: rgba(202, 211, 245, 0.9946) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: #a5adcb !important;\n --yt-live-chat-text-input-field-placeholder-color: #a5adcb !important;\n --yt-live-chat-enabled-send-button-color: #cad3f5 !important;\n --yt-live-chat-disabled-icon-button-color: #b8c0e0 !important;\n --yt-live-chat-picker-button-hover-color: #b7bdf8 !important;\n --yt-live-chat-mention-background-color: #b7bdf8 !important;\n --yt-live-chat-mention-text-color: #cad3f5 !important;\n --yt-live-chat-deleted-message-color: #a5adcb;\n --yt-live-chat-deleted-message-bar-color: #b8c0e0 !important;\n --yt-live-chat-reconnect-message-color: #cad3f5 !important;\n --yt-live-chat-disabled-button-background-color: #6e738d !important;\n --yt-live-chat-sub-panel-background-color: #24273a !important;\n --yt-live-chat-sub-panel-background-color-transparent: #1e2030 !important;\n --yt-live-chat-moderator-color: #b7bdf8 !important;\n --yt-live-chat-owner-color: #f5a97f !important;\n --yt-live-chat-message-highlight-background-color: #24273a !important;\n --yt-live-chat-sponsor-color: #a6da95 !important;\n --yt-live-chat-overlay-color: rgba(30, 32, 48, 0.995);\n --yt-live-chat-dialog-background-color: #24273a !important;\n --yt-emoji-picker-variant-selector-bg-color: #24273a !important;\n --yt-live-chat-moderation-mode-hover-background-color: rgba(30, 32, 48, 0.997) !important;\n --yt-grey: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: #b8c0e0 !important;\n --yt-emoji-picker-search-background-color: #363a4f !important;\n --yt-emoji-picker-search-color: #cad3f5 !important;\n --yt-emoji-picker-search-placeholder-color: #b7bdf8 !important;\n --yt-live-chat-slider-active-color: #b7bdf8 !important;\n --yt-live-chat-slider-container-color: #363a4f !important;\n --yt-live-chat-slider-markers-color: #cad3f5 !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(#1e2030, transparent) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(to top, #1e2030, transparent) !important;\n --yt-live-chat-automod-button-background-color-hover: rgba(24, 25, 38, 0.995) !important;\n --yt-live-chat-automod-button-explanation-color: rgba(183, 189, 248, 0.993) !important;\n --yt-live-chat-shimmer-background-color: rgba(24, 25, 38, 0.996) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(0deg, rgba(202, 211, 245, 0.999) 40%, rgba(36, 39, 58, 0.997) 50%, rgba(202, 211, 245, 0.999) 60%) !important;\n --yt-live-chat-vem-background-color: #1e2030 !important;\n --yt-live-chat-product-picker-icon-color: rgba(202, 211, 245, 0.995) !important;\n --yt-live-chat-product-picker-hover-color: #6e738d !important;\n --yt-live-chat-product-picker-disabled-icon-color: rgba(202, 211, 245, 0.997) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n /* Tooltip */\n --paper-tooltip-background: #6e738d !important;\n --paper-tooltip-text-color: #cad3f5 !important;\n /* links */\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n --yt-endpoint-hover-color: #b7bdf8 !important;\n --sb-dark-red-outline: #b7bdf8 !important;\n --sb-main-bg-color: #24273a !important;\n --sb-main-fg-color: #cad3f5 !important;\n --sb-grey-bg-color: #24273a !important;\n --sb-grey-fg-color: #a5adcb !important;\n --sb-red-bg-color: #b7bdf8 !important;\n }\n :root:not(.style-scope) {\n --primary-text-color: #cad3f5 !important;\n --primary-background-color: #24273a !important;\n --secondary-text-color: #a5adcb !important;\n --disabled-text-color: #b8c0e0 !important;\n --divider-color: #6e738d !important;\n --error-color: #ed8796 !important;\n --primary-color: #b7bdf8 !important;\n --light-primary-color: #b7bdf8 !important;\n --dark-primary-color: #8aadf4 !important;\n --accent-color: #b7bdf8 !important;\n --light-accent-color: #b7bdf8 !important;\n --dark-accent-color: #b7bdf8 !important;\n --light-theme-background-color: #24273a !important;\n --light-theme-base-color: #cad3f5 !important;\n --light-theme-text-color: #cad3f5 !important;\n --light-theme-secondary-color: #a5adcb !important;\n --light-theme-disabled-color: #b8c0e0 !important;\n --light-theme-divider-color: #6e738d !important;\n --dark-theme-background-color: #24273a !important;\n --dark-theme-base-color: #cad3f5 !important;\n --dark-theme-text-color: #cad3f5 !important;\n --dark-theme-secondary-color: #a5adcb !important;\n --dark-theme-disabled-color: #b8c0e0 !important;\n --dark-theme-divider-color: #6e738d !important;\n }\n :root ytd-topbar-logo-renderer.style-scope a svg > g path[fill=\"#FF0000\"],\n :root svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) path[fill=\"#FF0000\"] {\n fill: #b7bdf8 !important;\n }\n :root ytd-topbar-logo-renderer.style-scope a svg > g path[fill=\"white\"],\n :root svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) path[fill=\"white\"] {\n fill: #24273a !important;\n }\n :root #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n color: #b7bdf8 !important;\n }\n :root ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: #363a4f !important;\n --ytd-macro-markers-list-item-title-color: #cad3f5 !important;\n --ytd-macro-markers-list-item-secondary-color: #b8c0e0 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: #494d64 !important;\n }\n :root ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #cad3f5 !important;\n --yt-active-playlist-panel-background-color: #363a4f !important;\n }\n :root ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette] .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root #container.ytd-masthead {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll] #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root #ytd-player #container {\n background: #24273a !important;\n }\n :root ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: #24273a !important;\n --yt-lightsource-section2-color: #363a4f !important;\n --yt-lightsource-section3-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #a5adcb !important;\n }\n :root yt-live-chat-renderer {\n --yt-emoji-picker-renderer-height: 180px;\n --yt-button-default-text-color: #cad3f5 !important;\n --yt-button-default-background-color: #24273a !important;\n --yt-button-dark-text-color: #24273a !important;\n --yt-button-dark-background-color: #b7bdf8 !important;\n --yt-button-payment-background-color: #b7bdf8 !important;\n }\n :root yt-icon.ytd-pinned-comment-badge-renderer * {\n fill: #cad3f5 !important;\n }\n :root .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after {\n background: #6e738d !important;\n }\n :root .html5-ypc-purchase {\n background: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root .html5-ypc-purchase:hover {\n background: #e5e8fd !important;\n }\n :root .html5-ypc-description,\n :root .html5-ypc-title,\n :root .html5-ypc-action-heading {\n color: #cad3f5;\n }\n :root yt-notification-action-renderer[darker-dark-theme] tp-yt-paper-toast.yt-notification-action-renderer {\n background: #6e738d !important;\n }\n :root .ytp-volume-slider-handle {\n background: #b7bdf8 !important;\n }\n :root .ytp-volume-slider-handle::before {\n background: #b7bdf8 !important;\n }\n :root .ytp-volume-slider-handle::after {\n z-index: -1;\n }\n :root #newness-dot {\n background-color: #b7bdf8 !important;\n }\n :root .ytp-chrome-controls .ytp-button[aria-pressed]::after {\n background-color: #b7bdf8 !important;\n }\n :root .ytp-menuitem-toggle-checkbox {\n background-color: #8087a2;\n }\n :root .ytp-menuitem-toggle-checkbox::after {\n background-color: #a5adcb;\n }\n :root .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox {\n background-color: #b7bdf8;\n }\n :root .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox::after {\n background-color: #cad3f5;\n }\n :root .ytp-menuitem:not([aria-disabled=\"true\"]):hover {\n background: #494d64 !important;\n }\n :root .ytp-settings-button.ytp-hd-quality-badge::after,\n :root .ytp-settings-button.ytp-4k-quality-badge::after,\n :root .ytp-settings-button.ytp-5k-quality-badge::after,\n :root .ytp-settings-button.ytp-8k-quality-badge::after,\n :root .ytp-settings-button.ytp-hdr-quality-badge::after,\n :root .ytp-settings-button.ytp-3d-badge::after {\n background-color: #b7bdf8 !important;\n }\n :root .ytp-panel-menu {\n color: #cad3f5;\n }\n :root .ytp-panel-menu .ytp-menuitem:not(:last-child) svg > path {\n fill: #cad3f5;\n }\n :root .ytp-panel-menu .ytp-menuitem:last-child svg:last-child {\n fill: #cad3f5;\n }\n :root .ytp-right-controls svg path,\n :root .ytp-svg-fill {\n fill: #fff !important;\n }\n :root .ytp-time-current,\n :root .ytp-time-separator,\n :root .ytp-time-duration,\n :root .ytp-menu-label-secondary,\n :root .ytp-menuitem-label-count {\n color: #fff;\n }\n :root .ytp-tooltip:not([aria-hidden=\"true\"]) {\n color: #cad3f5;\n }\n :root .style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover {\n fill: #b7bdf8 !important;\n }\n :root .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled,\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {\n background-color: #b7bdf8 !important;\n }\n :root .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled .yt-spec-button-shape-next__icon yt-icon svg g path,\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled .yt-spec-button-shape-next__icon yt-icon svg g path {\n fill: #24273a !important;\n }\n :root .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled:hover,\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover {\n background-color: #5a68ef !important;\n }\n :root .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root .yt-core-attributed-string__link--call-to-action-color {\n color: #7dc4e4 !important;\n }\n :root .yt-core-attributed-string__link--call-to-action-color:hover {\n color: #8bd5ca !important;\n }\n :root .WARNING.yt-alert-renderer {\n background-color: #eed49f;\n }\n :root #search-input.ytd-searchbox-spt #search::placeholder {\n color: #6e738d;\n }\n :root .sbpqs_a::before,\n :root .sbqs_c::before {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224%22%20viewBox%3D%221%201%2027%2027%22%20width%3D%2224%22%20focusable%3D%22false%22%20style%3D%22pointer-events%3A%20none%3B%20display%3A%20block%3B%20width%3A%20100%25%3B%20height%3A%20100%25%3B%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.87%2020.17-5.59-5.59C16.35%2013.35%2017%2011.75%2017%2010c0-3.87-3.13-7-7-7s-7%203.13-7%207%203.13%207%207%207c1.75%200%203.35-.65%204.58-1.71l5.59%205.59.7-.71zM10%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6%206%202.69%206%206-2.69%206-6%206z%22%3E%3C/path%3E%3C/svg%3E\");\n background: none;\n }\n :root .sbsb_a,\n :root .sbdd_b {\n background: #1e2030 !important;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline {\n color: #b7bdf8 !important;\n border-color: #5b6078 !important;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover {\n background-color: rgba(183, 189, 248, 0.2) !important;\n border-color: rgba(183, 189, 248, 0.2) !important;\n }\n :root .gsfs {\n color: #cad3f5 !important;\n }\n :root .sbsb_c.gsfs:hover,\n :root .sbsb_d {\n background-color: #363a4f !important;\n }\n :root .sbfl_b {\n background-color: #1e2030 !important;\n }\n :root .sbfl_b:hover {\n background-color: #363a4f !important;\n color: #b7bdf8 !important;\n }\n :root .sbpqs_a {\n color: #b7bdf8 !important;\n }\n :root .sbfl_a {\n color: #a5adcb !important;\n }\n :root .sbsb_i {\n color: #a5adcb;\n }\n :root .sbsb_c:hover .sbqs_c,\n :root .sbsb_c.gsfs.sbsb_d .sbqs_c {\n color: #b7bdf8 !important;\n }\n :root .ytp-swatch-background-color {\n background-color: #b7bdf8 !important;\n }\n :root .explanation-box[correct] * {\n color: #181926 !important;\n }\n :root .page-header-view-model-wiz__page-header-title {\n color: #cad3f5;\n }\n :root .yt-video-attribute-view-model__title {\n color: #cad3f5;\n }\n :root .yt-video-attribute-view-model__subtitle {\n color: #a5adcb;\n }\n :root .yt-video-attribute-view-model__secondary-subtitle {\n color: #a5adcb;\n }\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) {\n /* not liked */\n /* liked */\n }\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(2) > path:nth-child(1),\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(4) > path:nth-child(1) {\n stroke: #cad3f5 !important;\n }\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(1) > path:nth-child(1),\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(3) > path:nth-child(1) {\n fill: #b7bdf8 !important;\n }\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(1) > path:nth-child(2),\n :root yt-animated-icon[animated-icon-type=\"LIKE\"] > ytd-lottie-player > lottie-component > svg > g:nth-child(2) > g:nth-child(2) > g:nth-child(3) > path:nth-child(2) {\n stroke: #b7bdf8 !important;\n }\n :root .iv-branding .branding-context-container-inner {\n background-color: #24273a !important;\n }\n :root yt-attributed-string.ytd-text-inline-expander:nth-child(1) > span:nth-child(1) > span:nth-child(1) {\n color: #cad3f5 !important;\n }\n :root #attributed-snippet-text > span:nth-child(1) > span:nth-child(1) {\n color: #cad3f5 !important;\n }\n :root span[class=\"yt-core-attributed-string--link-inherit-color\"][style=\"color: rgb(255, 255, 255);\"] {\n color: #cad3f5 !important;\n }\n :root .iv-branding .iv-branding-context-name {\n color: #cad3f5 !important;\n text-shadow: none !important;\n }\n :root .iv-drawer-content {\n background-color: rgba(30, 32, 48, 0.95) !important;\n }\n :root .iv-drawer-header-text {\n color: #cad3f5 !important;\n }\n :root .iv-card-content,\n :root .ytp-ce-expanding-overlay-background,\n :root .ytp-cards-teaser .ytp-cards-teaser-text,\n :root .ytp-cards-teaser .ytp-cards-teaser-box {\n background-color: #24273a !important;\n }\n :root .iv-card-content > :first-child,\n :root .html5-video-player a,\n :root .iv-card h2,\n :root .ytp-cards-teaser .ytp-cards-teaser-text {\n color: #cad3f5 !important;\n }\n :root .ytp-tooltip-text {\n background: #363a4f !important;\n }\n :root .iv-card:hover .iv-card-primary-link,\n :root .ytp-ce-website-title {\n color: #b7bdf8 !important;\n }\n :root .ytp-popup {\n background: #363a4f !important;\n }\n :root tp-yt-paper-dialog {\n background-color: #24273a !important;\n }\n :root .badge-style-type-live-now-alternate,\n :root ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] {\n color: #181926 !important;\n }\n :root .badge-style-type-live-now-alternate yt-icon svg g path,\n :root ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] yt-icon svg g path,\n :root .badge-style-type-live-now-alternate yt-icon svg path,\n :root ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] yt-icon svg path {\n fill: #181926 !important;\n }\n :root .ytp-live-badge::before {\n background: #b8c0e0 !important;\n }\n :root .ytp-live-badge[disabled]::before {\n background: #b7bdf8 !important;\n }\n :root .yt-spec-icon-badge-shape--type-notification .yt-spec-icon-badge-shape__badge {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon {\n color: var(--yt-spec-icon-active-other) !important;\n }\n :root .yt-spec-icon-badge-shape {\n color: var(--yt-spec-icon-active-other) !important;\n }\n :root .yt-animated-icon svg g path,\n :root .yt-animated-icon svg path {\n fill: #cad3f5 !important;\n }\n :root ytd-author-comment-badge-renderer {\n --yt-basic-background-color: #363a4f !important;\n --yt-basic-foreground-title-color: #363a4f !important;\n --ytd-author-comment-badge-background-color: #363a4f !important;\n --ytd-author-comment-badge-name-color: #cad3f5 !important;\n --ytd-author-comment-badge-icon-color: #cad3f5 !important;\n padding-right: 6px;\n padding-left: 8px;\n }\n :root #cinematics {\n mix-blend-mode: lighten;\n }\n :root yt-chip-cloud-chip-renderer[chip-style=\"STYLE_DEFAULT\"][selected],\n :root yt-chip-cloud-chip-renderer[chip-style=\"STYLE_HOME_FILTER\"][selected] {\n background: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: #b7bdf8 !important;\n }\n :root .ytd-brand-video-singleton-renderer {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root yt-button-shape a {\n border-color: #cad3f5 !important;\n color: #cad3f5 !important;\n }\n :root #share-button button,\n :root #repeat-button button {\n color: #cad3f5 !important;\n }\n :root #error-page {\n background-color: #24273a !important;\n }\n :root .search_plugin_added {\n background-color: #24273a;\n }\n :root #error-page-content {\n color: #cad3f5 !important;\n text-shadow: none;\n background-color: #24273a !important;\n }\n :root #error-page-content > p {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root #error-page-content #masthead-search-terms.masthead-search-terms-border {\n border-color: #b7bdf8 !important;\n box-shadow: none !important;\n }\n :root #error-page-content #yt-masthead {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root #error-page-content #yt-masthead #logo-container .logo {\n filter: invert(1) grayscale(1);\n }\n :root #error-page-content #yt-masthead #logo-container .content-region {\n color: #cad3f5 !important;\n text-shadow: none;\n }\n :root #error-page-content #yt-masthead #masthead-search #masthead-search-terms-border input[type=\"text\"] {\n color: #cad3f5 !important;\n }\n :root #error-page-content #yt-masthead #masthead-search #masthead-search-terms-border input[type=\"text\"]:focus {\n color: #b7bdf8 !important;\n }\n :root #error-page-content #yt-masthead .search-button {\n background-color: #1e2030 !important;\n }\n :root .yt-tab-shape-wiz__tab--tab-selected {\n color: #b7bdf8 !important;\n }\n :root .yt-tab-group-shape-wiz__slider {\n background-color: #b7bdf8 !important;\n }\n :root .yt-tab-shape-wiz__tab {\n color: #b8c0e0;\n }\n :root .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab {\n color: #daddfb;\n }\n :root .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar {\n background-color: #daddfb;\n }\n :root .ytp-ce-channel-subscribers-text {\n color: #a5adcb;\n }\n :root .ytp-ce-channel-metadata {\n color: #cad3f5;\n }\n :root .yt-ui-ellipsis {\n background-color: #24273a;\n }\n :root a.ytp-ce-link,\n :root a.ytp-ce-link:hover,\n :root a.ytp-ce-link:visited {\n color: #b7bdf8 !important;\n }\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover {\n background-color: #494d64;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled:hover {\n background-color: #5a68ef;\n }\n :root .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n :root .yt-spec-touch-feedback-shape--touch-response-inverse .yt-spec-touch-feedback-shape__stroke {\n border-color: #b7bdf8;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(1) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > g:nth-child(2) > g:nth-child(2) > path:nth-child(2),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(1) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > g:nth-child(2) > g:nth-child(2) > path:nth-child(2) {\n fill: #24273a !important;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(2),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(2) {\n fill: #24273a !important;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(2) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4) {\n fill: #24273a !important;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > polygon:nth-child(2),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > polygon:nth-child(2) {\n fill: #24273a !important;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(3),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(3) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(3) {\n fill: #24273a !important;\n }\n :root ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(4) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4),\n :root ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) > ytd-guide-entry-renderer:nth-child(4) > a:nth-child(1) > tp-yt-paper-item:nth-child(1) > yt-icon:nth-child(1) > yt-icon-shape:nth-child(1) > icon-shape:nth-child(1) > div:nth-child(1) > svg:nth-child(1) > path:nth-child(4) {\n fill: #24273a !important;\n }\n :root [fill=\"#F00\"],\n :root [fill=\"red\"],\n :root [fill=\"#FF0000\"] {\n fill: #b7bdf8;\n }\n :root svg > g > polygon[fill=\"#fff\"] {\n fill: #24273a !important;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {\n color: #b7bdf8;\n }\n :root .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover {\n background-color: rgba(183, 189, 248, 0.1);\n }\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline,\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover,\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text:hover {\n background-color: #363a4f;\n }\n :root .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {\n border-color: #363a4f;\n }\n :root ::-webkit-scrollbar {\n width: 8px !important;\n }\n :root ::-webkit-scrollbar-track {\n background: #24273a !important;\n }\n :root ::-webkit-scrollbar-thumb {\n background: #b7bdf8 !important;\n }\n :root ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }", - "start": 1333, - "regexps": [ - "https?:\\/\\/(?!gaming\\.)(?!consent\\.)(?!vr\\.)(?!m\\.)(?!music\\.)(?!tv\\.)(?!artists\\.)(?!studio\\.).*youtube(?!kids\\.).*\\.com\\/(?!premium|howyoutubeworks).*$" + "code": ":root[dark] {\n color: #cad3f5;\n color-scheme: dark;\n /* Misc */\n /* Selected chapter */\n /* Skeleton */\n /* Ambient mode */\n /* Icons */\n /* Buttons */\n /* Search box */\n /* \"Suggestion removed\" */\n /* Video description */\n /* Thumbnails */\n /* Panels, popups, tooltips */\n /* Video player */\n /* Channel pages */\n }\n :root[dark] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root[dark] input::placeholder,\n :root[dark] textarea::placeholder {\n color: #a5adcb !important;\n }\n :root[dark],\n :root[dark] [dark],\n :root[dark] [system-icons],\n :root[dark] [darker-dark-theme],\n :root[dark][dark],\n :root[dark][system-icons],\n :root[dark][darker-dark-theme] {\n --yt-spec-white-1: #cad3f5 !important;\n --yt-spec-white-2: #a5adcb !important;\n --yt-spec-white-3: #b8c0e0 !important;\n --yt-spec-white-4: #a6b0d8 !important;\n --yt-spec-black-1: #8087a2 !important;\n --yt-spec-black-2: #6e738d !important;\n --yt-spec-black-3: #5b6078 !important;\n --yt-spec-black-4: #494d64 !important;\n --yt-spec-black-pure: #363a4f !important;\n --yt-spec-grey-1: #cad3f5 !important;\n --yt-spec-grey-2: #a5adcb !important;\n --yt-spec-grey-3: #b8c0e0 !important;\n --yt-spec-grey-4: #939ab7 !important;\n --yt-spec-grey-5: #8087a2 !important;\n --yt-brand-youtube-red: #b7bdf8 !important;\n --yt-brand-medium-red: #b7bdf8 !important;\n --yt-brand-light-red: #b7bdf8 !important;\n --yt-spec-red-30: #f5a97f !important;\n --yt-spec-red-70: #ed8796 !important;\n --yt-spec-pale-blue: #91d7e3 !important;\n --yt-spec-light-blue: #91d7e3 !important;\n --yt-spec-dark-blue: #7dc4e4 !important;\n --yt-spec-navy-blue: #8bd5ca !important;\n --yt-spec-light-green: #a6da95 !important;\n --yt-spec-dark-green: #a6da95 !important;\n --yt-spec-yellow: #f5a97f !important;\n --yt-spec-black-pure-alpha-5: rgba(24, 25, 38, 0.9995) !important;\n --yt-spec-black-pure-alpha-10: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-black-pure-alpha-15: rgba(24, 25, 38, 0.9985) !important;\n --yt-spec-black-pure-alpha-30: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-black-pure-alpha-60: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-black-pure-alpha-80: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-black-1-alpha-98: rgba(24, 25, 38, 0.9902) !important;\n --yt-spec-black-1-alpha-95: rgba(24, 25, 38, 0.9905) !important;\n --yt-spec-white-1-alpha-10: rgba(202, 211, 245, 0.999) !important;\n --yt-spec-white-1-alpha-20: rgba(202, 211, 245, 0.998) !important;\n --yt-spec-white-1-alpha-25: rgba(202, 211, 245, 0.9975) !important;\n --yt-spec-white-1-alpha-30: rgba(202, 211, 245, 0.997) !important;\n --yt-spec-white-1-alpha-70: rgba(202, 211, 245, 0.993) !important;\n --yt-spec-white-1-alpha-95: rgba(202, 211, 245, 0.9905) !important;\n --yt-spec-white-1-alpha-98: rgba(202, 211, 245, 0.9902) !important;\n --yt-brand-medium-red-alpha-90: rgba(183, 189, 248, 0.991) !important;\n --yt-brand-medium-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-brand-light-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-light-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-dark-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-raised-background: #24273a !important;\n --yt-spec-menu-background: #1e2030 !important;\n --yt-spec-inverted-background: #cad3f5 !important;\n --yt-spec-additive-background: rgba(54, 58, 79, 0.999) !important;\n --yt-spec-outline: #363a4f !important;\n --yt-spec-shadow: rgba(24, 25, 38, 0.9975) !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --yt-spec-text-secondary: #a5adcb !important;\n --yt-spec-text-disabled: #b8c0e0 !important;\n --yt-spec-text-primary-inverse: #181926 !important;\n --yt-spec-call-to-action: #b7bdf8 !important;\n --yt-spec-call-to-action-inverse: #b7bdf8 !important;\n --yt-spec-suggested-action: rgba(183, 189, 248, 0.2) !important;\n --yt-spec-suggested-action-inverse: #cad3f5 !important;\n --yt-spec-icon-active-other: #cad3f5 !important;\n --yt-spec-button-chip-background-hover: #494d64 !important;\n --yt-spec-touch-response: #363a4f !important;\n --yt-spec-touch-response-inverse: #b7bdf8 !important;\n --yt-spec-brand-icon-active: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --yt-spec-brand-link-text: #7dc4e4 !important;\n --yt-spec-wordmark-text: #cad3f5 !important;\n --yt-spec-error-indicator: #ed8796 !important;\n --yt-spec-themed-blue: #b7bdf8 !important;\n --yt-spec-themed-green: #a6da95 !important;\n --yt-spec-ad-indicator: #8bd5ca !important;\n --yt-spec-themed-overlay-background: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-commerce-badge-background: #a6da95 !important;\n --yt-spec-static-brand-red: #b7bdf8 !important;\n --yt-spec-static-brand-white: #cad3f5 !important;\n --yt-spec-static-brand-black: #24273a !important;\n --yt-spec-static-clear-color: #181926 !important;\n --yt-spec-static-clear-black: #181926 !important;\n --yt-spec-static-ad-yellow: #f5a97f !important;\n --yt-spec-static-grey: #a5adcb !important;\n --yt-spec-static-overlay-background-solid: #181926 !important;\n --yt-spec-static-overlay-background-heavy: #363a4f;\n --yt-spec-static-overlay-background-medium: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-static-overlay-background-medium-light: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-static-overlay-background-light: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-static-overlay-text-primary: #cad3f5 !important;\n --yt-spec-static-overlay-text-secondary: rgba(165, 173, 203, 0.993) !important;\n --yt-spec-static-overlay-text-disabled: rgba(165, 173, 203, 0.997) !important;\n --yt-spec-static-overlay-call-to-action: #b7bdf8 !important;\n --yt-spec-static-overlay-icon-active-other: #cad3f5 !important;\n --yt-spec-static-overlay-icon-inactive: #494d64 !important;\n --yt-spec-static-overlay-icon-disabled: #5b6078 !important;\n --yt-spec-static-overlay-button-primary: #b7bdf8 !important;\n --yt-spec-static-overlay-button-secondary: #363a4f !important;\n --yt-spec-static-overlay-touch-response: #8087a2 !important;\n --yt-spec-static-overlay-touch-response-inverse: #494d64 !important;\n --yt-spec-static-overlay-background-brand: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-1: #a5adcb !important;\n --yt-spec-assistive-feed-themed-gradient-2: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-3: #ed8796 !important;\n --yt-spec-brand-background-solid: #24273a !important;\n --yt-spec-brand-background-primary: #24273a !important;\n --yt-spec-brand-background-secondary: #1e2030 !important;\n --yt-spec-general-background-a: #24273a !important;\n --yt-spec-general-background-b: #24273a !important;\n --yt-spec-general-background-c: #181926 !important;\n --yt-spec-error-background: #24273a !important;\n --yt-spec-10-percent-layer: #363a4f !important;\n --yt-spec-snackbar-background: #1e2030 !important;\n --yt-spec-snackbar-background-updated: #1e2030 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --yt-spec-verified-badge-background: #6e738d !important;\n --yt-spec-call-to-action-fadeoutd: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-call-to-action-hover: #b7bdf8 !important;\n --yt-spec-brand-button-background-hover: #b7bdf8 !important;\n --yt-spec-brand-link-text-fadeoutd: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-filled-button-focus-outline: #363a4f !important;\n --yt-spec-static-overlay-button-hover: #494d64 !important;\n --yt-spec-mono-filled-hover: #494d64 !important;\n --yt-spec-commerce-filled-hover: #b7bdf8 !important;\n --yt-spec-mono-tonal-hover: #494d64 !important;\n --yt-spec-commerce-tonal-hover: #5b6078 !important;\n --yt-spec-static-overlay-filled-hover: #8087a2 !important;\n --yt-spec-static-overlay-tonal-hover: #494d64 !important;\n --yt-spec-paper-tab-ink: rgba(202, 211, 245, 0.997);\n --yt-spec-filled-button-text: #cad3f5 !important;\n --yt-spec-selected-nav-text: #cad3f5 !important;\n --iron-icon-fill-color: #cad3f5 !important;\n /* Search bar */\n --ytd-searchbox-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-shadow-color: #181926 !important;\n --ytd-searchbox-legacy-button-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-focus-color: #b7bdf8 !important;\n --ytd-searchbox-legacy-button-hover-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-hover-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-icon-color: #b7bdf8 !important;\n --ytd-searchbox-background: #24273a !important;\n --ytd-searchbox-text-color: #cad3f5 !important;\n /* System icons */\n --yt-spec-icon-inactive: #cad3f5 !important;\n --yt-spec-icon-disabled: #8087a2 !important;\n --yt-spec-brand-icon-inactive: #939ab7 !important;\n /* Yt video Page */\n --yt-live-chat-background-color: #24273a !important;\n --yt-live-chat-action-panel-background-color: #24273a !important;\n --yt-live-chat-secondary-background-color: #494d64;\n --yt-live-chat-toast-background-color: #5b6078 !important;\n --yt-live-chat-mode-change-background-color: #24273a !important;\n --yt-live-chat-secondary-text-color: #a5adcb !important;\n --yt-live-chat-tertiary-text-color: rgba(202, 211, 245, 0.9946) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: #a5adcb !important;\n --yt-live-chat-text-input-field-placeholder-color: #a5adcb !important;\n --yt-live-chat-enabled-send-button-color: #cad3f5 !important;\n --yt-live-chat-disabled-icon-button-color: #b8c0e0 !important;\n --yt-live-chat-picker-button-hover-color: #b7bdf8 !important;\n --yt-live-chat-mention-background-color: #b7bdf8 !important;\n --yt-live-chat-mention-text-color: #cad3f5 !important;\n --yt-live-chat-deleted-message-color: #a5adcb;\n --yt-live-chat-deleted-message-bar-color: #b8c0e0 !important;\n --yt-live-chat-reconnect-message-color: #cad3f5 !important;\n --yt-live-chat-disabled-button-background-color: #6e738d !important;\n --yt-live-chat-sub-panel-background-color: #24273a !important;\n --yt-live-chat-sub-panel-background-color-transparent: #1e2030 !important;\n --yt-live-chat-moderator-color: #b7bdf8 !important;\n --yt-live-chat-owner-color: #f5a97f !important;\n --yt-live-chat-message-highlight-background-color: #24273a !important;\n --yt-live-chat-sponsor-color: #a6da95 !important;\n --yt-live-chat-overlay-color: rgba(30, 32, 48, 0.995);\n --yt-live-chat-dialog-background-color: #24273a !important;\n --yt-emoji-picker-variant-selector-bg-color: #24273a !important;\n --yt-live-chat-moderation-mode-hover-background-color: rgba(30, 32, 48, 0.997) !important;\n --yt-grey: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: #b8c0e0 !important;\n --yt-emoji-picker-search-background-color: #363a4f !important;\n --yt-emoji-picker-search-color: #cad3f5 !important;\n --yt-emoji-picker-search-placeholder-color: #b7bdf8 !important;\n --yt-live-chat-slider-active-color: #b7bdf8 !important;\n --yt-live-chat-slider-container-color: #363a4f !important;\n --yt-live-chat-slider-markers-color: #cad3f5 !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(#1e2030, transparent) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(to top, #1e2030, transparent) !important;\n --yt-live-chat-automod-button-background-color-hover: rgba(24, 25, 38, 0.995) !important;\n --yt-live-chat-automod-button-explanation-color: rgba(183, 189, 248, 0.993) !important;\n --yt-live-chat-shimmer-background-color: rgba(24, 25, 38, 0.996) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(0deg, rgba(202, 211, 245, 0.999) 40%, rgba(36, 39, 58, 0.997) 50%, rgba(202, 211, 245, 0.999) 60%) !important;\n --yt-live-chat-vem-background-color: #1e2030 !important;\n --yt-live-chat-product-picker-icon-color: rgba(202, 211, 245, 0.995) !important;\n --yt-live-chat-product-picker-hover-color: #6e738d !important;\n --yt-live-chat-product-picker-disabled-icon-color: rgba(202, 211, 245, 0.997) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n --paper-tooltip-background: #6e738d !important;\n --paper-tooltip-text-color: #cad3f5 !important;\n /* Links */\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n --yt-endpoint-hover-color: #b7bdf8 !important;\n --sb-dark-red-outline: #b7bdf8 !important;\n --sb-main-bg-color: #24273a !important;\n --sb-main-fg-color: #cad3f5 !important;\n --sb-grey-bg-color: #24273a !important;\n --sb-grey-fg-color: #a5adcb !important;\n --sb-red-bg-color: #b7bdf8 !important;\n }\n :root[dark]:not(.style-scope) {\n --primary-text-color: #cad3f5 !important;\n --primary-background-color: #24273a !important;\n --secondary-text-color: #a5adcb !important;\n --disabled-text-color: #b8c0e0 !important;\n --divider-color: #6e738d !important;\n --error-color: #ed8796 !important;\n --primary-color: #b7bdf8 !important;\n --light-primary-color: #b7bdf8 !important;\n --dark-primary-color: #8aadf4 !important;\n --accent-color: #b7bdf8 !important;\n --light-accent-color: #b7bdf8 !important;\n --dark-accent-color: #b7bdf8 !important;\n --light-theme-background-color: #24273a !important;\n --light-theme-base-color: #cad3f5 !important;\n --light-theme-text-color: #cad3f5 !important;\n --light-theme-secondary-color: #a5adcb !important;\n --light-theme-disabled-color: #b8c0e0 !important;\n --light-theme-divider-color: #6e738d !important;\n --dark-theme-background-color: #24273a !important;\n --dark-theme-base-color: #cad3f5 !important;\n --dark-theme-text-color: #cad3f5 !important;\n --dark-theme-secondary-color: #a5adcb !important;\n --dark-theme-disabled-color: #b8c0e0 !important;\n --dark-theme-divider-color: #6e738d !important;\n }\n :root[dark] #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n color: #b7bdf8 !important;\n }\n :root[dark] ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: #363a4f !important;\n --ytd-macro-markers-list-item-title-color: #cad3f5 !important;\n --ytd-macro-markers-list-item-secondary-color: #b8c0e0 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: #494d64 !important;\n }\n :root[dark] ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #cad3f5 !important;\n --yt-active-playlist-panel-background-color: #363a4f !important;\n }\n :root[dark] ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette] .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root[dark] #container.ytd-masthead {\n --iron-icon-fill-color: #cad3f5 !important;\n }\n :root[dark] ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll] #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root[dark] #ytd-player #container {\n background: #181926 !important;\n }\n :root[dark] ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: #24273a !important;\n --yt-lightsource-section2-color: #363a4f !important;\n --yt-lightsource-section3-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #a5adcb !important;\n }\n :root[dark] yt-live-chat-renderer {\n --yt-button-default-text-color: #cad3f5 !important;\n --yt-button-default-background-color: #24273a !important;\n --yt-button-dark-text-color: #24273a !important;\n --yt-button-dark-background-color: #b7bdf8 !important;\n --yt-button-payment-background-color: #b7bdf8 !important;\n }\n :root[dark] ytd-author-comment-badge-renderer:not(\n [style*=\"--ytd-author-comment-badge-icon-background-color: transparent;\"]\n ) {\n --yt-basic-background-color: #363a4f !important;\n --yt-basic-foreground-title-color: #363a4f !important;\n --ytd-author-comment-badge-background-color: #363a4f !important;\n --ytd-author-comment-badge-name-color: #cad3f5 !important;\n --ytd-author-comment-badge-icon-color: #cad3f5 !important;\n }\n :root[dark] #guide-skeleton,\n :root[dark] #home-container-skeleton,\n :root[dark] #home-chips,\n :root[dark] #search-container {\n background-color: #24273a;\n z-index: -1;\n }\n :root[dark] #guide-skeleton .guide-ghost-icon,\n :root[dark] #guide-skeleton .guide-ghost-text,\n :root[dark] .masthead-skeleton-icon,\n :root[dark] #home-page-skeleton .skeleton-bg-color {\n background-color: #494d64;\n }\n :root[dark] #cinematics {\n mix-blend-mode: lighten;\n }\n :root[dark] .ytp-settings-button.ytp-hd-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-hdr-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-4k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-5k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-8k-quality-badge::after,\n :root[dark] .ytp-settings-button.ytp-3d-badge-grey::after,\n :root[dark] .ytp-settings-button.ytp-3d-badge::after {\n background-color: #b7bdf8;\n }\n :root[dark] [fill=\"red\"],\n :root[dark] [fill=\"#F00\"],\n :root[dark] [fill=\"#FF0000\"] {\n fill: #b7bdf8 !important;\n }\n :root[dark] [fill=\"white\"] {\n fill: #cad3f5 !important;\n }\n :root[dark] yt-icon.ytd-logo [fill=\"white\"] {\n fill: #181926 !important;\n }\n :root[dark] .yt-spec-icon-shape [fill=\"#FAFAFA\"],\n :root[dark] .yt-spec-icon-shape [fill=\"#000\"],\n :root[dark] .yt-spec-icon-shape [fill=\"#fff\"],\n :root[dark] .yt-spec-icon-shape [fill=\"#FFF\"],\n :root[dark] .yt-spec-icon-shape [fill=\"#FFFFFF\"] {\n fill: #181926 !important;\n }\n :root[dark] .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon,\n :root[dark] .yt-spec-icon-badge-shape {\n color: #cad3f5;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n background-color: #494d64;\n /* Accent for filled-in thumbs up (like button) */\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(3,3,3)\"],\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(0,0,0)\"],\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(255,255,255)\"] {\n fill: #cad3f5 !important;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [stroke=\"rgb(0,0,0)\"],\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [stroke=\"rgb(255,255,255)\"] {\n stroke: #cad3f5 !important;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [animated-icon-type=\"LIKE\"] g path[fill] {\n fill: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [animated-icon-type=\"LIKE\"] g path[fill] + [stroke] {\n stroke: #b7bdf8 !important;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover {\n background-color: #5b6078;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover {\n background-color: #5b6078;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n /* Accent for filled-in thumbs up (like button) */\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text path[d=\"M3,11h3v10H3V11z M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11v10h10.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z\"] {\n fill: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover {\n background-color: #a0a8f6;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal,\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root[dark] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline {\n color: #b7bdf8;\n border-color: #5b6078;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {\n color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root[dark] .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root[dark] .yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled {\n color: #a5adcb;\n background-color: rgba(73, 77, 100, 0.7);\n }\n :root[dark] ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: #b7bdf8;\n }\n :root[dark] .sbsb_a {\n background: var(--yt-spec-raised-background);\n }\n :root[dark] .sbdd_b {\n border-color: var(--yt-spec-raised-background);\n background-color: var(--yt-spec-raised-background);\n }\n :root[dark] .sbpqs_a,\n :root[dark] .gsfs {\n color: var(--yt-spec-text-primary);\n }\n :root[dark] .sbsb_i {\n color: var(--yt-spec-call-to-action);\n }\n :root[dark] .sbsb_d {\n background-color: var(--yt-spec-additive-background);\n }\n :root[dark] .sbdd_c {\n visibility: hidden;\n }\n :root[dark] .sbpqs_c {\n color: #8087a2;\n }\n :root[dark] .sbpqs_a::before,\n :root[dark] .sbqs_c::before {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224%22%20viewBox%3D%221%201%2027%2027%22%20width%3D%2224%22%20focusable%3D%22false%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%22%20pointer-events%3D%22none%22%20display%3D%22block%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.87%2020.17-5.59-5.59A6.96%206.96%200%200%200%2017%2010c0-3.87-3.13-7-7-7s-7%203.13-7%207a6.995%206.995%200%200%200%2011.58%205.29l5.59%205.59zM10%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6%206%202.69%206%206-2.69%206-6%206%22/%3E%3C/svg%3E\");\n background: none;\n }\n :root[dark] #description [style*=\"color: rgb(255, 255, 255);\"],\n :root[dark] #description [style*=\"color: rgb(19, 19, 19);\"] {\n color: #cad3f5 !important;\n }\n :root[dark] .yt-core-attributed-string__link--call-to-action-color {\n color: #b7bdf8;\n }\n :root[dark] .YtwCourseProgressViewModelHostProgressTitle,\n :root[dark] .YtwCourseProgressViewModelHostProgressSubtitle {\n color: #cad3f5;\n }\n :root[dark] .YtwCourseProgressViewModelHostProgressBar {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root[dark] .YtwCourseProgressViewModelHostProgressBar .YtwCourseProgressViewModelHostProgressBarFill {\n background-color: #cad3f5;\n }\n :root[dark] #time-status:has([aria-label=\"LIVE\"]),\n :root[dark] .badge[aria-label=\"LIVE\"] {\n --yt-spec-static-overlay-text-primary: #181926;\n --yt-spec-static-overlay-icon-active-other: #181926;\n }\n :root[dark] #thumbnail [style=\"background-color: rgba(51, 51, 51, 0.8);\"],\n :root[dark] .YtInlinePlayerControlsTopRightControlsCircleButton,\n :root[dark] .badge-shape-wiz--default.badge-shape-wiz--overlay,\n :root[dark] .branding-context-container-inner {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n :root[dark] .ytp-sb-unsubscribe {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root[dark] .ytp-sb-subscribe {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root[dark] ytd-thumbnail-overlay-resume-playback-renderer {\n background-color: #494d64;\n }\n :root[dark] .ytp-tooltip-text {\n background: #363a4f !important;\n color: #cad3f5;\n text-shadow: none !important;\n }\n :root[dark] .ytp-popup {\n background: #363a4f !important;\n text-shadow: none;\n }\n :root[dark] .ytp-panel-menu,\n :root[dark] .ytp-panel-header,\n :root[dark] .ytp-panel-footer,\n :root[dark] .ytp-menuitem-label,\n :root[dark] .ytp-premium-label,\n :root[dark] .ytp-menuitem-content,\n :root[dark] .ytp-menuitem-label-count,\n :root[dark] .ytp-menu-label-secondary,\n :root[dark] .ytd-menu-title-renderer {\n color: #cad3f5;\n }\n :root[dark] .ytp-panel-header {\n border-bottom-color: #5b6078;\n }\n :root[dark] .ytp-panel-footer-content-link {\n color: #b7bdf8;\n }\n :root[dark] .ytp-panel-back-button {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22m19.41%2020.09-4.58-4.59%204.58-4.59L18%209.5l-6%206%206%206z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root[dark] .ytp-menuitem-toggle-checkbox {\n background-color: #5b6078;\n }\n :root[dark] .ytp-menuitem-toggle-checkbox::after {\n background-color: #a5adcb;\n }\n :root[dark] .ytp-menuitem:not([aria-disabled=\"true\"]):hover {\n background-color: #494d64;\n }\n :root[dark] .ytp-menuitem svg > path:not([fill=\"none\"]) {\n fill: #cad3f5 !important;\n }\n :root[dark] .ytp-menuitem[aria-haspopup=\"true\"] .ytp-menuitem-content {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22m12.59%2020.34%204.58-4.59-4.58-4.59L14%209.75l6%206-6%206z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root[dark] .ytp-menuitem[role=\"menuitemradio\"][aria-checked=\"true\"] .ytp-menuitem-label {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M9%2016.2%204.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root[dark] .ytp-cards-button .ytp-cards-button-icon use {\n fill: #24273a;\n }\n :root[dark] .ytp-cards-button .ytp-cards-button-icon path {\n fill: #cad3f5;\n }\n :root[dark] .ytp-cards-teaser .ytp-cards-teaser-box {\n background-color: #5b6078;\n border-bottom-color: #5b6078;\n }\n :root[dark] .ytp-cards-teaser .ytp-cards-teaser-text {\n color: #cad3f5;\n }\n :root[dark] .html5-video-player {\n color: #cad3f5;\n }\n :root[dark] .html5-video-player .ytp-swatch-background-color {\n background-color: #b7bdf8 !important;\n }\n :root[dark] .html5-video-player .ytp-svg-fill,\n :root[dark] .html5-video-player [fill=\"#fff\"] {\n fill: #cad3f5 !important;\n }\n :root[dark] .html5-video-player .ytp-volume-slider-handle,\n :root[dark] .html5-video-player .ytp-volume-slider-handle::before {\n background-color: #cad3f5;\n }\n :root[dark] .html5-video-player .ytp-volume-slider-handle::after {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root[dark] .html5-video-player .ytp-time-current,\n :root[dark] .html5-video-player .ytp-time-separator,\n :root[dark] .html5-video-player .ytp-time-duration {\n color: #cad3f5;\n }\n :root[dark] .html5-video-player .ytp-button[aria-pressed]::after,\n :root[dark] .html5-video-player .ytp-subtitles-button[aria-pressed]::after {\n background-color: #b7bdf8;\n }\n :root[dark] .html5-video-player .ytp-autonav-toggle-button {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.7%2011c2.95%200%205.3-2.21%205.3-5s-2.35-5-5.3-5H7.3C4.35%201%202%203.21%202%206s2.35%205%205.3%205z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.3%201C4.35%201%202%203.21%202%206s2.35%205%205.3%205h15.4A5.16%205.16%200%200%200%2028%206l-.03-.54A5.16%205.16%200%200%200%2022.7%201zm15.4%2011c3.45%200%206.3-2.6%206.3-6s-2.85-6-6.3-6H7.3C3.85%200%201%202.6%201%206s2.85%206%206.3%206z%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.3%22/%3E%3C/svg%3E\");\n }\n :root[dark] .html5-video-player .ytp-autonav-toggle-button::after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.5%2016a7.5%207.5%200%201%200%200-15%207.5%207.5%200%200%200%200%2015%22%20fill%3D%22%235b6078%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17%208.5a8.5%208.5%200%201%201-17%200%208.5%208.5%200%200%201%2017%200m-1%200a7.5%207.5%200%201%201-15%200%207.5%207.5%200%200%201%2015%200%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.15%22/%3E%3Cpath%20d%3D%22M5.5%2012h2V5h-2zm4-7v7h2V5z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root[dark] .html5-video-player .ytp-autonav-toggle-button[aria-checked=\"true\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.7%2011c2.95%200%205.3-2.21%205.3-5s-2.35-5-5.3-5H7.3C4.35%201%202%203.21%202%206s2.35%205%205.3%205zm-2.7-.75v-8.5l6.7%204.26z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.3%201C4.35%201%202%203.21%202%206s2.35%205%205.3%205h15.4A5.16%205.16%200%200%200%2028%206l-.03-.54A5.16%205.16%200%200%200%2022.7%201zm15.4%2011c3.45%200%206.3-2.6%206.3-6s-2.85-6-6.3-6H7.3C3.85%200%201%202.6%201%206s2.85%206%206.3%206z%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.3%22/%3E%3C/svg%3E\");\n }\n :root[dark] .html5-video-player .ytp-autonav-toggle-button[aria-checked=\"true\"]::after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17%208.5a8.5%208.5%200%201%201-17%200%208.5%208.5%200%200%201%2017%200m-5%200L6.5%205v7zm-1.86%200L7.5%206.82v3.36zM8.5%2016a7.5%207.5%200%201%200%200-15%207.5%207.5%200%200%200%200%2015%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.15%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208.5a7.5%207.5%200%201%201-15%200%207.5%207.5%200%200%201%2015%200m-4%200L6.5%2012V5z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root[dark] #shorts-container {\n --yt-spec-static-overlay-text-primary: #cad3f5;\n /* Buy super thanks button */\n }\n :root[dark] #shorts-container .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n }\n :root[dark] #shorts-container ytd-reel-video-renderer:not([is-watch-while-mode]) .yt-spec-button-shape-with-label__label {\n color: #b8c0e0;\n }\n :root[dark] #shorts-container .YtdShortsSuggestedActionStaticHostContainer {\n background-color: #363a4f;\n }\n :root[dark] #shorts-container .YtdShortsSuggestedActionStaticHostContainer .YtdShortsSuggestedActionStaticHostLeadingIcon,\n :root[dark] #shorts-container .YtdShortsSuggestedActionStaticHostContainer .YtdShortsSuggestedActionStaticHostPrimaryText {\n color: #cad3f5;\n }\n :root[dark] .yt-tab-shape-wiz__tab {\n color: #b8c0e0;\n }\n :root[dark] .yt-tab-shape-wiz__tab--tab-selected {\n color: #cad3f5;\n }\n :root[dark] .yt-tab-group-shape-wiz__slider {\n background-color: #cad3f5;\n }\n :root[dark] .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar {\n background-color: #b8c0e0;\n }\n :root[dark] .truncated-text-wiz,\n :root[dark] .page-header-view-model-wiz__page-header-content-metadata {\n color: #b8c0e0;\n }\n :root[dark] .page-header-view-model-wiz__page-header-title,\n :root[dark] [style=\"color: rgb(255, 255, 255);\"]:has(svg),\n :root[dark] .truncated-text-wiz__absolute-button {\n color: #cad3f5 !important;\n }\n :root[dark] .yt-contextual-sheet-layout-wiz {\n background-color: #1e2030;\n }\n :root[dark] .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__container--tappable:hover {\n background-color: #363a4f;\n }\n :root[dark] .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__title,\n :root[dark] .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__accessory,\n :root[dark] .yt-contextual-sheet-layout-wiz .radio-shape-wiz__label-container {\n color: #cad3f5;\n }\n :root:not([dark]) {\n color: #cad3f5;\n color-scheme: dark;\n /* Misc */\n /* Selected chapter */\n /* Skeleton */\n /* Ambient mode */\n /* Icons */\n /* Buttons */\n /* Search box */\n /* \"Suggestion removed\" */\n /* Video description */\n /* Thumbnails */\n /* Panels, popups, tooltips */\n /* Video player */\n /* Channel pages */\n }\n :root:not([dark]) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not([dark]) input::placeholder,\n :root:not([dark]) textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not([dark]),\n :root:not([dark]) [dark],\n :root:not([dark]) [system-icons],\n :root:not([dark]) [darker-dark-theme],\n :root:not([dark])[dark],\n :root:not([dark])[system-icons],\n :root:not([dark])[darker-dark-theme] {\n --yt-spec-white-1: #cad3f5 !important;\n --yt-spec-white-2: #a5adcb !important;\n --yt-spec-white-3: #b8c0e0 !important;\n --yt-spec-white-4: #a6b0d8 !important;\n --yt-spec-black-1: #8087a2 !important;\n --yt-spec-black-2: #6e738d !important;\n --yt-spec-black-3: #5b6078 !important;\n --yt-spec-black-4: #494d64 !important;\n --yt-spec-black-pure: #363a4f !important;\n --yt-spec-grey-1: #cad3f5 !important;\n --yt-spec-grey-2: #a5adcb !important;\n --yt-spec-grey-3: #b8c0e0 !important;\n --yt-spec-grey-4: #939ab7 !important;\n --yt-spec-grey-5: #8087a2 !important;\n --yt-brand-youtube-red: #b7bdf8 !important;\n --yt-brand-medium-red: #b7bdf8 !important;\n --yt-brand-light-red: #b7bdf8 !important;\n --yt-spec-red-30: #f5a97f !important;\n --yt-spec-red-70: #ed8796 !important;\n --yt-spec-pale-blue: #91d7e3 !important;\n --yt-spec-light-blue: #91d7e3 !important;\n --yt-spec-dark-blue: #7dc4e4 !important;\n --yt-spec-navy-blue: #8bd5ca !important;\n --yt-spec-light-green: #a6da95 !important;\n --yt-spec-dark-green: #a6da95 !important;\n --yt-spec-yellow: #f5a97f !important;\n --yt-spec-black-pure-alpha-5: rgba(24, 25, 38, 0.9995) !important;\n --yt-spec-black-pure-alpha-10: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-black-pure-alpha-15: rgba(24, 25, 38, 0.9985) !important;\n --yt-spec-black-pure-alpha-30: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-black-pure-alpha-60: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-black-pure-alpha-80: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-black-1-alpha-98: rgba(24, 25, 38, 0.9902) !important;\n --yt-spec-black-1-alpha-95: rgba(24, 25, 38, 0.9905) !important;\n --yt-spec-white-1-alpha-10: rgba(202, 211, 245, 0.999) !important;\n --yt-spec-white-1-alpha-20: rgba(202, 211, 245, 0.998) !important;\n --yt-spec-white-1-alpha-25: rgba(202, 211, 245, 0.9975) !important;\n --yt-spec-white-1-alpha-30: rgba(202, 211, 245, 0.997) !important;\n --yt-spec-white-1-alpha-70: rgba(202, 211, 245, 0.993) !important;\n --yt-spec-white-1-alpha-95: rgba(202, 211, 245, 0.9905) !important;\n --yt-spec-white-1-alpha-98: rgba(202, 211, 245, 0.9902) !important;\n --yt-brand-medium-red-alpha-90: rgba(183, 189, 248, 0.991) !important;\n --yt-brand-medium-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-brand-light-red-alpha-30: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-light-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-dark-blue-alpha-30: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-raised-background: #24273a !important;\n --yt-spec-menu-background: #1e2030 !important;\n --yt-spec-inverted-background: #cad3f5 !important;\n --yt-spec-additive-background: rgba(54, 58, 79, 0.999) !important;\n --yt-spec-outline: #363a4f !important;\n --yt-spec-shadow: rgba(24, 25, 38, 0.9975) !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --yt-spec-text-secondary: #a5adcb !important;\n --yt-spec-text-disabled: #b8c0e0 !important;\n --yt-spec-text-primary-inverse: #181926 !important;\n --yt-spec-call-to-action: #b7bdf8 !important;\n --yt-spec-call-to-action-inverse: #b7bdf8 !important;\n --yt-spec-suggested-action: rgba(183, 189, 248, 0.2) !important;\n --yt-spec-suggested-action-inverse: #cad3f5 !important;\n --yt-spec-icon-active-other: #cad3f5 !important;\n --yt-spec-button-chip-background-hover: #494d64 !important;\n --yt-spec-touch-response: #363a4f !important;\n --yt-spec-touch-response-inverse: #b7bdf8 !important;\n --yt-spec-brand-icon-active: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --yt-spec-brand-link-text: #7dc4e4 !important;\n --yt-spec-wordmark-text: #cad3f5 !important;\n --yt-spec-error-indicator: #ed8796 !important;\n --yt-spec-themed-blue: #b7bdf8 !important;\n --yt-spec-themed-green: #a6da95 !important;\n --yt-spec-ad-indicator: #8bd5ca !important;\n --yt-spec-themed-overlay-background: rgba(24, 25, 38, 0.992) !important;\n --yt-spec-commerce-badge-background: #a6da95 !important;\n --yt-spec-static-brand-red: #b7bdf8 !important;\n --yt-spec-static-brand-white: #cad3f5 !important;\n --yt-spec-static-brand-black: #24273a !important;\n --yt-spec-static-clear-color: #181926 !important;\n --yt-spec-static-clear-black: #181926 !important;\n --yt-spec-static-ad-yellow: #f5a97f !important;\n --yt-spec-static-grey: #a5adcb !important;\n --yt-spec-static-overlay-background-solid: #181926 !important;\n --yt-spec-static-overlay-background-heavy: #363a4f;\n --yt-spec-static-overlay-background-medium: rgba(24, 25, 38, 0.994) !important;\n --yt-spec-static-overlay-background-medium-light: rgba(24, 25, 38, 0.997) !important;\n --yt-spec-static-overlay-background-light: rgba(24, 25, 38, 0.999) !important;\n --yt-spec-static-overlay-text-primary: #cad3f5 !important;\n --yt-spec-static-overlay-text-secondary: rgba(165, 173, 203, 0.993) !important;\n --yt-spec-static-overlay-text-disabled: rgba(165, 173, 203, 0.997) !important;\n --yt-spec-static-overlay-call-to-action: #b7bdf8 !important;\n --yt-spec-static-overlay-icon-active-other: #cad3f5 !important;\n --yt-spec-static-overlay-icon-inactive: #494d64 !important;\n --yt-spec-static-overlay-icon-disabled: #5b6078 !important;\n --yt-spec-static-overlay-button-primary: #b7bdf8 !important;\n --yt-spec-static-overlay-button-secondary: #363a4f !important;\n --yt-spec-static-overlay-touch-response: #8087a2 !important;\n --yt-spec-static-overlay-touch-response-inverse: #494d64 !important;\n --yt-spec-static-overlay-background-brand: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-1: #a5adcb !important;\n --yt-spec-assistive-feed-themed-gradient-2: #b7bdf8 !important;\n --yt-spec-assistive-feed-themed-gradient-3: #ed8796 !important;\n --yt-spec-brand-background-solid: #24273a !important;\n --yt-spec-brand-background-primary: #24273a !important;\n --yt-spec-brand-background-secondary: #1e2030 !important;\n --yt-spec-general-background-a: #24273a !important;\n --yt-spec-general-background-b: #24273a !important;\n --yt-spec-general-background-c: #181926 !important;\n --yt-spec-error-background: #24273a !important;\n --yt-spec-10-percent-layer: #363a4f !important;\n --yt-spec-snackbar-background: #1e2030 !important;\n --yt-spec-snackbar-background-updated: #1e2030 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --yt-spec-verified-badge-background: #6e738d !important;\n --yt-spec-call-to-action-fadeoutd: rgba(125, 196, 228, 0.997) !important;\n --yt-spec-call-to-action-hover: #b7bdf8 !important;\n --yt-spec-brand-button-background-hover: #b7bdf8 !important;\n --yt-spec-brand-link-text-fadeoutd: rgba(183, 189, 248, 0.997) !important;\n --yt-spec-filled-button-focus-outline: #363a4f !important;\n --yt-spec-static-overlay-button-hover: #494d64 !important;\n --yt-spec-mono-filled-hover: #494d64 !important;\n --yt-spec-commerce-filled-hover: #b7bdf8 !important;\n --yt-spec-mono-tonal-hover: #494d64 !important;\n --yt-spec-commerce-tonal-hover: #5b6078 !important;\n --yt-spec-static-overlay-filled-hover: #8087a2 !important;\n --yt-spec-static-overlay-tonal-hover: #494d64 !important;\n --yt-spec-paper-tab-ink: rgba(202, 211, 245, 0.997);\n --yt-spec-filled-button-text: #cad3f5 !important;\n --yt-spec-selected-nav-text: #cad3f5 !important;\n --iron-icon-fill-color: #cad3f5 !important;\n /* Search bar */\n --ytd-searchbox-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-color: #363a4f !important;\n --ytd-searchbox-legacy-border-shadow-color: #181926 !important;\n --ytd-searchbox-legacy-button-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-focus-color: #b7bdf8 !important;\n --ytd-searchbox-legacy-button-hover-color: #1e2030 !important;\n --ytd-searchbox-legacy-button-hover-border-color: #363a4f !important;\n --ytd-searchbox-legacy-button-icon-color: #b7bdf8 !important;\n --ytd-searchbox-background: #24273a !important;\n --ytd-searchbox-text-color: #cad3f5 !important;\n /* System icons */\n --yt-spec-icon-inactive: #cad3f5 !important;\n --yt-spec-icon-disabled: #8087a2 !important;\n --yt-spec-brand-icon-inactive: #939ab7 !important;\n /* Yt video Page */\n --yt-live-chat-background-color: #24273a !important;\n --yt-live-chat-action-panel-background-color: #24273a !important;\n --yt-live-chat-secondary-background-color: #494d64;\n --yt-live-chat-toast-background-color: #5b6078 !important;\n --yt-live-chat-mode-change-background-color: #24273a !important;\n --yt-live-chat-secondary-text-color: #a5adcb !important;\n --yt-live-chat-tertiary-text-color: rgba(202, 211, 245, 0.9946) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: #a5adcb !important;\n --yt-live-chat-text-input-field-placeholder-color: #a5adcb !important;\n --yt-live-chat-enabled-send-button-color: #cad3f5 !important;\n --yt-live-chat-disabled-icon-button-color: #b8c0e0 !important;\n --yt-live-chat-picker-button-hover-color: #b7bdf8 !important;\n --yt-live-chat-mention-background-color: #b7bdf8 !important;\n --yt-live-chat-mention-text-color: #cad3f5 !important;\n --yt-live-chat-deleted-message-color: #a5adcb;\n --yt-live-chat-deleted-message-bar-color: #b8c0e0 !important;\n --yt-live-chat-reconnect-message-color: #cad3f5 !important;\n --yt-live-chat-disabled-button-background-color: #6e738d !important;\n --yt-live-chat-sub-panel-background-color: #24273a !important;\n --yt-live-chat-sub-panel-background-color-transparent: #1e2030 !important;\n --yt-live-chat-moderator-color: #b7bdf8 !important;\n --yt-live-chat-owner-color: #f5a97f !important;\n --yt-live-chat-message-highlight-background-color: #24273a !important;\n --yt-live-chat-sponsor-color: #a6da95 !important;\n --yt-live-chat-overlay-color: rgba(30, 32, 48, 0.995);\n --yt-live-chat-dialog-background-color: #24273a !important;\n --yt-emoji-picker-variant-selector-bg-color: #24273a !important;\n --yt-live-chat-moderation-mode-hover-background-color: rgba(30, 32, 48, 0.997) !important;\n --yt-grey: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color: #a5adcb !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: #b8c0e0 !important;\n --yt-emoji-picker-search-background-color: #363a4f !important;\n --yt-emoji-picker-search-color: #cad3f5 !important;\n --yt-emoji-picker-search-placeholder-color: #b7bdf8 !important;\n --yt-live-chat-slider-active-color: #b7bdf8 !important;\n --yt-live-chat-slider-container-color: #363a4f !important;\n --yt-live-chat-slider-markers-color: #cad3f5 !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(#1e2030, transparent) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(to top, #1e2030, transparent) !important;\n --yt-live-chat-automod-button-background-color-hover: rgba(24, 25, 38, 0.995) !important;\n --yt-live-chat-automod-button-explanation-color: rgba(183, 189, 248, 0.993) !important;\n --yt-live-chat-shimmer-background-color: rgba(24, 25, 38, 0.996) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(0deg, rgba(202, 211, 245, 0.999) 40%, rgba(36, 39, 58, 0.997) 50%, rgba(202, 211, 245, 0.999) 60%) !important;\n --yt-live-chat-vem-background-color: #1e2030 !important;\n --yt-live-chat-product-picker-icon-color: rgba(202, 211, 245, 0.995) !important;\n --yt-live-chat-product-picker-hover-color: #6e738d !important;\n --yt-live-chat-product-picker-disabled-icon-color: rgba(202, 211, 245, 0.997) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n --paper-tooltip-background: #6e738d !important;\n --paper-tooltip-text-color: #cad3f5 !important;\n /* Links */\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n --yt-endpoint-hover-color: #b7bdf8 !important;\n --sb-dark-red-outline: #b7bdf8 !important;\n --sb-main-bg-color: #24273a !important;\n --sb-main-fg-color: #cad3f5 !important;\n --sb-grey-bg-color: #24273a !important;\n --sb-grey-fg-color: #a5adcb !important;\n --sb-red-bg-color: #b7bdf8 !important;\n }\n :root:not([dark]):not(.style-scope) {\n --primary-text-color: #cad3f5 !important;\n --primary-background-color: #24273a !important;\n --secondary-text-color: #a5adcb !important;\n --disabled-text-color: #b8c0e0 !important;\n --divider-color: #6e738d !important;\n --error-color: #ed8796 !important;\n --primary-color: #b7bdf8 !important;\n --light-primary-color: #b7bdf8 !important;\n --dark-primary-color: #8aadf4 !important;\n --accent-color: #b7bdf8 !important;\n --light-accent-color: #b7bdf8 !important;\n --dark-accent-color: #b7bdf8 !important;\n --light-theme-background-color: #24273a !important;\n --light-theme-base-color: #cad3f5 !important;\n --light-theme-text-color: #cad3f5 !important;\n --light-theme-secondary-color: #a5adcb !important;\n --light-theme-disabled-color: #b8c0e0 !important;\n --light-theme-divider-color: #6e738d !important;\n --dark-theme-background-color: #24273a !important;\n --dark-theme-base-color: #cad3f5 !important;\n --dark-theme-text-color: #cad3f5 !important;\n --dark-theme-secondary-color: #a5adcb !important;\n --dark-theme-disabled-color: #b8c0e0 !important;\n --dark-theme-divider-color: #6e738d !important;\n }\n :root:not([dark]) #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: #b7bdf8 !important;\n --yt-endpoint-visited-color: #b7bdf8 !important;\n color: #b7bdf8 !important;\n }\n :root:not([dark]) ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: #363a4f !important;\n --ytd-macro-markers-list-item-title-color: #cad3f5 !important;\n --ytd-macro-markers-list-item-secondary-color: #b8c0e0 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: #494d64 !important;\n }\n :root:not([dark]) ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #cad3f5 !important;\n --yt-active-playlist-panel-background-color: #363a4f !important;\n }\n :root:not([dark]) ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette] .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root:not([dark]) #container.ytd-masthead {\n --iron-icon-fill-color: #cad3f5 !important;\n }\n :root:not([dark]) ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll] #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root:not([dark]) #ytd-player #container {\n background: #181926 !important;\n }\n :root:not([dark]) ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: #24273a !important;\n --yt-lightsource-section2-color: #363a4f !important;\n --yt-lightsource-section3-color: #494d64 !important;\n --yt-lightsource-section4-color: #5b6078 !important;\n --yt-lightsource-primary-title-color: #cad3f5 !important;\n --yt-lightsource-secondary-title-color: #a5adcb !important;\n }\n :root:not([dark]) yt-live-chat-renderer {\n --yt-button-default-text-color: #cad3f5 !important;\n --yt-button-default-background-color: #24273a !important;\n --yt-button-dark-text-color: #24273a !important;\n --yt-button-dark-background-color: #b7bdf8 !important;\n --yt-button-payment-background-color: #b7bdf8 !important;\n }\n :root:not([dark]) ytd-author-comment-badge-renderer:not(\n [style*=\"--ytd-author-comment-badge-icon-background-color: transparent;\"]\n ) {\n --yt-basic-background-color: #363a4f !important;\n --yt-basic-foreground-title-color: #363a4f !important;\n --ytd-author-comment-badge-background-color: #363a4f !important;\n --ytd-author-comment-badge-name-color: #cad3f5 !important;\n --ytd-author-comment-badge-icon-color: #cad3f5 !important;\n }\n :root:not([dark]) #guide-skeleton,\n :root:not([dark]) #home-container-skeleton,\n :root:not([dark]) #home-chips,\n :root:not([dark]) #search-container {\n background-color: #24273a;\n z-index: -1;\n }\n :root:not([dark]) #guide-skeleton .guide-ghost-icon,\n :root:not([dark]) #guide-skeleton .guide-ghost-text,\n :root:not([dark]) .masthead-skeleton-icon,\n :root:not([dark]) #home-page-skeleton .skeleton-bg-color {\n background-color: #494d64;\n }\n :root:not([dark]) #cinematics {\n mix-blend-mode: lighten;\n }\n :root:not([dark]) .ytp-settings-button.ytp-hd-quality-badge::after,\n :root:not([dark]) .ytp-settings-button.ytp-hdr-quality-badge::after,\n :root:not([dark]) .ytp-settings-button.ytp-4k-quality-badge::after,\n :root:not([dark]) .ytp-settings-button.ytp-5k-quality-badge::after,\n :root:not([dark]) .ytp-settings-button.ytp-8k-quality-badge::after,\n :root:not([dark]) .ytp-settings-button.ytp-3d-badge-grey::after,\n :root:not([dark]) .ytp-settings-button.ytp-3d-badge::after {\n background-color: #b7bdf8;\n }\n :root:not([dark]) [fill=\"red\"],\n :root:not([dark]) [fill=\"#F00\"],\n :root:not([dark]) [fill=\"#FF0000\"] {\n fill: #b7bdf8 !important;\n }\n :root:not([dark]) [fill=\"white\"] {\n fill: #cad3f5 !important;\n }\n :root:not([dark]) yt-icon.ytd-logo [fill=\"white\"] {\n fill: #181926 !important;\n }\n :root:not([dark]) .yt-spec-icon-shape [fill=\"#FAFAFA\"],\n :root:not([dark]) .yt-spec-icon-shape [fill=\"#000\"],\n :root:not([dark]) .yt-spec-icon-shape [fill=\"#fff\"],\n :root:not([dark]) .yt-spec-icon-shape [fill=\"#FFF\"],\n :root:not([dark]) .yt-spec-icon-shape [fill=\"#FFFFFF\"] {\n fill: #181926 !important;\n }\n :root:not([dark]) .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon,\n :root:not([dark]) .yt-spec-icon-badge-shape {\n color: #cad3f5;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n background-color: #494d64;\n /* Accent for filled-in thumbs up (like button) */\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(3,3,3)\"],\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(0,0,0)\"],\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [fill=\"rgb(255,255,255)\"] {\n fill: #cad3f5 !important;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [stroke=\"rgb(0,0,0)\"],\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [stroke=\"rgb(255,255,255)\"] {\n stroke: #cad3f5 !important;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [animated-icon-type=\"LIKE\"] g path[fill] {\n fill: #b7bdf8 !important;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal [animated-icon-type=\"LIKE\"] g path[fill] + [stroke] {\n stroke: #b7bdf8 !important;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal:hover {\n background-color: #5b6078;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline:hover {\n background-color: #5b6078;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n /* Accent for filled-in thumbs up (like button) */\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text path[d=\"M3,11h3v10H3V11z M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11v10h10.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z\"] {\n fill: #b7bdf8;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root:not([dark]) .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled:hover {\n background-color: #a0a8f6;\n }\n :root:not([dark]) .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal,\n :root:not([dark]) .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n :root:not([dark]) .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root:not([dark]) .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline {\n color: #b7bdf8;\n border-color: #5b6078;\n }\n :root:not([dark]) .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline:hover {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root:not([dark]) .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {\n color: #b7bdf8;\n }\n :root:not([dark]) .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text:hover {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not([dark]) .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root:not([dark]) .yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled {\n color: #a5adcb;\n background-color: rgba(73, 77, 100, 0.7);\n }\n :root:not([dark]) ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: #b7bdf8;\n }\n :root:not([dark]) .sbsb_a {\n background: var(--yt-spec-raised-background);\n }\n :root:not([dark]) .sbdd_b {\n border-color: var(--yt-spec-raised-background);\n background-color: var(--yt-spec-raised-background);\n }\n :root:not([dark]) .sbpqs_a,\n :root:not([dark]) .gsfs {\n color: var(--yt-spec-text-primary);\n }\n :root:not([dark]) .sbsb_i {\n color: var(--yt-spec-call-to-action);\n }\n :root:not([dark]) .sbsb_d {\n background-color: var(--yt-spec-additive-background);\n }\n :root:not([dark]) .sbdd_c {\n visibility: hidden;\n }\n :root:not([dark]) .sbpqs_c {\n color: #8087a2;\n }\n :root:not([dark]) .sbpqs_a::before,\n :root:not([dark]) .sbqs_c::before {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20enable-background%3D%22new%200%200%2024%2024%22%20height%3D%2224%22%20viewBox%3D%221%201%2027%2027%22%20width%3D%2224%22%20focusable%3D%22false%22%20style%3D%22width%3A100%25%3Bheight%3A100%25%22%20pointer-events%3D%22none%22%20display%3D%22block%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.87%2020.17-5.59-5.59A6.96%206.96%200%200%200%2017%2010c0-3.87-3.13-7-7-7s-7%203.13-7%207a6.995%206.995%200%200%200%2011.58%205.29l5.59%205.59zM10%2016c-3.31%200-6-2.69-6-6s2.69-6%206-6%206%202.69%206%206-2.69%206-6%206%22/%3E%3C/svg%3E\");\n background: none;\n }\n :root:not([dark]) #description [style*=\"color: rgb(255, 255, 255);\"],\n :root:not([dark]) #description [style*=\"color: rgb(19, 19, 19);\"] {\n color: #cad3f5 !important;\n }\n :root:not([dark]) .yt-core-attributed-string__link--call-to-action-color {\n color: #b7bdf8;\n }\n :root:not([dark]) .YtwCourseProgressViewModelHostProgressTitle,\n :root:not([dark]) .YtwCourseProgressViewModelHostProgressSubtitle {\n color: #cad3f5;\n }\n :root:not([dark]) .YtwCourseProgressViewModelHostProgressBar {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root:not([dark]) .YtwCourseProgressViewModelHostProgressBar .YtwCourseProgressViewModelHostProgressBarFill {\n background-color: #cad3f5;\n }\n :root:not([dark]) #time-status:has([aria-label=\"LIVE\"]),\n :root:not([dark]) .badge[aria-label=\"LIVE\"] {\n --yt-spec-static-overlay-text-primary: #181926;\n --yt-spec-static-overlay-icon-active-other: #181926;\n }\n :root:not([dark]) #thumbnail [style=\"background-color: rgba(51, 51, 51, 0.8);\"],\n :root:not([dark]) .YtInlinePlayerControlsTopRightControlsCircleButton,\n :root:not([dark]) .badge-shape-wiz--default.badge-shape-wiz--overlay,\n :root:not([dark]) .branding-context-container-inner {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n :root:not([dark]) .ytp-sb-unsubscribe {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root:not([dark]) .ytp-sb-subscribe {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root:not([dark]) ytd-thumbnail-overlay-resume-playback-renderer {\n background-color: #494d64;\n }\n :root:not([dark]) .ytp-tooltip-text {\n background: #363a4f !important;\n color: #cad3f5;\n text-shadow: none !important;\n }\n :root:not([dark]) .ytp-popup {\n background: #363a4f !important;\n text-shadow: none;\n }\n :root:not([dark]) .ytp-panel-menu,\n :root:not([dark]) .ytp-panel-header,\n :root:not([dark]) .ytp-panel-footer,\n :root:not([dark]) .ytp-menuitem-label,\n :root:not([dark]) .ytp-premium-label,\n :root:not([dark]) .ytp-menuitem-content,\n :root:not([dark]) .ytp-menuitem-label-count,\n :root:not([dark]) .ytp-menu-label-secondary,\n :root:not([dark]) .ytd-menu-title-renderer {\n color: #cad3f5;\n }\n :root:not([dark]) .ytp-panel-header {\n border-bottom-color: #5b6078;\n }\n :root:not([dark]) .ytp-panel-footer-content-link {\n color: #b7bdf8;\n }\n :root:not([dark]) .ytp-panel-back-button {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22m19.41%2020.09-4.58-4.59%204.58-4.59L18%209.5l-6%206%206%206z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .ytp-menuitem-toggle-checkbox {\n background-color: #5b6078;\n }\n :root:not([dark]) .ytp-menuitem-toggle-checkbox::after {\n background-color: #a5adcb;\n }\n :root:not([dark]) .ytp-menuitem:not([aria-disabled=\"true\"]):hover {\n background-color: #494d64;\n }\n :root:not([dark]) .ytp-menuitem svg > path:not([fill=\"none\"]) {\n fill: #cad3f5 !important;\n }\n :root:not([dark]) .ytp-menuitem[aria-haspopup=\"true\"] .ytp-menuitem-content {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2032%2032%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22m12.59%2020.34%204.58-4.59-4.58-4.59L14%209.75l6%206-6%206z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .ytp-menuitem[role=\"menuitemradio\"][aria-checked=\"true\"] .ytp-menuitem-label {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%3E%3Cpath%20d%3D%22M9%2016.2%204.8%2012l-1.4%201.4L9%2019%2021%207l-1.4-1.4z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .ytp-cards-button .ytp-cards-button-icon use {\n fill: #24273a;\n }\n :root:not([dark]) .ytp-cards-button .ytp-cards-button-icon path {\n fill: #cad3f5;\n }\n :root:not([dark]) .ytp-cards-teaser .ytp-cards-teaser-box {\n background-color: #5b6078;\n border-bottom-color: #5b6078;\n }\n :root:not([dark]) .ytp-cards-teaser .ytp-cards-teaser-text {\n color: #cad3f5;\n }\n :root:not([dark]) .html5-video-player {\n color: #cad3f5;\n }\n :root:not([dark]) .html5-video-player .ytp-swatch-background-color {\n background-color: #b7bdf8 !important;\n }\n :root:not([dark]) .html5-video-player .ytp-svg-fill,\n :root:not([dark]) .html5-video-player [fill=\"#fff\"] {\n fill: #cad3f5 !important;\n }\n :root:not([dark]) .html5-video-player .ytp-volume-slider-handle,\n :root:not([dark]) .html5-video-player .ytp-volume-slider-handle::before {\n background-color: #cad3f5;\n }\n :root:not([dark]) .html5-video-player .ytp-volume-slider-handle::after {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root:not([dark]) .html5-video-player .ytp-time-current,\n :root:not([dark]) .html5-video-player .ytp-time-separator,\n :root:not([dark]) .html5-video-player .ytp-time-duration {\n color: #cad3f5;\n }\n :root:not([dark]) .html5-video-player .ytp-button[aria-pressed]::after,\n :root:not([dark]) .html5-video-player .ytp-subtitles-button[aria-pressed]::after {\n background-color: #b7bdf8;\n }\n :root:not([dark]) .html5-video-player .ytp-autonav-toggle-button {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.7%2011c2.95%200%205.3-2.21%205.3-5s-2.35-5-5.3-5H7.3C4.35%201%202%203.21%202%206s2.35%205%205.3%205z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.3%201C4.35%201%202%203.21%202%206s2.35%205%205.3%205h15.4A5.16%205.16%200%200%200%2028%206l-.03-.54A5.16%205.16%200%200%200%2022.7%201zm15.4%2011c3.45%200%206.3-2.6%206.3-6s-2.85-6-6.3-6H7.3C3.85%200%201%202.6%201%206s2.85%206%206.3%206z%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.3%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .html5-video-player .ytp-autonav-toggle-button::after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.5%2016a7.5%207.5%200%201%200%200-15%207.5%207.5%200%200%200%200%2015%22%20fill%3D%22%235b6078%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17%208.5a8.5%208.5%200%201%201-17%200%208.5%208.5%200%200%201%2017%200m-1%200a7.5%207.5%200%201%201-15%200%207.5%207.5%200%200%201%2015%200%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.15%22/%3E%3Cpath%20d%3D%22M5.5%2012h2V5h-2zm4-7v7h2V5z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .html5-video-player .ytp-autonav-toggle-button[aria-checked=\"true\"] {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2230%22%20height%3D%2212%22%20fill%3D%22none%22%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M22.7%2011c2.95%200%205.3-2.21%205.3-5s-2.35-5-5.3-5H7.3C4.35%201%202%203.21%202%206s2.35%205%205.3%205zm-2.7-.75v-8.5l6.7%204.26z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20opacity%3D%22.5%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M7.3%201C4.35%201%202%203.21%202%206s2.35%205%205.3%205h15.4A5.16%205.16%200%200%200%2028%206l-.03-.54A5.16%205.16%200%200%200%2022.7%201zm15.4%2011c3.45%200%206.3-2.6%206.3-6s-2.85-6-6.3-6H7.3C3.85%200%201%202.6%201%206s2.85%206%206.3%206z%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.3%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) .html5-video-player .ytp-autonav-toggle-button[aria-checked=\"true\"]::after {\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M17%208.5a8.5%208.5%200%201%201-17%200%208.5%208.5%200%200%201%2017%200m-5%200L6.5%205v7zm-1.86%200L7.5%206.82v3.36zM8.5%2016a7.5%207.5%200%201%200%200-15%207.5%207.5%200%200%200%200%2015%22%20fill%3D%22%2324273a%22%20fill-opacity%3D%22.15%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208.5a7.5%207.5%200%201%201-15%200%207.5%207.5%200%200%201%2015%200m-4%200L6.5%2012V5z%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\");\n }\n :root:not([dark]) #shorts-container {\n --yt-spec-static-overlay-text-primary: #cad3f5;\n /* Buy super thanks button */\n }\n :root:not([dark]) #shorts-container .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n }\n :root:not([dark]) #shorts-container ytd-reel-video-renderer:not([is-watch-while-mode]) .yt-spec-button-shape-with-label__label {\n color: #b8c0e0;\n }\n :root:not([dark]) #shorts-container .YtdShortsSuggestedActionStaticHostContainer {\n background-color: #363a4f;\n }\n :root:not([dark]) #shorts-container .YtdShortsSuggestedActionStaticHostContainer .YtdShortsSuggestedActionStaticHostLeadingIcon,\n :root:not([dark]) #shorts-container .YtdShortsSuggestedActionStaticHostContainer .YtdShortsSuggestedActionStaticHostPrimaryText {\n color: #cad3f5;\n }\n :root:not([dark]) .yt-tab-shape-wiz__tab {\n color: #b8c0e0;\n }\n :root:not([dark]) .yt-tab-shape-wiz__tab--tab-selected {\n color: #cad3f5;\n }\n :root:not([dark]) .yt-tab-group-shape-wiz__slider {\n background-color: #cad3f5;\n }\n :root:not([dark]) .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar {\n background-color: #b8c0e0;\n }\n :root:not([dark]) .truncated-text-wiz,\n :root:not([dark]) .page-header-view-model-wiz__page-header-content-metadata {\n color: #b8c0e0;\n }\n :root:not([dark]) .page-header-view-model-wiz__page-header-title,\n :root:not([dark]) [style=\"color: rgb(255, 255, 255);\"]:has(svg),\n :root:not([dark]) .truncated-text-wiz__absolute-button {\n color: #cad3f5 !important;\n }\n :root:not([dark]) .yt-contextual-sheet-layout-wiz {\n background-color: #1e2030;\n }\n :root:not([dark]) .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__container--tappable:hover {\n background-color: #363a4f;\n }\n :root:not([dark]) .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__title,\n :root:not([dark]) .yt-contextual-sheet-layout-wiz .yt-list-item-view-model-wiz__accessory,\n :root:not([dark]) .yt-contextual-sheet-layout-wiz .radio-shape-wiz__label-container {\n color: #cad3f5;\n }", + "start": 1128, + "domains": [ + "youtube.com" ] }, { - "code": "/* youtube.com-redirect */\n :root[dark] {\n /* search */\n /* Community Cross-posting */\n /* text highlight */\n }\n :root[dark] h1 {\n color: #cad3f5 !important;\n }\n :root[dark] #redirect-main-text {\n color: #939ab7 !important;\n }\n :root[dark] #redirect-main-text .bolded {\n color: #b7bdf8 !important;\n }\n :root[dark] #masthead-search-terms-border {\n border-color: #363a4f !important;\n background-color: #363a4f !important;\n box-shadow: rgba(24, 25, 38, 0.9) !important;\n }\n :root[dark] ytd-shared-post-renderer[uses-compact-lockup] #repost-context.ytd-shared-post-renderer {\n background-color: var(--second-background);\n }\n :root[dark] #divider-line-container.ytd-shared-post-renderer {\n background-color: var(--yt-spec-10-percent-layer);\n }\n :root[dark] #masthead-search-terms {\n color: #cad3f5 !important;\n }\n :root[dark] .search-button {\n background: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root[dark] .search-button-content {\n filter: invert(1);\n }\n :root[dark] #redirect-backto-safety-button:hover {\n color: #cad3f5 !important;\n }\n :root[dark] #logo-container .content-region {\n color: #cad3f5 !important;\n }\n :root[dark] ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }\n :root {\n /* search */\n /* Community Cross-posting */\n /* text highlight */\n }\n :root h1 {\n color: #cad3f5 !important;\n }\n :root #redirect-main-text {\n color: #939ab7 !important;\n }\n :root #redirect-main-text .bolded {\n color: #b7bdf8 !important;\n }\n :root #masthead-search-terms-border {\n border-color: #363a4f !important;\n background-color: #363a4f !important;\n box-shadow: rgba(24, 25, 38, 0.9) !important;\n }\n :root ytd-shared-post-renderer[uses-compact-lockup] #repost-context.ytd-shared-post-renderer {\n background-color: var(--second-background);\n }\n :root #divider-line-container.ytd-shared-post-renderer {\n background-color: var(--yt-spec-10-percent-layer);\n }\n :root #masthead-search-terms {\n color: #cad3f5 !important;\n }\n :root .search-button {\n background: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root .search-button-content {\n filter: invert(1);\n }\n :root #redirect-backto-safety-button:hover {\n color: #cad3f5 !important;\n }\n :root #logo-container .content-region {\n color: #cad3f5 !important;\n }\n :root ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }", - "start": 76627, - "urlPrefixes": [ - "https://www.youtube.com/redirect" - ] - }, - { - "code": "/* studio.youtube.com */\n :root[dark] {\n /* text highlight */\n }\n :root[dark],\n :root[dark] html,\n :root[dark] html[dark],\n :root[dark] html[dark][dark],\n :root[dark][dark],\n :root[dark][light],\n :root[dark] [light],\n :root[dark] html[light],\n :root[dark] html[light][light] {\n /* disable */\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n /* text */\n --yt-spec-text-primary: #cad3f5 !important;\n --ytcp-text-primary: #cad3f5 !important;\n --ytcp-text-primary-inverse: #24273a !important;\n --ytcp-static-overlay-text-primary-inverse: #24273a !important;\n --ytcp-wordmark-text: #cad3f5 !important;\n --ytcp-text-secondary: #a5adcb !important;\n --ytcp-text-disabled: #b8c0e0 !important;\n --ytcp-overlay-text-primary: #939ab7 !important;\n /* main bg */\n --ytcp-general-background-a: #24273a !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-black-3: #24273a !important;\n /* secondary bg */\n --yt-spec-brand-background-solid: #1e2030 !important;\n --ytcp-brand-background-solid: #1e2030 !important;\n --yt-spec-raised-background: #1e2030 !important;\n --ytcp-general-background-b: #1e2030 !important;\n --ytcp-analytics-reach-background: #1e2030 !important;\n --yt-spec-black-2: #1e2030 !important;\n /* additional bg */\n --ytcp-general-background-c: #181926 !important;\n /* menu */\n --ytcp-menu-background: #363a4f !important;\n /* card borders */\n --ytcp-container-border-color: #363a4f !important;\n --ytcp-container-hovered-border-color: #363a4f !important;\n --ytcp-line-divider-solid: #363a4f !important;\n --ytcp-container-border-color-inverse: #a5adcb !important;\n --ytcp-line-divider-solid-inverse: #a5adcb !important;\n /* links */\n --ytcp-call-to-action: #7dc4e4 !important;\n --ytcp-call-to-action-inverse: #1e2030 !important;\n /* buttons */\n --ytcp-call-to-action-raised-background: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --ytcp-call-to-action-raised-disabled: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background: #939ab7 !important;\n --ytcp-call-to-action-raised-background-inverse: #24273a !important;\n --ytcp-call-to-action-raised-disabled-inverse: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: #939ab7 !important;\n /* dropdown */\n --yt-spec-brand-background-primary: #363a4f !important;\n /* icons */\n --yt-compact-link-icon-color: #939ab7 !important;\n --ytcp-icon-active: #b7bdf8 !important;\n --ytcp-icon-inactive: #939ab7 !important;\n --ytcp-icon-disabled: #939ab7 !important;\n --ytcp-icon-active-inverse: #8087a2 !important;\n --ytcp-icon-disabled-inverse: #b8c0e0 !important;\n /* colors */\n --ytcp-error-red: #ed8796 !important;\n --ytcp-badge-red: #ed8796 !important;\n --ytcp-error-red-inverse: #ed8796 !important;\n --ytcp-themed-red-inverse: #ed8796 !important;\n --ytcp-themed-red: #ed8796 !important;\n --ytcp-themed-blue: #8aadf4 !important;\n --ytcp-badge-blue-solid: #8aadf4 !important;\n --ytcp-themed-blue-inverse: #8aadf4 !important;\n --ytcp-themed-green: #a6da95 !important;\n --ytmus-genre-primary-melon: #a6da95 !important;\n --ytcp-themed-green-inverse: #a6da95 !important;\n --ytcp-analytics-pine: #a6da95 !important;\n --ytcp-analytics-pine-inverse: #a6da95 !important;\n --ytcp-analytics-parrot: #a6da95 !important;\n --ytcp-themed-yellow: #f5a97f !important;\n --ytmus-genre-primary-gold: #f5a97f !important;\n --ytcp-yellow-inverse: #f5a97f !important;\n --ytcp-badge-yellow: #f5a97f !important;\n --ytcp-analytics-yellow: #f5a97f !important;\n --ytcp-analytics-apricot: #f5a97f !important;\n --ytcp-suggested-action: #8bd5ca !important;\n --ytcp-analytics-overview: #8bd5ca !important;\n --ytcp-analytics-revenue: #8bd5ca !important;\n --ytcp-analytics-default-secondary: #8bd5ca !important;\n --ytcp-analytics-royal-blue: #b7bdf8 !important;\n --ytcp-analytics-reach: #b7bdf8 !important;\n --ytcp-analytics-audience: #b7bdf8 !important;\n --ytcp-analytics-engagement: #f5bde6 !important;\n --ytcp-analytics-revenue-secondary: #f5bde6 !important;\n --ytcp-analytics-bubblegum: #f0c6c6 !important;\n --ytmus-genre-primary-ruby: #f0c6c6 !important;\n --ytmus-genre-primary-salmon: #c6a0f6 !important;\n --ytmus-genre-primary-orange: #ee99a0 !important;\n --ytmus-genre-primary-sky: #91d7e3 !important;\n --ytmus-genre-primary-sky-inverse: #91d7e3 !important;\n /* misc */\n --yt-spec-badge-chip-background: #494d64 !important;\n --ytcp-focus-inverse: #b7bdf8 !important;\n --ytcp-focus: #b7bdf8 !important;\n --ytcp-selected-item: #b7bdf8 !important;\n --ytcp-hover-item: #939ab7 !important;\n --ytcp-chip-active-focus: #b7bdf8 !important;\n --ytcp-playhead: #939ab7 !important;\n --ytcp-playhead-inverse: #939ab7 !important;\n }\n :root[dark] ytcp-button.destructive.ytls-error-dialog {\n color: #24273a !important;\n }\n :root[dark] yt-formatted-string.ytls-error-dialog,\n :root[dark] tp-yt-iron-icon.ytls-error-dialog {\n color: #cad3f5 !important;\n }\n :root[dark] ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }\n :root {\n /* text highlight */\n }\n :root,\n :root html,\n :root html[dark],\n :root html[dark][dark],\n :root[dark],\n :root[light],\n :root [light],\n :root html[light],\n :root html[light][light] {\n /* disable */\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n /* text */\n --yt-spec-text-primary: #cad3f5 !important;\n --ytcp-text-primary: #cad3f5 !important;\n --ytcp-text-primary-inverse: #24273a !important;\n --ytcp-static-overlay-text-primary-inverse: #24273a !important;\n --ytcp-wordmark-text: #cad3f5 !important;\n --ytcp-text-secondary: #a5adcb !important;\n --ytcp-text-disabled: #b8c0e0 !important;\n --ytcp-overlay-text-primary: #939ab7 !important;\n /* main bg */\n --ytcp-general-background-a: #24273a !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-black-3: #24273a !important;\n /* secondary bg */\n --yt-spec-brand-background-solid: #1e2030 !important;\n --ytcp-brand-background-solid: #1e2030 !important;\n --yt-spec-raised-background: #1e2030 !important;\n --ytcp-general-background-b: #1e2030 !important;\n --ytcp-analytics-reach-background: #1e2030 !important;\n --yt-spec-black-2: #1e2030 !important;\n /* additional bg */\n --ytcp-general-background-c: #181926 !important;\n /* menu */\n --ytcp-menu-background: #363a4f !important;\n /* card borders */\n --ytcp-container-border-color: #363a4f !important;\n --ytcp-container-hovered-border-color: #363a4f !important;\n --ytcp-line-divider-solid: #363a4f !important;\n --ytcp-container-border-color-inverse: #a5adcb !important;\n --ytcp-line-divider-solid-inverse: #a5adcb !important;\n /* links */\n --ytcp-call-to-action: #7dc4e4 !important;\n --ytcp-call-to-action-inverse: #1e2030 !important;\n /* buttons */\n --ytcp-call-to-action-raised-background: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --ytcp-call-to-action-raised-disabled: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background: #939ab7 !important;\n --ytcp-call-to-action-raised-background-inverse: #24273a !important;\n --ytcp-call-to-action-raised-disabled-inverse: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: #939ab7 !important;\n /* dropdown */\n --yt-spec-brand-background-primary: #363a4f !important;\n /* icons */\n --yt-compact-link-icon-color: #939ab7 !important;\n --ytcp-icon-active: #b7bdf8 !important;\n --ytcp-icon-inactive: #939ab7 !important;\n --ytcp-icon-disabled: #939ab7 !important;\n --ytcp-icon-active-inverse: #8087a2 !important;\n --ytcp-icon-disabled-inverse: #b8c0e0 !important;\n /* colors */\n --ytcp-error-red: #ed8796 !important;\n --ytcp-badge-red: #ed8796 !important;\n --ytcp-error-red-inverse: #ed8796 !important;\n --ytcp-themed-red-inverse: #ed8796 !important;\n --ytcp-themed-red: #ed8796 !important;\n --ytcp-themed-blue: #8aadf4 !important;\n --ytcp-badge-blue-solid: #8aadf4 !important;\n --ytcp-themed-blue-inverse: #8aadf4 !important;\n --ytcp-themed-green: #a6da95 !important;\n --ytmus-genre-primary-melon: #a6da95 !important;\n --ytcp-themed-green-inverse: #a6da95 !important;\n --ytcp-analytics-pine: #a6da95 !important;\n --ytcp-analytics-pine-inverse: #a6da95 !important;\n --ytcp-analytics-parrot: #a6da95 !important;\n --ytcp-themed-yellow: #f5a97f !important;\n --ytmus-genre-primary-gold: #f5a97f !important;\n --ytcp-yellow-inverse: #f5a97f !important;\n --ytcp-badge-yellow: #f5a97f !important;\n --ytcp-analytics-yellow: #f5a97f !important;\n --ytcp-analytics-apricot: #f5a97f !important;\n --ytcp-suggested-action: #8bd5ca !important;\n --ytcp-analytics-overview: #8bd5ca !important;\n --ytcp-analytics-revenue: #8bd5ca !important;\n --ytcp-analytics-default-secondary: #8bd5ca !important;\n --ytcp-analytics-royal-blue: #b7bdf8 !important;\n --ytcp-analytics-reach: #b7bdf8 !important;\n --ytcp-analytics-audience: #b7bdf8 !important;\n --ytcp-analytics-engagement: #f5bde6 !important;\n --ytcp-analytics-revenue-secondary: #f5bde6 !important;\n --ytcp-analytics-bubblegum: #f0c6c6 !important;\n --ytmus-genre-primary-ruby: #f0c6c6 !important;\n --ytmus-genre-primary-salmon: #c6a0f6 !important;\n --ytmus-genre-primary-orange: #ee99a0 !important;\n --ytmus-genre-primary-sky: #91d7e3 !important;\n --ytmus-genre-primary-sky-inverse: #91d7e3 !important;\n /* misc */\n --yt-spec-badge-chip-background: #494d64 !important;\n --ytcp-focus-inverse: #b7bdf8 !important;\n --ytcp-focus: #b7bdf8 !important;\n --ytcp-selected-item: #b7bdf8 !important;\n --ytcp-hover-item: #939ab7 !important;\n --ytcp-chip-active-focus: #b7bdf8 !important;\n --ytcp-playhead: #939ab7 !important;\n --ytcp-playhead-inverse: #939ab7 !important;\n }\n :root ytcp-button.destructive.ytls-error-dialog {\n color: #24273a !important;\n }\n :root yt-formatted-string.ytls-error-dialog,\n :root tp-yt-iron-icon.ytls-error-dialog {\n color: #cad3f5 !important;\n }\n :root ::selection {\n background: rgba(183, 189, 248, 0.2) !important;\n color: #cad3f5 !important;\n }", - "start": 79228, + "code": ":root[dark] {\n color-scheme: dark;\n }\n :root[dark] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root[dark] input::placeholder,\n :root[dark] textarea::placeholder {\n color: #a5adcb !important;\n }\n :root[dark] [src=\"https://www.gstatic.com/youtube/img/creator/yt_studio_logo_white.svg\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2097.55%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20d%3D%22M17.1%200S6.4%200%203.8.7a4.15%204.15%200%200%200-3%203C0%206.4%200%2012%200%2012a45%2045%200%200%200%20.7%208.2%204.32%204.32%200%200%200%203%203c2.7.8%2013.4.8%2013.4.8s10.7%200%2013.4-.7a4.32%204.32%200%200%200%203-3%2045%2045%200%200%200%20.7-8.2s.1-5.7-.6-8.3a4.32%204.32%200%200%200-3-3C27.9%200%2017.1%200%2017.1%200m-3.4%206.9%208.9%205.1-8.9%205.1z%22/%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M76.3.9v4.4c0%201.1%200%202%20.1%203.3h-.1A3.36%203.36%200%200%200%2073.4%207c-2.3%200-3.3%202-3.3%206.6V16c0%204.9.8%206.6%203.2%206.6a3.42%203.42%200%200%200%203.2-2.4h.1l.4%202.1h2.6V.9zm6.688.4c-1.126.032-1.687.55-1.687%202.1%200%201.7.599%202.1%201.799%202.1s1.8-.5%201.8-2.1-.6-2.1-1.8-2.1zM45%201.4c-3.6%200-5%201.7-5%204.9s1.1%204.5%203.7%206.8c1.6%201.4%202.8%202.5%202.8%204.8%200%201.5-.4%202.2-1.6%202.2s-1.7-.8-1.6-3.6h-3.1c-.6%204.2.8%206.1%204.5%206.2%203.5%200%205-1.5%205-5.4%200-3.1-1.3-4.4-3.7-6.6-1.9-1.8-2.8-2.5-2.8-4.6%200-1.4.3-2.2%201.6-2.2s1.6%201.1%201.5%203.9l3.1-.2c.5-4.2-.8-6.2-4.4-6.2m7.6%201.4-.4%204.5h-1.4v2.6H52v8.8c0%202.7.4%203.8%202.6%203.8a7.4%207.4%200%200%200%203.1-.6l-.6-2.2a5.2%205.2%200%200%201-1.3.2c-.5%200-.7-.3-.7-1.7V9.9h2.2V7.3H55V2.8zM91%207c-3.3%200-4.7%201.8-4.7%206.7v2.2c0%204.7%201.1%206.7%204.6%206.7s4.7-2%204.7-6.7v-2.2C95.6%208.9%2094.3%207%2091%207m-31.8.3v11.4c0%202.7.9%204%202.9%204a3.46%203.46%200%200%200%203.2-2.1h.1l.3%201.8h2.7V7.3H65v12a1.51%201.51%200%200%201-1.4%201c-.7%200-1-.6-1-1.9V7.3zm22.3%200v15.1h3.2V7.3zm9.4%202c1%200%201.3%201%201.3%203.1v4.7c0%202.2-.4%203.1-1.3%203.1s-1.2-.9-1.2-3.1v-4.7c0-2%20.2-3.1%201.2-3.1M75%209.4a1.56%201.56%200%200%201%201.3.8v8.5c-.2.9-.9%201.4-1.4%201.3-1%200-1.3-1-1.3-4.4v-1.9c0-3.3.3-4.3%201.4-4.3%22/%3E%3C/svg%3E\");\n }\n :root[dark],\n :root[dark] html,\n :root[dark] html[dark],\n :root[dark] html[dark][dark],\n :root[dark][dark],\n :root[dark][light],\n :root[dark] [light],\n :root[dark] html[light],\n :root[dark] html[light][light] {\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n --iron-icon-fill-color: unset !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --ytcp-text-primary: #cad3f5 !important;\n --ytcp-text-primary-inverse: #24273a !important;\n --ytcp-static-overlay-text-primary-inverse: #24273a !important;\n --ytcp-wordmark-text: #cad3f5 !important;\n --ytcp-text-secondary: #a5adcb !important;\n --ytcp-text-disabled: #b8c0e0 !important;\n --ytcp-overlay-text-primary: #939ab7 !important;\n --ytcp-general-background-a: #24273a !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-black-3: #24273a !important;\n --yt-spec-brand-background-solid: #1e2030 !important;\n --ytcp-brand-background-solid: #1e2030 !important;\n --yt-spec-raised-background: #1e2030 !important;\n --ytcp-general-background-b: #1e2030 !important;\n --ytcp-analytics-reach-background: #1e2030 !important;\n --yt-spec-black-2: #1e2030 !important;\n --ytcp-general-background-c: #181926 !important;\n --ytcp-menu-background: #363a4f !important;\n --ytcp-container-border-color: #363a4f !important;\n --ytcp-container-hovered-border-color: #363a4f !important;\n --ytcp-line-divider-solid: #363a4f !important;\n --ytcp-container-border-color-inverse: #a5adcb !important;\n --ytcp-line-divider-solid-inverse: #a5adcb !important;\n --ytcp-call-to-action: #b7bdf8 !important;\n --ytcp-call-to-action-inverse: #1e2030 !important;\n --ytcp-call-to-action-raised-background: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --ytcp-call-to-action-raised-disabled: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background: #939ab7 !important;\n --ytcp-call-to-action-raised-background-inverse: #24273a !important;\n --ytcp-call-to-action-raised-disabled-inverse: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: #939ab7 !important;\n --yt-spec-brand-background-primary: #363a4f !important;\n --yt-compact-link-icon-color: #939ab7 !important;\n --ytcp-icon-active: #b7bdf8 !important;\n --ytcp-icon-inactive: #939ab7 !important;\n --ytcp-icon-disabled: #6e738d !important;\n --ytcp-icon-active-inverse: #8087a2 !important;\n --ytcp-icon-disabled-inverse: #b8c0e0 !important;\n --ytcp-error-red: #ed8796 !important;\n --ytcp-badge-red: #ed8796 !important;\n --ytcp-error-red-inverse: #ed8796 !important;\n --ytcp-themed-red-inverse: #ed8796 !important;\n --ytcp-themed-red: #b7bdf8 !important;\n --ytcp-themed-blue: #b7bdf8 !important;\n --ytcp-badge-blue: rgba(183, 189, 248, 0.3);\n --ytcp-badge-blue-solid: #8aadf4 !important;\n --ytcp-themed-blue-inverse: #8aadf4 !important;\n --ytcp-themed-green: #a6da95 !important;\n --ytmus-genre-primary-melon: #a6da95 !important;\n --ytcp-themed-green-inverse: #a6da95 !important;\n --ytcp-analytics-pine: #a6da95 !important;\n --ytcp-analytics-pine-inverse: #a6da95 !important;\n --ytcp-analytics-parrot: #a6da95 !important;\n --ytcp-themed-yellow: #f5a97f !important;\n --ytmus-genre-primary-gold: #f5a97f !important;\n --ytcp-yellow-inverse: #f5a97f !important;\n --ytcp-badge-yellow: #f5a97f !important;\n --ytcp-analytics-yellow: #f5a97f !important;\n --ytcp-analytics-apricot: #f5a97f !important;\n --ytcp-suggested-action: #8bd5ca !important;\n --ytcp-analytics-overview: #8bd5ca !important;\n --ytcp-analytics-revenue: #8bd5ca !important;\n --ytcp-analytics-default-secondary: #8bd5ca !important;\n --ytcp-analytics-royal-blue: #b7bdf8 !important;\n --ytcp-analytics-reach: #b7bdf8 !important;\n --ytcp-analytics-audience: #b7bdf8 !important;\n --ytcp-analytics-engagement: #f5bde6 !important;\n --ytcp-analytics-revenue-secondary: #f5bde6 !important;\n --ytcp-analytics-bubblegum: #f0c6c6 !important;\n --ytmus-genre-primary-ruby: #f0c6c6 !important;\n --ytmus-genre-primary-salmon: #c6a0f6 !important;\n --ytmus-genre-primary-orange: #ee99a0 !important;\n --ytmus-genre-primary-sky: #91d7e3 !important;\n --ytmus-genre-primary-sky-inverse: #91d7e3 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --ytcp-focus-inverse: #b7bdf8 !important;\n --ytcp-focus: #b7bdf8 !important;\n --ytcp-selected-item: #b7bdf8 !important;\n --ytcp-hover-item: #939ab7 !important;\n --ytcp-chip-active-focus: #b7bdf8 !important;\n --ytcp-playhead: #939ab7 !important;\n --ytcp-playhead-inverse: #939ab7 !important;\n }\n :root[dark] ytcp-button.destructive.ytls-error-dialog {\n color: #24273a !important;\n }\n :root[dark] yt-formatted-string.ytls-error-dialog,\n :root[dark] tp-yt-iron-icon.ytls-error-dialog {\n color: #cad3f5 !important;\n }\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root [src=\"https://www.gstatic.com/youtube/img/creator/yt_studio_logo_white.svg\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2097.55%2024%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23b7bdf8%22%20d%3D%22M17.1%200S6.4%200%203.8.7a4.15%204.15%200%200%200-3%203C0%206.4%200%2012%200%2012a45%2045%200%200%200%20.7%208.2%204.32%204.32%200%200%200%203%203c2.7.8%2013.4.8%2013.4.8s10.7%200%2013.4-.7a4.32%204.32%200%200%200%203-3%2045%2045%200%200%200%20.7-8.2s.1-5.7-.6-8.3a4.32%204.32%200%200%200-3-3C27.9%200%2017.1%200%2017.1%200m-3.4%206.9%208.9%205.1-8.9%205.1z%22/%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M76.3.9v4.4c0%201.1%200%202%20.1%203.3h-.1A3.36%203.36%200%200%200%2073.4%207c-2.3%200-3.3%202-3.3%206.6V16c0%204.9.8%206.6%203.2%206.6a3.42%203.42%200%200%200%203.2-2.4h.1l.4%202.1h2.6V.9zm6.688.4c-1.126.032-1.687.55-1.687%202.1%200%201.7.599%202.1%201.799%202.1s1.8-.5%201.8-2.1-.6-2.1-1.8-2.1zM45%201.4c-3.6%200-5%201.7-5%204.9s1.1%204.5%203.7%206.8c1.6%201.4%202.8%202.5%202.8%204.8%200%201.5-.4%202.2-1.6%202.2s-1.7-.8-1.6-3.6h-3.1c-.6%204.2.8%206.1%204.5%206.2%203.5%200%205-1.5%205-5.4%200-3.1-1.3-4.4-3.7-6.6-1.9-1.8-2.8-2.5-2.8-4.6%200-1.4.3-2.2%201.6-2.2s1.6%201.1%201.5%203.9l3.1-.2c.5-4.2-.8-6.2-4.4-6.2m7.6%201.4-.4%204.5h-1.4v2.6H52v8.8c0%202.7.4%203.8%202.6%203.8a7.4%207.4%200%200%200%203.1-.6l-.6-2.2a5.2%205.2%200%200%201-1.3.2c-.5%200-.7-.3-.7-1.7V9.9h2.2V7.3H55V2.8zM91%207c-3.3%200-4.7%201.8-4.7%206.7v2.2c0%204.7%201.1%206.7%204.6%206.7s4.7-2%204.7-6.7v-2.2C95.6%208.9%2094.3%207%2091%207m-31.8.3v11.4c0%202.7.9%204%202.9%204a3.46%203.46%200%200%200%203.2-2.1h.1l.3%201.8h2.7V7.3H65v12a1.51%201.51%200%200%201-1.4%201c-.7%200-1-.6-1-1.9V7.3zm22.3%200v15.1h3.2V7.3zm9.4%202c1%200%201.3%201%201.3%203.1v4.7c0%202.2-.4%203.1-1.3%203.1s-1.2-.9-1.2-3.1v-4.7c0-2%20.2-3.1%201.2-3.1M75%209.4a1.56%201.56%200%200%201%201.3.8v8.5c-.2.9-.9%201.4-1.4%201.3-1%200-1.3-1-1.3-4.4v-1.9c0-3.3.3-4.3%201.4-4.3%22/%3E%3C/svg%3E\");\n }\n :root,\n :root html,\n :root html[dark],\n :root html[dark][dark],\n :root[dark],\n :root[light],\n :root [light],\n :root html[light],\n :root html[light][light] {\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n --iron-icon-fill-color: unset !important;\n --yt-spec-text-primary: #cad3f5 !important;\n --ytcp-text-primary: #cad3f5 !important;\n --ytcp-text-primary-inverse: #24273a !important;\n --ytcp-static-overlay-text-primary-inverse: #24273a !important;\n --ytcp-wordmark-text: #cad3f5 !important;\n --ytcp-text-secondary: #a5adcb !important;\n --ytcp-text-disabled: #b8c0e0 !important;\n --ytcp-overlay-text-primary: #939ab7 !important;\n --ytcp-general-background-a: #24273a !important;\n --yt-spec-base-background: #24273a !important;\n --yt-spec-black-3: #24273a !important;\n --yt-spec-brand-background-solid: #1e2030 !important;\n --ytcp-brand-background-solid: #1e2030 !important;\n --yt-spec-raised-background: #1e2030 !important;\n --ytcp-general-background-b: #1e2030 !important;\n --ytcp-analytics-reach-background: #1e2030 !important;\n --yt-spec-black-2: #1e2030 !important;\n --ytcp-general-background-c: #181926 !important;\n --ytcp-menu-background: #363a4f !important;\n --ytcp-container-border-color: #363a4f !important;\n --ytcp-container-hovered-border-color: #363a4f !important;\n --ytcp-line-divider-solid: #363a4f !important;\n --ytcp-container-border-color-inverse: #a5adcb !important;\n --ytcp-line-divider-solid-inverse: #a5adcb !important;\n --ytcp-call-to-action: #b7bdf8 !important;\n --ytcp-call-to-action-inverse: #1e2030 !important;\n --ytcp-call-to-action-raised-background: #b7bdf8 !important;\n --yt-spec-brand-button-background: #b7bdf8 !important;\n --ytcp-call-to-action-raised-disabled: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background: #939ab7 !important;\n --ytcp-call-to-action-raised-background-inverse: #24273a !important;\n --ytcp-call-to-action-raised-disabled-inverse: #5b6078 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: #939ab7 !important;\n --yt-spec-brand-background-primary: #363a4f !important;\n --yt-compact-link-icon-color: #939ab7 !important;\n --ytcp-icon-active: #b7bdf8 !important;\n --ytcp-icon-inactive: #939ab7 !important;\n --ytcp-icon-disabled: #6e738d !important;\n --ytcp-icon-active-inverse: #8087a2 !important;\n --ytcp-icon-disabled-inverse: #b8c0e0 !important;\n --ytcp-error-red: #ed8796 !important;\n --ytcp-badge-red: #ed8796 !important;\n --ytcp-error-red-inverse: #ed8796 !important;\n --ytcp-themed-red-inverse: #ed8796 !important;\n --ytcp-themed-red: #b7bdf8 !important;\n --ytcp-themed-blue: #b7bdf8 !important;\n --ytcp-badge-blue: rgba(183, 189, 248, 0.3);\n --ytcp-badge-blue-solid: #8aadf4 !important;\n --ytcp-themed-blue-inverse: #8aadf4 !important;\n --ytcp-themed-green: #a6da95 !important;\n --ytmus-genre-primary-melon: #a6da95 !important;\n --ytcp-themed-green-inverse: #a6da95 !important;\n --ytcp-analytics-pine: #a6da95 !important;\n --ytcp-analytics-pine-inverse: #a6da95 !important;\n --ytcp-analytics-parrot: #a6da95 !important;\n --ytcp-themed-yellow: #f5a97f !important;\n --ytmus-genre-primary-gold: #f5a97f !important;\n --ytcp-yellow-inverse: #f5a97f !important;\n --ytcp-badge-yellow: #f5a97f !important;\n --ytcp-analytics-yellow: #f5a97f !important;\n --ytcp-analytics-apricot: #f5a97f !important;\n --ytcp-suggested-action: #8bd5ca !important;\n --ytcp-analytics-overview: #8bd5ca !important;\n --ytcp-analytics-revenue: #8bd5ca !important;\n --ytcp-analytics-default-secondary: #8bd5ca !important;\n --ytcp-analytics-royal-blue: #b7bdf8 !important;\n --ytcp-analytics-reach: #b7bdf8 !important;\n --ytcp-analytics-audience: #b7bdf8 !important;\n --ytcp-analytics-engagement: #f5bde6 !important;\n --ytcp-analytics-revenue-secondary: #f5bde6 !important;\n --ytcp-analytics-bubblegum: #f0c6c6 !important;\n --ytmus-genre-primary-ruby: #f0c6c6 !important;\n --ytmus-genre-primary-salmon: #c6a0f6 !important;\n --ytmus-genre-primary-orange: #ee99a0 !important;\n --ytmus-genre-primary-sky: #91d7e3 !important;\n --ytmus-genre-primary-sky-inverse: #91d7e3 !important;\n --yt-spec-badge-chip-background: #494d64 !important;\n --ytcp-focus-inverse: #b7bdf8 !important;\n --ytcp-focus: #b7bdf8 !important;\n --ytcp-selected-item: #b7bdf8 !important;\n --ytcp-hover-item: #939ab7 !important;\n --ytcp-chip-active-focus: #b7bdf8 !important;\n --ytcp-playhead: #939ab7 !important;\n --ytcp-playhead-inverse: #939ab7 !important;\n }\n :root ytcp-button.destructive.ytls-error-dialog {\n color: #24273a !important;\n }\n :root yt-formatted-string.ytls-error-dialog,\n :root tp-yt-iron-icon.ytls-error-dialog {\n color: #cad3f5 !important;\n }", + "start": 70382, "urlPrefixes": [ "https://studio.youtube.com" ] }, { - "code": "html[darker-dark-theme] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* ambient mode */\n /* tobar */\n /* header text */\n /* some transpartent buttons */\n /* comment box */\n /* bottom bar */\n /* chips */\n /* selected chip color */\n /* normal chip */\n /* buttons */\n }\n html[darker-dark-theme] #cinematics {\n mix-blend-mode: lighten;\n }\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"],\n html[darker-dark-theme] ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: #24273a;\n }\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: #cad3f5;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n html[darker-dark-theme] .modern-styling {\n background: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: #cad3f5;\n }\n html[darker-dark-theme] .engagement-panel-container {\n background: #1e2030;\n }\n html[darker-dark-theme] ytm-pivot-bar-renderer {\n background: #1e2030;\n color: #cad3f5;\n border-top-color: #363a4f;\n }\n html[darker-dark-theme] .chip-bar {\n background-color: #24273a;\n }\n html[darker-dark-theme] [chip-style=\"STYLE_DEFAULT\"].selected .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_HOME_FILTER\"].selected .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_RED\"].selected .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_GREEN\"].selected .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_BLUE\"].selected .chip-container {\n color: #181926;\n background-color: #b7bdf8;\n }\n html[darker-dark-theme] [chip-style=\"STYLE_DEFAULT\"] .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_HOME_FILTER\"] .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_REFRESH_TO_NOVEL_CHIP\"] .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_RED\"] .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_GREEN\"] .chip-container,\n html[darker-dark-theme] [chip-style=\"STYLE_COLOR_BLUE\"] .chip-container {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html[darker-dark-theme] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n html[darker-dark-theme] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled,\n html[darker-dark-theme] .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__fill {\n background-color: #b7bdf8;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* ambient mode */\n /* tobar */\n /* header text */\n /* some transpartent buttons */\n /* comment box */\n /* bottom bar */\n /* chips */\n /* selected chip color */\n /* normal chip */\n /* buttons */\n }\n html #cinematics {\n mix-blend-mode: lighten;\n }\n html .mobile-topbar-header[data-mode=\"watch\"],\n html ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: #24273a;\n }\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: #cad3f5;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n html .modern-styling {\n background: #363a4f;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: #363a4f;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: #cad3f5;\n }\n html .engagement-panel-container {\n background: #1e2030;\n }\n html ytm-pivot-bar-renderer {\n background: #1e2030;\n color: #cad3f5;\n border-top-color: #363a4f;\n }\n html .chip-bar {\n background-color: #24273a;\n }\n html [chip-style=\"STYLE_DEFAULT\"].selected .chip-container,\n html [chip-style=\"STYLE_HOME_FILTER\"].selected .chip-container,\n html [chip-style=\"STYLE_COLOR_RED\"].selected .chip-container,\n html [chip-style=\"STYLE_COLOR_GREEN\"].selected .chip-container,\n html [chip-style=\"STYLE_COLOR_BLUE\"].selected .chip-container {\n color: #181926;\n background-color: #b7bdf8;\n }\n html [chip-style=\"STYLE_DEFAULT\"] .chip-container,\n html [chip-style=\"STYLE_HOME_FILTER\"] .chip-container,\n html [chip-style=\"STYLE_REFRESH_TO_NOVEL_CHIP\"] .chip-container,\n html [chip-style=\"STYLE_COLOR_RED\"] .chip-container,\n html [chip-style=\"STYLE_COLOR_GREEN\"] .chip-container,\n html [chip-style=\"STYLE_COLOR_BLUE\"] .chip-container {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: #cad3f5;\n }\n html .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n html .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled,\n html .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled {\n color: #181926;\n background-color: #b7bdf8;\n }\n html .yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__fill {\n background-color: #b7bdf8;\n }\n html .yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }", - "start": 90026, + "code": "html[darker-dark-theme] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* Ambient mode */\n /* Comment box */\n /* Bottom bar */\n /* Chips */\n /* Buttons */\n }\n html[darker-dark-theme] #cinematics {\n mix-blend-mode: lighten;\n }\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"],\n html[darker-dark-theme] ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: #24273a;\n }\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n html[darker-dark-theme] .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: #cad3f5;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n html[darker-dark-theme] .modern-styling {\n background: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: #363a4f;\n }\n html[darker-dark-theme] .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: #cad3f5;\n }\n html[darker-dark-theme] .engagement-panel-container {\n background: #1e2030;\n }\n html[darker-dark-theme] ytm-pivot-bar-renderer {\n background: #1e2030;\n color: #cad3f5;\n border-top-color: #363a4f;\n }\n html[darker-dark-theme] .chip-bar {\n background-color: #24273a;\n }\n html[darker-dark-theme] [chip-style*=\"STYLE_\"] .chip-container {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html[darker-dark-theme] [chip-style*=\"STYLE_\"].selected .chip-container {\n color: #181926;\n background-color: #b7bdf8;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__fill {\n background-color: #b7bdf8;\n }\n html[darker-dark-theme] .yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* Ambient mode */\n /* Comment box */\n /* Bottom bar */\n /* Chips */\n /* Buttons */\n }\n html #cinematics {\n mix-blend-mode: lighten;\n }\n html .mobile-topbar-header[data-mode=\"watch\"],\n html ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: #24273a;\n }\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n html .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: #cad3f5;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n html .modern-styling {\n background: #363a4f;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: #363a4f;\n }\n html .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: #cad3f5;\n }\n html .engagement-panel-container {\n background: #1e2030;\n }\n html ytm-pivot-bar-renderer {\n background: #1e2030;\n color: #cad3f5;\n border-top-color: #363a4f;\n }\n html .chip-bar {\n background-color: #24273a;\n }\n html [chip-style*=\"STYLE_\"] .chip-container {\n color: #cad3f5;\n background-color: #363a4f;\n }\n html [chip-style*=\"STYLE_\"].selected .chip-container {\n color: #181926;\n background-color: #b7bdf8;\n }\n html .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }\n html .yt-spec-touch-feedback-shape--touch-response .yt-spec-touch-feedback-shape__stroke {\n border-color: #494d64;\n }\n html .yt-spec-touch-feedback-shape--overlay-touch-response-inverse .yt-spec-touch-feedback-shape__fill {\n background-color: #b7bdf8;\n }\n html .yt-spec-touch-feedback-shape--overlay-touch-response .yt-spec-touch-feedback-shape__fill {\n background-color: #cad3f5;\n }", + "start": 85007, "domains": [ "m.youtube.com" ] }, { "code": "/* prettier-ignore */", - "start": 96735 + "start": 89213 } ], - "sourceCode": "/* ==UserStyle==\n@name YouTube Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/youtube\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube\n@version 3.5.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox logo \"Enable YouTube logo\" 1\n@var checkbox oledOn \"Enable black bars\" 0\n@var text scrollbar_width \"Scrollbar width\" 8px\n==/UserStyle== */\n@-moz-document regexp('https?:\\\\/\\\\/(?!gaming\\\\.)(?!consent\\\\.)(?!vr\\\\.)(?!m\\\\.)(?!music\\\\.)(?!tv\\\\.)(?!artists\\\\.)(?!studio\\\\.).*youtube(?!kids\\\\.).*\\\\.com\\\\/(?!premium|howyoutubeworks).*$') {\n /* youtube.com */\n :root[dark] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n /* apply everywhere */\n &,\n [dark],\n html,\n html[system-icons][dark],\n html[system-icons] [dark],\n html[darker-dark-theme][dark],\n [darker-dark-theme] [dark] {\n --yt-spec-white-1: @text !important;\n --yt-spec-white-2: @subtext0 !important;\n --yt-spec-white-3: @subtext1 !important;\n --yt-spec-white-4: darken(@subtext1, 5%) !important;\n --yt-spec-black-1: @overlay1 !important;\n --yt-spec-black-2: @overlay0 !important;\n --yt-spec-black-3: @surface2 !important;\n --yt-spec-black-4: @surface1 !important;\n --yt-spec-black-pure: @surface0 !important;\n --yt-spec-grey-1: @text !important;\n --yt-spec-grey-2: @subtext0 !important;\n --yt-spec-grey-3: @subtext1 !important;\n --yt-spec-grey-4: @overlay2 !important;\n --yt-spec-grey-5: @overlay1 !important;\n --yt-brand-youtube-red: @accent-color !important;\n --yt-brand-medium-red: @accent-color !important;\n --yt-brand-light-red: @accent-color !important;\n --yt-spec-red-30: @peach !important;\n --yt-spec-red-70: @red !important;\n --yt-spec-pale-blue: @sky !important;\n --yt-spec-light-blue: @sky !important;\n --yt-spec-dark-blue: @sapphire !important;\n --yt-spec-navy-blue: @teal !important;\n --yt-spec-light-green: @green !important;\n --yt-spec-dark-green: @green !important;\n --yt-spec-yellow: @peach !important;\n --yt-spec-black-pure-alpha-5: fadeout(@crust, 0.05) !important;\n --yt-spec-black-pure-alpha-10: fadeout(@crust, 0.1) !important;\n --yt-spec-black-pure-alpha-15: fadeout(@crust, 0.15) !important;\n --yt-spec-black-pure-alpha-30: fadeout(@crust, 0.3) !important;\n --yt-spec-black-pure-alpha-60: fadeout(@crust, 0.6) !important;\n --yt-spec-black-pure-alpha-80: fadeout(@crust, 0.8) !important;\n --yt-spec-black-1-alpha-98: fadeout(@crust, 0.98) !important;\n --yt-spec-black-1-alpha-95: fadeout(@crust, 0.95) !important;\n --yt-spec-white-1-alpha-10: fadeout(@text, 0.1) !important;\n --yt-spec-white-1-alpha-20: fadeout(@text, 0.2) !important;\n --yt-spec-white-1-alpha-25: fadeout(@text, 0.25) !important;\n --yt-spec-white-1-alpha-30: fadeout(@text, 0.3) !important;\n --yt-spec-white-1-alpha-70: fadeout(@text, 0.7) !important;\n --yt-spec-white-1-alpha-95: fadeout(@text, 0.95) !important;\n --yt-spec-white-1-alpha-98: fadeout(@text, 0.98) !important;\n --yt-brand-medium-red-alpha-90: fadeout(@accent-color, 0.9) !important;\n --yt-brand-medium-red-alpha-30: fadeout(@accent-color, 0.3) !important;\n --yt-brand-light-red-alpha-30: fadeout(@accent-color, 0.3) !important;\n --yt-spec-light-blue-alpha-30: fadeout(@sapphire, 0.3) !important;\n --yt-spec-dark-blue-alpha-30: fadeout(@sapphire, 0.3) !important;\n\n --yt-spec-base-background: @base !important;\n --yt-spec-raised-background: @base !important;\n --yt-spec-menu-background: @mantle !important;\n --yt-spec-inverted-background: @text !important;\n --yt-spec-additive-background: fadeout(@surface0, 0.1) !important;\n --yt-spec-outline: @surface0 !important;\n --yt-spec-shadow: fadeout(@crust, 0.25) !important;\n --yt-spec-text-primary: @text !important;\n --yt-spec-text-secondary: @subtext0 !important;\n --yt-spec-text-disabled: @subtext1 !important;\n --yt-spec-text-primary-inverse: @crust !important;\n --yt-spec-call-to-action: @accent-color !important;\n --yt-spec-call-to-action-inverse: @accent-color !important;\n --yt-spec-suggested-action: fadeout(@accent-color, 80%) !important;\n --yt-spec-suggested-action-inverse: @text !important;\n --yt-spec-icon-active-other: @text !important;\n --yt-spec-button-chip-background-hover: @surface1 !important;\n --yt-spec-touch-response: @surface0 !important;\n\n --yt-spec-touch-response-inverse: @accent-color !important;\n --yt-spec-brand-icon-active: @accent-color !important;\n --yt-spec-brand-button-background: @accent-color !important;\n --yt-spec-brand-link-text: @sapphire !important;\n --yt-spec-wordmark-text: @text !important;\n --yt-spec-error-indicator: @red !important;\n --yt-spec-themed-blue: @sky !important;\n --yt-spec-themed-green: @green !important;\n --yt-spec-ad-indicator: @teal !important;\n --yt-spec-themed-overlay-background: fadeout(@crust, 0.8) !important;\n --yt-spec-commerce-badge-background: @green !important;\n --yt-spec-static-brand-red: @accent-color !important;\n --yt-spec-static-brand-white: @text !important;\n --yt-spec-static-brand-black: @base !important;\n --yt-spec-static-clear-color: fadeout(@crust, 0) !important;\n --yt-spec-static-clear-black: fadeout(@crust, 0) !important;\n --yt-spec-static-ad-yellow: @peach !important;\n --yt-spec-static-grey: @subtext0 !important;\n --yt-spec-static-overlay-background-solid: @crust !important;\n --yt-spec-static-overlay-background-heavy: fadeout(\n @surface0,\n 20%\n ) !important;\n --yt-spec-static-overlay-background-medium: fadeout(\n @crust,\n 0.6\n ) !important;\n --yt-spec-static-overlay-background-medium-light: fadeout(\n @crust,\n 0.3\n ) !important;\n --yt-spec-static-overlay-background-light: fadeout(\n @crust,\n 0.1\n ) !important;\n --yt-spec-static-overlay-text-primary: @text !important;\n --yt-spec-static-overlay-text-secondary: fadeout(\n @subtext0,\n 0.7\n ) !important;\n --yt-spec-static-overlay-text-disabled: fadeout(\n @subtext0,\n 0.3\n ) !important;\n --yt-spec-static-overlay-call-to-action: @accent-color !important;\n --yt-spec-static-overlay-icon-active-other: @text !important;\n --yt-spec-static-overlay-icon-inactive: @surface1 !important;\n --yt-spec-static-overlay-icon-disabled: @surface2 !important;\n --yt-spec-static-overlay-button-primary: @accent-color !important;\n --yt-spec-static-overlay-button-secondary: @surface0 !important;\n --yt-spec-static-overlay-touch-response: @overlay1 !important;\n --yt-spec-static-overlay-touch-response-inverse: @surface1 !important;\n --yt-spec-static-overlay-background-brand: @accent-color !important;\n --yt-spec-assistive-feed-themed-gradient-1: @subtext0 !important;\n --yt-spec-assistive-feed-themed-gradient-2: @lavender !important;\n --yt-spec-assistive-feed-themed-gradient-3: @red !important;\n --yt-spec-brand-background-solid: @base !important;\n --yt-spec-brand-background-primary: @base !important;\n --yt-spec-brand-background-secondary: @mantle !important;\n --yt-spec-general-background-a: @base !important;\n --yt-spec-general-background-b: @base !important;\n --yt-spec-general-background-c: @crust !important;\n --yt-spec-error-background: @base !important;\n --yt-spec-10-percent-layer: @surface0 !important;\n --yt-spec-snackbar-background: @mantle !important;\n --yt-spec-snackbar-background-updated: @mantle !important;\n --yt-spec-badge-chip-background: if(\n @lookup =latte,\n @crust,\n @surface1\n ) !important;\n --yt-spec-verified-badge-background: @overlay0 !important;\n --yt-spec-call-to-action-fadeoutd: fadeout(@sapphire, 0.3) !important;\n --yt-spec-call-to-action-hover: @accent-color !important;\n --yt-spec-brand-button-background-hover: @accent-color !important;\n --yt-spec-brand-link-text-fadeoutd: fadeout(\n @accent-color,\n 0.3\n ) !important;\n --yt-spec-filled-button-focus-outline: @surface0 !important;\n --yt-spec-static-overlay-button-hover: @surface1 !important;\n --yt-spec-mono-filled-hover: @surface1 !important;\n --yt-spec-commerce-filled-hover: @accent-color !important;\n --yt-spec-mono-tonal-hover: @surface1 !important;\n --yt-spec-commerce-tonal-hover: @surface2 !important;\n --yt-spec-static-overlay-filled-hover: @overlay1 !important;\n --yt-spec-static-overlay-tonal-hover: @surface1 !important;\n --yt-spec-paper-tab-ink: fadeout(@text, 0.3);\n --yt-spec-filled-button-text: @text !important;\n --yt-spec-selected-nav-text: @text !important;\n --iron-icon-fill-color: @text !important;\n\n /* Search bar */\n --ytd-searchbox-border-color: @surface0 !important;\n --ytd-searchbox-legacy-border-color: @surface0 !important;\n --ytd-searchbox-legacy-border-shadow-color: fadeout(@crust, 0) !important;\n --ytd-searchbox-legacy-button-color: @mantle !important;\n --ytd-searchbox-legacy-button-border-color: @surface0 !important;\n --ytd-searchbox-legacy-button-focus-color: @accent-color !important;\n --ytd-searchbox-legacy-button-hover-color: @mantle !important;\n --ytd-searchbox-legacy-button-hover-border-color: @surface0 !important;\n --ytd-searchbox-legacy-button-icon-color: @accent-color !important;\n --ytd-searchbox-background: @base !important;\n --ytd-searchbox-text-color: @text !important;\n\n /* System icons */\n --yt-spec-icon-inactive: @text !important;\n --yt-spec-icon-disabled: @overlay1 !important;\n --yt-spec-brand-icon-inactive: @overlay2 !important;\n\n /* Yt video Page */\n --yt-live-chat-background-color: @base !important;\n --yt-live-chat-action-panel-background-color: @base !important;\n --yt-live-chat-secondary-background-color: @surface1;\n --yt-live-chat-toast-background-color: @surface2 !important;\n --yt-live-chat-mode-change-background-color: @base !important;\n --yt-live-chat-secondary-text-color: @subtext0 !important;\n --yt-live-chat-tertiary-text-color: fadeout(@text, 0.54) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: @subtext0 !important;\n --yt-live-chat-text-input-field-placeholder-color: @subtext0 !important;\n --yt-live-chat-enabled-send-button-color: @text !important;\n --yt-live-chat-disabled-icon-button-color: @subtext1 !important;\n --yt-live-chat-picker-button-hover-color: @accent-color !important;\n --yt-live-chat-mention-background-color: @accent-color !important;\n --yt-live-chat-mention-text-color: @text !important;\n --yt-live-chat-deleted-message-color: @subtext0;\n --yt-live-chat-deleted-message-bar-color: @subtext1 !important;\n --yt-live-chat-reconnect-message-color: @text !important;\n --yt-live-chat-disabled-button-background-color: @overlay0 !important;\n --yt-live-chat-sub-panel-background-color: @base !important;\n --yt-live-chat-sub-panel-background-color-transparent: @mantle !important;\n --yt-live-chat-moderator-color: @lavender !important;\n --yt-live-chat-owner-color: @peach !important;\n --yt-live-chat-message-highlight-background-color: @base !important;\n --yt-live-chat-sponsor-color: @green !important;\n --yt-live-chat-overlay-color: fadeout(@mantle, 0.5);\n --yt-live-chat-dialog-background-color: @base !important;\n --yt-emoji-picker-variant-selector-bg-color: @base !important;\n --yt-live-chat-moderation-mode-hover-background-color: fadeout(\n @mantle,\n 0.3\n ) !important;\n --yt-grey: @subtext0 !important;\n --yt-live-chat-text-input-field-suggestion-background-color: @subtext0 !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: @subtext1 !important;\n --yt-emoji-picker-search-background-color: @surface0 !important;\n --yt-emoji-picker-search-color: @text !important;\n --yt-emoji-picker-search-placeholder-color: @accent-color !important;\n --yt-live-chat-slider-active-color: @accent-color !important;\n --yt-live-chat-slider-container-color: @surface0 !important;\n --yt-live-chat-slider-markers-color: @text !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(\n @mantle,\n transparent\n ) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(\n to top,\n @mantle,\n transparent\n ) !important;\n --yt-live-chat-automod-button-background-color-hover: fadeout(\n @crust,\n 0.5\n ) !important;\n --yt-live-chat-automod-button-explanation-color: fadeout(\n @accent-color,\n 0.7\n ) !important;\n --yt-live-chat-shimmer-background-color: fadeout(@crust, 0.4) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(\n 0deg,\n fadeout(@text, 0.1) 40%,\n fadeout(@base, 0.3) 50%,\n fadeout(@text, 0.1) 60%\n ) !important;\n --yt-live-chat-vem-background-color: @mantle !important;\n --yt-live-chat-product-picker-icon-color: fadeout(@text, 0.5) !important;\n --yt-live-chat-product-picker-hover-color: @overlay0 !important;\n --yt-live-chat-product-picker-disabled-icon-color: fadeout(\n @text,\n 0.3\n ) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n\n /* Tooltip */\n --paper-tooltip-background: @overlay0 !important;\n --paper-tooltip-text-color: @text !important;\n\n /* links */\n --yt-endpoint-color: @accent-color !important;\n --yt-endpoint-visited-color: @accent-color !important;\n --yt-endpoint-hover-color: @accent-color !important;\n\n --sb-dark-red-outline: @accent-color !important;\n --sb-main-bg-color: @base !important;\n --sb-main-fg-color: @text !important;\n --sb-grey-bg-color: @base !important;\n --sb-grey-fg-color: @subtext0 !important;\n --sb-red-bg-color: @accent-color !important;\n }\n\n /* general colors */\n &:not(.style-scope) {\n --primary-text-color: @text !important;\n --primary-background-color: @base !important;\n --secondary-text-color: @subtext0 !important;\n --disabled-text-color: @subtext1 !important;\n --divider-color: @overlay0 !important;\n --error-color: @red !important;\n --primary-color: @accent-color !important;\n --light-primary-color: @accent-color !important;\n --dark-primary-color: @blue !important;\n --accent-color: @accent-color !important;\n --light-accent-color: @accent-color !important;\n --dark-accent-color: @accent-color !important;\n --light-theme-background-color: @base !important;\n --light-theme-base-color: @text !important;\n --light-theme-text-color: @text !important;\n --light-theme-secondary-color: @subtext0 !important;\n --light-theme-disabled-color: @subtext1 !important;\n --light-theme-divider-color: @overlay0 !important;\n --dark-theme-background-color: @base !important;\n --dark-theme-base-color: @text !important;\n --dark-theme-text-color: @text !important;\n --dark-theme-secondary-color: @subtext0 !important;\n --dark-theme-disabled-color: @subtext1 !important;\n --dark-theme-divider-color: @overlay0 !important;\n }\n\n /* logo */\n ytd-topbar-logo-renderer.style-scope a svg > g,\n svg.ytd-consent-bump-v2-lightbox > g:nth-child(1) {\n path[fill=\"#FF0000\"] {\n fill: @accent-color !important;\n }\n path[fill=\"white\"] {\n fill: @base !important;\n }\n }\n & when (@logo =0) {\n ytd-topbar-logo-renderer,\n svg.ytd-consent-bump-v2-lightbox {\n display: none;\n }\n }\n\n #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: @accent-color !important;\n --yt-endpoint-visited-color: @accent-color !important;\n color: @accent-color !important;\n }\n\n /* selected chapter */\n ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: @surface0 !important;\n --ytd-macro-markers-list-item-title-color: @text !important;\n --ytd-macro-markers-list-item-secondary-color: @subtext1 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: @surface1 !important;\n }\n\n /* playlist selector */\n ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: @surface1 !important;\n --yt-lightsource-section4-color: @surface2 !important;\n --yt-lightsource-primary-title-color: @text !important;\n --yt-lightsource-secondary-title-color: @text !important;\n --yt-active-playlist-panel-background-color: @surface0 !important;\n }\n\n ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette]\n .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: @text !important;\n background-color: @base !important;\n }\n\n /* transparent header bar */\n #container.ytd-masthead {\n --iron-icon-fill-color: @text !important;\n background-color: @base !important;\n }\n\n ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll]\n #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: @text !important;\n background-color: @base !important;\n }\n\n /* change color of the player edges */\n #ytd-player #container when (@oledOn =0) {\n background: @base !important;\n }\n\n /* explandable meta */\n ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: @base !important;\n --yt-lightsource-section2-color: @surface0 !important;\n --yt-lightsource-section3-color: @surface1 !important;\n --yt-lightsource-section4-color: @surface2 !important;\n --yt-lightsource-primary-title-color: @text !important;\n --yt-lightsource-secondary-title-color: @subtext0 !important;\n }\n\n yt-live-chat-renderer {\n --yt-emoji-picker-renderer-height: 180px;\n --yt-button-default-text-color: @text !important;\n --yt-button-default-background-color: @base !important;\n --yt-button-dark-text-color: @base !important;\n --yt-button-dark-background-color: @accent-color !important;\n --yt-button-payment-background-color: @accent-color !important;\n }\n\n yt-icon.ytd-pinned-comment-badge-renderer * {\n fill: @text !important;\n }\n\n .yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after {\n background: @overlay0 !important;\n }\n\n .html5-ypc-purchase {\n background: @accent-color !important;\n color: @mantle !important;\n &:hover {\n background: lighten(@accent-color, 10%) !important;\n }\n }\n\n .html5-ypc-description,\n .html5-ypc-title,\n .html5-ypc-action-heading {\n color: @text;\n }\n\n yt-notification-action-renderer[darker-dark-theme]\n tp-yt-paper-toast.yt-notification-action-renderer {\n background: @overlay0 !important;\n }\n\n /* volume bar */\n .ytp-volume-slider-handle {\n background: @accent-color !important;\n &::before {\n background: @accent-color !important;\n }\n &::after {\n z-index: -1;\n }\n }\n\n /* new videos dot */\n #newness-dot {\n background-color: @accent-color !important;\n }\n\n /* subtitle */\n .ytp-chrome-controls .ytp-button[aria-pressed]::after {\n background-color: @accent-color !important;\n }\n\n /* menu items */\n /* checkbox subitem */\n .ytp-menuitem-toggle-checkbox {\n background-color: @overlay1;\n\n &::after {\n background-color: @subtext0;\n }\n }\n .ytp-menuitem[aria-checked=\"true\"] .ytp-menuitem-toggle-checkbox {\n background-color: @accent-color;\n\n &::after {\n background-color: @text;\n }\n }\n\n .ytp-menuitem:not([aria-disabled=\"true\"]):hover {\n background: @surface1 !important;\n }\n .ytp-settings-button.ytp-hd-quality-badge,\n .ytp-settings-button.ytp-4k-quality-badge,\n .ytp-settings-button.ytp-5k-quality-badge,\n .ytp-settings-button.ytp-8k-quality-badge,\n .ytp-settings-button.ytp-hdr-quality-badge,\n .ytp-settings-button.ytp-3d-badge {\n &::after {\n background-color: @accent-color !important;\n }\n }\n\n .ytp-panel-menu {\n color: @text;\n\n & .ytp-menuitem:not(:last-child) svg > path {\n fill: @text;\n }\n\n & .ytp-menuitem:last-child svg:last-child {\n fill: @text;\n }\n }\n\n .ytp-right-controls svg path,\n .ytp-svg-fill {\n fill: #fff !important;\n }\n\n .ytp-time-current,\n .ytp-time-separator,\n .ytp-time-duration,\n .ytp-menu-label-secondary,\n .ytp-menuitem-label-count {\n color: #fff;\n }\n\n .ytp-tooltip:not([aria-hidden=\"true\"]) {\n color: @text;\n }\n\n .style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover {\n fill: @accent-color !important;\n }\n\n .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled,\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled {\n background-color: @accent-color !important;\n .yt-spec-button-shape-next__icon yt-icon svg g path {\n fill: @base !important;\n }\n &:hover {\n background-color: darken(@accent-color, 20%) !important;\n }\n }\n\n .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--text {\n color: @text;\n }\n\n /* link */\n .yt-core-attributed-string__link--call-to-action-color {\n color: @sapphire !important;\n &:hover {\n color: @teal !important;\n }\n }\n\n /* private video warning */\n .WARNING.yt-alert-renderer {\n background-color: @yellow;\n }\n\n /* search input placeholder */\n #search-input.ytd-searchbox-spt #search::placeholder {\n color: @overlay0;\n }\n\n /* search results */\n .sbpqs_a::before,\n .sbqs_c::before {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n background: none;\n }\n\n /* Results backgrounds */\n .sbsb_a,\n .sbdd_b {\n background: @mantle !important;\n }\n\n /* Transcript Button */\n .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--outline {\n color: @accent-color !important;\n border-color: @surface2 !important;\n\n &:hover {\n background-color: fadeout(@accent-color, 80) !important;\n border-color: fadeout(@accent-color, 80) !important;\n }\n }\n\n /* text color */\n .gsfs {\n color: @text !important;\n }\n\n /* Hover and keyboard select background */\n .sbsb_c.gsfs:hover,\n .sbsb_d {\n background-color: @surface0 !important;\n }\n\n .sbfl_b {\n background-color: @mantle !important;\n &:hover {\n background-color: @surface0 !important;\n color: @accent-color !important;\n }\n }\n\n .sbpqs_a {\n color: @accent-color !important;\n }\n\n .sbfl_a {\n color: @subtext0 !important;\n }\n\n .sbsb_i {\n color: @subtext0;\n }\n\n /* Keyboard select text color and hover text color */\n .sbsb_c:hover .sbqs_c,\n .sbsb_c.gsfs.sbsb_d .sbqs_c {\n color: @accent-color !important;\n }\n\n .ytp-swatch-background-color {\n background-color: @accent-color !important;\n }\n\n /* exmplation box */\n .explanation-box[correct] * {\n color: @crust !important;\n }\n\n /* history tab header */\n .page-header-view-model-wiz__page-header-title {\n color: @text;\n }\n\n /* Video Music Names */\n .yt-video-attribute-view-model__title {\n color: @text;\n }\n .yt-video-attribute-view-model__subtitle {\n color: @subtext0;\n }\n .yt-video-attribute-view-model__secondary-subtitle {\n color: @subtext0;\n }\n\n /* custom likes + anims */\n yt-animated-icon[animated-icon-type=\"LIKE\"]\n > ytd-lottie-player\n > lottie-component\n > svg\n > g:nth-child(2)\n > g:nth-child(2) {\n /* not liked */\n > g:nth-child(2),\n > g:nth-child(4) {\n > path:nth-child(1) {\n stroke: @text !important;\n }\n }\n /* liked */\n > g:nth-child(1),\n > g:nth-child(3) {\n > path:nth-child(1) {\n fill: @accent-color !important;\n }\n > path:nth-child(2) {\n stroke: @accent-color !important;\n }\n }\n }\n\n /* iv branding */\n /* Popup for when you hover over the channel avatar in the video */\n .iv-branding .branding-context-container-inner {\n background-color: @base !important;\n }\n\n /* video desc */\n yt-attributed-string.ytd-text-inline-expander:nth-child(1)\n > span:nth-child(1)\n > span:nth-child(1) {\n color: @text !important;\n }\n #attributed-snippet-text > span:nth-child(1) > span:nth-child(1) {\n color: @text !important;\n }\n span[class=\"yt-core-attributed-string--link-inherit-color\"][style=\"color: rgb(255, 255, 255);\"] {\n color: @text !important;\n }\n\n .iv-branding .iv-branding-context-name {\n color: @text !important;\n text-shadow: none !important;\n }\n\n /* Cards */\n .iv-drawer-content {\n background-color: fadeout(@mantle, 5%) !important;\n }\n\n .iv-drawer-header-text {\n color: @text !important;\n }\n\n .iv-card-content,\n .ytp-ce-expanding-overlay-background,\n .ytp-cards-teaser .ytp-cards-teaser-text,\n .ytp-cards-teaser .ytp-cards-teaser-box {\n background-color: @base !important;\n }\n\n .iv-card-content > :first-child,\n .html5-video-player a,\n .iv-card h2,\n .ytp-cards-teaser .ytp-cards-teaser-text {\n color: @text !important;\n }\n\n /* Player tooltip background */\n .ytp-tooltip-text {\n background: @surface0 !important;\n }\n\n .iv-card:hover .iv-card-primary-link,\n .ytp-ce-website-title {\n color: @accent-color !important;\n }\n\n .ytp-popup {\n background: @surface0 !important;\n }\n\n tp-yt-paper-dialog {\n background-color: @base !important;\n }\n\n /* live badges */\n .badge-style-type-live-now-alternate,\n ytd-thumbnail-overlay-time-status-renderer[overlay-style=\"LIVE\"] {\n color: @crust !important;\n yt-icon svg {\n g path,\n path {\n fill: @crust !important;\n }\n }\n }\n .ytp-live-badge {\n &::before {\n background: @subtext1 !important;\n }\n &[disabled]::before {\n background: @accent-color !important;\n }\n }\n\n /* notification idicator */\n .yt-spec-icon-badge-shape--type-notification\n .yt-spec-icon-badge-shape__badge {\n background-color: @accent-color !important;\n color: @crust !important;\n }\n .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon {\n color: var(--yt-spec-icon-active-other) !important;\n }\n .yt-spec-icon-badge-shape {\n color: var(--yt-spec-icon-active-other) !important;\n }\n\n /* bell next to subscription button */\n .yt-animated-icon svg {\n g path,\n path {\n fill: @text !important;\n }\n }\n\n /* creator badges */\n ytd-author-comment-badge-renderer {\n --yt-basic-background-color: @surface0 !important;\n --yt-basic-foreground-title-color: @surface0 !important;\n --ytd-author-comment-badge-background-color: @surface0 !important;\n --ytd-author-comment-badge-name-color: @text !important;\n --ytd-author-comment-badge-icon-color: @text !important;\n padding-right: 6px;\n padding-left: 8px;\n }\n\n /* ambient mode */\n #cinematics {\n mix-blend-mode: lighten;\n }\n\n /* badges e.g. popular */\n yt-chip-cloud-chip-renderer[chip-style=\"STYLE_DEFAULT\"][selected],\n yt-chip-cloud-chip-renderer[chip-style=\"STYLE_HOME_FILTER\"][selected] {\n background: @accent-color !important;\n color: @crust !important;\n }\n\n /* Search border */\n ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: @accent-color !important;\n }\n\n /* New Feature inline banner */\n .ytd-brand-video-singleton-renderer {\n background: @surface0 !important;\n color: @text !important;\n }\n yt-button-shape a {\n border-color: @text !important;\n color: @text !important;\n }\n\n /* Chapter overview buttons */\n #share-button,\n #repeat-button {\n button {\n color: @text !important;\n }\n }\n\n /* Error page */\n #error-page {\n background-color: @base !important;\n }\n .search_plugin_added {\n background-color: @base;\n }\n\n #error-page-content {\n color: @text !important;\n text-shadow: none;\n background-color: @base !important;\n > p {\n color: @text !important;\n text-shadow: none;\n }\n #masthead-search-terms.masthead-search-terms-border {\n border-color: @accent-color !important;\n box-shadow: none !important;\n }\n #yt-masthead {\n color: @text !important;\n text-shadow: none;\n #logo-container {\n .logo {\n filter: invert(1) grayscale(1);\n }\n .content-region {\n color: @text !important;\n text-shadow: none;\n }\n }\n #masthead-search #masthead-search-terms-border {\n input[type=\"text\"] {\n color: @text !important;\n &:focus {\n color: @accent-color !important;\n }\n }\n }\n .search-button {\n background-color: @mantle !important;\n }\n }\n }\n\n /* channel homepage */\n /* selected tab */\n .yt-tab-shape-wiz__tab--tab-selected {\n color: @accent-color !important;\n }\n .yt-tab-group-shape-wiz__slider {\n background-color: @accent-color !important;\n }\n\n /* unselected */\n .yt-tab-shape-wiz__tab {\n color: @subtext1;\n }\n\n /* hover */\n .yt-tab-shape-wiz:hover {\n .yt-tab-shape-wiz__tab {\n color: lighten(@accent-color, 7.5);\n }\n\n .yt-tab-shape-wiz__tab-bar {\n background-color: lighten(@accent-color, 7.5);\n }\n }\n\n /* yt end cards */\n .ytp-ce-channel-subscribers-text {\n color: @subtext0;\n }\n .ytp-ce-channel-metadata {\n color: @text;\n }\n .yt-ui-ellipsis {\n background-color: @base;\n }\n a.ytp-ce-link,\n a.ytp-ce-link:hover,\n a.ytp-ce-link:visited {\n color: @accent-color !important;\n }\n\n /* hopefully temporary (buttons) */\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n background-color: @surface0;\n color: @text;\n &:hover {\n background-color: @surface1;\n }\n }\n .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--filled {\n color: @crust;\n background-color: @accent-color;\n &:hover {\n background-color: darken(@accent-color, 20);\n }\n }\n .yt-spec-touch-feedback-shape--touch-response\n .yt-spec-touch-feedback-shape__stroke {\n border-color: @surface1;\n }\n .yt-spec-touch-feedback-shape--touch-response-inverse\n .yt-spec-touch-feedback-shape__stroke {\n border-color: @accent-color;\n }\n\n ytd-guide-section-renderer.style-scope:nth-child(3) > div:nth-child(2),\n ytd-guide-section-renderer.style-scope:nth-child(4) > div:nth-child(2) {\n > ytd-guide-entry-renderer:nth-child(1)\n > a:nth-child(1)\n > tp-yt-paper-item:nth-child(1)\n > yt-icon:nth-child(1)\n > yt-icon-shape:nth-child(1)\n > icon-shape:nth-child(1)\n > div:nth-child(1)\n > svg:nth-child(1) {\n > g:nth-child(2) > g:nth-child(2) > path {\n &:nth-child(2) {\n fill: @base !important;\n }\n }\n }\n > ytd-guide-entry-renderer:nth-child(2)\n > a:nth-child(1)\n > tp-yt-paper-item:nth-child(1)\n > yt-icon:nth-child(1)\n > yt-icon-shape:nth-child(1)\n > icon-shape:nth-child(1)\n > div:nth-child(1)\n > svg:nth-child(1) {\n > path:nth-child(2) {\n fill: @base !important;\n }\n > path:nth-child(4) {\n fill: @base !important;\n }\n }\n > ytd-guide-entry-renderer:nth-child(3)\n > a:nth-child(1)\n > tp-yt-paper-item:nth-child(1)\n > yt-icon:nth-child(1)\n > yt-icon-shape:nth-child(1)\n > icon-shape:nth-child(1)\n > div:nth-child(1)\n > svg:nth-child(1) {\n > polygon:nth-child(2) {\n fill: @base !important;\n }\n > path:nth-child(3) {\n fill: @base !important;\n }\n }\n > ytd-guide-entry-renderer:nth-child(4)\n > a:nth-child(1)\n > tp-yt-paper-item:nth-child(1)\n > yt-icon:nth-child(1)\n > yt-icon-shape:nth-child(1)\n > icon-shape:nth-child(1)\n > div:nth-child(1)\n > svg:nth-child(1) {\n > path:nth-child(4) {\n fill: @base !important;\n }\n }\n }\n\n [fill=\"#F00\"],\n [fill=\"red\"],\n [fill=\"#FF0000\"] {\n fill: @accent-color;\n }\n\n svg > g > polygon[fill=\"#fff\"] {\n fill: @base !important;\n }\n\n .yt-spec-button-shape-next--call-to-action.yt-spec-button-shape-next--text {\n color: @accent-color;\n &:hover {\n background-color: fadeout(@accent-color, 90);\n }\n }\n\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline,\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: @text;\n &:hover {\n background-color: @surface0;\n }\n }\n\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--outline {\n border-color: @surface0;\n }\n\n /* Scrollbar */\n ::-webkit-scrollbar {\n width: @scrollbar_width !important;\n }\n\n ::-webkit-scrollbar-track {\n background: @base !important;\n }\n\n ::-webkit-scrollbar-thumb {\n background: @accent-color !important;\n }\n\n /* text highlight */\n ::selection {\n background: fadeout(@accent-color, 80%) !important;\n color: @text !important;\n }\n }\n}\n\n@-moz-document url-prefix('https://www.youtube.com/redirect')\n{\n /* youtube.com-redirect */\n :root[dark] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n h1 {\n color: @text !important;\n }\n\n #redirect-main-text {\n color: @overlay2 !important;\n .bolded {\n color: @accent-color !important;\n }\n }\n\n /* search */\n #masthead-search-terms-border {\n border-color: @surface0 !important;\n background-color: @surface0 !important;\n box-shadow: fadeout(@crust, 10%) !important;\n }\n\n /* Community Cross-posting */\n ytd-shared-post-renderer[uses-compact-lockup]\n #repost-context.ytd-shared-post-renderer {\n background-color: var(--second-background);\n }\n #divider-line-container.ytd-shared-post-renderer {\n background-color: var(--yt-spec-10-percent-layer);\n }\n\n #masthead-search-terms {\n color: @text !important;\n }\n\n .search-button {\n background: @surface0 !important;\n border-color: @surface0 !important;\n }\n\n .search-button-content {\n filter: invert(1);\n }\n\n #redirect-backto-safety-button:hover {\n color: @text !important;\n }\n\n #logo-container .content-region {\n color: @text !important;\n }\n\n /* text highlight */\n ::selection {\n background: fadeout(@accent-color, 80%) !important;\n color: @text !important;\n }\n }\n}\n\n@-moz-document url-prefix('https://studio.youtube.com')\n{\n /* studio.youtube.com */\n :root[dark] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n &,\n html,\n html[dark],\n html[dark][dark],\n &[dark],\n &[light],\n [light],\n html[light],\n html[light][light] {\n /* disable */\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n\n /* text */\n --yt-spec-text-primary: @text !important;\n --ytcp-text-primary: @text !important;\n --ytcp-text-primary-inverse: @base !important;\n --ytcp-static-overlay-text-primary-inverse: @base !important;\n --ytcp-wordmark-text: @text !important;\n --ytcp-text-secondary: @subtext0 !important;\n --ytcp-text-disabled: @subtext1 !important;\n --ytcp-overlay-text-primary: @overlay2 !important;\n\n /* main bg */\n --ytcp-general-background-a: @base !important;\n --yt-spec-base-background: @base !important;\n --yt-spec-black-3: @base !important;\n\n /* secondary bg */\n --yt-spec-brand-background-solid: @mantle !important;\n --ytcp-brand-background-solid: @mantle !important;\n --yt-spec-raised-background: @mantle !important;\n --ytcp-general-background-b: @mantle !important;\n --ytcp-analytics-reach-background: @mantle !important;\n --yt-spec-black-2: @mantle !important;\n\n /* additional bg */\n --ytcp-general-background-c: @crust !important;\n\n /* menu */\n --ytcp-menu-background: @surface0 !important;\n\n /* card borders */\n --ytcp-container-border-color: @surface0 !important;\n --ytcp-container-hovered-border-color: @surface0 !important;\n --ytcp-line-divider-solid: @surface0 !important;\n --ytcp-container-border-color-inverse: @subtext0 !important;\n --ytcp-line-divider-solid-inverse: @subtext0 !important;\n\n /* links */\n --ytcp-call-to-action: @sapphire !important;\n --ytcp-call-to-action-inverse: @mantle !important;\n\n /* buttons */\n --ytcp-call-to-action-raised-background: @accent-color !important;\n --yt-spec-brand-button-background: @accent-color !important;\n --ytcp-call-to-action-raised-disabled: @surface2 !important;\n --ytcp-call-to-action-raised-disabled-background: @overlay2 !important;\n --ytcp-call-to-action-raised-background-inverse: @base !important;\n --ytcp-call-to-action-raised-disabled-inverse: @surface2 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: @overlay2 !important;\n\n /* dropdown */\n --yt-spec-brand-background-primary: @surface0 !important;\n\n /* icons */\n --yt-compact-link-icon-color: @overlay2 !important;\n --ytcp-icon-active: @accent-color !important;\n --ytcp-icon-inactive: @overlay2 !important;\n --ytcp-icon-disabled: @overlay2 !important;\n --ytcp-icon-active-inverse: @overlay1 !important;\n --ytcp-icon-disabled-inverse: @subtext1 !important;\n\n /* colors */\n --ytcp-error-red: @red !important;\n --ytcp-badge-red: @red !important;\n --ytcp-error-red-inverse: @red !important;\n --ytcp-themed-red-inverse: @red !important;\n --ytcp-themed-red: @red !important;\n --ytcp-themed-blue: @blue !important;\n --ytcp-badge-blue-solid: @blue !important;\n --ytcp-themed-blue-inverse: @blue !important;\n --ytcp-themed-green: @green !important;\n --ytmus-genre-primary-melon: @green !important;\n --ytcp-themed-green-inverse: @green !important;\n --ytcp-analytics-pine: @green !important;\n --ytcp-analytics-pine-inverse: @green !important;\n --ytcp-analytics-parrot: @green !important;\n --ytcp-themed-yellow: @peach !important;\n --ytmus-genre-primary-gold: @peach !important;\n --ytcp-yellow-inverse: @peach !important;\n --ytcp-badge-yellow: @peach !important;\n --ytcp-analytics-yellow: @peach !important;\n --ytcp-analytics-apricot: @peach !important;\n --ytcp-suggested-action: @teal !important;\n --ytcp-analytics-overview: @teal !important;\n --ytcp-analytics-revenue: @teal !important;\n --ytcp-analytics-default-secondary: @teal !important;\n --ytcp-analytics-royal-blue: @lavender !important;\n --ytcp-analytics-reach: @lavender !important;\n --ytcp-analytics-audience: @lavender !important;\n --ytcp-analytics-engagement: @pink !important;\n --ytcp-analytics-revenue-secondary: @pink !important;\n --ytcp-analytics-bubblegum: @flamingo !important;\n --ytmus-genre-primary-ruby: @flamingo !important;\n --ytmus-genre-primary-salmon: @mauve !important;\n --ytmus-genre-primary-orange: @maroon !important;\n --ytmus-genre-primary-sky: @sky !important;\n --ytmus-genre-primary-sky-inverse: @sky !important;\n\n /* misc */\n --yt-spec-badge-chip-background: @surface1 !important;\n --ytcp-focus-inverse: @accent-color !important;\n --ytcp-focus: @accent-color !important;\n --ytcp-selected-item: @accent-color !important;\n --ytcp-hover-item: @overlay2 !important;\n --ytcp-chip-active-focus: @accent-color !important;\n --ytcp-playhead: @overlay2 !important;\n --ytcp-playhead-inverse: @overlay2 !important;\n }\n\n ytcp-button.destructive.ytls-error-dialog {\n color: @base !important;\n }\n\n yt-formatted-string.ytls-error-dialog,\n tp-yt-iron-icon.ytls-error-dialog {\n color: @text !important;\n }\n\n /* text highlight */\n ::selection {\n background: fadeout(@accent-color, 80%) !important;\n color: @text !important;\n }\n }\n}\n\n@-moz-document domain('m.youtube.com') {\n html[darker-dark-theme] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n html {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n background-color: @base !important;\n color: @text !important;\n\n /* ambient mode */\n #cinematics {\n mix-blend-mode: lighten;\n }\n\n /* tobar */\n .mobile-topbar-header[data-mode=\"watch\"],\n ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: @base;\n }\n\n /* header text */\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: @text;\n }\n\n /* some transpartent buttons */\n .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n .modern-styling {\n background: @surface0;\n }\n\n .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: @surface0;\n }\n\n .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: @text;\n }\n\n /* comment box */\n .engagement-panel-container {\n background: @mantle;\n }\n\n /* bottom bar */\n ytm-pivot-bar-renderer {\n background: @mantle;\n color: @text;\n border-top-color: @surface0;\n }\n\n /* chips */\n .chip-bar {\n background-color: @base;\n }\n\n /* selected chip color */\n [chip-style=\"STYLE_DEFAULT\"].selected .chip-container,\n [chip-style=\"STYLE_HOME_FILTER\"].selected .chip-container,\n [chip-style=\"STYLE_COLOR_RED\"].selected .chip-container,\n [chip-style=\"STYLE_COLOR_GREEN\"].selected .chip-container,\n [chip-style=\"STYLE_COLOR_BLUE\"].selected .chip-container {\n color: @crust;\n background-color: @accent-color;\n }\n\n /* normal chip */\n [chip-style=\"STYLE_DEFAULT\"] .chip-container,\n [chip-style=\"STYLE_HOME_FILTER\"] .chip-container,\n [chip-style=\"STYLE_REFRESH_TO_NOVEL_CHIP\"] .chip-container,\n [chip-style=\"STYLE_COLOR_RED\"] .chip-container,\n [chip-style=\"STYLE_COLOR_GREEN\"] .chip-container,\n [chip-style=\"STYLE_COLOR_BLUE\"] .chip-container {\n color: @text;\n background-color: @surface0;\n }\n\n /* buttons */\n .yt-spec-touch-feedback-shape--touch-response\n .yt-spec-touch-feedback-shape__fill {\n background-color: @text;\n }\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--text {\n color: @text;\n }\n .yt-spec-touch-feedback-shape--touch-response\n .yt-spec-touch-feedback-shape__stroke {\n border-color: @surface1;\n }\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal {\n color: @text;\n background-color: @surface0;\n }\n .yt-spec-button-shape-next--mono.yt-spec-button-shape-next--filled,\n .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--filled {\n color: @crust;\n background-color: @accent-color;\n }\n .yt-spec-touch-feedback-shape--overlay-touch-response-inverse\n .yt-spec-touch-feedback-shape__fill {\n background-color: @accent-color;\n }\n .yt-spec-touch-feedback-shape--overlay-touch-response\n .yt-spec-touch-feedback-shape__fill {\n background-color: @text;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name YouTube Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/youtube\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube\n@version 4.0.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox logo \"Enable YouTube logo\" 1\n@var checkbox oled \"Enable black bars\" 0\n==/UserStyle== */\n\n@-moz-document domain('youtube.com') {\n :root[dark] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root:not([dark]) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @white: if(@lookup = latte, @base, @text);\n @black: if(@lookup = latte, @text, @base);\n\n color: @text;\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &,\n [dark],\n [system-icons],\n [darker-dark-theme],\n &[dark],\n &[system-icons],\n &[darker-dark-theme] {\n --yt-spec-white-1: @text !important;\n --yt-spec-white-2: @subtext0 !important;\n --yt-spec-white-3: @subtext1 !important;\n --yt-spec-white-4: darken(@subtext1, 5%) !important;\n --yt-spec-black-1: @overlay1 !important;\n --yt-spec-black-2: @overlay0 !important;\n --yt-spec-black-3: @surface2 !important;\n --yt-spec-black-4: @surface1 !important;\n --yt-spec-black-pure: @surface0 !important;\n --yt-spec-grey-1: @text !important;\n --yt-spec-grey-2: @subtext0 !important;\n --yt-spec-grey-3: @subtext1 !important;\n --yt-spec-grey-4: @overlay2 !important;\n --yt-spec-grey-5: @overlay1 !important;\n --yt-brand-youtube-red: @accent-color !important;\n --yt-brand-medium-red: @accent-color !important;\n --yt-brand-light-red: @accent-color !important;\n --yt-spec-red-30: @peach !important;\n --yt-spec-red-70: @red !important;\n --yt-spec-pale-blue: @sky !important;\n --yt-spec-light-blue: @sky !important;\n --yt-spec-dark-blue: @sapphire !important;\n --yt-spec-navy-blue: @teal !important;\n --yt-spec-light-green: @green !important;\n --yt-spec-dark-green: @green !important;\n --yt-spec-yellow: @peach !important;\n --yt-spec-black-pure-alpha-5: fadeout(@crust, 0.05) !important;\n --yt-spec-black-pure-alpha-10: fadeout(@crust, 0.1) !important;\n --yt-spec-black-pure-alpha-15: fadeout(@crust, 0.15) !important;\n --yt-spec-black-pure-alpha-30: fadeout(@crust, 0.3) !important;\n --yt-spec-black-pure-alpha-60: fadeout(@crust, 0.6) !important;\n --yt-spec-black-pure-alpha-80: fadeout(@crust, 0.8) !important;\n --yt-spec-black-1-alpha-98: fadeout(@crust, 0.98) !important;\n --yt-spec-black-1-alpha-95: fadeout(@crust, 0.95) !important;\n --yt-spec-white-1-alpha-10: fadeout(@text, 0.1) !important;\n --yt-spec-white-1-alpha-20: fadeout(@text, 0.2) !important;\n --yt-spec-white-1-alpha-25: fadeout(@text, 0.25) !important;\n --yt-spec-white-1-alpha-30: fadeout(@text, 0.3) !important;\n --yt-spec-white-1-alpha-70: fadeout(@text, 0.7) !important;\n --yt-spec-white-1-alpha-95: fadeout(@text, 0.95) !important;\n --yt-spec-white-1-alpha-98: fadeout(@text, 0.98) !important;\n --yt-brand-medium-red-alpha-90: fadeout(@accent-color, 0.9) !important;\n --yt-brand-medium-red-alpha-30: fadeout(@accent-color, 0.3) !important;\n --yt-brand-light-red-alpha-30: fadeout(@accent-color, 0.3) !important;\n --yt-spec-light-blue-alpha-30: fadeout(@sapphire, 0.3) !important;\n --yt-spec-dark-blue-alpha-30: fadeout(@sapphire, 0.3) !important;\n\n --yt-spec-base-background: @base !important;\n --yt-spec-raised-background: @base !important;\n --yt-spec-menu-background: @mantle !important;\n --yt-spec-inverted-background: @text !important;\n --yt-spec-additive-background: fadeout(@surface0, 0.1) !important;\n --yt-spec-outline: @surface0 !important;\n --yt-spec-shadow: fadeout(@crust, 0.25) !important;\n --yt-spec-text-primary: @text !important;\n --yt-spec-text-secondary: @subtext0 !important;\n --yt-spec-text-disabled: @subtext1 !important;\n --yt-spec-text-primary-inverse: @crust !important;\n --yt-spec-call-to-action: @accent-color !important;\n --yt-spec-call-to-action-inverse: @accent-color !important;\n --yt-spec-suggested-action: fadeout(@accent-color, 80%) !important;\n --yt-spec-suggested-action-inverse: @text !important;\n --yt-spec-icon-active-other: @text !important;\n --yt-spec-button-chip-background-hover: @surface1 !important;\n --yt-spec-touch-response: @surface0 !important;\n\n --yt-spec-touch-response-inverse: @accent-color !important;\n --yt-spec-brand-icon-active: @accent-color !important;\n --yt-spec-brand-button-background: @accent-color !important;\n --yt-spec-brand-link-text: @sapphire !important;\n --yt-spec-wordmark-text: @text !important;\n --yt-spec-error-indicator: @red !important;\n --yt-spec-themed-blue: @accent-color !important;\n --yt-spec-themed-green: @green !important;\n --yt-spec-ad-indicator: @teal !important;\n --yt-spec-themed-overlay-background: fadeout(@crust, 0.8) !important;\n --yt-spec-commerce-badge-background: @green !important;\n --yt-spec-static-brand-red: @accent-color !important;\n --yt-spec-static-brand-white: @text !important;\n --yt-spec-static-brand-black: @base !important;\n --yt-spec-static-clear-color: fadeout(@crust, 0) !important;\n --yt-spec-static-clear-black: fadeout(@crust, 0) !important;\n --yt-spec-static-ad-yellow: @peach !important;\n --yt-spec-static-grey: @subtext0 !important;\n --yt-spec-static-overlay-background-solid: @crust !important;\n --yt-spec-static-overlay-background-heavy: @surface0;\n --yt-spec-static-overlay-background-medium: fadeout(\n @crust,\n 0.6\n ) !important;\n --yt-spec-static-overlay-background-medium-light: fadeout(\n @crust,\n 0.3\n ) !important;\n --yt-spec-static-overlay-background-light: fadeout(\n @crust,\n 0.1\n ) !important;\n --yt-spec-static-overlay-text-primary: @text !important;\n --yt-spec-static-overlay-text-secondary: fadeout(\n @subtext0,\n 0.7\n ) !important;\n --yt-spec-static-overlay-text-disabled: fadeout(\n @subtext0,\n 0.3\n ) !important;\n --yt-spec-static-overlay-call-to-action: @accent-color !important;\n --yt-spec-static-overlay-icon-active-other: @text !important;\n --yt-spec-static-overlay-icon-inactive: @surface1 !important;\n --yt-spec-static-overlay-icon-disabled: @surface2 !important;\n --yt-spec-static-overlay-button-primary: @accent-color !important;\n --yt-spec-static-overlay-button-secondary: @surface0 !important;\n --yt-spec-static-overlay-touch-response: @overlay1 !important;\n --yt-spec-static-overlay-touch-response-inverse: @surface1 !important;\n --yt-spec-static-overlay-background-brand: @accent-color !important;\n --yt-spec-assistive-feed-themed-gradient-1: @subtext0 !important;\n --yt-spec-assistive-feed-themed-gradient-2: @lavender !important;\n --yt-spec-assistive-feed-themed-gradient-3: @red !important;\n --yt-spec-brand-background-solid: @base !important;\n --yt-spec-brand-background-primary: @base !important;\n --yt-spec-brand-background-secondary: @mantle !important;\n --yt-spec-general-background-a: @base !important;\n --yt-spec-general-background-b: @base !important;\n --yt-spec-general-background-c: @crust !important;\n --yt-spec-error-background: @base !important;\n --yt-spec-10-percent-layer: @surface0 !important;\n --yt-spec-snackbar-background: @mantle !important;\n --yt-spec-snackbar-background-updated: @mantle !important;\n --yt-spec-badge-chip-background: if(\n @lookup =latte,\n @crust,\n @surface1\n ) !important;\n --yt-spec-verified-badge-background: @overlay0 !important;\n --yt-spec-call-to-action-fadeoutd: fadeout(@sapphire, 0.3) !important;\n --yt-spec-call-to-action-hover: @accent-color !important;\n --yt-spec-brand-button-background-hover: @accent-color !important;\n --yt-spec-brand-link-text-fadeoutd: fadeout(\n @accent-color,\n 0.3\n ) !important;\n --yt-spec-filled-button-focus-outline: @surface0 !important;\n --yt-spec-static-overlay-button-hover: @surface1 !important;\n --yt-spec-mono-filled-hover: @surface1 !important;\n --yt-spec-commerce-filled-hover: @accent-color !important;\n --yt-spec-mono-tonal-hover: @surface1 !important;\n --yt-spec-commerce-tonal-hover: @surface2 !important;\n --yt-spec-static-overlay-filled-hover: @overlay1 !important;\n --yt-spec-static-overlay-tonal-hover: @surface1 !important;\n --yt-spec-paper-tab-ink: fadeout(@text, 0.3);\n --yt-spec-filled-button-text: @text !important;\n --yt-spec-selected-nav-text: @text !important;\n --iron-icon-fill-color: @text !important;\n\n /* Search bar */\n --ytd-searchbox-border-color: @surface0 !important;\n --ytd-searchbox-legacy-border-color: @surface0 !important;\n --ytd-searchbox-legacy-border-shadow-color: fadeout(@crust, 0) !important;\n --ytd-searchbox-legacy-button-color: @mantle !important;\n --ytd-searchbox-legacy-button-border-color: @surface0 !important;\n --ytd-searchbox-legacy-button-focus-color: @accent-color !important;\n --ytd-searchbox-legacy-button-hover-color: @mantle !important;\n --ytd-searchbox-legacy-button-hover-border-color: @surface0 !important;\n --ytd-searchbox-legacy-button-icon-color: @accent-color !important;\n --ytd-searchbox-background: @base !important;\n --ytd-searchbox-text-color: @text !important;\n\n /* System icons */\n --yt-spec-icon-inactive: @text !important;\n --yt-spec-icon-disabled: @overlay1 !important;\n --yt-spec-brand-icon-inactive: @overlay2 !important;\n\n /* Yt video Page */\n --yt-live-chat-background-color: @base !important;\n --yt-live-chat-action-panel-background-color: @base !important;\n --yt-live-chat-secondary-background-color: @surface1;\n --yt-live-chat-toast-background-color: @surface2 !important;\n --yt-live-chat-mode-change-background-color: @base !important;\n --yt-live-chat-secondary-text-color: @subtext0 !important;\n --yt-live-chat-tertiary-text-color: fadeout(@text, 0.54) !important;\n --yt-live-chat-text-input-field-inactive-underline-color: @subtext0 !important;\n --yt-live-chat-text-input-field-placeholder-color: @subtext0 !important;\n --yt-live-chat-enabled-send-button-color: @text !important;\n --yt-live-chat-disabled-icon-button-color: @subtext1 !important;\n --yt-live-chat-picker-button-hover-color: @accent-color !important;\n --yt-live-chat-mention-background-color: @accent-color !important;\n --yt-live-chat-mention-text-color: @text !important;\n --yt-live-chat-deleted-message-color: @subtext0;\n --yt-live-chat-deleted-message-bar-color: @subtext1 !important;\n --yt-live-chat-reconnect-message-color: @text !important;\n --yt-live-chat-disabled-button-background-color: @overlay0 !important;\n --yt-live-chat-sub-panel-background-color: @base !important;\n --yt-live-chat-sub-panel-background-color-transparent: @mantle !important;\n --yt-live-chat-moderator-color: @lavender !important;\n --yt-live-chat-owner-color: @peach !important;\n --yt-live-chat-message-highlight-background-color: @base !important;\n --yt-live-chat-sponsor-color: @green !important;\n --yt-live-chat-overlay-color: fadeout(@mantle, 0.5);\n --yt-live-chat-dialog-background-color: @base !important;\n --yt-emoji-picker-variant-selector-bg-color: @base !important;\n --yt-live-chat-moderation-mode-hover-background-color: fadeout(\n @mantle,\n 0.3\n ) !important;\n --yt-grey: @subtext0 !important;\n --yt-live-chat-text-input-field-suggestion-background-color: @subtext0 !important;\n --yt-live-chat-text-input-field-suggestion-background-color-hover: @subtext1 !important;\n --yt-emoji-picker-search-background-color: @surface0 !important;\n --yt-emoji-picker-search-color: @text !important;\n --yt-emoji-picker-search-placeholder-color: @accent-color !important;\n --yt-live-chat-slider-active-color: @accent-color !important;\n --yt-live-chat-slider-container-color: @surface0 !important;\n --yt-live-chat-slider-markers-color: @text !important;\n --yt-live-chat-banner-gradient-scrim: linear-gradient(\n @mantle,\n transparent\n ) !important;\n --yt-live-chat-action-panel-gradient-scrim: linear-gradient(\n to top,\n @mantle,\n transparent\n ) !important;\n --yt-live-chat-automod-button-background-color-hover: fadeout(\n @crust,\n 0.5\n ) !important;\n --yt-live-chat-automod-button-explanation-color: fadeout(\n @accent-color,\n 0.7\n ) !important;\n --yt-live-chat-shimmer-background-color: fadeout(@crust, 0.4) !important;\n --yt-live-chat-shimmer-linear-gradient: linear-gradient(\n 0deg,\n fadeout(@text, 0.1) 40%,\n fadeout(@base, 0.3) 50%,\n fadeout(@text, 0.1) 60%\n ) !important;\n --yt-live-chat-vem-background-color: @mantle !important;\n --yt-live-chat-product-picker-icon-color: fadeout(@text, 0.5) !important;\n --yt-live-chat-product-picker-hover-color: @overlay0 !important;\n --yt-live-chat-product-picker-disabled-icon-color: fadeout(\n @text,\n 0.3\n ) !important;\n --yt-live-chat-action-panel-background-color-transparent: (\n null\n ) !important;\n\n --paper-tooltip-background: @overlay0 !important;\n --paper-tooltip-text-color: @text !important;\n\n /* Links */\n --yt-endpoint-color: @accent-color !important;\n --yt-endpoint-visited-color: @accent-color !important;\n --yt-endpoint-hover-color: @accent-color !important;\n\n --sb-dark-red-outline: @accent-color !important;\n --sb-main-bg-color: @base !important;\n --sb-main-fg-color: @text !important;\n --sb-grey-bg-color: @base !important;\n --sb-grey-fg-color: @subtext0 !important;\n --sb-red-bg-color: @accent-color !important;\n }\n\n &:not(.style-scope) {\n --primary-text-color: @text !important;\n --primary-background-color: @base !important;\n --secondary-text-color: @subtext0 !important;\n --disabled-text-color: @subtext1 !important;\n --divider-color: @overlay0 !important;\n --error-color: @red !important;\n --primary-color: @accent-color !important;\n --light-primary-color: @accent-color !important;\n --dark-primary-color: @blue !important;\n --accent-color: @accent-color !important;\n --light-accent-color: @accent-color !important;\n --dark-accent-color: @accent-color !important;\n --light-theme-background-color: @base !important;\n --light-theme-base-color: @text !important;\n --light-theme-text-color: @text !important;\n --light-theme-secondary-color: @subtext0 !important;\n --light-theme-disabled-color: @subtext1 !important;\n --light-theme-divider-color: @overlay0 !important;\n --dark-theme-background-color: @base !important;\n --dark-theme-base-color: @text !important;\n --dark-theme-text-color: @text !important;\n --dark-theme-secondary-color: @subtext0 !important;\n --dark-theme-disabled-color: @subtext1 !important;\n --dark-theme-divider-color: @overlay0 !important;\n }\n\n /* Misc */\n\n & when (@logo = 0) {\n ytd-topbar-logo-renderer,\n svg.ytd-consent-bump-v2-lightbox {\n display: none;\n }\n }\n\n #channel-name.ytd-video-meta-block {\n --yt-endpoint-color: @accent-color !important;\n --yt-endpoint-visited-color: @accent-color !important;\n color: @accent-color !important;\n }\n\n /* Selected chapter */\n ytd-macro-markers-list-item-renderer {\n --ytd-macro-markers-list-item-background-color: @surface0 !important;\n --ytd-macro-markers-list-item-title-color: @text !important;\n --ytd-macro-markers-list-item-secondary-color: @subtext1 !important;\n --ytd-macro-markers-list-item-timestamp-background-color: @surface1 !important;\n }\n\n ytd-playlist-panel-video-renderer {\n --yt-lightsource-section2-color: @surface1 !important;\n --yt-lightsource-section4-color: @surface2 !important;\n --yt-lightsource-primary-title-color: @text !important;\n --yt-lightsource-secondary-title-color: @text !important;\n --yt-active-playlist-panel-background-color: @surface0 !important;\n }\n\n ytd-playlist-panel-renderer[collapsible][collapsed][use-color-palette]\n .header.ytd-playlist-panel-renderer {\n --iron-icon-fill-color: @text !important;\n background-color: @base !important;\n }\n\n #container.ytd-masthead {\n --iron-icon-fill-color: @text !important;\n }\n\n ytd-feed-filter-chip-bar-renderer[expand-instead-of-scroll]\n #chips-wrapper.ytd-feed-filter-chip-bar-renderer {\n --iron-icon-fill-color: @text !important;\n background-color: @base !important;\n }\n\n #ytd-player #container when (@oled =0) {\n background: @crust !important;\n }\n\n ytd-expandable-metadata-renderer {\n --yt-lightsource-section1-color: @base !important;\n --yt-lightsource-section2-color: @surface0 !important;\n --yt-lightsource-section3-color: @surface1 !important;\n --yt-lightsource-section4-color: @surface2 !important;\n --yt-lightsource-primary-title-color: @text !important;\n --yt-lightsource-secondary-title-color: @subtext0 !important;\n }\n\n yt-live-chat-renderer {\n --yt-button-default-text-color: @text !important;\n --yt-button-default-background-color: @base !important;\n --yt-button-dark-text-color: @base !important;\n --yt-button-dark-background-color: @accent-color !important;\n --yt-button-payment-background-color: @accent-color !important;\n }\n\n ytd-author-comment-badge-renderer:not(\n [style*=\"--ytd-author-comment-badge-icon-background-color: transparent;\"]\n ) {\n --yt-basic-background-color: @surface0 !important;\n --yt-basic-foreground-title-color: @surface0 !important;\n --ytd-author-comment-badge-background-color: @surface0 !important;\n --ytd-author-comment-badge-name-color: @text !important;\n --ytd-author-comment-badge-icon-color: @text !important;\n }\n\n /* Skeleton */\n #guide-skeleton,\n #home-container-skeleton,\n #home-chips,\n #search-container {\n background-color: @base;\n z-index: -1;\n }\n\n #guide-skeleton .guide-ghost-icon,\n #guide-skeleton .guide-ghost-text,\n .masthead-skeleton-icon,\n #home-page-skeleton .skeleton-bg-color {\n background-color: @surface1;\n }\n\n /* Ambient mode */\n #cinematics {\n mix-blend-mode: lighten;\n }\n\n .ytp-settings-button.ytp-hd-quality-badge::after,\n .ytp-settings-button.ytp-hdr-quality-badge::after,\n .ytp-settings-button.ytp-4k-quality-badge::after,\n .ytp-settings-button.ytp-5k-quality-badge::after,\n .ytp-settings-button.ytp-8k-quality-badge::after,\n .ytp-settings-button.ytp-3d-badge-grey::after,\n .ytp-settings-button.ytp-3d-badge::after {\n background-color: @accent-color;\n }\n\n /* Icons */\n\n [fill=\"red\"],\n [fill=\"#F00\"],\n [fill=\"#FF0000\"] {\n fill: @accent-color !important;\n }\n\n [fill=\"white\"] {\n fill: if(@lookup = latte, @base, @text) !important;\n }\n\n yt-icon.ytd-logo [fill=\"white\"] {\n fill: @crust !important;\n }\n\n .yt-spec-icon-shape {\n [fill=\"#FAFAFA\"],\n [fill=\"#000\"],\n [fill=\"#fff\"],\n [fill=\"#FFF\"],\n [fill=\"#FFFFFF\"] {\n fill: @crust !important;\n }\n }\n .yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__icon,\n .yt-spec-icon-badge-shape {\n color: @text;\n }\n\n /* Buttons */\n\n .yt-spec-button-shape-next--mono {\n &.yt-spec-button-shape-next--tonal {\n color: @text;\n background-color: @surface1;\n\n [fill=\"rgb(3,3,3)\"],\n [fill=\"rgb(0,0,0)\"],\n [fill=\"rgb(255,255,255)\"] {\n fill: @text !important;\n }\n\n [stroke=\"rgb(0,0,0)\"],\n [stroke=\"rgb(255,255,255)\"] {\n stroke: @text !important;\n }\n\n /* Accent for filled-in thumbs up (like button) */\n [animated-icon-type=\"LIKE\"] {\n g path[fill] {\n fill: @accent-color !important;\n\n + [stroke] {\n stroke: @accent-color !important;\n }\n }\n }\n\n &:hover {\n background-color: @surface2;\n }\n }\n\n &.yt-spec-button-shape-next--outline {\n color: @text;\n border-color: @surface2;\n\n &:hover {\n background-color: @surface2;\n }\n }\n\n &.yt-spec-button-shape-next--text {\n color: @text;\n\n /* Accent for filled-in thumbs up (like button) */\n path[d=\"M3,11h3v10H3V11z M18.77,11h-4.23l1.52-4.94C16.38,5.03,15.54,4,14.38,4c-0.58,0-1.14,0.24-1.52,0.65L7,11v10h10.43 c1.06,0,1.98-0.67,2.19-1.61l1.34-6C21.23,12.15,20.18,11,18.77,11z\"] {\n fill: @accent-color;\n }\n }\n\n &.yt-spec-button-shape-next--filled {\n color: @crust;\n background-color: @accent-color;\n\n &:hover {\n background-color: darken(@accent-color, 5%);\n }\n }\n }\n\n .yt-spec-button-shape-next--overlay {\n &.yt-spec-button-shape-next--tonal,\n &.yt-spec-button-shape-next--text {\n color: @text;\n }\n\n &.yt-spec-button-shape-next--filled {\n color: @crust;\n background-color: @accent-color;\n }\n }\n\n .yt-spec-button-shape-next--call-to-action {\n &.yt-spec-button-shape-next--outline {\n color: @accent-color;\n border-color: @surface2;\n\n &:hover {\n background-color: @accent-color;\n color: @crust;\n }\n }\n\n &.yt-spec-button-shape-next--text {\n color: @accent-color;\n\n &:hover {\n background-color: fade(@accent-color, 30%);\n }\n }\n\n &.yt-spec-button-shape-next--filled {\n color: @crust;\n background-color: @accent-color;\n }\n }\n\n .yt-spec-button-shape-next--disabled.yt-spec-button-shape-next--filled {\n color: @subtext0;\n background-color: fade(@surface1, 70%);\n }\n\n /* Search box */\n\n ytd-searchbox[has-focus] #container.ytd-searchbox {\n border-color: @accent-color;\n }\n\n .sbsb_a {\n background: var(--yt-spec-raised-background);\n }\n .sbdd_b {\n border-color: var(--yt-spec-raised-background);\n background-color: var(--yt-spec-raised-background);\n }\n .sbpqs_a,\n .gsfs {\n color: var(--yt-spec-text-primary);\n }\n .sbsb_i {\n color: var(--yt-spec-call-to-action);\n }\n .sbsb_d {\n background-color: var(--yt-spec-additive-background);\n }\n .sbdd_c {\n visibility: hidden;\n }\n\n /* \"Suggestion removed\" */\n .sbpqs_c {\n color: @overlay1;\n }\n\n .sbpqs_a::before,\n .sbqs_c::before {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n background: none;\n }\n\n /* Video description */\n\n #description {\n [style*=\"color: rgb(255, 255, 255);\"],\n [style*=\"color: rgb(19, 19, 19);\"] {\n color: @text !important;\n }\n }\n\n .yt-core-attributed-string__link--call-to-action-color {\n color: @accent-color;\n }\n\n .YtwCourseProgressViewModelHostProgressTitle,\n .YtwCourseProgressViewModelHostProgressSubtitle {\n color: @text;\n }\n\n .YtwCourseProgressViewModelHostProgressBar {\n background-color: fade(@white, 20%);\n\n .YtwCourseProgressViewModelHostProgressBarFill {\n background-color: @text;\n }\n }\n\n /* Thumbnails */\n\n #time-status:has([aria-label=\"LIVE\"]),\n .badge[aria-label=\"LIVE\"] {\n --yt-spec-static-overlay-text-primary: @crust;\n --yt-spec-static-overlay-icon-active-other: @crust;\n }\n #thumbnail [style=\"background-color: rgba(51, 51, 51, 0.8);\"],\n .YtInlinePlayerControlsTopRightControlsCircleButton,\n .badge-shape-wiz--default.badge-shape-wiz--overlay,\n .branding-context-container-inner {\n background-color: @surface0 !important;\n color: @text;\n }\n .ytp-sb-unsubscribe {\n background-color: @surface2;\n color: @text;\n }\n .ytp-sb-subscribe {\n background-color: @accent-color;\n color: @crust;\n }\n ytd-thumbnail-overlay-resume-playback-renderer {\n background-color: @surface1;\n }\n\n /* Panels, popups, tooltips */\n\n .ytp-tooltip-text {\n background: @surface0 !important;\n color: @text;\n text-shadow: none !important;\n }\n\n .ytp-popup {\n background: @surface0 !important;\n text-shadow: none;\n }\n\n .ytp-panel-menu,\n .ytp-panel-header,\n .ytp-panel-footer,\n .ytp-menuitem-label,\n .ytp-premium-label,\n .ytp-menuitem-content,\n .ytp-menuitem-label-count,\n .ytp-menu-label-secondary,\n .ytd-menu-title-renderer {\n color: @text;\n }\n\n .ytp-panel-header {\n border-bottom-color: @surface2;\n }\n\n .ytp-panel-footer-content-link {\n color: @accent-color;\n }\n\n .ytp-panel-back-button {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .ytp-menuitem-toggle-checkbox {\n background-color: @surface2;\n\n &::after {\n background-color: @subtext0;\n }\n }\n\n .ytp-menuitem {\n &:not([aria-disabled=\"true\"]):hover {\n background-color: @surface1;\n }\n\n svg > path:not([fill=\"none\"]) {\n fill: @text !important;\n }\n\n &[aria-haspopup=\"true\"] .ytp-menuitem-content {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n &[role=\"menuitemradio\"][aria-checked=\"true\"] .ytp-menuitem-label {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n\n /* Video player */\n\n .ytp-cards-button {\n .ytp-cards-button-icon {\n use {\n fill: @black;\n }\n path {\n fill: @white;\n }\n }\n }\n .ytp-cards-teaser {\n .ytp-cards-teaser-box {\n background-color: @surface2;\n border-bottom-color: @surface2;\n }\n .ytp-cards-teaser-text {\n color: @text;\n }\n }\n\n .html5-video-player {\n color: @white;\n\n .ytp-swatch-background-color {\n background-color: @accent-color !important;\n }\n\n .ytp-svg-fill,\n [fill=\"#fff\"] {\n fill: @white !important;\n }\n\n .ytp-volume-slider-handle {\n &,\n &::before {\n background-color: @white;\n }\n &::after {\n background-color: fade(@white, 20%);\n }\n }\n\n .ytp-time-current,\n .ytp-time-separator,\n .ytp-time-duration {\n color: @white;\n }\n\n .ytp-button,\n .ytp-subtitles-button {\n &[aria-pressed]::after {\n background-color: @accent-color;\n }\n }\n\n .ytp-autonav-toggle-button {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n\n &::after {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n\n &[aria-checked=\"true\"] {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n\n &::after {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml;charset=utf-8,@{svg}\");\n }\n }\n }\n }\n\n #shorts-container {\n --yt-spec-static-overlay-text-primary: @white;\n .yt-spec-button-shape-next--overlay.yt-spec-button-shape-next--tonal {\n color: @white;\n }\n\n ytd-reel-video-renderer:not([is-watch-while-mode]) {\n .yt-spec-button-shape-with-label__label {\n color: @subtext1;\n }\n }\n\n /* Buy super thanks button */\n .YtdShortsSuggestedActionStaticHostContainer {\n background-color: @surface0;\n\n .YtdShortsSuggestedActionStaticHostLeadingIcon,\n .YtdShortsSuggestedActionStaticHostPrimaryText {\n color: @text;\n }\n }\n }\n\n /* Channel pages */\n .yt-tab-shape-wiz__tab {\n color: @subtext1;\n }\n .yt-tab-shape-wiz__tab--tab-selected {\n color: @text;\n }\n .yt-tab-group-shape-wiz__slider {\n background-color: @text;\n }\n .yt-tab-shape-wiz:hover .yt-tab-shape-wiz__tab-bar {\n background-color: @subtext1;\n }\n .truncated-text-wiz,\n .page-header-view-model-wiz__page-header-content-metadata {\n color: @subtext1;\n }\n .page-header-view-model-wiz__page-header-title,\n [style=\"color: rgb(255, 255, 255);\"]:has(svg),\n .truncated-text-wiz__absolute-button {\n color: @text !important;\n }\n .yt-contextual-sheet-layout-wiz {\n background-color: @mantle;\n\n .yt-list-item-view-model-wiz__container--tappable:hover {\n background-color: @surface0;\n }\n\n .yt-list-item-view-model-wiz__title,\n .yt-list-item-view-model-wiz__accessory,\n .radio-shape-wiz__label-container {\n color: @text;\n }\n }\n }\n}\n\n@-moz-document url-prefix('https://studio.youtube.com')\n{\n :root[dark] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n [src=\"https://www.gstatic.com/youtube/img/creator/yt_studio_logo_white.svg\"]\n {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n &,\n html,\n html[dark],\n html[dark][dark],\n &[dark],\n &[light],\n [light],\n html[light],\n html[light][light] {\n --yt-spec-black-pure-alpha-80: (null) !important;\n --yt-spec-black-pure-alpha-60: (null) !important;\n --yt-spec-black-1-alpha-98: (null) !important;\n --yt-spec-black-1-alpha-95: (null) !important;\n --iron-icon-fill-color: unset !important;\n\n --yt-spec-text-primary: @text !important;\n --ytcp-text-primary: @text !important;\n --ytcp-text-primary-inverse: @base !important;\n --ytcp-static-overlay-text-primary-inverse: @base !important;\n --ytcp-wordmark-text: @text !important;\n --ytcp-text-secondary: @subtext0 !important;\n --ytcp-text-disabled: @subtext1 !important;\n --ytcp-overlay-text-primary: @overlay2 !important;\n\n --ytcp-general-background-a: @base !important;\n --yt-spec-base-background: @base !important;\n --yt-spec-black-3: @base !important;\n\n --yt-spec-brand-background-solid: @mantle !important;\n --ytcp-brand-background-solid: @mantle !important;\n --yt-spec-raised-background: @mantle !important;\n --ytcp-general-background-b: @mantle !important;\n --ytcp-analytics-reach-background: @mantle !important;\n --yt-spec-black-2: @mantle !important;\n\n --ytcp-general-background-c: @crust !important;\n --ytcp-menu-background: @surface0 !important;\n\n --ytcp-container-border-color: @surface0 !important;\n --ytcp-container-hovered-border-color: @surface0 !important;\n --ytcp-line-divider-solid: @surface0 !important;\n --ytcp-container-border-color-inverse: @subtext0 !important;\n --ytcp-line-divider-solid-inverse: @subtext0 !important;\n\n --ytcp-call-to-action: @accent-color !important;\n --ytcp-call-to-action-inverse: @mantle !important;\n --ytcp-call-to-action-raised-background: @accent-color !important;\n --yt-spec-brand-button-background: @accent-color !important;\n --ytcp-call-to-action-raised-disabled: @surface2 !important;\n --ytcp-call-to-action-raised-disabled-background: @overlay2 !important;\n --ytcp-call-to-action-raised-background-inverse: @base !important;\n --ytcp-call-to-action-raised-disabled-inverse: @surface2 !important;\n --ytcp-call-to-action-raised-disabled-background-inverse: @overlay2 !important;\n\n --yt-spec-brand-background-primary: @surface0 !important;\n\n --yt-compact-link-icon-color: @overlay2 !important;\n --ytcp-icon-active: @accent-color !important;\n --ytcp-icon-inactive: @overlay2 !important;\n --ytcp-icon-disabled: @overlay0 !important;\n --ytcp-icon-active-inverse: @overlay1 !important;\n --ytcp-icon-disabled-inverse: @subtext1 !important;\n\n --ytcp-error-red: @red !important;\n --ytcp-badge-red: @red !important;\n --ytcp-error-red-inverse: @red !important;\n --ytcp-themed-red-inverse: @red !important;\n --ytcp-themed-red: @accent-color !important;\n --ytcp-themed-blue: @accent-color !important;\n --ytcp-badge-blue: fade(@accent-color, 30%);\n --ytcp-badge-blue-solid: @blue !important;\n --ytcp-themed-blue-inverse: @blue !important;\n --ytcp-themed-green: @green !important;\n --ytmus-genre-primary-melon: @green !important;\n --ytcp-themed-green-inverse: @green !important;\n --ytcp-analytics-pine: @green !important;\n --ytcp-analytics-pine-inverse: @green !important;\n --ytcp-analytics-parrot: @green !important;\n --ytcp-themed-yellow: @peach !important;\n --ytmus-genre-primary-gold: @peach !important;\n --ytcp-yellow-inverse: @peach !important;\n --ytcp-badge-yellow: @peach !important;\n --ytcp-analytics-yellow: @peach !important;\n --ytcp-analytics-apricot: @peach !important;\n --ytcp-suggested-action: @teal !important;\n --ytcp-analytics-overview: @teal !important;\n --ytcp-analytics-revenue: @teal !important;\n --ytcp-analytics-default-secondary: @teal !important;\n --ytcp-analytics-royal-blue: @lavender !important;\n --ytcp-analytics-reach: @lavender !important;\n --ytcp-analytics-audience: @lavender !important;\n --ytcp-analytics-engagement: @pink !important;\n --ytcp-analytics-revenue-secondary: @pink !important;\n --ytcp-analytics-bubblegum: @flamingo !important;\n --ytmus-genre-primary-ruby: @flamingo !important;\n --ytmus-genre-primary-salmon: @mauve !important;\n --ytmus-genre-primary-orange: @maroon !important;\n --ytmus-genre-primary-sky: @sky !important;\n --ytmus-genre-primary-sky-inverse: @sky !important;\n\n --yt-spec-badge-chip-background: @surface1 !important;\n --ytcp-focus-inverse: @accent-color !important;\n --ytcp-focus: @accent-color !important;\n --ytcp-selected-item: @accent-color !important;\n --ytcp-hover-item: @overlay2 !important;\n --ytcp-chip-active-focus: @accent-color !important;\n --ytcp-playhead: @overlay2 !important;\n --ytcp-playhead-inverse: @overlay2 !important;\n }\n\n ytcp-button.destructive.ytls-error-dialog {\n color: @base !important;\n }\n\n yt-formatted-string.ytls-error-dialog,\n tp-yt-iron-icon.ytls-error-dialog {\n color: @text !important;\n }\n }\n}\n\n@-moz-document domain('m.youtube.com') {\n html[darker-dark-theme] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n html {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n background-color: @base !important;\n color: @text !important;\n\n /* Ambient mode */\n #cinematics {\n mix-blend-mode: lighten;\n }\n\n .mobile-topbar-header[data-mode=\"watch\"],\n ytm-mobile-topbar-renderer:not([ambient-topbar]) {\n background: @base;\n }\n\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-logo,\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-title,\n .mobile-topbar-header[data-mode=\"watch\"] .mobile-topbar-header-content {\n color: @text;\n }\n\n .yt-spec-bottom-sheet-layout__bottom-sheet-renderer-container,\n .modern-styling {\n background: @surface0;\n }\n\n .yt-spec-bottom-sheet-layout__bottom-sheet-layout-header-wrapper {\n border-bottom-color: @surface0;\n }\n\n .yt-spec-bottom-sheet-layout__bottom-sheet-content {\n color: @text;\n }\n\n /* Comment box */\n .engagement-panel-container {\n background: @mantle;\n }\n\n /* Bottom bar */\n ytm-pivot-bar-renderer {\n background: @mantle;\n color: @text;\n border-top-color: @surface0;\n }\n\n /* Chips */\n .chip-bar {\n background-color: @base;\n }\n\n [chip-style*=\"STYLE_\"] {\n .chip-container {\n color: @text;\n background-color: @surface0;\n }\n\n &.selected .chip-container {\n color: @crust;\n background-color: @accent-color;\n }\n }\n\n /* Buttons */\n\n .yt-spec-touch-feedback-shape--touch-response {\n .yt-spec-touch-feedback-shape__fill {\n background-color: @text;\n }\n\n .yt-spec-touch-feedback-shape__stroke {\n border-color: @surface1;\n }\n }\n\n .yt-spec-touch-feedback-shape--overlay-touch-response-inverse\n .yt-spec-touch-feedback-shape__fill {\n background-color: @accent-color;\n }\n .yt-spec-touch-feedback-shape--overlay-touch-response\n .yt-spec-touch-feedback-shape__fill {\n background-color: @text;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "YouTube Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/youtube", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/youtube", - "version": "3.5.1", + "version": "4.0.9", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube", "description": "Soothing pastel theme for YouTube", @@ -3713,20 +3873,12 @@ "default": "1", "options": null }, - "oledOn": { + "oled": { "type": "checkbox", "label": "Enable black bars", - "name": "oledOn", - "value": "0", - "default": "0", - "options": null - }, - "scrollbar_width": { - "type": "text", - "label": "Scrollbar width", - "name": "scrollbar_width", + "name": "oled", "value": null, - "default": "8px", + "default": "0", "options": null } } @@ -3735,12 +3887,12 @@ "description": "Soothing pastel theme for YouTube", "name": "YouTube Catppuccin", "preferScheme": "dark", - "originalDigest": "7d2825d52d833b08ef9dc16753bccba343ae58f1", + "originalDigest": "906047555dfc1573ad58a8c929e6f089875753ec", "_id": "e5b4796b-635a-45b8-afad-4b79566305fb", - "_rev": 1710542743217, + "_rev": 1713474846934, "id": 54, - "etag": "W/\"a35b2d5583a9dc13cbb240f1d72430368a2f017f103320c6221ee24093192d00\"", - "updateDate": 1710542743109 + "etag": "W/\"e2cd36f98c8df18fc3255b47e5b00e92f7244e00091398e53bb26121ddbbcd91\"", + "updateDate": 1713474846826 }, { "enabled": true, @@ -3749,26 +3901,31 @@ "installDate": 1695497739304, "sections": [ { - "code": "/* ==UserStyle==\n@name Hoppscotch.io Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hoppscotch\n@homepageURL\t https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch\n@version 1.0.0\n@description Soothing pastel theme for Hoppscotch\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css\n@license\t MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Hoppscotch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hoppscotch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch\n@version 1.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoppscotch\n@description Soothing pastel theme for Hoppscotch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root.dark {\n --primary-color: #24273a;\n --primary-light-color: #494d64;\n --primary-dark-color: #181926;\n --primary-contrast-color: #1e2030;\n --secondary-color: #a5adcb;\n --secondary-light-color: #a5adcb;\n --secondary-dark-color: #b8c0e0;\n --divider-color: #6e738d;\n --divider-light-color: #8087a2;\n --divider-dark-color: #5b6078;\n --error-color: #ed8796;\n --tooltip-color: #cad3f5;\n --popover-color: #181926;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: rgba(198, 160, 246, 0.009);\n --editor-name-color: #8aadf4;\n --editor-operator-color: #c6a0f6;\n --editor-invalid-color: #ee99a0;\n --editor-separator-color: #6e738d;\n --editor-meta-color: #6e738d;\n --editor-variable-color: #a6da95;\n --editor-link-color: #7dc4e4;\n --editor-process-color: rgba(245, 189, 230, 0.014);\n --editor-constant-color: rgba(183, 189, 248, 0.012);\n --editor-keyword-color: #ed8796;\n --accent-color: #b7bdf8;\n --accent-light-color: rgba(183, 189, 248, 0.011);\n --accent-dark-color: rgba(183, 189, 248, 0.009);\n --accent-contrast-color: #181926;\n --gradient-from-color: rgba(183, 189, 248, 0.0105);\n --gradient-via-color: rgba(183, 189, 248, 0.012);\n --gradient-to-color: rgba(183, 189, 248, 0.0085);\n --editor-process-color: #cad3f5;\n }\n :root.dark .ͼ1 .cm-placeholder {\n color: #cad3f5;\n }\n :root.dark .cm-focused .cm-activeLine {\n background-color: #363a4f;\n }\n :root.dark .cm-focused .cm-activeLineGutter {\n background-color: #5b6078;\n }\n :root.light {\n --primary-color: #24273a;\n --primary-light-color: #494d64;\n --primary-dark-color: #181926;\n --primary-contrast-color: #1e2030;\n --secondary-color: #a5adcb;\n --secondary-light-color: #a5adcb;\n --secondary-dark-color: #b8c0e0;\n --divider-color: #6e738d;\n --divider-light-color: #8087a2;\n --divider-dark-color: #5b6078;\n --error-color: #ed8796;\n --tooltip-color: #cad3f5;\n --popover-color: #181926;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: rgba(198, 160, 246, 0.009);\n --editor-name-color: #8aadf4;\n --editor-operator-color: #c6a0f6;\n --editor-invalid-color: #ee99a0;\n --editor-separator-color: #6e738d;\n --editor-meta-color: #6e738d;\n --editor-variable-color: #a6da95;\n --editor-link-color: #7dc4e4;\n --editor-process-color: rgba(245, 189, 230, 0.014);\n --editor-constant-color: rgba(183, 189, 248, 0.012);\n --editor-keyword-color: #ed8796;\n --accent-color: #b7bdf8;\n --accent-light-color: rgba(183, 189, 248, 0.011);\n --accent-dark-color: rgba(183, 189, 248, 0.009);\n --accent-contrast-color: #181926;\n --gradient-from-color: rgba(183, 189, 248, 0.0105);\n --gradient-via-color: rgba(183, 189, 248, 0.012);\n --gradient-to-color: rgba(183, 189, 248, 0.0085);\n --editor-process-color: #cad3f5;\n }\n :root.light .ͼ1 .cm-placeholder {\n color: #cad3f5;\n }\n :root.light .cm-focused .cm-activeLine {\n background-color: #363a4f;\n }\n :root.light .cm-focused .cm-activeLineGutter {\n background-color: #5b6078;\n }", - "start": 1010, + "code": ":root.dark {\n color-scheme: dark;\n --primary-color: #24273a;\n --primary-light-color: #494d64;\n --primary-dark-color: #181926;\n --primary-contrast-color: #1e2030;\n --secondary-color: #a5adcb;\n --secondary-light-color: #a5adcb;\n --secondary-dark-color: #b8c0e0;\n --divider-color: #6e738d;\n --divider-light-color: #8087a2;\n --divider-dark-color: #5b6078;\n --error-color: #ed8796;\n --tooltip-color: #cad3f5;\n --popover-color: #181926;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: rgba(198, 160, 246, 0.009);\n --editor-name-color: #8aadf4;\n --editor-operator-color: #c6a0f6;\n --editor-invalid-color: #ee99a0;\n --editor-separator-color: #6e738d;\n --editor-meta-color: #6e738d;\n --editor-variable-color: #a6da95;\n --editor-link-color: #7dc4e4;\n --editor-constant-color: rgba(183, 189, 248, 0.012);\n --editor-keyword-color: #ed8796;\n --accent-color: #b7bdf8;\n --accent-light-color: rgba(183, 189, 248, 0.011);\n --accent-dark-color: rgba(183, 189, 248, 0.009);\n --accent-contrast-color: #181926;\n --gradient-from-color: rgba(183, 189, 248, 0.0105);\n --gradient-via-color: rgba(183, 189, 248, 0.012);\n --gradient-to-color: rgba(183, 189, 248, 0.0085);\n --editor-process-color: #cad3f5;\n }\n :root.dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark input::placeholder,\n :root.dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark .ͼ1 .cm-placeholder {\n color: #cad3f5;\n }\n :root.dark .cm-focused .cm-activeLine {\n background-color: #363a4f;\n }\n :root.dark .cm-focused .cm-activeLineGutter {\n background-color: #5b6078;\n }\n :root.light {\n color-scheme: dark;\n --primary-color: #24273a;\n --primary-light-color: #494d64;\n --primary-dark-color: #181926;\n --primary-contrast-color: #1e2030;\n --secondary-color: #a5adcb;\n --secondary-light-color: #a5adcb;\n --secondary-dark-color: #b8c0e0;\n --divider-color: #6e738d;\n --divider-light-color: #8087a2;\n --divider-dark-color: #5b6078;\n --error-color: #ed8796;\n --tooltip-color: #cad3f5;\n --popover-color: #181926;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: rgba(198, 160, 246, 0.009);\n --editor-name-color: #8aadf4;\n --editor-operator-color: #c6a0f6;\n --editor-invalid-color: #ee99a0;\n --editor-separator-color: #6e738d;\n --editor-meta-color: #6e738d;\n --editor-variable-color: #a6da95;\n --editor-link-color: #7dc4e4;\n --editor-constant-color: rgba(183, 189, 248, 0.012);\n --editor-keyword-color: #ed8796;\n --accent-color: #b7bdf8;\n --accent-light-color: rgba(183, 189, 248, 0.011);\n --accent-dark-color: rgba(183, 189, 248, 0.009);\n --accent-contrast-color: #181926;\n --gradient-from-color: rgba(183, 189, 248, 0.0105);\n --gradient-via-color: rgba(183, 189, 248, 0.012);\n --gradient-to-color: rgba(183, 189, 248, 0.0085);\n --editor-process-color: #cad3f5;\n }\n :root.light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.light input::placeholder,\n :root.light textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light .ͼ1 .cm-placeholder {\n color: #cad3f5;\n }\n :root.light .cm-focused .cm-activeLine {\n background-color: #363a4f;\n }\n :root.light .cm-focused .cm-activeLineGutter {\n background-color: #5b6078;\n }", + "start": 1063, "domains": [ "hoppscotch.io" ] + }, + { + "code": "/* prettier-ignore */", + "start": 4460 } ], - "sourceCode": "/* ==UserStyle==\n@name Hoppscotch.io Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hoppscotch\n@homepageURL\t https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch\n@version 1.0.0\n@description Soothing pastel theme for Hoppscotch\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css\n@license\t MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain(\"hoppscotch.io\") {\n @catppuccin: {\n @latte: {\n @rosewater: #dc8a78;\n @flamingo: #dd7878;\n @pink: #ea76cb;\n @mauve: #8839ef;\n @red: #d20f39;\n @maroon: #e64553;\n @peach: #fe640b;\n @yellow: #df8e1d;\n @green: #40a02b;\n @teal: #179299;\n @sky: #04a5e5;\n @sapphire: #209fb5;\n @blue: #1e66f5;\n @lavender: #7287fd;\n @text: #4c4f69;\n @subtext1: #5c5f77;\n @subtext0: #6c6f85;\n @overlay2: #7c7f93;\n @overlay1: #8c8fa1;\n @overlay0: #9ca0b0;\n @surface2: #acb0be;\n @surface1: #bcc0cc;\n @surface0: #ccd0da;\n @base: #eff1f5;\n @mantle: #e6e9ef;\n @crust: #dce0e8;\n };\n @frappe: {\n @rosewater: #f2d5cf;\n @flamingo: #eebebe;\n @pink: #f4b8e4;\n @mauve: #ca9ee6;\n @red: #e78284;\n @maroon: #ea999c;\n @peach: #ef9f76;\n @yellow: #e5c890;\n @green: #a6d189;\n @teal: #81c8be;\n @sky: #99d1db;\n @sapphire: #85c1dc;\n @blue: #8caaee;\n @lavender: #babbf1;\n @text: #c6d0f5;\n @subtext1: #b5bfe2;\n @subtext0: #a5adce;\n @overlay2: #949cbb;\n @overlay1: #838ba7;\n @overlay0: #737994;\n @surface2: #626880;\n @surface1: #51576d;\n @surface0: #414559;\n @base: #303446;\n @mantle: #292c3c;\n @crust: #232634;\n };\n @macchiato: {\n @rosewater: #f4dbd6;\n @flamingo: #f0c6c6;\n @pink: #f5bde6;\n @mauve: #c6a0f6;\n @red: #ed8796;\n @maroon: #ee99a0;\n @peach: #f5a97f;\n @yellow: #eed49f;\n @green: #a6da95;\n @teal: #8bd5ca;\n @sky: #91d7e3;\n @sapphire: #7dc4e4;\n @blue: #8aadf4;\n @lavender: #b7bdf8;\n @text: #cad3f5;\n @subtext1: #b8c0e0;\n @subtext0: #a5adcb;\n @overlay2: #939ab7;\n @overlay1: #8087a2;\n @overlay0: #6e738d;\n @surface2: #5b6078;\n @surface1: #494d64;\n @surface0: #363a4f;\n @base: #24273a;\n @mantle: #1e2030;\n @crust: #181926;\n };\n @mocha: {\n @rosewater: #f5e0dc;\n @flamingo: #f2cdcd;\n @pink: #f5c2e7;\n @mauve: #cba6f7;\n @red: #f38ba8;\n @maroon: #eba0ac;\n @peach: #fab387;\n @yellow: #f9e2af;\n @green: #a6e3a1;\n @teal: #94e2d5;\n @sky: #89dceb;\n @sapphire: #74c7ec;\n @blue: #89b4fa;\n @lavender: #b4befe;\n @text: #cdd6f4;\n @subtext1: #bac2de;\n @subtext0: #a6adc8;\n @overlay2: #9399b2;\n @overlay1: #7f849c;\n @overlay0: #6c7086;\n @surface2: #585b70;\n @surface1: #45475a;\n @surface0: #313244;\n @base: #1e1e2e;\n @mantle: #181825;\n @crust: #11111b;\n };\n };\n\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent-color) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent: @catppuccin[@@lookup][@@accent-color];\n\n @accent-light-alpha: 1.1;\n @accent-dark-alpha: 0.9;\n @accent-gradient-from-color: 1.05;\n @accent-gradient-via-color: 1.2;\n @accent-gradient-to-color: 0.85;\n\n & {\n --primary-color: @base;\n --primary-light-color: @surface1;\n --primary-dark-color: @crust;\n --primary-contrast-color: @mantle;\n --secondary-color: @subtext0;\n --secondary-light-color: @subtext0;\n --secondary-dark-color: @subtext1;\n --divider-color: @overlay0;\n --divider-light-color: @overlay1;\n --divider-dark-color: @surface2;\n --error-color: @red;\n --tooltip-color: @text;\n --popover-color: @crust;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: fade(@mauve, 0.9);\n --editor-name-color: @blue;\n --editor-operator-color: @mauve;\n --editor-invalid-color: @maroon;\n --editor-separator-color: @overlay0;\n --editor-meta-color: @overlay0;\n --editor-variable-color: @green;\n --editor-link-color: @sapphire;\n --editor-process-color: fade(@pink, 1.4);\n --editor-constant-color: fade(@lavender, 1.2);\n --editor-keyword-color: @red;\n\n --accent-color: @accent;\n --accent-light-color: fade(@accent, @accent-light-alpha);\n --accent-dark-color: fade(@accent, @accent-dark-alpha);\n --accent-contrast-color: @crust;\n --gradient-from-color: fade(@accent, @accent-gradient-from-color);\n --gradient-via-color: fade(@accent, @accent-gradient-via-color);\n --gradient-to-color: fade(@accent, @accent-gradient-to-color);\n\n --editor-process-color: @text;\n }\n\n .ͼ1 .cm-placeholder {\n color: @text;\n }\n\n .cm-focused .cm-activeLine {\n background-color: @surface0;\n }\n\n .cm-focused .cm-activeLineGutter {\n background-color: @surface2;\n }\n }\n}\n", + "sourceCode": "/* ==UserStyle==\n@name Hoppscotch Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hoppscotch\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch\n@version 1.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoppscotch\n@description Soothing pastel theme for Hoppscotch\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"hoppscotch.io\") {\n :root.dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n :root.light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @accent-color-light-alpha: 1.1;\n @accent-color-dark-alpha: 0.9;\n @accent-gradient-from-color: 1.05;\n @accent-gradient-via-color: 1.2;\n @accent-gradient-to-color: 0.85;\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --primary-color: @base;\n --primary-light-color: @surface1;\n --primary-dark-color: @crust;\n --primary-contrast-color: @mantle;\n --secondary-color: @subtext0;\n --secondary-light-color: @subtext0;\n --secondary-dark-color: @subtext1;\n --divider-color: @overlay0;\n --divider-light-color: @overlay1;\n --divider-dark-color: @surface2;\n --error-color: @red;\n --tooltip-color: @text;\n --popover-color: @crust;\n --editor-theme: \"vscode-esque\";\n --editor-type-color: fade(@mauve, 0.9);\n --editor-name-color: @blue;\n --editor-operator-color: @mauve;\n --editor-invalid-color: @maroon;\n --editor-separator-color: @overlay0;\n --editor-meta-color: @overlay0;\n --editor-variable-color: @green;\n --editor-link-color: @sapphire;\n --editor-constant-color: fade(@lavender, 1.2);\n --editor-keyword-color: @red;\n --accent-color: @accent-color;\n --accent-light-color: fade(@accent-color, @accent-color-light-alpha);\n --accent-dark-color: fade(@accent-color, @accent-color-dark-alpha);\n --accent-contrast-color: @crust;\n --gradient-from-color: fade(@accent-color, @accent-gradient-from-color);\n --gradient-via-color: fade(@accent-color, @accent-gradient-via-color);\n --gradient-to-color: fade(@accent-color, @accent-gradient-to-color);\n\n --editor-process-color: @text;\n\n .ͼ1 .cm-placeholder {\n color: @text;\n }\n\n .cm-focused .cm-activeLine {\n background-color: @surface0;\n }\n\n .cm-focused .cm-activeLineGutter {\n background-color: @surface2;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { - "name": "Hoppscotch.io Catppuccin", + "name": "Hoppscotch Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/hoppscotch", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch", - "version": "1.0.0", + "version": "1.0.1", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoppscotch", "description": "Soothing pastel theme for Hoppscotch", "author": "Catppuccin", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.css", "license": "MIT", "preprocessor": "less", "vars": { @@ -3786,7 +3943,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -3815,7 +3972,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -3835,7 +3992,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "blue", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -3918,12 +4075,13 @@ }, "author": "Catppuccin", "description": "Soothing pastel theme for Hoppscotch", - "name": "Hoppscotch.io Catppuccin", - "originalDigest": "db3a8b6952ded4650be63eba85cacd43d4c6f45b", + "name": "Hoppscotch Catppuccin", + "originalDigest": "12d5043a3ec909b8f1a66ed9a090960603e2635c", "_id": "fd9a88d6-881c-45fa-b7cd-fa555859234f", - "_rev": 1695497739305, + "_rev": 1712856189568, "id": 57, - "etag": "W/\"11f409ae6d38b3808563571bf61dad1f8a7d813b49f2823ee96c696926ae8b26\"" + "etag": "W/\"af82d53aabfac3780f109c0230a05b9c9c61ef099b3f06a971c6912d5a696ea7\"", + "updateDate": 1712856189536 }, { "enabled": true, @@ -3932,24 +4090,28 @@ "installDate": 1696719115778, "sections": [ { - "code": "/* ==UserStyle==\n@name Stylus Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/stylus\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus\n@description Soothing pastel theme for Stylus\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Stylus Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/stylus\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus\n@version 1.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus\n@description Soothing pastel theme for Stylus\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n [data-ui-theme=\"light\"]:root {\n --bg: #24273a;\n --fg: #cad3f5;\n --c30: #b8c0e0;\n --c40: #6e738d;\n --c45: #5b6078;\n --c50: #a5adcb;\n --c60: #a5adcb;\n --c65: #5b6078;\n --c75: #8087a2;\n --c80: #494d64;\n --c85: #363a4f;\n --c90: #24273a;\n --c95: #1e2030;\n --c97: #1e2030;\n --c98: #24273a;\n --c99: #24273a;\n --c100: #24273a;\n --red1: #ed8796;\n --accent-1: #b7bdf8;\n --accent-2: #b7bdf8;\n --accent-3: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"]:root .slider {\n --color-on: rgba(183, 189, 248, 0.25);\n --color-off: #5b6078;\n }\n [data-ui-theme=\"light\"] .active #filters-stats,\n [data-ui-theme=\"light\"] .dirty #save-button,\n [data-ui-theme=\"light\"] .dirty #save-button + button {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n color: #24273a;\n }\n [data-ui-theme=\"light\"] #header-resizer {\n color: #494d64;\n }\n [data-ui-theme=\"light\"] #message-box-title::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"light\"] [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"],\n [data-ui-theme=\"light\"] img[src=\"/images/icon/128.png\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-title::before {\n background: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23ed8796%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28237,%20135,%20150,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23ed8796%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-close-icon i:hover {\n color: var(--bg);\n }\n [data-ui-theme=\"light\"] #filters label:hover,\n [data-ui-theme=\"light\"] #filters .filter-selection:hover {\n background-color: #363a4f;\n }\n [data-ui-theme=\"light\"] .oldUI .disabled h2::after,\n [data-ui-theme=\"light\"] .entry.usercss .style-name-link::after {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"] .CodeMirror-linenumber {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-string {\n color: #f5a97f;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-qualifier {\n color: #f5a97f;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss i {\n color: #b7bdf8;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable-2 {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-keyword {\n color: #c6a0f6;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-atom,\n [data-ui-theme=\"light\"] .cm-s-default .cm-number {\n color: #a6da95;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-def {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-tag {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-builtin {\n color: #b8c0e0;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable-3 {\n color: #b8c0e0;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-comment {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-operator {\n color: #eed49f;\n }\n [data-ui-theme=\"light\"] div.CodeMirror span.CodeMirror-matchingbracket {\n color: #a6da95;\n }\n [data-ui-theme=\"light\"] button:disabled,\n [data-ui-theme=\"light\"] select:disabled,\n [data-ui-theme=\"light\"] option:disabled,\n [data-ui-theme=\"light\"] select[disabled] > option {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .applies-to input,\n [data-ui-theme=\"light\"] .applies-to select {\n background: #24273a;\n border-color: #363a4f;\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] button {\n color: #cad3f5 !important;\n background: #1e2030 !important;\n border-color: #363a4f;\n }\n [data-ui-theme=\"light\"] button:hover {\n border-color: #cad3f5;\n }\n [data-ui-theme=\"light\"] #save-button[disabled] {\n background: #363a4f !important;\n }\n [data-ui-theme=\"light\"] #message-box-title {\n color: #cad3f5;\n }\n [data-ui-theme=\"light\"] .svg-icon:hover {\n fill: #8087a2;\n }\n [data-ui-theme=\"light\"] .svg-icon {\n fill: #6e738d;\n }\n [data-ui-theme=\"light\"] .onoffswitch input:checked + span {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"] .onoffswitch input:checked + span::before {\n background-color: #b7bdf8;\n }\n [data-ui-theme=\"light\"] #options-title {\n color: #24273a;\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-title {\n background-color: #ed8796;\n color: #24273a;\n }\n [data-ui-theme=\"light\"] h2 {\n color: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss:hover svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable {\n color: #cad3f5;\n }\n [data-ui-theme=\"light\"] .CodeMirror-activeline-background {\n background: #1e2030;\n }\n [data-ui-theme=\"dark\"]:root {\n --bg: #24273a;\n --fg: #cad3f5;\n --c30: #b8c0e0;\n --c40: #6e738d;\n --c45: #5b6078;\n --c50: #a5adcb;\n --c60: #a5adcb;\n --c65: #5b6078;\n --c75: #8087a2;\n --c80: #494d64;\n --c85: #363a4f;\n --c90: #24273a;\n --c95: #1e2030;\n --c97: #1e2030;\n --c98: #24273a;\n --c99: #24273a;\n --c100: #24273a;\n --red1: #ed8796;\n --accent-1: #b7bdf8;\n --accent-2: #b7bdf8;\n --accent-3: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"]:root .slider {\n --color-on: rgba(183, 189, 248, 0.25);\n --color-off: #5b6078;\n }\n [data-ui-theme=\"dark\"] .active #filters-stats,\n [data-ui-theme=\"dark\"] .dirty #save-button,\n [data-ui-theme=\"dark\"] .dirty #save-button + button {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] #header-resizer {\n color: #494d64;\n }\n [data-ui-theme=\"dark\"] #message-box-title::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"dark\"] [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"],\n [data-ui-theme=\"dark\"] img[src=\"/images/icon/128.png\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-title::before {\n background: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22m0.68033%2013.5h0.13934a0.68033%200.68033%20135%200%200%200.68033-0.68033v-9.1393c0-0.37574-0.012368-0.98809%200.052936-1.3575%200.13898-0.78615%200.6221-2.009%202.2699-2.2719%200.37036-0.059105%200.98177-0.050893%201.3575-0.050893h21.639c0.37574%200%200.98725-0.0080335%201.3582%200.049469%201.6768%200.25994%202.1498%201.4857%202.279%202.2733%200.060635%200.36987%200.043188%200.98186%200.043188%201.3576v9.1393a0.68033%200.68033%2045%200%200%200.68033%200.68033h0.13934a0.68033%200.68033%2045%200%201%200.68033%200.68033v3.6393a0.68033%200.68033%20135%200%201-0.68033%200.68033h-0.13934a0.68033%200.68033%20135%200%200-0.68033%200.68033v9.1393c0%200.37574%200.01711%200.98799-0.04395%201.3581-0.12993%200.78759-0.60392%202.0128-2.2788%202.2728-0.37062%200.057518-0.98189%200.049487-1.3576%200.049487h-21.639c-0.37574%200-0.98741%200.0083-1.358-0.05116-1.6444-0.26359-2.1284-1.4864-2.2684-2.2723-0.065725-0.36903-0.05396-0.98114-0.05396-1.3569v-9.1393a0.68033%200.68033%2045%200%200-0.68033-0.68033h-0.13934a0.68033%200.68033%2045%200%201-0.68033-0.68033v-3.6393a0.68033%200.68033%20135%200%201%200.68033-0.68033z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23ed8796%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m2.7875%2015h1.175a0.5375%200.5375%20135%200%200%200.5375-0.5375v-8.925c0-0.29685-0.017367-0.78016%200.024302-1.0736%200.093783-0.66044%200.47516-1.7208%201.9403-1.9281%200.29343-0.041512%200.77604-0.035781%201.0729-0.035781h16.925c0.29685%200%200.77982-0.00597%201.0732%200.037543%201.4266%200.21157%201.8216%201.2689%201.9282%201.9274%200.047298%200.29237%200.036145%200.77569%200.036145%201.0725v8.925a0.5375%200.5375%2045%200%200%200.5375%200.5375h1.175a0.5375%200.5375%2045%200%201%200.5375%200.5375v0.925a0.5375%200.5375%20135%200%201-0.5375%200.5375h-1.175a0.5375%200.5375%20135%200%200-0.5375%200.5375v8.925c0%200.29685%200.0091%200.78037-0.04018%201.0726-0.11091%200.65795-0.51074%201.714-1.9245%201.9268-0.29309%200.044121-0.77596%200.038087-1.0728%200.038087h-16.925c-0.29685%200-0.7798%200.0059-1.0732-0.0372-1.434-0.21077-1.8264-1.2688-1.9304-1.9276-0.046192-0.29254-0.033832-0.77582-0.033832-1.0727v-8.925a0.5375%200.5375%2045%200%200-0.5375-0.5375h-1.175a0.5375%200.5375%2045%200%201-0.5375-0.5375v-0.925a0.5375%200.5375%20135%200%201%200.5375-0.5375z%22%20fill%3D%22rgba%28237,%20135,%20150,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22m%2021.715,4.9740514%20c%20-1.1556,-0.4142%20-3.1152,-0.88871%20-5.8155,-0.74929%20-0.74032,0.038225%20-1.9398,0.1733%20-2.6557,0.36525%20-3.022,0.81037%20-4.1421,2.9309%20-4.5163,4.4018%20-0.18223,0.7164096%20-0.21657,1.9387996%20-0.078512,2.6662996%200.27734,1.4616%201.4858,3.7466%206.737,6.1259%200.67548,0.30605%201.8235,0.77149%202.2893,1.3399%200.04665,0.05693%200.09271,0.11739%200.13763,0.18153%200.42232,0.60301%200.66652,1.9367%200.20943,2.487%20-0.13874,0.16706%20-0.30816,0.30726%20-0.48597,0.42395%20-0.6168,0.40481%20-1.8293,0.61974%20-2.5699,0.64875%20-0.89544,0.03507%20-2.1454,-0.02254%20-3.4455,-0.41936%20-0.70853,-0.21625%20-1.4577,0.07303%20-1.7159,0.76837%20l%20-0.65903,1.7748%20c%20-0.2582,0.69534%200.00749,1.6413%200.67917,1.9511%201.1323,0.52233%203.1366,1.1035%206.1597,0.81512%200.73784,-0.0704%201.9293,-0.26185%202.6369,-0.48233%203.1493,-0.98129%204.3609,-3.2803%204.8218,-4.747%200.22184,-0.7059%200.33378,-1.9163%200.24064,-2.6507%20-0.19193,-1.5133%20-0.97863,-3.9639%20-3.9219,-5.4961%20-0.65705,-0.34204%20-1.8122,-0.68915%20-2.5092,-0.94238%20-0.91246,-0.33153%20-2.0916,-0.85267%20-2.7592,-1.5145%20-0.50717,-0.50273%20-0.47038,-1.8266%20-0.07228,-2.4456%200.31211,-0.4852496%200.75257,-0.7965796%201.2535,-0.9752096%200.69483,-0.24778%201.9249,-0.16771%202.6531,-0.030482%200.66626,0.12556%201.3804,0.30534%201.9755,0.47593%200.71226,0.20417%201.4728,-0.1409%201.7203,-0.84013%20l%200.46599,-1.3166%20C%2022.737548,6.0908394%2022.287719,5.182481%2021.590433,4.932581%20Z%22%20stroke%3D%22%2324273a%22%20%20stroke-width%3D%222%22%20fill%3D%22%23ed8796%22%20style%3D%22paint-order%3Astroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-close-icon i:hover {\n color: var(--bg);\n }\n [data-ui-theme=\"dark\"] #filters label:hover,\n [data-ui-theme=\"dark\"] #filters .filter-selection:hover {\n background-color: #363a4f;\n }\n [data-ui-theme=\"dark\"] .oldUI .disabled h2::after,\n [data-ui-theme=\"dark\"] .entry.usercss .style-name-link::after {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"] .CodeMirror-linenumber {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-string {\n color: #f5a97f;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-qualifier {\n color: #f5a97f;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss i {\n color: #b7bdf8;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable-2 {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-keyword {\n color: #c6a0f6;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-atom,\n [data-ui-theme=\"dark\"] .cm-s-default .cm-number {\n color: #a6da95;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-def {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-tag {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-builtin {\n color: #b8c0e0;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable-3 {\n color: #b8c0e0;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-comment {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-operator {\n color: #eed49f;\n }\n [data-ui-theme=\"dark\"] div.CodeMirror span.CodeMirror-matchingbracket {\n color: #a6da95;\n }\n [data-ui-theme=\"dark\"] button:disabled,\n [data-ui-theme=\"dark\"] select:disabled,\n [data-ui-theme=\"dark\"] option:disabled,\n [data-ui-theme=\"dark\"] select[disabled] > option {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .applies-to input,\n [data-ui-theme=\"dark\"] .applies-to select {\n background: #24273a;\n border-color: #363a4f;\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] button {\n color: #cad3f5 !important;\n background: #1e2030 !important;\n border-color: #363a4f;\n }\n [data-ui-theme=\"dark\"] button:hover {\n border-color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] #save-button[disabled] {\n background: #363a4f !important;\n }\n [data-ui-theme=\"dark\"] #message-box-title {\n color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] .svg-icon:hover {\n fill: #8087a2;\n }\n [data-ui-theme=\"dark\"] .svg-icon {\n fill: #6e738d;\n }\n [data-ui-theme=\"dark\"] .onoffswitch input:checked + span {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"] .onoffswitch input:checked + span::before {\n background-color: #b7bdf8;\n }\n [data-ui-theme=\"dark\"] #options-title {\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-title {\n background-color: #ed8796;\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] h2 {\n color: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss:hover svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable {\n color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] .CodeMirror-activeline-background {\n background: #1e2030;\n }", + "code": "[data-ui-theme=\"light\"] {\n color-scheme: dark;\n }\n [data-ui-theme=\"light\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-ui-theme=\"light\"] input::placeholder,\n [data-ui-theme=\"light\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-ui-theme=\"light\"]:root {\n --bg: #24273a;\n --fg: #cad3f5;\n --c30: #b8c0e0;\n --c40: #6e738d;\n --c45: #5b6078;\n --c50: #a5adcb;\n --c60: #a5adcb;\n --c65: #5b6078;\n --c75: #8087a2;\n --c80: #494d64;\n --c85: #363a4f;\n --c90: #24273a;\n --c95: #1e2030;\n --c97: #1e2030;\n --c98: #24273a;\n --c99: #24273a;\n --c100: #24273a;\n --red1: #ed8796;\n --accent-1: #b7bdf8;\n --accent-2: #b7bdf8;\n --accent-3: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"]:root .slider {\n --color-on: rgba(183, 189, 248, 0.25);\n --color-off: #5b6078;\n }\n [data-ui-theme=\"light\"] .active #filters-stats,\n [data-ui-theme=\"light\"] .dirty #save-button,\n [data-ui-theme=\"light\"] .dirty #save-button + button {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n color: #24273a;\n }\n [data-ui-theme=\"light\"] #header-resizer {\n color: #494d64;\n }\n [data-ui-theme=\"light\"] #message-box-title::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"light\"] [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"],\n [data-ui-theme=\"light\"] img[src=\"/images/icon/128.png\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-title::before {\n background: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23ed8796%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28237,%20135,%20150,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23ed8796%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-close-icon i:hover {\n color: var(--bg);\n }\n [data-ui-theme=\"light\"] #filters label:hover,\n [data-ui-theme=\"light\"] #filters .filter-selection:hover {\n background-color: #363a4f;\n }\n [data-ui-theme=\"light\"] .oldUI .disabled h2::after,\n [data-ui-theme=\"light\"] .entry.usercss .style-name-link::after {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"] .CodeMirror-linenumber {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-string {\n color: #f5a97f;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-qualifier {\n color: #f5a97f;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss i {\n color: #b7bdf8;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable-2 {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-keyword {\n color: #c6a0f6;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-atom,\n [data-ui-theme=\"light\"] .cm-s-default .cm-number {\n color: #a6da95;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-def {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-tag {\n color: #7dc4e4;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-builtin {\n color: #b8c0e0;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable-3 {\n color: #b8c0e0;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-comment {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-operator {\n color: #eed49f;\n }\n [data-ui-theme=\"light\"] div.CodeMirror span.CodeMirror-matchingbracket {\n color: #a6da95;\n }\n [data-ui-theme=\"light\"] button:disabled,\n [data-ui-theme=\"light\"] select:disabled,\n [data-ui-theme=\"light\"] option:disabled,\n [data-ui-theme=\"light\"] select[disabled] > option {\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] .applies-to input,\n [data-ui-theme=\"light\"] .applies-to select {\n background: #24273a;\n border-color: #363a4f;\n color: #a5adcb;\n }\n [data-ui-theme=\"light\"] button {\n color: #cad3f5 !important;\n background: #1e2030 !important;\n border-color: #363a4f;\n }\n [data-ui-theme=\"light\"] button:hover {\n border-color: #cad3f5;\n }\n [data-ui-theme=\"light\"] #save-button[disabled] {\n background: #363a4f !important;\n }\n [data-ui-theme=\"light\"] #message-box-title {\n color: #cad3f5;\n }\n [data-ui-theme=\"light\"] .svg-icon:hover {\n fill: #8087a2;\n }\n [data-ui-theme=\"light\"] .svg-icon {\n fill: #6e738d;\n }\n [data-ui-theme=\"light\"] .onoffswitch input:checked + span {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"light\"] .onoffswitch input:checked + span::before {\n background-color: #b7bdf8;\n }\n [data-ui-theme=\"light\"] #options-title {\n color: #24273a;\n }\n [data-ui-theme=\"light\"] #message-box.danger #message-box-title {\n background-color: #ed8796;\n color: #24273a;\n }\n [data-ui-theme=\"light\"] h2 {\n color: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .installed .configure-usercss:hover svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"light\"] .cm-s-default .cm-variable {\n color: #cad3f5;\n }\n [data-ui-theme=\"light\"] .CodeMirror-activeline-background {\n background: #1e2030;\n }\n [data-ui-theme=\"dark\"] {\n color-scheme: dark;\n }\n [data-ui-theme=\"dark\"] ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [data-ui-theme=\"dark\"] input::placeholder,\n [data-ui-theme=\"dark\"] textarea::placeholder {\n color: #a5adcb !important;\n }\n [data-ui-theme=\"dark\"]:root {\n --bg: #24273a;\n --fg: #cad3f5;\n --c30: #b8c0e0;\n --c40: #6e738d;\n --c45: #5b6078;\n --c50: #a5adcb;\n --c60: #a5adcb;\n --c65: #5b6078;\n --c75: #8087a2;\n --c80: #494d64;\n --c85: #363a4f;\n --c90: #24273a;\n --c95: #1e2030;\n --c97: #1e2030;\n --c98: #24273a;\n --c99: #24273a;\n --c100: #24273a;\n --red1: #ed8796;\n --accent-1: #b7bdf8;\n --accent-2: #b7bdf8;\n --accent-3: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"]:root .slider {\n --color-on: rgba(183, 189, 248, 0.25);\n --color-off: #5b6078;\n }\n [data-ui-theme=\"dark\"] .active #filters-stats,\n [data-ui-theme=\"dark\"] .dirty #save-button,\n [data-ui-theme=\"dark\"] .dirty #save-button + button {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] #header-resizer {\n color: #494d64;\n }\n [data-ui-theme=\"dark\"] #message-box-title::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"dark\"] [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"],\n [data-ui-theme=\"dark\"] img[src=\"/images/icon/128.png\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23b7bdf8%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28183,%20189,%20248,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23b7bdf8%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-title::before {\n background: url(\"data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20viewBox%3D%220%200%2034.5%2034.5%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20transform%3D%22translate%281.5%201.5%29%22%3E%3Cpath%20d%3D%22M.68%2013.5h.14a.68.68%20135%200%200%20.68-.68V3.68c0-.375-.012-.988.053-1.357.139-.786.622-2.01%202.27-2.272.37-.06.982-.05%201.357-.05h21.64c.375%200%20.987-.009%201.358.049%201.676.26%202.15%201.485%202.279%202.273.06.37.043.982.043%201.357v9.14a.68.68%2045%200%200%20.68.68h.14a.68.68%2045%200%201%20.68.68v3.64a.68.68%20135%200%201-.68.68h-.14a.68.68%20135%200%200-.68.68v9.14c0%20.375.017.988-.044%201.358-.13.787-.604%202.013-2.279%202.273-.37.057-.982.05-1.358.05H5.18c-.375%200-.987.007-1.358-.052-1.644-.264-2.128-1.487-2.268-2.272-.066-.37-.054-.982-.054-1.357v-9.14a.68.68%2045%200%200-.68-.68H.68a.68.68%2045%200%201-.68-.68v-3.64a.68.68%20135%200%201%20.68-.68z%22%20stroke%3D%22%2324273a%22%20fill%3D%22%23ed8796%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222.25%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22black%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M2.788%2015h1.175a.54.54%20135%200%200%20.537-.537V5.538c0-.297-.017-.78.024-1.074.094-.66.475-1.72%201.94-1.928.294-.042.777-.036%201.074-.036h16.925c.296%200%20.78-.006%201.073.038%201.426.211%201.821%201.268%201.928%201.927.047.292.036.776.036%201.072v8.925a.54.54%2045%200%200%20.538.538h1.175a.54.54%2045%200%201%20.537.537v.925a.54.54%20135%200%201-.537.538h-1.175a.54.54%20135%200%200-.538.537v8.925c0%20.297.01.78-.04%201.073-.111.658-.51%201.714-1.925%201.927-.293.044-.776.038-1.072.038H7.538c-.297%200-.78.006-1.074-.037-1.434-.211-1.826-1.27-1.93-1.928-.046-.292-.034-.776-.034-1.073v-8.925A.54.54%2045%200%200%203.963%2017H2.788a.54.54%2045%200%201-.538-.538v-.925A.54.54%20135%200%201%202.788%2015z%22%20fill%3D%22rgba%28237,%20135,%20150,%200.67%29%22%20stroke-linejoin%3D%22round%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3Cpath%20d%3D%22M21.715%204.974c-1.156-.414-3.115-.889-5.815-.75-.74.039-1.94.174-2.656.366-3.022.81-4.142%202.93-4.516%204.402-.183.716-.217%201.939-.079%202.666.277%201.462%201.486%203.747%206.737%206.126.675.306%201.823.772%202.29%201.34q.07.085.137.181c.422.603.666%201.937.21%202.487a2.2%202.2%200%200%201-.487.424c-.616.405-1.829.62-2.57.65-.895.034-2.145-.023-3.445-.42-.709-.216-1.458.073-1.716.768l-.659%201.775c-.258.695.008%201.641.68%201.951%201.132.522%203.136%201.104%206.159.815.738-.07%201.93-.262%202.637-.482%203.15-.981%204.36-3.28%204.822-4.747.221-.706.333-1.916.24-2.65-.192-1.514-.978-3.965-3.922-5.497-.657-.342-1.812-.69-2.509-.942-.912-.332-2.091-.853-2.759-1.515-.507-.503-.47-1.826-.072-2.445a2.4%202.4%200%200%201%201.253-.976c.695-.247%201.925-.167%202.653-.03.667.125%201.38.305%201.976.476.712.204%201.473-.141%201.72-.84l.466-1.317c.248-.7-.202-1.608-.9-1.857Z%22%20stroke%3D%22%2324273a%22%20stroke-width%3D%222%22%20fill%3D%22%23ed8796%22%20paint-order%3D%22stroke%20fill%20markers%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-close-icon i:hover {\n color: var(--bg);\n }\n [data-ui-theme=\"dark\"] #filters label:hover,\n [data-ui-theme=\"dark\"] #filters .filter-selection:hover {\n background-color: #363a4f;\n }\n [data-ui-theme=\"dark\"] .oldUI .disabled h2::after,\n [data-ui-theme=\"dark\"] .entry.usercss .style-name-link::after {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"] .CodeMirror-linenumber {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-string {\n color: #f5a97f;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-qualifier {\n color: #f5a97f;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss i {\n color: #b7bdf8;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable-2 {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-keyword {\n color: #c6a0f6;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-atom,\n [data-ui-theme=\"dark\"] .cm-s-default .cm-number {\n color: #a6da95;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-def {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-tag {\n color: #7dc4e4;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-builtin {\n color: #b8c0e0;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable-3 {\n color: #b8c0e0;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-comment {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-operator {\n color: #eed49f;\n }\n [data-ui-theme=\"dark\"] div.CodeMirror span.CodeMirror-matchingbracket {\n color: #a6da95;\n }\n [data-ui-theme=\"dark\"] button:disabled,\n [data-ui-theme=\"dark\"] select:disabled,\n [data-ui-theme=\"dark\"] option:disabled,\n [data-ui-theme=\"dark\"] select[disabled] > option {\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] .applies-to input,\n [data-ui-theme=\"dark\"] .applies-to select {\n background: #24273a;\n border-color: #363a4f;\n color: #a5adcb;\n }\n [data-ui-theme=\"dark\"] button {\n color: #cad3f5 !important;\n background: #1e2030 !important;\n border-color: #363a4f;\n }\n [data-ui-theme=\"dark\"] button:hover {\n border-color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] #save-button[disabled] {\n background: #363a4f !important;\n }\n [data-ui-theme=\"dark\"] #message-box-title {\n color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] .svg-icon:hover {\n fill: #8087a2;\n }\n [data-ui-theme=\"dark\"] .svg-icon {\n fill: #6e738d;\n }\n [data-ui-theme=\"dark\"] .onoffswitch input:checked + span {\n background-color: rgba(183, 189, 248, 0.25);\n }\n [data-ui-theme=\"dark\"] .onoffswitch input:checked + span::before {\n background-color: #b7bdf8;\n }\n [data-ui-theme=\"dark\"] #options-title {\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] #message-box.danger #message-box-title {\n background-color: #ed8796;\n color: #24273a;\n }\n [data-ui-theme=\"dark\"] h2 {\n color: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .installed .configure-usercss:hover svg {\n fill: #b7bdf8 !important;\n }\n [data-ui-theme=\"dark\"] .cm-s-default .cm-variable {\n color: #cad3f5;\n }\n [data-ui-theme=\"dark\"] .CodeMirror-activeline-background {\n background: #1e2030;\n }", "start": 1079, "urlPrefixes": [ "moz-extension://", "chrome-extension://" ] + }, + { + "code": "/* prettier-ignore */", + "start": 34329 } ], - "sourceCode": "/* ==UserStyle==\n@name Stylus Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/stylus\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus\n@version 1.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus\n@description Soothing pastel theme for Stylus\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document url-prefix(\"moz-extension://\"), url-prefix(chrome-extension://)\n{\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n &:root {\n --bg: @base;\n --fg: @text;\n --c30: @subtext1;\n --c40: @overlay0;\n --c45: @surface2;\n --c50: @subtext0;\n --c60: @subtext0;\n --c65: @surface2;\n --c75: @overlay1;\n --c80: @surface1;\n --c85: @surface0;\n --c90: @base;\n --c95: @mantle;\n --c97: @mantle;\n --c98: @base;\n --c99: @base;\n --c100: @base;\n --red1: @red;\n --accent-1: @accent-color;\n --accent-2: @accent-color;\n --accent-3: fade(@accent-color, 25%);\n .slider {\n --color-on: fade(@accent-color, 25%);\n --color-off: @surface2;\n }\n }\n\n .active #filters-stats,\n .dirty #save-button,\n .dirty #save-button + button {\n background-color: @accent-color;\n border-color: @accent-color;\n color: @base;\n }\n #header-resizer {\n color: @surface1;\n }\n #message-box-title::before {\n @fade_color: fade(@accent-color, 67%);\n @svg-raw: '';\n @svg: escape(@svg-raw);\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"], img[src=\"/images/icon/128.png\"]\n {\n @fade_color: fade(@accent-color, 67%);\n @svg-raw: '';\n @svg: escape(@svg-raw);\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n #message-box.danger #message-box-title::before {\n @fade_color: fade(@red, 67%);\n @svg-raw: '';\n @svg: escape(@svg-raw);\n background: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n &:hover {\n color: var(--bg);\n }\n }\n #filters label:hover,\n #filters .filter-selection:hover {\n background-color: @surface0;\n }\n .oldUI .disabled h2::after,\n .entry.usercss .style-name-link::after {\n background-color: fade(@accent-color, 25%);\n }\n .CodeMirror-linenumber {\n color: @subtext0;\n }\n .cm-s-default .cm-string {\n color: @peach;\n }\n .cm-s-default .cm-qualifier {\n color: @peach;\n }\n .installed .configure-usercss i {\n color: @accent-color;\n }\n .cm-s-default .cm-variable-2 {\n color: @sapphire;\n }\n .cm-s-default .cm-keyword {\n color: @mauve;\n }\n .cm-s-default .cm-atom,\n .cm-s-default .cm-number {\n color: @green;\n }\n .cm-s-default .cm-def {\n color: @sapphire;\n }\n .cm-s-default .cm-tag {\n color: @sapphire;\n }\n .cm-s-default .cm-builtin {\n color: @subtext1;\n }\n .cm-s-default .cm-variable-3 {\n color: @subtext1;\n }\n .cm-s-default .cm-comment {\n color: @subtext0;\n }\n .cm-s-default .cm-operator {\n color: @yellow;\n }\n div.CodeMirror span.CodeMirror-matchingbracket {\n color: @green;\n }\n button:disabled,\n select:disabled,\n option:disabled,\n select[disabled] > option {\n color: @subtext0;\n }\n .applies-to input,\n .applies-to select {\n background: @base;\n border-color: @surface0;\n color: @subtext0;\n }\n button {\n color: @text !important;\n background: @mantle !important;\n border-color: @surface0;\n &:hover {\n border-color: @text;\n }\n }\n #save-button[disabled] {\n background: @surface0 !important;\n }\n #message-box-title {\n color: @text;\n }\n .svg-icon:hover {\n fill: @overlay1;\n }\n .svg-icon {\n fill: @overlay0;\n }\n .onoffswitch input:checked + span {\n background-color: fade(@accent-color, 25%);\n }\n .onoffswitch input:checked + span::before {\n background-color: @accent-color;\n }\n #options-title {\n color: @base;\n }\n #message-box.danger #message-box-title {\n background-color: @red;\n color: @base;\n }\n h2 {\n color: @accent-color !important;\n }\n .installed .configure-usercss svg {\n fill: @accent-color !important;\n }\n .installed .configure-usercss:hover svg {\n fill: @accent-color !important;\n }\n .cm-s-default .cm-variable {\n color: @text;\n }\n .CodeMirror-activeline-background {\n background: @mantle;\n }\n }\n [data-ui-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n [data-ui-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Stylus Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/stylus\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus\n@version 1.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus\n@description Soothing pastel theme for Stylus\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document url-prefix(\"moz-extension://\"), url-prefix(chrome-extension://)\n{\n [data-ui-theme=\"light\"] {\n #catppuccin(@lightFlavor, @accentColor);\n }\n [data-ui-theme=\"dark\"] {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &:root {\n --bg: @base;\n --fg: @text;\n --c30: @subtext1;\n --c40: @overlay0;\n --c45: @surface2;\n --c50: @subtext0;\n --c60: @subtext0;\n --c65: @surface2;\n --c75: @overlay1;\n --c80: @surface1;\n --c85: @surface0;\n --c90: @base;\n --c95: @mantle;\n --c97: @mantle;\n --c98: @base;\n --c99: @base;\n --c100: @base;\n --red1: @red;\n --accent-1: @accent-color;\n --accent-2: @accent-color;\n --accent-3: fade(@accent-color, 25%);\n .slider {\n --color-on: fade(@accent-color, 25%);\n --color-off: @surface2;\n }\n }\n\n .active #filters-stats,\n .dirty #save-button,\n .dirty #save-button + button {\n background-color: @accent-color;\n border-color: @accent-color;\n color: @base;\n }\n #header-resizer {\n color: @surface1;\n }\n #message-box-title::before {\n @fade_color: fade(@accent-color, 67%);\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n [src=\"moz-extension://8fc71d5e-96b2-44a4-8d6f-ead6ff4d3c56/images/icon/16.png\"], img[src=\"/images/icon/128.png\"]\n {\n @fade_color: fade(@accent-color, 67%);\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n #message-box.danger #message-box-title::before {\n @fade_color: fade(@red, 67%);\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n #message-box.danger #message-box-close-icon i {\n color: var(--c40);\n &:hover {\n color: var(--bg);\n }\n }\n #filters label:hover,\n #filters .filter-selection:hover {\n background-color: @surface0;\n }\n .oldUI .disabled h2::after,\n .entry.usercss .style-name-link::after {\n background-color: fade(@accent-color, 25%);\n }\n .CodeMirror-linenumber {\n color: @subtext0;\n }\n .cm-s-default .cm-string {\n color: @peach;\n }\n .cm-s-default .cm-qualifier {\n color: @peach;\n }\n .installed .configure-usercss i {\n color: @accent-color;\n }\n .cm-s-default .cm-variable-2 {\n color: @sapphire;\n }\n .cm-s-default .cm-keyword {\n color: @mauve;\n }\n .cm-s-default .cm-atom,\n .cm-s-default .cm-number {\n color: @green;\n }\n .cm-s-default .cm-def {\n color: @sapphire;\n }\n .cm-s-default .cm-tag {\n color: @sapphire;\n }\n .cm-s-default .cm-builtin {\n color: @subtext1;\n }\n .cm-s-default .cm-variable-3 {\n color: @subtext1;\n }\n .cm-s-default .cm-comment {\n color: @subtext0;\n }\n .cm-s-default .cm-operator {\n color: @yellow;\n }\n div.CodeMirror span.CodeMirror-matchingbracket {\n color: @green;\n }\n button:disabled,\n select:disabled,\n option:disabled,\n select[disabled] > option {\n color: @subtext0;\n }\n .applies-to input,\n .applies-to select {\n background: @base;\n border-color: @surface0;\n color: @subtext0;\n }\n button {\n color: @text !important;\n background: @mantle !important;\n border-color: @surface0;\n &:hover {\n border-color: @text;\n }\n }\n #save-button[disabled] {\n background: @surface0 !important;\n }\n #message-box-title {\n color: @text;\n }\n .svg-icon:hover {\n fill: @overlay1;\n }\n .svg-icon {\n fill: @overlay0;\n }\n .onoffswitch input:checked + span {\n background-color: fade(@accent-color, 25%);\n }\n .onoffswitch input:checked + span::before {\n background-color: @accent-color;\n }\n #options-title {\n color: @base;\n }\n #message-box.danger #message-box-title {\n background-color: @red;\n color: @base;\n }\n h2 {\n color: @accent-color !important;\n }\n .installed .configure-usercss svg {\n fill: @accent-color !important;\n }\n .installed .configure-usercss:hover svg {\n fill: @accent-color !important;\n }\n .cm-s-default .cm-variable {\n color: @text;\n }\n .CodeMirror-activeline-background {\n background: @mantle;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Stylus Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/stylus", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/stylus", - "version": "1.2.1", + "version": "1.2.2", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus", "description": "Soothing pastel theme for Stylus", @@ -4104,12 +4266,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Stylus", "name": "Stylus Catppuccin", - "originalDigest": "88ce7a966dff21e3aebce80b8d5cc0ccc8f4fa7a", + "originalDigest": "0b60feeb3a8621d6f0d43dccb7f485045aab233a", "_id": "7ea25e5f-d4bc-4e92-a971-9ed55a8facd0", - "_rev": 1709815904508, + "_rev": 1712856189719, "id": 59, - "etag": "W/\"60eaa2fccff87607ebc6ed1fcf0b21de1a9d4d19d2bba858f7f0cae64e9d6729\"", - "updateDate": 1709815904489 + "etag": "W/\"dae148d3c59f06a6ffc19220241464d56ccb1bc04d40ff6cc119802131ee92a5\"", + "updateDate": 1712856189538 }, { "enabled": true, @@ -4118,31 +4280,31 @@ "installDate": 1696719501901, "sections": [ { - "code": "/* ==UserStyle==\n@name DeepL Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/deepl\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepl\n@version 0.3.3\n@description Soothing pastel theme for DeepL\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox zenMode \"Zen Mode\" 0\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name DeepL Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/deepl\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepl\n@version 0.3.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl\n@description Soothing pastel theme for DeepL\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox zenMode \"Zen Mode\" 0\n==/UserStyle== */", "start": 0 }, { - "code": "body,\n button {\n color: #cad3f5;\n }\n p {\n color: #b8c0e0;\n }\n a {\n color: #b7bdf8;\n }\n a:hover {\n color: #929bf4;\n }\n input {\n background-color: #24273a;\n }\n input::placeholder,\n textarea::placeholder {\n color: #8087a2;\n }\n .bg-neutral-next-50,\n .bg-deprecated-grey {\n background-color: #1e2030;\n }\n .bg-white,\n .bg-blue-100 {\n background-color: #24273a;\n }\n .bg-dark-8 {\n background-color: #363a4f;\n }\n .bg-mosque {\n background-color: #d2b7f8;\n }\n .bg-mosque.text-white {\n color: #181926;\n }\n .bg-blue-next-500 {\n background-color: #b7bdf8;\n }\n .bg-blue-next-500.text-white {\n color: #181926;\n }\n .border-dark-7,\n .border-neutral-300 {\n border-color: #363a4f;\n }\n .border-blue-chill,\n .bg-blue-next-500 {\n border-color: #b7bdf8;\n }\n .border-neutral-next-900 {\n border-color: #8087a2;\n }\n .text-deepl-blue,\n .text-blue-600 {\n color: #b7bdf8;\n }\n .text-blue-chill {\n color: #d2b7f8;\n }\n .text-deprecated-mid-grey {\n color: #cad3f5;\n }\n .text-neutral-600 {\n color: #a5adcb;\n }\n .text-dark-1,\n .text-deprecated-almost-black {\n color: #b8c0e0;\n }\n .text-white,\n .text-black {\n color: #cad3f5;\n }\n .text-neutral-next-800 {\n color: #8087a2;\n }\n [class*=\"hover:bg-dark-8\"]:hover,\n [class*=\"enabled:hover:bg-dark-8\"]:hover:enabled,\n [class*=\"hover:bg-neutral-200\"]:hover,\n [class*=\"hover:bg-neutral-next-100\"]:hover {\n background-color: #363a4f;\n }\n [class*=\"hover:bg-blue-200\"]:hover {\n background-color: #303349;\n }\n [class*=\"hover:bg-blue-next-700\"]:hover {\n background-color: #929bf4;\n }\n [class*=\"hover:border-blue-next-700\"]:hover {\n border-color: #929bf4;\n }\n [class*=\"disabled:text-dark-5:disabled\"],\n [class*=\"disabled:text-neutral-500:disabled\"] {\n color: #8087a2;\n }\n [class*=\"hover:text-blue-chill\"]:hover {\n color: #717df1;\n }\n [class*=\"bg-[#E1F0F5]\"] {\n background-color: rgba(183, 189, 248, 0.3);\n }\n [class*=\"bg-[#B4DAE8]\"][class*=\"text-[#01557C]\"] {\n color: #101da0;\n }\n [class*=\"text-[#25282D]\"] {\n color: #cad3f5;\n }\n [class*=\"text-[#01557C]\"] {\n color: #b7bdf8;\n }\n .divide-dark-7 > :not([hidden]) ~ :not([hidden]) {\n border-color: #494d64;\n }\n [class*=\"button--\"][class*=\"variant_contained--\"],\n [class*=\"button--\"][class*=\"variant_contained--\"]:hover {\n color: #181926;\n }\n [class*=\"button--\"][class*=\"color_primary--\"] {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n [class*=\"button--\"][class*=\"color_primary--\"]:hover {\n background-color: #717df1;\n border-color: #717df1;\n color: #181926;\n }\n [class*=\"IconAnchor-module--anchor--\"] {\n color: #b7bdf8;\n }\n [class*=\"IconAnchor-module--anchor--\"]:hover {\n background-color: #363a4f;\n }\n [stroke=\"#0F2B46\"] {\n stroke: #b7bdf8 !important;\n }\n [stroke=\"#006494\"] {\n stroke: #a5adcb !important;\n }\n [class^=\"BasePageHeader-module--container\"] {\n background-color: #181926;\n }\n [class|=\"PageHeaderLink-module--pageHeaderLink\"],\n [class|=\"FlyoutMenuButton-module--flyoutMenuButton\"],\n [class|=\"LoginButton-module--loginButton\"] {\n color: #929bf4;\n }\n [class|=\"SideMenuButton-module--menuButton\"],\n [class|=\"SideMenuButton-module--menuButton\"]::before,\n [class|=\"SideMenuButton-module--menuButton\"]::after {\n border-top-color: #929bf4;\n }\n [class|=\"SideMenuButton-module--menuButton\"]:hover,\n [class|=\"SideMenuButton-module--menuButton\"]:hover::before,\n [class|=\"SideMenuButton-module--menuButton\"]:hover::after {\n border-top-color: #b7bdf8;\n }\n [class*=\"PageHeaderLink-module--pageHeaderLink--\"]:not(\n [class*=\"PageHeaderLink-module--nohover--\"]\n ):hover {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n [class|=\"LoginButton-module--loginButton\"]:hover {\n color: #b7bdf8;\n }\n [class*=\"badge-module--badge--\"][class*=\"badge-module--proDark--\"] {\n background-color: #d2b7f8;\n color: #181926;\n }\n [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"] {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n color: #181926;\n }\n [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"]:hover {\n background-color: #929bf4;\n border-color: #929bf4;\n color: #181926;\n }\n [class|=\"ProductUpdateButton-module--updateToolTip\"] {\n background-color: #363a4f;\n color: #cad3f5;\n }\n [class|=\"ProductUpdateButton-module--updateToolTip\"]::after {\n border-bottom-color: #363a4f;\n }\n [class|=\"cardButton\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n [class|=\"cardButton\"]:not([class*=\"active--\"]):hover {\n background-color: #363a4f;\n }\n [class|=\"textLower\"] {\n color: #8087a2;\n }\n [class|=\"logo\"],\n [class|=\"textUpper\"] {\n color: #b7bdf8;\n }\n [class*=\"active--\"] [class|=\"logo\"],\n [class*=\"active--\"] [class|=\"textUpper\"] {\n color: #cad3f5;\n }\n [class*=\"active--\"] [class|=\"innerLower\"] {\n background-color: #b7bdf8;\n }\n [class*=\"SourceTranslatorArea-module--focusBorder--\"]:has(\n div[contenteditable=\"true\"]:focus\n ) {\n border-color: #b7bdf8;\n }\n d-textarea > [data-placeholder],\n d-textarea > div[data-content=\"true\"]::before {\n color: #a5adcb;\n }\n [class*=\"enabled:hover-capable:hover:bg-dark-8\"]:hover:enabled {\n background-color: #363a4f;\n }\n [data-testid=\"word-alternatives-list\"] [class*=\"root--\"] {\n background-color: #24273a;\n }\n [data-testid=\"word-alternatives-list\"] [class*=\"root--\"][class*=\"selected--\"] {\n background-color: #363a4f;\n }\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) {\n background-color: #24273a;\n }\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .tag_lemma .dictLink {\n color: #b8c0e0;\n }\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .notascommon,\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .translation.sortablemg .sep {\n color: #939ab7;\n }\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .inflectioninfo,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma a,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s a,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans_src_context,\n [class*=\"DictionaryContent-module--content--\"] .tag_trans {\n color: #b8c0e0;\n }\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t a,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans,\n [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans a,\n [class*=\"DictionaryContent-module--content--\"] .tag_lemma a {\n color: #b7bdf8;\n }\n [class*=\"DictionaryContent-module--content--\"] .notascommon,\n [class*=\"DictionaryContent-module--content--\"] .sep {\n color: #939ab7;\n }\n .lmt__glossary_dialog--arrow::before {\n border-color: #494d64 transparent transparent;\n }\n .lmt__glossary_dialog--arrow::after {\n border-color: #363a4f transparent transparent;\n }\n .lmt__glossary_onOffSwitch_container label[class|=\"label\"] {\n --background: #8087a2;\n --backgroundHover: #697190;\n --inlineLabelColor: #181926;\n --outline-color: #b7bdf8;\n }\n .lmt__glossary_onOffSwitch_container label[class|=\"label\"][class*=\"selected--\"] {\n --background: #a6da95;\n --backgroundHover: #8dcf77;\n }\n .lmt__glossary_onOffSwitch_container label[class|=\"label\"] [class|=\"toggle\"] [class|=\"knob\"] {\n background: #181926;\n }\n [class|=\"modal\"],\n .lmt__glossary_editor {\n background-color: #24273a;\n }\n [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"],\n .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"] {\n background: #b7bdf8;\n color: #181926;\n }\n [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled,\n .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled {\n background: rgba(183, 189, 248, 0.5);\n }\n .lmt__glossary_editor {\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"],\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] {\n --input-background: #24273a;\n --input-border-color: #494d64;\n --input-color: #b8c0e0;\n }\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"button\"][aria-expanded=\"true\"],\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"button\"][aria-expanded=\"true\"] {\n border-color: #b7bdf8;\n }\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"],\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] {\n --button-background: #24273a;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"],\n .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"] {\n background: #24273a;\n --option-color: #b8c0e0;\n --option-selected-color: #b8c0e0;\n --option-background: rgba(238, 212, 159, 0.2);\n --option-disabled-color: #8087a2;\n --option-icon-color: #b7bdf8;\n }\n .lmt__glossary_editor_mainBar {\n background-color: #b7bdf8;\n color: #181926;\n }\n .lmt__glossary_editor_mainBar .lmt__glossary_editorClose {\n color: inherit;\n }\n .lmt__glossary_editor .lmt__glossary_editor_subBar_top,\n .lmt__glossary_editor_subBar_bottom {\n background-color: #1e2030;\n }\n .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossaryName {\n color: inherit;\n }\n .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown {\n border-right-color: #929bf4;\n border-bottom-color: #929bf4;\n }\n .lmt__glossary_button .lmt__glossary_button_label:hover,\n .lmt__glossary_highlight,\n .lmt__glossary_editor_subBar_bottom .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNew {\n color: #b7bdf8;\n }\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource,\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget {\n border-color: #494d64;\n color: #b8c0e0;\n }\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource:focus,\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget:focus {\n border-color: #b7bdf8;\n }\n .lmt__glossary_editor_langPairHeadline {\n color: inherit;\n border-bottom-color: #494d64;\n }\n .lmt__glossary_editorRow {\n color: inherit;\n }\n .lmt__glossary_editorRow .iconButton {\n color: #a5adcb;\n }\n .lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight {\n border-bottom-color: #494d64;\n border-right-color: #494d64;\n }\n .lmt__glossary_dialog {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n .lmt__glossary_dialog__line--suggestions,\n .lmt__glossary_dialog__line .choice .option {\n color: #b7bdf8;\n }\n .root--Te5J3 {\n background-color: #24273a;\n }\n .divider--CI8JQ {\n color: #494d64;\n }\n [class^=\"UploadPanel-module--docTrans__help_popup--\"] {\n background-color: #24273a;\n }\n [class|=\"Quote-module--quote\"] {\n background-color: #24273a !important;\n border-color: #363a4f;\n color: #cad3f5;\n }\n [class|=\"Quote-module--quoteSource\"] > a {\n color: #929bf4;\n }\n [class|=\"Quotes-module--quotesNavigationEntry\"] {\n background-color: #494d64;\n }\n [class*=\"Quotes-module--quotesNavigationEntryActive--\"] {\n background-color: #b7bdf8;\n }\n [class^=\"ProBanner2021-module--wrapper--\"],\n [class|=\"CareerBanner-module--container\"] {\n background: #24273a;\n }\n [class|=\"CareerBanner-module--text\"] h2 {\n color: #8087a2;\n }\n [class|=\"PopularLangPairList-module--seoText\"] {\n color: #6e738d;\n }\n [class|=\"PopularLangPairList-module--seoText\"] p[class|=\"PopularLangPairList-module--title\"] {\n color: #939ab7;\n }\n footer [class|=\"pageFooterV2-module--footerOuterContainer\"] {\n background-color: #24273a;\n }\n [class|=\"ProBanner2021-module--textLink\"] {\n color: #d2b7f8;\n }\n [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:first-of-type {\n color: #8087a2;\n }\n [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:not(:first-of-type) a {\n color: #cad3f5 !important;\n }\n [class|=\"LanguageSelector-module--wrapper\"] {\n --button-background: #363a4f;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] {\n background: #363a4f;\n --option-color: #b8c0e0;\n --option-icon-color: #b7bdf8;\n }\n [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] [class|=\"LanguageSelector-module--option\"][class*=\"LanguageSelector-module--active--\"] {\n --option-background: rgba(238, 212, 159, 0.2);\n }\n [class|=\"classicSidemenu-module--menuContainer\"] {\n background-color: #24273a;\n }\n [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::before,\n [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::after {\n background-color: #b7bdf8;\n }\n [class|=\"classicSidemenu-module--mainContent\"] {\n border-bottom-color: #363a4f;\n }\n [class|=\"mainMenu-module--container\"] a {\n color: #cad3f5;\n }\n [class|=\"mainMenu-module--container\"] a:hover {\n color: #b7bdf8;\n }\n [class|=\"subMenu-module--container\"] button {\n color: #cad3f5 !important;\n }\n [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"],\n [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"]:hover {\n background-color: transparent;\n }\n .lmt__glossary_ad_checkmark {\n border-bottom-color: #a6da95;\n border-right-color: #a6da95;\n }\n header,\n [class=\"w-full bg-white px-8 lg:px-[70px]\"],\n [class=\"p-8 lg:px-[70px]\"],\n footer,\n [href=\"/write\"].block {\n display: none;\n }\n body {\n background: #1e2030;\n }\n [class=\"relative pr-0 false\"] {\n height: 100%;\n }\n [data-testid=\"translator\"] {\n place-content: center center;\n align-items: center;\n }\n [data-testid=\"translator\"] > div:first-of-type {\n width: 100vw;\n }", - "start": 1107, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body,\n :root button {\n color: #cad3f5;\n }\n :root p {\n color: #b8c0e0;\n }\n :root a {\n color: #b7bdf8;\n }\n :root a:hover {\n color: #929bf4;\n }\n :root input {\n background-color: #24273a;\n }\n :root .bg-neutral-next-50,\n :root .bg-deprecated-grey {\n background-color: #1e2030;\n }\n :root,\n :root .bg-white,\n :root .bg-blue-100 {\n background-color: #24273a;\n }\n :root .bg-dark-8 {\n background-color: #363a4f;\n }\n :root .bg-mosque {\n background-color: #d2b7f8;\n }\n :root .bg-mosque.text-white {\n color: #181926;\n }\n :root .bg-blue-next-500 {\n background-color: #b7bdf8;\n }\n :root .bg-blue-next-500.text-white {\n color: #181926;\n }\n :root .border-dark-7,\n :root .border-neutral-300 {\n border-color: #363a4f;\n }\n :root .border-blue-chill,\n :root .bg-blue-next-500 {\n border-color: #b7bdf8;\n }\n :root .border-neutral-next-900 {\n border-color: #8087a2;\n }\n :root .text-deepl-blue,\n :root .text-blue-600 {\n color: #b7bdf8;\n }\n :root .text-blue-chill {\n color: #d2b7f8;\n }\n :root .text-deprecated-mid-grey {\n color: #cad3f5;\n }\n :root .text-neutral-600 {\n color: #a5adcb;\n }\n :root .text-dark-1,\n :root .text-deprecated-almost-black {\n color: #b8c0e0;\n }\n :root .text-white,\n :root .text-black {\n color: #cad3f5;\n }\n :root .text-neutral-next-800 {\n color: #8087a2;\n }\n :root [class*=\"hover:bg-dark-8\"]:hover,\n :root [class*=\"enabled:hover:bg-dark-8\"]:hover:enabled,\n :root [class*=\"hover:bg-neutral-200\"]:hover,\n :root [class*=\"hover:bg-neutral-next-100\"]:hover {\n background-color: #363a4f;\n }\n :root [class*=\"hover:bg-blue-200\"]:hover {\n background-color: #303349;\n }\n :root [class*=\"hover:bg-blue-next-700\"]:hover {\n background-color: #929bf4;\n }\n :root [class*=\"hover:border-blue-next-700\"]:hover {\n border-color: #929bf4;\n }\n :root [class*=\"disabled:text-dark-5:disabled\"],\n :root [class*=\"disabled:text-neutral-500:disabled\"] {\n color: #8087a2;\n }\n :root [class*=\"hover:text-blue-chill\"]:hover {\n color: #717df1;\n }\n :root [class*=\"bg-[#E1F0F5]\"] {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root [class*=\"bg-[#B4DAE8]\"][class*=\"text-[#01557C]\"] {\n color: #101da0;\n }\n :root [class*=\"text-[#25282D]\"] {\n color: #cad3f5;\n }\n :root [class*=\"text-[#01557C]\"] {\n color: #b7bdf8;\n }\n :root .divide-dark-7 > :not([hidden]) ~ :not([hidden]) {\n border-color: #494d64;\n }\n :root [class*=\"button--\"][class*=\"variant_contained--\"],\n :root [class*=\"button--\"][class*=\"variant_contained--\"]:hover {\n color: #181926;\n }\n :root [class*=\"button--\"][class*=\"color_primary--\"] {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root [class*=\"button--\"][class*=\"color_primary--\"]:hover {\n background-color: #717df1;\n border-color: #717df1;\n color: #181926;\n }\n :root [class*=\"IconAnchor-module--anchor--\"] {\n color: #b7bdf8;\n }\n :root [class*=\"IconAnchor-module--anchor--\"]:hover {\n background-color: #363a4f;\n }\n :root [stroke=\"#0F2B46\"] {\n stroke: #b7bdf8 !important;\n }\n :root [stroke=\"#006494\"] {\n stroke: #a5adcb !important;\n }\n :root [class*=\"BasePageHeader-module--\"] {\n background-color: #181926;\n }\n :root .border-\\[\\#f1f1f1\\] {\n border-color: #363a4f;\n }\n :root [class|=\"PageHeaderLink-module--pageHeaderLink\"],\n :root [class|=\"FlyoutMenuButton-module--flyoutMenuButton\"],\n :root [class|=\"LoginButton-module--loginButton\"] {\n color: #929bf4;\n }\n :root [class|=\"SideMenuButton-module--menuButton\"],\n :root [class|=\"SideMenuButton-module--menuButton\"]::before,\n :root [class|=\"SideMenuButton-module--menuButton\"]::after {\n border-top-color: #929bf4;\n }\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover,\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover::before,\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover::after {\n border-top-color: #b7bdf8;\n }\n :root [class*=\"PageHeaderLink-module--pageHeaderLink--\"]:not(\n [class*=\"PageHeaderLink-module--nohover--\"]\n ):hover {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root [class|=\"LoginButton-module--loginButton\"]:hover {\n color: #b7bdf8;\n }\n :root [class*=\"badge-module--badge--\"][class*=\"badge-module--proDark--\"] {\n background-color: #d2b7f8;\n color: #181926;\n }\n :root [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"] {\n background-color: #b7bdf8 !important;\n border-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"]:hover {\n background-color: #929bf4;\n border-color: #929bf4;\n color: #181926;\n }\n :root [class|=\"ProductUpdateButton-module--updateToolTip\"] {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root [class|=\"ProductUpdateButton-module--updateToolTip\"]::after {\n border-bottom-color: #363a4f;\n }\n :root .bg-\\[\\#EDF8FC\\],\n :root [class|=\"cardButton\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root .bg-\\[\\#EDF8FC\\]:not([class*=\"active--\"]):hover,\n :root [class|=\"cardButton\"]:not([class*=\"active--\"]):hover {\n background-color: #363a4f;\n }\n :root [class|=\"textLower\"] {\n color: #8087a2;\n }\n :root [class|=\"logo\"],\n :root [class|=\"textUpper\"] {\n color: #b7bdf8;\n }\n :root [class*=\"active--\"] [class|=\"logo\"],\n :root [class*=\"active--\"] [class|=\"textUpper\"] {\n color: #cad3f5;\n }\n :root [class*=\"active--\"] [class|=\"innerLower\"] {\n background-color: #b7bdf8;\n }\n :root [class*=\"SourceTranslatorArea-module--focusBorder--\"]:has(\n div[contenteditable=\"true\"]:focus\n ) {\n border-color: #b7bdf8;\n }\n :root d-textarea > [data-placeholder],\n :root d-textarea > div[data-content=\"true\"]::before {\n color: #a5adcb;\n }\n :root [class*=\"enabled:hover-capable:hover:bg-dark-8\"]:hover:enabled {\n background-color: #363a4f;\n }\n :root [data-testid=\"word-alternatives-list\"] [class*=\"root--\"] {\n background-color: #24273a;\n }\n :root [data-testid=\"word-alternatives-list\"] [class*=\"root--\"][class*=\"selected--\"] {\n background-color: #363a4f;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) {\n background-color: #24273a;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .tag_lemma .dictLink {\n color: #b8c0e0;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .notascommon,\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .translation.sortablemg .sep {\n color: #939ab7;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .inflectioninfo,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans_src_context,\n :root [class*=\"DictionaryContent-module--content--\"] .tag_trans {\n color: #b8c0e0;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans a,\n :root [class*=\"DictionaryContent-module--content--\"] .tag_lemma a {\n color: #b7bdf8;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .notascommon,\n :root [class*=\"DictionaryContent-module--content--\"] .sep {\n color: #939ab7;\n }\n :root .lmt__glossary_dialog--arrow::before {\n border-color: #494d64 transparent transparent;\n }\n :root .lmt__glossary_dialog--arrow::after {\n border-color: #363a4f transparent transparent;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"] {\n --background: #8087a2;\n --backgroundHover: #697190;\n --inlineLabelColor: #181926;\n --outline-color: #b7bdf8;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"][class*=\"selected--\"] {\n --background: #a6da95;\n --backgroundHover: #8dcf77;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"] [class|=\"toggle\"] [class|=\"knob\"] {\n background: #181926;\n }\n :root [class|=\"modal\"],\n :root .lmt__glossary_editor {\n background-color: #24273a;\n }\n :root [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"],\n :root .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"] {\n background: #b7bdf8;\n color: #181926;\n }\n :root [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled,\n :root .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled {\n background: rgba(183, 189, 248, 0.5);\n }\n :root .lmt__glossary_editor {\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] {\n --input-background: #24273a;\n --input-border-color: #494d64;\n --input-color: #b8c0e0;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"button\"][aria-expanded=\"true\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"button\"][aria-expanded=\"true\"] {\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] {\n --button-background: #24273a;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"] {\n background: #24273a;\n --option-color: #b8c0e0;\n --option-selected-color: #b8c0e0;\n --option-background: rgba(238, 212, 159, 0.2);\n --option-disabled-color: #8087a2;\n --option-icon-color: #b7bdf8;\n }\n :root .lmt__glossary_editor_mainBar {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root .lmt__glossary_editor_mainBar .lmt__glossary_editorClose {\n color: inherit;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top,\n :root .lmt__glossary_editor_subBar_bottom {\n background-color: #1e2030;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossaryName {\n color: inherit;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown {\n border-right-color: #929bf4;\n border-bottom-color: #929bf4;\n }\n :root .lmt__glossary_button .lmt__glossary_button_label:hover,\n :root .lmt__glossary_highlight,\n :root .lmt__glossary_editor_subBar_bottom .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNew {\n color: #b7bdf8;\n }\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource,\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget {\n border-color: #494d64;\n color: #b8c0e0;\n }\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource:focus,\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget:focus {\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor_langPairHeadline {\n color: inherit;\n border-bottom-color: #494d64;\n }\n :root .lmt__glossary_editorRow {\n color: inherit;\n }\n :root .lmt__glossary_editorRow .iconButton {\n color: #a5adcb;\n }\n :root .lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight {\n border-bottom-color: #494d64;\n border-right-color: #494d64;\n }\n :root .lmt__glossary_dialog {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .lmt__glossary_dialog__line--suggestions,\n :root .lmt__glossary_dialog__line .choice .option {\n color: #b7bdf8;\n }\n :root .root--Te5J3 {\n background-color: #24273a;\n }\n :root .divider--CI8JQ {\n color: #494d64;\n }\n :root [class^=\"UploadPanel-module--docTrans__help_popup--\"] {\n background-color: #24273a;\n }\n :root [class|=\"Quote-module--quote\"] {\n background-color: #24273a !important;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root [class|=\"Quote-module--quoteSource\"] > a {\n color: #929bf4;\n }\n :root [class|=\"Quotes-module--quotesNavigationEntry\"] {\n background-color: #494d64;\n }\n :root [class*=\"Quotes-module--quotesNavigationEntryActive--\"] {\n background-color: #b7bdf8;\n }\n :root [class^=\"ProBanner2021-module--wrapper--\"],\n :root [class|=\"CareerBanner-module--container\"] {\n background: #24273a;\n }\n :root [class|=\"CareerBanner-module--text\"] h2 {\n color: #8087a2;\n }\n :root [class|=\"PopularLangPairList-module--seoText\"] {\n color: #6e738d;\n }\n :root [class|=\"PopularLangPairList-module--seoText\"] p[class|=\"PopularLangPairList-module--title\"] {\n color: #939ab7;\n }\n :root footer [class|=\"pageFooterV2-module--footerOuterContainer\"] {\n background-color: #24273a;\n }\n :root [class|=\"ProBanner2021-module--textLink\"] {\n color: #d2b7f8;\n }\n :root [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:first-of-type {\n color: #8087a2;\n }\n :root [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:not(:first-of-type) a {\n color: #cad3f5 !important;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] {\n --button-background: #363a4f;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] {\n background: #363a4f;\n --option-color: #b8c0e0;\n --option-icon-color: #b7bdf8;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] [class|=\"LanguageSelector-module--option\"][class*=\"LanguageSelector-module--active--\"] {\n --option-background: rgba(238, 212, 159, 0.2);\n }\n :root [class|=\"classicSidemenu-module--menuContainer\"] {\n background-color: #24273a;\n }\n :root [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::before,\n :root [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::after {\n background-color: #b7bdf8;\n }\n :root [class|=\"classicSidemenu-module--mainContent\"] {\n border-bottom-color: #363a4f;\n }\n :root [class|=\"mainMenu-module--container\"] a {\n color: #cad3f5;\n }\n :root [class|=\"mainMenu-module--container\"] a:hover {\n color: #b7bdf8;\n }\n :root [class|=\"subMenu-module--container\"] button {\n color: #cad3f5 !important;\n }\n :root [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"],\n :root [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"]:hover {\n background-color: transparent;\n }\n :root .lmt__glossary_ad_checkmark {\n border-bottom-color: #a6da95;\n border-right-color: #a6da95;\n }\n :root header,\n :root [class=\"w-full bg-white px-8 lg:px-[70px]\"],\n :root [class=\"p-8 lg:px-[70px]\"],\n :root footer,\n :root [href=\"/write\"].block {\n display: none;\n }\n :root body {\n background: #1e2030;\n }\n :root [class=\"relative pr-0 false\"] {\n height: 100%;\n }\n :root [data-testid=\"translator\"] {\n place-content: center center;\n align-items: center;\n }\n :root [data-testid=\"translator\"] > div:first-of-type {\n width: 100vw;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body,\n :root button {\n color: #cad3f5;\n }\n :root p {\n color: #b8c0e0;\n }\n :root a {\n color: #b7bdf8;\n }\n :root a:hover {\n color: #929bf4;\n }\n :root input {\n background-color: #24273a;\n }\n :root .bg-neutral-next-50,\n :root .bg-deprecated-grey {\n background-color: #1e2030;\n }\n :root,\n :root .bg-white,\n :root .bg-blue-100 {\n background-color: #24273a;\n }\n :root .bg-dark-8 {\n background-color: #363a4f;\n }\n :root .bg-mosque {\n background-color: #d2b7f8;\n }\n :root .bg-mosque.text-white {\n color: #181926;\n }\n :root .bg-blue-next-500 {\n background-color: #b7bdf8;\n }\n :root .bg-blue-next-500.text-white {\n color: #181926;\n }\n :root .border-dark-7,\n :root .border-neutral-300 {\n border-color: #363a4f;\n }\n :root .border-blue-chill,\n :root .bg-blue-next-500 {\n border-color: #b7bdf8;\n }\n :root .border-neutral-next-900 {\n border-color: #8087a2;\n }\n :root .text-deepl-blue,\n :root .text-blue-600 {\n color: #b7bdf8;\n }\n :root .text-blue-chill {\n color: #d2b7f8;\n }\n :root .text-deprecated-mid-grey {\n color: #cad3f5;\n }\n :root .text-neutral-600 {\n color: #a5adcb;\n }\n :root .text-dark-1,\n :root .text-deprecated-almost-black {\n color: #b8c0e0;\n }\n :root .text-white,\n :root .text-black {\n color: #cad3f5;\n }\n :root .text-neutral-next-800 {\n color: #8087a2;\n }\n :root [class*=\"hover:bg-dark-8\"]:hover,\n :root [class*=\"enabled:hover:bg-dark-8\"]:hover:enabled,\n :root [class*=\"hover:bg-neutral-200\"]:hover,\n :root [class*=\"hover:bg-neutral-next-100\"]:hover {\n background-color: #363a4f;\n }\n :root [class*=\"hover:bg-blue-200\"]:hover {\n background-color: #303349;\n }\n :root [class*=\"hover:bg-blue-next-700\"]:hover {\n background-color: #929bf4;\n }\n :root [class*=\"hover:border-blue-next-700\"]:hover {\n border-color: #929bf4;\n }\n :root [class*=\"disabled:text-dark-5:disabled\"],\n :root [class*=\"disabled:text-neutral-500:disabled\"] {\n color: #8087a2;\n }\n :root [class*=\"hover:text-blue-chill\"]:hover {\n color: #717df1;\n }\n :root [class*=\"bg-[#E1F0F5]\"] {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root [class*=\"bg-[#B4DAE8]\"][class*=\"text-[#01557C]\"] {\n color: #101da0;\n }\n :root [class*=\"text-[#25282D]\"] {\n color: #cad3f5;\n }\n :root [class*=\"text-[#01557C]\"] {\n color: #b7bdf8;\n }\n :root .divide-dark-7 > :not([hidden]) ~ :not([hidden]) {\n border-color: #494d64;\n }\n :root [class*=\"button--\"][class*=\"variant_contained--\"],\n :root [class*=\"button--\"][class*=\"variant_contained--\"]:hover {\n color: #181926;\n }\n :root [class*=\"button--\"][class*=\"color_primary--\"] {\n background-color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root [class*=\"button--\"][class*=\"color_primary--\"]:hover {\n background-color: #717df1;\n border-color: #717df1;\n color: #181926;\n }\n :root [class*=\"IconAnchor-module--anchor--\"] {\n color: #b7bdf8;\n }\n :root [class*=\"IconAnchor-module--anchor--\"]:hover {\n background-color: #363a4f;\n }\n :root [stroke=\"#0F2B46\"] {\n stroke: #b7bdf8 !important;\n }\n :root [stroke=\"#006494\"] {\n stroke: #a5adcb !important;\n }\n :root [class*=\"BasePageHeader-module--\"] {\n background-color: #181926;\n }\n :root .border-\\[\\#f1f1f1\\] {\n border-color: #363a4f;\n }\n :root [class|=\"PageHeaderLink-module--pageHeaderLink\"],\n :root [class|=\"FlyoutMenuButton-module--flyoutMenuButton\"],\n :root [class|=\"LoginButton-module--loginButton\"] {\n color: #929bf4;\n }\n :root [class|=\"SideMenuButton-module--menuButton\"],\n :root [class|=\"SideMenuButton-module--menuButton\"]::before,\n :root [class|=\"SideMenuButton-module--menuButton\"]::after {\n border-top-color: #929bf4;\n }\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover,\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover::before,\n :root [class|=\"SideMenuButton-module--menuButton\"]:hover::after {\n border-top-color: #b7bdf8;\n }\n :root [class*=\"PageHeaderLink-module--pageHeaderLink--\"]:not(\n [class*=\"PageHeaderLink-module--nohover--\"]\n ):hover {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root [class|=\"LoginButton-module--loginButton\"]:hover {\n color: #b7bdf8;\n }\n :root [class*=\"badge-module--badge--\"][class*=\"badge-module--proDark--\"] {\n background-color: #d2b7f8;\n color: #181926;\n }\n :root [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"] {\n background-color: #b7bdf8 !important;\n border-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"]:hover {\n background-color: #929bf4;\n border-color: #929bf4;\n color: #181926;\n }\n :root [class|=\"ProductUpdateButton-module--updateToolTip\"] {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root [class|=\"ProductUpdateButton-module--updateToolTip\"]::after {\n border-bottom-color: #363a4f;\n }\n :root .bg-\\[\\#EDF8FC\\],\n :root [class|=\"cardButton\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root .bg-\\[\\#EDF8FC\\]:not([class*=\"active--\"]):hover,\n :root [class|=\"cardButton\"]:not([class*=\"active--\"]):hover {\n background-color: #363a4f;\n }\n :root [class|=\"textLower\"] {\n color: #8087a2;\n }\n :root [class|=\"logo\"],\n :root [class|=\"textUpper\"] {\n color: #b7bdf8;\n }\n :root [class*=\"active--\"] [class|=\"logo\"],\n :root [class*=\"active--\"] [class|=\"textUpper\"] {\n color: #cad3f5;\n }\n :root [class*=\"active--\"] [class|=\"innerLower\"] {\n background-color: #b7bdf8;\n }\n :root [class*=\"SourceTranslatorArea-module--focusBorder--\"]:has(\n div[contenteditable=\"true\"]:focus\n ) {\n border-color: #b7bdf8;\n }\n :root d-textarea > [data-placeholder],\n :root d-textarea > div[data-content=\"true\"]::before {\n color: #a5adcb;\n }\n :root [class*=\"enabled:hover-capable:hover:bg-dark-8\"]:hover:enabled {\n background-color: #363a4f;\n }\n :root [data-testid=\"word-alternatives-list\"] [class*=\"root--\"] {\n background-color: #24273a;\n }\n :root [data-testid=\"word-alternatives-list\"] [class*=\"root--\"][class*=\"selected--\"] {\n background-color: #363a4f;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) {\n background-color: #24273a;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .tag_lemma .dictLink {\n color: #b8c0e0;\n }\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .notascommon,\n :root div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) .translation_group .translation_group_line .translation.sortablemg .sep {\n color: #939ab7;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .inflectioninfo,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_lemma a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_s a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans_src_context,\n :root [class*=\"DictionaryContent-module--content--\"] .tag_trans {\n color: #b8c0e0;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_t a,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans,\n :root [class*=\"DictionaryContent-module--content--\"] .isForeignTerm .tag_trans a,\n :root [class*=\"DictionaryContent-module--content--\"] .tag_lemma a {\n color: #b7bdf8;\n }\n :root [class*=\"DictionaryContent-module--content--\"] .notascommon,\n :root [class*=\"DictionaryContent-module--content--\"] .sep {\n color: #939ab7;\n }\n :root .lmt__glossary_dialog--arrow::before {\n border-color: #494d64 transparent transparent;\n }\n :root .lmt__glossary_dialog--arrow::after {\n border-color: #363a4f transparent transparent;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"] {\n --background: #8087a2;\n --backgroundHover: #697190;\n --inlineLabelColor: #181926;\n --outline-color: #b7bdf8;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"][class*=\"selected--\"] {\n --background: #a6da95;\n --backgroundHover: #8dcf77;\n }\n :root .lmt__glossary_onOffSwitch_container label[class|=\"label\"] [class|=\"toggle\"] [class|=\"knob\"] {\n background: #181926;\n }\n :root [class|=\"modal\"],\n :root .lmt__glossary_editor {\n background-color: #24273a;\n }\n :root [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"],\n :root .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"] {\n background: #b7bdf8;\n color: #181926;\n }\n :root [class|=\"modal\"] [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled,\n :root .lmt__glossary_editor [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"]:disabled {\n background: rgba(183, 189, 248, 0.5);\n }\n :root .lmt__glossary_editor {\n color: #cad3f5;\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] {\n --input-background: #24273a;\n --input-border-color: #494d64;\n --input-color: #b8c0e0;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"button\"][aria-expanded=\"true\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"button\"][aria-expanded=\"true\"] {\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] {\n --button-background: #24273a;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"],\n :root .lmt__glossary_editor form.bg-deprecated-grey [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] [class|=\"controls\"] [class|=\"wrapper\"] [class|=\"flyout\"] {\n background: #24273a;\n --option-color: #b8c0e0;\n --option-selected-color: #b8c0e0;\n --option-background: rgba(238, 212, 159, 0.2);\n --option-disabled-color: #8087a2;\n --option-icon-color: #b7bdf8;\n }\n :root .lmt__glossary_editor_mainBar {\n background-color: #b7bdf8;\n color: #181926;\n }\n :root .lmt__glossary_editor_mainBar .lmt__glossary_editorClose {\n color: inherit;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top,\n :root .lmt__glossary_editor_subBar_bottom {\n background-color: #1e2030;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossaryName {\n color: inherit;\n }\n :root .lmt__glossary_editor .lmt__glossary_editor_subBar_top .lmt__glossary_editor_glossarySelect .lmt__glossary_editor_glossaryNameWrapper .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown {\n border-right-color: #929bf4;\n border-bottom-color: #929bf4;\n }\n :root .lmt__glossary_button .lmt__glossary_button_label:hover,\n :root .lmt__glossary_highlight,\n :root .lmt__glossary_editor_subBar_bottom .lmt__glossary_editor_glossaryAddNewWrapper .lmt__glossary_editor_glossaryAddNew {\n color: #b7bdf8;\n }\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource,\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget {\n border-color: #494d64;\n color: #b8c0e0;\n }\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource:focus,\n :root .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget:focus {\n border-color: #b7bdf8;\n }\n :root .lmt__glossary_editor_langPairHeadline {\n color: inherit;\n border-bottom-color: #494d64;\n }\n :root .lmt__glossary_editorRow {\n color: inherit;\n }\n :root .lmt__glossary_editorRow .iconButton {\n color: #a5adcb;\n }\n :root .lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight {\n border-bottom-color: #494d64;\n border-right-color: #494d64;\n }\n :root .lmt__glossary_dialog {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .lmt__glossary_dialog__line--suggestions,\n :root .lmt__glossary_dialog__line .choice .option {\n color: #b7bdf8;\n }\n :root .root--Te5J3 {\n background-color: #24273a;\n }\n :root .divider--CI8JQ {\n color: #494d64;\n }\n :root [class^=\"UploadPanel-module--docTrans__help_popup--\"] {\n background-color: #24273a;\n }\n :root [class|=\"Quote-module--quote\"] {\n background-color: #24273a !important;\n border-color: #363a4f;\n color: #cad3f5;\n }\n :root [class|=\"Quote-module--quoteSource\"] > a {\n color: #929bf4;\n }\n :root [class|=\"Quotes-module--quotesNavigationEntry\"] {\n background-color: #494d64;\n }\n :root [class*=\"Quotes-module--quotesNavigationEntryActive--\"] {\n background-color: #b7bdf8;\n }\n :root [class^=\"ProBanner2021-module--wrapper--\"],\n :root [class|=\"CareerBanner-module--container\"] {\n background: #24273a;\n }\n :root [class|=\"CareerBanner-module--text\"] h2 {\n color: #8087a2;\n }\n :root [class|=\"PopularLangPairList-module--seoText\"] {\n color: #6e738d;\n }\n :root [class|=\"PopularLangPairList-module--seoText\"] p[class|=\"PopularLangPairList-module--title\"] {\n color: #939ab7;\n }\n :root footer [class|=\"pageFooterV2-module--footerOuterContainer\"] {\n background-color: #24273a;\n }\n :root [class|=\"ProBanner2021-module--textLink\"] {\n color: #d2b7f8;\n }\n :root [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:first-of-type {\n color: #8087a2;\n }\n :root [class|=\"pageFooterV2-module--footerOuterContainer\"] [class|=\"pageFooterV2-module--footerContainer\"] [class|=\"pageFooterV2-module--footerContentContainer\"] [class|=\"pageFooterV2-module--linksContainer\"] [class|=\"pageFooterV2-module--linkList\"] li:not(:first-of-type) a {\n color: #cad3f5 !important;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] {\n --button-background: #363a4f;\n --button-border-color: #494d64;\n --button-color: #b8c0e0;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] {\n background: #363a4f;\n --option-color: #b8c0e0;\n --option-icon-color: #b7bdf8;\n }\n :root [class|=\"LanguageSelector-module--wrapper\"] [class|=\"LanguageSelector-module--flyout\"] [class|=\"LanguageSelector-module--option\"][class*=\"LanguageSelector-module--active--\"] {\n --option-background: rgba(238, 212, 159, 0.2);\n }\n :root [class|=\"classicSidemenu-module--menuContainer\"] {\n background-color: #24273a;\n }\n :root [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::before,\n :root [class|=\"classicSidemenu-module--menuContainer\"] [class|=\"closeButton-module--closeButton\"]::after {\n background-color: #b7bdf8;\n }\n :root [class|=\"classicSidemenu-module--mainContent\"] {\n border-bottom-color: #363a4f;\n }\n :root [class|=\"mainMenu-module--container\"] a {\n color: #cad3f5;\n }\n :root [class|=\"mainMenu-module--container\"] a:hover {\n color: #b7bdf8;\n }\n :root [class|=\"subMenu-module--container\"] button {\n color: #cad3f5 !important;\n }\n :root [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"],\n :root [class|=\"subMenu-module--container\"] [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"]:hover {\n background-color: transparent;\n }\n :root .lmt__glossary_ad_checkmark {\n border-bottom-color: #a6da95;\n border-right-color: #a6da95;\n }\n :root header,\n :root [class=\"w-full bg-white px-8 lg:px-[70px]\"],\n :root [class=\"p-8 lg:px-[70px]\"],\n :root footer,\n :root [href=\"/write\"].block {\n display: none;\n }\n :root body {\n background: #1e2030;\n }\n :root [class=\"relative pr-0 false\"] {\n height: 100%;\n }\n :root [data-testid=\"translator\"] {\n place-content: center center;\n align-items: center;\n }\n :root [data-testid=\"translator\"] > div:first-of-type {\n width: 100vw;\n }\n }", + "start": 1105, "regexps": [ "https:\\/\\/www.deepl.com\\/?(.*\\/)translator.*$" ] }, { "code": "/* prettier-ignore */", - "start": 16710 + "start": 37156 } ], - "sourceCode": "/* ==UserStyle==\n@name DeepL Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/deepl\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepl\n@version 0.3.3\n@description Soothing pastel theme for DeepL\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Grey\"]\n@var checkbox zenMode \"Zen Mode\" 0\n==/UserStyle== */\n\n@-moz-document regexp(\"https:\\\\/\\\\/www.deepl.com\\\\/?(.*\\\\/)translator.*$\") {\n #catppuccin(@darkFlavor, @accentColor);\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n }\n\n @accent-text: @crust; // if(@lookup=latte, #fff, @crust) * this doesn't work for some reason. find fix\n\n body,\n button {\n color: @text;\n }\n\n p {\n color: @subtext1;\n }\n\n a {\n color: @accent-color;\n\n &:hover {\n color: darken(@accent-color, 8%);\n }\n }\n\n input {\n background-color: @base;\n }\n\n input::placeholder,\n textarea::placeholder {\n color: @overlay1;\n }\n\n // dammit tailwind\n .bg-neutral-next-50,\n .bg-deprecated-grey {\n background-color: @mantle;\n }\n\n .bg-white,\n .bg-blue-100 {\n background-color: @base;\n }\n\n .bg-dark-8 {\n background-color: @surface0;\n }\n\n .bg-mosque {\n background-color: spin(@accent-color, 30);\n\n &.text-white {\n color: @accent-text;\n }\n }\n\n .bg-blue-next-500 {\n background-color: @accent-color;\n\n &.text-white {\n color: @accent-text;\n }\n }\n\n .border-dark-7,\n .border-neutral-300 {\n border-color: @surface0;\n }\n\n .border-blue-chill,\n .bg-blue-next-500 {\n border-color: @accent-color;\n }\n\n .border-neutral-next-900 {\n border-color: @overlay1;\n }\n\n .text-deepl-blue,\n .text-blue-600 {\n color: @accent-color;\n }\n\n .text-blue-chill {\n color: spin(@accent-color, 30);\n }\n\n .text-deprecated-mid-grey {\n color: @text;\n }\n\n .text-neutral-600 {\n color: @subtext0;\n }\n\n .text-dark-1,\n .text-deprecated-almost-black {\n color: @subtext1;\n }\n\n .text-white,\n .text-black {\n color: @text;\n }\n\n .text-neutral-next-800 {\n color: @overlay1;\n }\n\n [class*=\"hover:bg-dark-8\"]:hover,\n [class*=\"enabled:hover:bg-dark-8\"]:hover:enabled,\n [class*=\"hover:bg-neutral-200\"]:hover,\n [class*=\"hover:bg-neutral-next-100\"]:hover {\n background-color: @surface0;\n }\n\n [class*=\"hover:bg-blue-200\"]:hover {\n background-color: mix(@accent-color, @base, 8%);\n }\n\n [class*=\"hover:bg-blue-next-700\"]:hover {\n background-color: darken(@accent-color, 8%);\n }\n\n [class*=\"hover:border-blue-next-700\"]:hover {\n border-color: darken(@accent-color, 8%);\n }\n\n [class*=\"disabled:text-dark-5:disabled\"],\n [class*=\"disabled:text-neutral-500:disabled\"] {\n color: @overlay1;\n }\n\n [class*=\"hover:text-blue-chill\"]:hover {\n color: darken(@accent-color, 15%);\n }\n\n [class*=\"bg-[#E1F0F5]\"] {\n background-color: fadeout(@accent-color, 70%);\n }\n\n // span[class*=\"hover:bg-[#B4DAE8]\"],\n [class*=\"bg-[#B4DAE8]\"] {\n // background-color: fadeout(@accent-color, 55%);\n\n &[class*=\"text-[#01557C]\"] {\n color: darken(@accent-color, 50%);\n }\n }\n\n [class*=\"text-[#25282D]\"] {\n color: @text;\n }\n\n [class*=\"text-[#01557C]\"] {\n color: @accent-color;\n }\n\n .divide-dark-7 > :not([hidden]) ~ :not([hidden]) {\n border-color: @surface1;\n }\n\n // general stuff\n [class*=\"button--\"] {\n &[class*=\"variant_contained--\"],\n &[class*=\"variant_contained--\"]:hover {\n color: @accent-text;\n }\n\n &[class*=\"color_primary--\"] {\n background-color: @accent-color;\n border-color: @accent-color;\n\n &:hover {\n background-color: darken(@accent-color, 15%);\n border-color: darken(@accent-color, 15%);\n color: @accent-text;\n }\n }\n }\n\n [class*=\"IconAnchor-module--anchor--\"] {\n color: @accent-color;\n\n &:hover {\n background-color: @surface0;\n }\n }\n\n [stroke=\"#0F2B46\"] {\n stroke: @accent-color !important;\n }\n\n [stroke=\"#006494\"] {\n stroke: @subtext0 !important;\n }\n\n // header\n [class^=\"BasePageHeader-module--container\"] {\n background-color: @crust;\n }\n\n [class|=\"PageHeaderLink-module--pageHeaderLink\"],\n [class|=\"FlyoutMenuButton-module--flyoutMenuButton\"],\n [class|=\"LoginButton-module--loginButton\"] {\n color: darken(@accent-color, 8%);\n }\n\n [class|=\"SideMenuButton-module--menuButton\"] {\n &,\n &::before,\n &::after {\n border-top-color: darken(@accent-color, 8%);\n }\n\n &:hover {\n &,\n &::before,\n &::after {\n border-top-color: @accent-color;\n }\n }\n }\n\n [class*=\"PageHeaderLink-module--pageHeaderLink--\"]:not(\n [class*=\"PageHeaderLink-module--nohover--\"]\n ):hover {\n color: @accent-color;\n border-color: @accent-color;\n }\n\n [class|=\"LoginButton-module--loginButton\"]:hover {\n color: @accent-color;\n }\n\n [class*=\"badge-module--badge--\"][class*=\"badge-module--proDark--\"] {\n background-color: spin(@accent-color, 30);\n color: @accent-text;\n }\n\n [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"] {\n background-color: @accent-color;\n border-color: @accent-color;\n color: @accent-text;\n\n &:hover {\n background-color: darken(@accent-color, 8%);\n border-color: darken(@accent-color, 8%);\n color: @accent-text;\n }\n }\n\n [class|=\"ProductUpdateButton-module--updateToolTip\"] {\n background-color: @surface0;\n color: @text;\n\n &::after {\n border-bottom-color: @surface0;\n }\n }\n\n // buttons above translation container\n [class|=\"cardButton\"] {\n background-color: @base;\n border-color: @surface0;\n\n &:not([class*=\"active--\"]):hover {\n background-color: @surface0;\n }\n }\n\n [class|=\"textLower\"] {\n color: @overlay1;\n }\n\n [class|=\"logo\"],\n [class|=\"textUpper\"] {\n color: @accent-color;\n }\n\n [class*=\"active--\"] {\n [class|=\"logo\"],\n [class|=\"textUpper\"] {\n color: @text;\n }\n\n [class|=\"innerLower\"] {\n background-color: @accent-color;\n }\n }\n\n // translation container\n [class*=\"SourceTranslatorArea-module--focusBorder--\"]:has(\n div[contenteditable=\"true\"]:focus\n ) {\n border-color: @accent-color;\n }\n\n [class*=\"focus-within:border-blue-chill\"] {\n // border-color: @accent-color;\n }\n\n d-textarea > [data-placeholder],\n d-textarea > div[data-content=\"true\"]::before {\n color: @subtext0;\n }\n\n [class*=\"enabled:hover-capable:hover:bg-dark-8\"]:hover:enabled {\n background-color: @surface0;\n }\n\n // alternatives\n [data-testid=\"word-alternatives-list\"] {\n [class*=\"root--\"] {\n background-color: @base;\n\n &[class*=\"selected--\"] {\n background-color: @surface0;\n }\n }\n }\n\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) {\n background-color: @base;\n\n .tag_lemma .dictLink {\n color: @subtext1;\n }\n\n .translation_group .translation_group_line .notascommon,\n .translation_group .translation_group_line .translation.sortablemg .sep {\n color: @overlay2;\n }\n }\n\n // dictionary\n [class*=\"DictionaryContent-module--content--\"] {\n .isForeignTerm .inflectioninfo,\n .isForeignTerm .tag_lemma,\n .isForeignTerm .tag_lemma a,\n .isForeignTerm .tag_s,\n .isForeignTerm .tag_s a,\n .isForeignTerm .tag_trans_src_context,\n .tag_trans {\n color: @subtext1;\n }\n\n .isForeignTerm .tag_t,\n .isForeignTerm .tag_t a,\n .isForeignTerm .tag_trans,\n .isForeignTerm .tag_trans a,\n .tag_lemma a {\n color: @accent-color;\n }\n\n .notascommon,\n .sep {\n color: @overlay2;\n }\n }\n\n // glossary\n .lmt__glossary_dialog--arrow {\n &::before {\n border-color: @surface1 transparent transparent;\n }\n\n &::after {\n border-color: @surface0 transparent transparent;\n }\n }\n\n .lmt__glossary_onOffSwitch_container {\n label[class|=\"label\"] {\n --background: @overlay1;\n --backgroundHover: darken(@overlay1, 8%);\n --inlineLabelColor: @accent-text;\n --outline-color: @accent-color;\n\n &[class*=\"selected--\"] {\n --background: @green;\n --backgroundHover: darken(@green, 8%);\n }\n\n [class|=\"toggle\"] [class|=\"knob\"] {\n background: @accent-text;\n }\n }\n }\n\n [class|=\"modal\"],\n .lmt__glossary_editor {\n background-color: @base;\n\n [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"] {\n background: @accent-color;\n color: @accent-text;\n\n &:disabled {\n background: fadeout(@accent-color, 50%);\n }\n }\n }\n\n .lmt__glossary_editor {\n color: @text;\n border-color: @accent-color;\n\n form.bg-deprecated-grey\n [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"],\n form.bg-deprecated-grey\n [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] {\n --input-background: @base;\n --input-border-color: @surface1;\n --input-color: @subtext1;\n\n [class|=\"button\"][aria-expanded=\"true\"] {\n border-color: @accent-color;\n }\n\n [class|=\"controls\"] [class|=\"wrapper\"] {\n --button-background: @base;\n --button-border-color: @surface1;\n --button-color: @subtext1;\n\n [class|=\"flyout\"] {\n background: @base;\n --option-color: @subtext1;\n --option-selected-color: @subtext1;\n --option-background: fadeout(@yellow, 80%);\n --option-disabled-color: @overlay1;\n --option-icon-color: @accent-color;\n }\n }\n }\n }\n\n .lmt__glossary_editor_mainBar {\n background-color: @accent-color;\n color: @accent-text;\n\n .lmt__glossary_editorClose {\n color: inherit;\n }\n }\n\n .lmt__glossary_editor .lmt__glossary_editor_subBar_top,\n .lmt__glossary_editor_subBar_bottom {\n background-color: @mantle;\n }\n\n .lmt__glossary_editor\n .lmt__glossary_editor_subBar_top\n .lmt__glossary_editor_glossarySelect\n .lmt__glossary_editor_glossaryNameWrapper\n .lmt__glossary_editor_glossaryName {\n color: inherit;\n }\n\n .lmt__glossary_editor\n .lmt__glossary_editor_subBar_top\n .lmt__glossary_editor_glossarySelect\n .lmt__glossary_editor_glossaryNameWrapper\n .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown {\n border-right-color: darken(@accent-color, 8%);\n border-bottom-color: darken(@accent-color, 8%);\n }\n\n .lmt__glossary_button .lmt__glossary_button_label:hover,\n .lmt__glossary_highlight,\n .lmt__glossary_editor_subBar_bottom\n .lmt__glossary_editor_glossaryAddNewWrapper\n .lmt__glossary_editor_glossaryAddNew {\n color: @accent-color;\n }\n\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource,\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget {\n border-color: @surface1;\n color: @subtext1;\n\n &:focus {\n border-color: @accent-color;\n }\n }\n\n .lmt__glossary_editor_langPairHeadline {\n color: inherit;\n border-bottom-color: @surface1;\n }\n\n .lmt__glossary_editorRow {\n color: inherit;\n\n .iconButton {\n color: @subtext0;\n }\n }\n\n .lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight {\n border-bottom-color: @surface1;\n border-right-color: @surface1;\n }\n\n .lmt__glossary_dialog {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n }\n\n .lmt__glossary_dialog__line--suggestions,\n .lmt__glossary_dialog__line .choice .option {\n color: @accent-color;\n }\n\n // this this appears when you click on a word on the translated container...\n .root--Te5J3 {\n background-color: @base;\n }\n\n .divider--CI8JQ {\n color: @surface1;\n }\n\n // translate files\n [class^=\"UploadPanel-module--docTrans__help_popup--\"] {\n background-color: @base;\n }\n\n // quotes\n [class|=\"Quote-module--quote\"] {\n background-color: @base !important;\n border-color: @surface0;\n color: @text;\n }\n\n [class|=\"Quote-module--quoteSource\"] {\n > a {\n color: darken(@accent-color, 8%);\n }\n }\n\n [class|=\"Quotes-module--quotesNavigationEntry\"] {\n background-color: @surface1;\n }\n\n [class*=\"Quotes-module--quotesNavigationEntryActive--\"] {\n background-color: @accent-color;\n }\n\n // aside\n [class^=\"ProBanner2021-module--wrapper--\"],\n [class|=\"CareerBanner-module--container\"] {\n background: @base;\n }\n\n [class|=\"CareerBanner-module--text\"] {\n h2 {\n color: @overlay1;\n }\n }\n\n [class|=\"PopularLangPairList-module--seoText\"] {\n color: @overlay0;\n\n p[class|=\"PopularLangPairList-module--title\"] {\n color: @overlay2;\n }\n }\n\n // footer\n footer [class|=\"pageFooterV2-module--footerOuterContainer\"] {\n background-color: @base;\n }\n\n [class|=\"ProBanner2021-module--textLink\"] {\n color: spin(@accent-color, 30);\n }\n\n [class|=\"pageFooterV2-module--footerOuterContainer\"]\n [class|=\"pageFooterV2-module--footerContainer\"]\n [class|=\"pageFooterV2-module--footerContentContainer\"]\n [class|=\"pageFooterV2-module--linksContainer\"]\n [class|=\"pageFooterV2-module--linkList\"]\n li {\n &:first-of-type {\n color: @overlay1;\n }\n\n &:not(:first-of-type) a {\n color: @text !important;\n }\n }\n\n [class|=\"LanguageSelector-module--wrapper\"] {\n --button-background: @surface0;\n --button-border-color: @surface1;\n --button-color: @subtext1;\n\n [class|=\"LanguageSelector-module--flyout\"] {\n background: @surface0;\n // --option-background: @surface0;\n --option-color: @subtext1;\n --option-icon-color: @accent-color;\n\n [class|=\"LanguageSelector-module--option\"][class*=\"LanguageSelector-module--active--\"] {\n --option-background: fadeout(@yellow, 80%);\n }\n }\n }\n\n // side menu\n [class|=\"classicSidemenu-module--menuContainer\"] {\n background-color: @base;\n\n [class|=\"closeButton-module--closeButton\"] {\n &::before,\n &::after {\n background-color: @accent-color;\n }\n }\n }\n\n [class|=\"classicSidemenu-module--mainContent\"] {\n border-bottom-color: @surface0;\n }\n\n [class|=\"mainMenu-module--container\"] a {\n color: @text;\n\n &:hover {\n color: @accent-color;\n }\n }\n\n [class|=\"subMenu-module--container\"] {\n button {\n color: @text !important;\n }\n\n [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"] {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n\n // whatever\n .lmt__glossary_ad_checkmark {\n border-bottom-color: @green;\n border-right-color: @green;\n }\n\n // zen mode\n & when (@zenMode = 1) {\n header,\n [class=\"w-full bg-white px-8 lg:px-[70px]\"],\n [class=\"p-8 lg:px-[70px]\"],\n footer,\n [href=\"/write\"].block {\n display: none;\n }\n\n body {\n background: @mantle;\n }\n\n [class=\"relative pr-0 false\"] {\n height: 100%;\n }\n\n [data-testid=\"translator\"] {\n // height: 100%;\n // width: 100vw;\n // display: flex;\n place-content: center center;\n align-items: center;\n\n > div:first-of-type {\n width: 100vw;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name DeepL Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/deepl\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepl\n@version 0.3.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl\n@description Soothing pastel theme for DeepL\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox zenMode \"Zen Mode\" 0\n==/UserStyle== */\n\n@-moz-document regexp(\"https:\\\\/\\\\/www.deepl.com\\\\/?(.*\\\\/)translator.*$\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @accent-text: @crust; // if(@lookup=latte, #fff, @crust) * this doesn't work for some reason. find fix\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n body,\n button {\n color: @text;\n }\n\n p {\n color: @subtext1;\n }\n\n a {\n color: @accent-color;\n\n &:hover {\n color: darken(@accent-color, 8%);\n }\n }\n\n input {\n background-color: @base;\n }\n\n // dammit tailwind\n .bg-neutral-next-50,\n .bg-deprecated-grey {\n background-color: @mantle;\n }\n\n &,\n .bg-white,\n .bg-blue-100 {\n background-color: @base;\n }\n\n .bg-dark-8 {\n background-color: @surface0;\n }\n\n .bg-mosque {\n background-color: spin(@accent-color, 30);\n\n &.text-white {\n color: @accent-text;\n }\n }\n\n .bg-blue-next-500 {\n background-color: @accent-color;\n\n &.text-white {\n color: @accent-text;\n }\n }\n\n .border-dark-7,\n .border-neutral-300 {\n border-color: @surface0;\n }\n\n .border-blue-chill,\n .bg-blue-next-500 {\n border-color: @accent-color;\n }\n\n .border-neutral-next-900 {\n border-color: @overlay1;\n }\n\n .text-deepl-blue,\n .text-blue-600 {\n color: @accent-color;\n }\n\n .text-blue-chill {\n color: spin(@accent-color, 30);\n }\n\n .text-deprecated-mid-grey {\n color: @text;\n }\n\n .text-neutral-600 {\n color: @subtext0;\n }\n\n .text-dark-1,\n .text-deprecated-almost-black {\n color: @subtext1;\n }\n\n .text-white,\n .text-black {\n color: @text;\n }\n\n .text-neutral-next-800 {\n color: @overlay1;\n }\n\n [class*=\"hover:bg-dark-8\"]:hover,\n [class*=\"enabled:hover:bg-dark-8\"]:hover:enabled,\n [class*=\"hover:bg-neutral-200\"]:hover,\n [class*=\"hover:bg-neutral-next-100\"]:hover {\n background-color: @surface0;\n }\n\n [class*=\"hover:bg-blue-200\"]:hover {\n background-color: mix(@accent-color, @base, 8%);\n }\n\n [class*=\"hover:bg-blue-next-700\"]:hover {\n background-color: darken(@accent-color, 8%);\n }\n\n [class*=\"hover:border-blue-next-700\"]:hover {\n border-color: darken(@accent-color, 8%);\n }\n\n [class*=\"disabled:text-dark-5:disabled\"],\n [class*=\"disabled:text-neutral-500:disabled\"] {\n color: @overlay1;\n }\n\n [class*=\"hover:text-blue-chill\"]:hover {\n color: darken(@accent-color, 15%);\n }\n\n [class*=\"bg-[#E1F0F5]\"] {\n background-color: fadeout(@accent-color, 70%);\n }\n\n // span[class*=\"hover:bg-[#B4DAE8]\"],\n [class*=\"bg-[#B4DAE8]\"] {\n // background-color: fadeout(@accent-color, 55%);\n\n &[class*=\"text-[#01557C]\"] {\n color: darken(@accent-color, 50%);\n }\n }\n\n [class*=\"text-[#25282D]\"] {\n color: @text;\n }\n\n [class*=\"text-[#01557C]\"] {\n color: @accent-color;\n }\n\n .divide-dark-7 > :not([hidden]) ~ :not([hidden]) {\n border-color: @surface1;\n }\n\n // general stuff\n [class*=\"button--\"] {\n &[class*=\"variant_contained--\"],\n &[class*=\"variant_contained--\"]:hover {\n color: @accent-text;\n }\n\n &[class*=\"color_primary--\"] {\n background-color: @accent-color;\n border-color: @accent-color;\n\n &:hover {\n background-color: darken(@accent-color, 15%);\n border-color: darken(@accent-color, 15%);\n color: @accent-text;\n }\n }\n }\n\n [class*=\"IconAnchor-module--anchor--\"] {\n color: @accent-color;\n\n &:hover {\n background-color: @surface0;\n }\n }\n\n [stroke=\"#0F2B46\"] {\n stroke: @accent-color !important;\n }\n\n [stroke=\"#006494\"] {\n stroke: @subtext0 !important;\n }\n\n // header\n [class*=\"BasePageHeader-module--\"] {\n background-color: @crust;\n }\n\n .border-\\[\\#f1f1f1\\] {\n border-color: @surface0;\n }\n\n [class|=\"PageHeaderLink-module--pageHeaderLink\"],\n [class|=\"FlyoutMenuButton-module--flyoutMenuButton\"],\n [class|=\"LoginButton-module--loginButton\"] {\n color: darken(@accent-color, 8%);\n }\n\n [class|=\"SideMenuButton-module--menuButton\"] {\n &,\n &::before,\n &::after {\n border-top-color: darken(@accent-color, 8%);\n }\n\n &:hover {\n &,\n &::before,\n &::after {\n border-top-color: @accent-color;\n }\n }\n }\n\n [class*=\"PageHeaderLink-module--pageHeaderLink--\"]:not(\n [class*=\"PageHeaderLink-module--nohover--\"]\n ):hover {\n color: @accent-color;\n border-color: @accent-color;\n }\n\n [class|=\"LoginButton-module--loginButton\"]:hover {\n color: @accent-color;\n }\n\n [class*=\"badge-module--badge--\"][class*=\"badge-module--proDark--\"] {\n background-color: spin(@accent-color, 30);\n color: @accent-text;\n }\n\n [class*=\"StartFreeTrialButton-module--startFreeTrialButton--\"] {\n background-color: @accent-color !important;\n border-color: @accent-color !important;\n color: @accent-text !important;\n\n &:hover {\n background-color: darken(@accent-color, 8%);\n border-color: darken(@accent-color, 8%);\n color: @accent-text;\n }\n }\n\n [class|=\"ProductUpdateButton-module--updateToolTip\"] {\n background-color: @surface0;\n color: @text;\n\n &::after {\n border-bottom-color: @surface0;\n }\n }\n\n // buttons above translation container\n .bg-\\[\\#EDF8FC\\],\n [class|=\"cardButton\"] {\n background-color: @base;\n border-color: @surface0;\n\n &:not([class*=\"active--\"]):hover {\n background-color: @surface0;\n }\n }\n\n [class|=\"textLower\"] {\n color: @overlay1;\n }\n\n [class|=\"logo\"],\n [class|=\"textUpper\"] {\n color: @accent-color;\n }\n\n [class*=\"active--\"] {\n [class|=\"logo\"],\n [class|=\"textUpper\"] {\n color: @text;\n }\n\n [class|=\"innerLower\"] {\n background-color: @accent-color;\n }\n }\n\n // translation container\n [class*=\"SourceTranslatorArea-module--focusBorder--\"]:has(\n div[contenteditable=\"true\"]:focus\n ) {\n border-color: @accent-color;\n }\n\n d-textarea > [data-placeholder],\n d-textarea > div[data-content=\"true\"]::before {\n color: @subtext0;\n }\n\n [class*=\"enabled:hover-capable:hover:bg-dark-8\"]:hover:enabled {\n background-color: @surface0;\n }\n\n // alternatives\n [data-testid=\"word-alternatives-list\"] {\n [class*=\"root--\"] {\n background-color: @base;\n\n &[class*=\"selected--\"] {\n background-color: @surface0;\n }\n }\n }\n\n div:has(> [class^=\"DictionaryContent-module--content--\"].embedded) {\n background-color: @base;\n\n .tag_lemma .dictLink {\n color: @subtext1;\n }\n\n .translation_group .translation_group_line .notascommon,\n .translation_group .translation_group_line .translation.sortablemg .sep {\n color: @overlay2;\n }\n }\n\n // dictionary\n [class*=\"DictionaryContent-module--content--\"] {\n .isForeignTerm .inflectioninfo,\n .isForeignTerm .tag_lemma,\n .isForeignTerm .tag_lemma a,\n .isForeignTerm .tag_s,\n .isForeignTerm .tag_s a,\n .isForeignTerm .tag_trans_src_context,\n .tag_trans {\n color: @subtext1;\n }\n\n .isForeignTerm .tag_t,\n .isForeignTerm .tag_t a,\n .isForeignTerm .tag_trans,\n .isForeignTerm .tag_trans a,\n .tag_lemma a {\n color: @accent-color;\n }\n\n .notascommon,\n .sep {\n color: @overlay2;\n }\n }\n\n // glossary\n .lmt__glossary_dialog--arrow {\n &::before {\n border-color: @surface1 transparent transparent;\n }\n\n &::after {\n border-color: @surface0 transparent transparent;\n }\n }\n\n .lmt__glossary_onOffSwitch_container {\n label[class|=\"label\"] {\n --background: @overlay1;\n --backgroundHover: darken(@overlay1, 8%);\n --inlineLabelColor: @accent-text;\n --outline-color: @accent-color;\n\n &[class*=\"selected--\"] {\n --background: @green;\n --backgroundHover: darken(@green, 8%);\n }\n\n [class|=\"toggle\"] [class|=\"knob\"] {\n background: @accent-text;\n }\n }\n }\n\n [class|=\"modal\"],\n .lmt__glossary_editor {\n background-color: @base;\n\n [class*=\"Form-module--form--\"] [class*=\"Form-module--submit--\"] {\n background: @accent-color;\n color: @accent-text;\n\n &:disabled {\n background: fadeout(@accent-color, 50%);\n }\n }\n }\n\n .lmt__glossary_editor {\n color: @text;\n border-color: @accent-color;\n\n form.bg-deprecated-grey\n [class|=\"wrapper\"][class*=\"Form-module--inputSource--\"],\n form.bg-deprecated-grey\n [class|=\"wrapper\"][class*=\"Form-module--inputTarget--\"] {\n --input-background: @base;\n --input-border-color: @surface1;\n --input-color: @subtext1;\n\n [class|=\"button\"][aria-expanded=\"true\"] {\n border-color: @accent-color;\n }\n\n [class|=\"controls\"] [class|=\"wrapper\"] {\n --button-background: @base;\n --button-border-color: @surface1;\n --button-color: @subtext1;\n\n [class|=\"flyout\"] {\n background: @base;\n --option-color: @subtext1;\n --option-selected-color: @subtext1;\n --option-background: fadeout(@yellow, 80%);\n --option-disabled-color: @overlay1;\n --option-icon-color: @accent-color;\n }\n }\n }\n }\n\n .lmt__glossary_editor_mainBar {\n background-color: @accent-color;\n color: @accent-text;\n\n .lmt__glossary_editorClose {\n color: inherit;\n }\n }\n\n .lmt__glossary_editor .lmt__glossary_editor_subBar_top,\n .lmt__glossary_editor_subBar_bottom {\n background-color: @mantle;\n }\n\n .lmt__glossary_editor\n .lmt__glossary_editor_subBar_top\n .lmt__glossary_editor_glossarySelect\n .lmt__glossary_editor_glossaryNameWrapper\n .lmt__glossary_editor_glossaryName {\n color: inherit;\n }\n\n .lmt__glossary_editor\n .lmt__glossary_editor_subBar_top\n .lmt__glossary_editor_glossarySelect\n .lmt__glossary_editor_glossaryNameWrapper\n .lmt__glossary_editor_glossarySelectChevron.lmt__glossary_arrowDown {\n border-right-color: darken(@accent-color, 8%);\n border-bottom-color: darken(@accent-color, 8%);\n }\n\n .lmt__glossary_button .lmt__glossary_button_label:hover,\n .lmt__glossary_highlight,\n .lmt__glossary_editor_subBar_bottom\n .lmt__glossary_editor_glossaryAddNewWrapper\n .lmt__glossary_editor_glossaryAddNew {\n color: @accent-color;\n }\n\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputSource,\n .lmt_firstEntry-content .lmt__glossary_newEntry_inputTarget {\n border-color: @surface1;\n color: @subtext1;\n\n &:focus {\n border-color: @accent-color;\n }\n }\n\n .lmt__glossary_editor_langPairHeadline {\n color: inherit;\n border-bottom-color: @surface1;\n }\n\n .lmt__glossary_editorRow {\n color: inherit;\n\n .iconButton {\n color: @subtext0;\n }\n }\n\n .lmt__glossary_arrowRightWrapper .lmt__glossary_arrowRight {\n border-bottom-color: @surface1;\n border-right-color: @surface1;\n }\n\n .lmt__glossary_dialog {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n }\n\n .lmt__glossary_dialog__line--suggestions,\n .lmt__glossary_dialog__line .choice .option {\n color: @accent-color;\n }\n\n // this this appears when you click on a word on the translated container...\n .root--Te5J3 {\n background-color: @base;\n }\n\n .divider--CI8JQ {\n color: @surface1;\n }\n\n // translate files\n [class^=\"UploadPanel-module--docTrans__help_popup--\"] {\n background-color: @base;\n }\n\n // quotes\n [class|=\"Quote-module--quote\"] {\n background-color: @base !important;\n border-color: @surface0;\n color: @text;\n }\n\n [class|=\"Quote-module--quoteSource\"] {\n > a {\n color: darken(@accent-color, 8%);\n }\n }\n\n [class|=\"Quotes-module--quotesNavigationEntry\"] {\n background-color: @surface1;\n }\n\n [class*=\"Quotes-module--quotesNavigationEntryActive--\"] {\n background-color: @accent-color;\n }\n\n // aside\n [class^=\"ProBanner2021-module--wrapper--\"],\n [class|=\"CareerBanner-module--container\"] {\n background: @base;\n }\n\n [class|=\"CareerBanner-module--text\"] {\n h2 {\n color: @overlay1;\n }\n }\n\n [class|=\"PopularLangPairList-module--seoText\"] {\n color: @overlay0;\n\n p[class|=\"PopularLangPairList-module--title\"] {\n color: @overlay2;\n }\n }\n\n // footer\n footer [class|=\"pageFooterV2-module--footerOuterContainer\"] {\n background-color: @base;\n }\n\n [class|=\"ProBanner2021-module--textLink\"] {\n color: spin(@accent-color, 30);\n }\n\n [class|=\"pageFooterV2-module--footerOuterContainer\"]\n [class|=\"pageFooterV2-module--footerContainer\"]\n [class|=\"pageFooterV2-module--footerContentContainer\"]\n [class|=\"pageFooterV2-module--linksContainer\"]\n [class|=\"pageFooterV2-module--linkList\"]\n li {\n &:first-of-type {\n color: @overlay1;\n }\n\n &:not(:first-of-type) a {\n color: @text !important;\n }\n }\n\n [class|=\"LanguageSelector-module--wrapper\"] {\n --button-background: @surface0;\n --button-border-color: @surface1;\n --button-color: @subtext1;\n\n [class|=\"LanguageSelector-module--flyout\"] {\n background: @surface0;\n // --option-background: @surface0;\n --option-color: @subtext1;\n --option-icon-color: @accent-color;\n\n [class|=\"LanguageSelector-module--option\"][class*=\"LanguageSelector-module--active--\"] {\n --option-background: fadeout(@yellow, 80%);\n }\n }\n }\n\n // side menu\n [class|=\"classicSidemenu-module--menuContainer\"] {\n background-color: @base;\n\n [class|=\"closeButton-module--closeButton\"] {\n &::before,\n &::after {\n background-color: @accent-color;\n }\n }\n }\n\n [class|=\"classicSidemenu-module--mainContent\"] {\n border-bottom-color: @surface0;\n }\n\n [class|=\"mainMenu-module--container\"] a {\n color: @text;\n\n &:hover {\n color: @accent-color;\n }\n }\n\n [class|=\"subMenu-module--container\"] {\n button {\n color: @text !important;\n }\n\n [class|=\"button-module--button\"][class*=\"button-module--variant_text--\"] {\n &,\n &:hover {\n background-color: transparent;\n }\n }\n }\n\n .lmt__glossary_ad_checkmark {\n border-bottom-color: @green;\n border-right-color: @green;\n }\n\n & when (@zenMode = 1) {\n header,\n [class=\"w-full bg-white px-8 lg:px-[70px]\"],\n [class=\"p-8 lg:px-[70px]\"],\n footer,\n [href=\"/write\"].block {\n display: none;\n }\n\n body {\n background: @mantle;\n }\n\n [class=\"relative pr-0 false\"] {\n height: 100%;\n }\n\n [data-testid=\"translator\"] {\n place-content: center center;\n align-items: center;\n\n > div:first-of-type {\n width: 100vw;\n }\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "DeepL Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/deepl", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/deepl", - "version": "0.3.3", - "description": "Soothing pastel theme for DeepL", - "author": "Catppuccin", + "version": "0.3.5", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl", + "description": "Soothing pastel theme for DeepL", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { @@ -4150,7 +4312,7 @@ "type": "select", "label": "Light Flavor", "name": "lightFlavor", - "value": null, + "value": "macchiato", "default": "latte", "options": [ { @@ -4209,7 +4371,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "blue", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -4283,7 +4445,7 @@ }, { "name": "subtext0", - "label": "Grey", + "label": "Gray", "value": "subtext0" } ] @@ -4301,12 +4463,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for DeepL", "name": "DeepL Catppuccin", - "originalDigest": "3a007df1c53c65be9343e8030e64013d587993eb", + "originalDigest": "f7714fae92908c729ea174664eacd6dbaabc3e38", "_id": "a7f9bbcf-6941-41a5-8376-e6562a952bdd", - "_rev": 1704797099367, + "_rev": 1713023286409, "id": 60, - "etag": "W/\"7f4ef096fef5f7596fe963448eb7d2412274aba0c4b5101ba6a1659637845e00\"", - "updateDate": 1704797099250 + "etag": "W/\"89933ae98ca211fe73c2b93eb258ff573fdb99b95fcbd8a6c0144f5245a3e953\"", + "updateDate": 1712856189539 }, { "enabled": true, @@ -4315,27 +4477,31 @@ "installDate": 1696719568897, "sections": [ { - "code": "/* ==UserStyle==\n@name Hacker News Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hacker-news\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news\n@version 0.1.2\n@description Soothing pastel theme for HackerNews\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Hacker News Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hacker-news\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news\n@version 1.0.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news\n@description Soothing pastel theme for Hacker News\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: light) {\n /* Main background */\n #hnmain {\n background-color: #eff1f5;\n }\n /* Main body padding background */\n body {\n background-color: #eff1f5;\n color: #4c4f69;\n }\n /* Background of the FAQ and main page */\n body > center > table > tbody > tr > td {\n background-color: #eff1f5;\n color: #4c4f69;\n }\n /* Top bar */\n #hnmain > tbody > tr:nth-child(1) > td {\n background-color: #fe640b;\n }\n /* Hacker News text in top bar */\n #hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(2) > span > b > a {\n color: #ccd0da;\n }\n /* Logged-in user karma */\n #karma {\n color: #bcc0cc;\n }\n /* Separator characters around logged-in user karma */\n #hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(3) > span {\n color: #bcc0cc;\n }\n /* Visited top bar links */\n .pagetop a:visited {\n color: #bcc0cc;\n }\n /* Unvisited top bar links */\n .pagetop a:link {\n color: #ccd0da;\n }\n /* Links */\n a:link {\n color: #1e66f5;\n }\n /* More link */\n .hnmore a:link,\n a:visited {\n color: #7287fd;\n }\n /* New user color */\n .hnuser > font {\n color: #40a02b;\n }\n /* Story site link */\n .comhead a:link,\n .subtext a:visited {\n color: #fe640b;\n }\n /* Story points */\n .score {\n color: #6c6f85;\n }\n /* Story ranking number */\n .title {\n color: #7287fd;\n }\n /* Comment text */\n .commtext {\n color: #4c4f69;\n }\n /* Comment hyperlinks */\n .commtext a:link {\n color: #209fb5;\n }\n /* Comment box */\n textarea,\n input {\n background-color: #ccd0da;\n color: #4c4f69;\n border-color: #179299;\n }\n /* Poll questions */\n td.comment > div > font {\n color: #4c4f69;\n }\n /* Bottom footer separator bar */\n #hnmain > tbody > tr:nth-child(4) > td > table > tbody > tr > td {\n background-color: #eff1f5;\n }\n /* Search bar text field */\n #hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form > input[type=\"text\"] {\n background-color: #ccd0da;\n }\n /* Search bar text */\n #hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form {\n color: #4c4f69;\n }\n /* FAQ Questions */\n body > center > table > tbody > tr > td > p > b {\n color: #5c5f77;\n }\n /* FAQ Header */\n body > center > table > tbody > tr > td > b {\n color: #5c5f77;\n }\n /* Text post content */\n .toptext {\n color: #4c4f69;\n }\n /* Replace vote arrow with svg arrow and mask */\n .votearrow {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2016%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22m2%2027%2014-29%2014%2029z%22%20fill%3D%22%236c6f85%22/%3E%3C/svg%3E\");\n }\n }\n @media (prefers-color-scheme: dark) {\n /* Main background */\n #hnmain {\n background-color: #1e1e2e;\n }\n /* Main body padding background */\n body {\n background-color: #1e1e2e;\n color: #cdd6f4;\n }\n /* Background of the FAQ and main page */\n body > center > table > tbody > tr > td {\n background-color: #1e1e2e;\n color: #cdd6f4;\n }\n /* Top bar */\n #hnmain > tbody > tr:nth-child(1) > td {\n background-color: #fab387;\n }\n /* Hacker News text in top bar */\n #hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(2) > span > b > a {\n color: #313244;\n }\n /* Logged-in user karma */\n #karma {\n color: #45475a;\n }\n /* Separator characters around logged-in user karma */\n #hnmain > tbody > tr:nth-child(1) > td > table > tbody > tr > td:nth-child(3) > span {\n color: #45475a;\n }\n /* Visited top bar links */\n .pagetop a:visited {\n color: #45475a;\n }\n /* Unvisited top bar links */\n .pagetop a:link {\n color: #313244;\n }\n /* Links */\n a:link {\n color: #89b4fa;\n }\n /* More link */\n .hnmore a:link,\n a:visited {\n color: #b4befe;\n }\n /* New user color */\n .hnuser > font {\n color: #a6e3a1;\n }\n /* Story site link */\n .comhead a:link,\n .subtext a:visited {\n color: #fab387;\n }\n /* Story points */\n .score {\n color: #a6adc8;\n }\n /* Story ranking number */\n .title {\n color: #b4befe;\n }\n /* Comment text */\n .commtext {\n color: #cdd6f4;\n }\n /* Comment hyperlinks */\n .commtext a:link {\n color: #74c7ec;\n }\n /* Comment box */\n textarea,\n input {\n background-color: #313244;\n color: #cdd6f4;\n border-color: #94e2d5;\n }\n /* Poll questions */\n td.comment > div > font {\n color: #cdd6f4;\n }\n /* Bottom footer separator bar */\n #hnmain > tbody > tr:nth-child(4) > td > table > tbody > tr > td {\n background-color: #1e1e2e;\n }\n /* Search bar text field */\n #hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form > input[type=\"text\"] {\n background-color: #313244;\n }\n /* Search bar text */\n #hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form {\n color: #cdd6f4;\n }\n /* FAQ Questions */\n body > center > table > tbody > tr > td > p > b {\n color: #bac2de;\n }\n /* FAQ Header */\n body > center > table > tbody > tr > td > b {\n color: #bac2de;\n }\n /* Text post content */\n .toptext {\n color: #cdd6f4;\n }\n /* Replace vote arrow with svg arrow and mask */\n .votearrow {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2016%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22m2%2027%2014-29%2014%2029z%22%20fill%3D%22%23a6adc8%22/%3E%3C/svg%3E\");\n }\n }", - "start": 797, + "code": "@media (prefers-color-scheme: light) {\n [bgcolor=\"#fafaf0\"],\n [bgcolor=\"#f6f6ef\"] {\n background-color: #eff1f5;\n }\n body {\n background-color: #e6e9ef;\n }\n td {\n color: #4c4f69;\n }\n /* Header */\n td[bgcolor=\"#ff6600\"] {\n background-color: #ef7914;\n }\n td[bgcolor=\"#ff6600\"] .pagetop,\n td[bgcolor=\"#ff6600\"] .pagetop a {\n color: #dce0e8 !important;\n }\n td[bgcolor=\"#ff6600\"] img[src=\"y18.svg\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20height%3D%2218%22%20viewBox%3D%224%204%20188%20188%22%20width%3D%2218%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%204h188v188H4z%22%20fill%3D%22%23fe640b%22/%3E%3Cpath%20d%3D%22M73.252%2045.01%2096%2092.401l22.748-47.391h19.566l-34.324%2064.487v41.493H88.01v-41.493L53.686%2045.01z%22%20fill%3D%22%23dce0e8%22/%3E%3C/svg%3E\");\n border-color: #dce0e8 !important;\n }\n td[bgcolor=\"#ff6600\"] [color=\"#ffffff\"] {\n color: #dce0e8;\n }\n td[bgcolor=\"#ffffaa\"] {\n background-color: #df8e1d;\n }\n td[bgcolor=\"#ffffaa\"] td {\n color: #dce0e8;\n }\n .subtext,\n .comhead,\n .subtext a:link,\n .comhead a:link,\n .subtext a:visited,\n .comhead a:visited {\n color: #7c7f93;\n }\n a:link {\n color: #1e66f5;\n }\n .hnmore a:link,\n a:visited {\n color: #7287fd;\n }\n [color=\"#3c963c\"] {\n color: #40a02b;\n }\n /* Story points */\n .score {\n color: #6c6f85;\n }\n /* Story ranking number */\n .title {\n color: #7287fd;\n }\n /* Comment text */\n .commtext {\n color: #4c4f69;\n }\n /* Comment hyperlinks */\n .commtext a:link {\n color: #209fb5;\n }\n /* Comment box */\n input,\n textarea,\n select {\n background-color: #e6e9ef;\n color: #4c4f69;\n border-width: 1px;\n border-style: solid;\n border-color: #ccd0da;\n border-radius: 2px;\n }\n input {\n padding: 2px;\n }\n /* Poll questions */\n td.comment > div > font {\n color: #4c4f69;\n }\n /* Text post content */\n .toptext {\n color: #4c4f69;\n }\n .votearrow {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2016%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22M2%2027%2016-2l14%2029z%22%20fill%3D%22%236c6f85%22/%3E%3C/svg%3E\");\n }\n .yclinks {\n color: #acb0be;\n }\n b {\n color: #4c4f69;\n }\n table[bgcolor=\"#ff6600\"] {\n background-color: #ef7914;\n }\n }\n @media (prefers-color-scheme: dark) {\n [bgcolor=\"#fafaf0\"],\n [bgcolor=\"#f6f6ef\"] {\n background-color: #1e1e2e;\n }\n body {\n background-color: #181825;\n }\n td {\n color: #cdd6f4;\n }\n /* Header */\n td[bgcolor=\"#ff6600\"] {\n background-color: #facb9b;\n }\n td[bgcolor=\"#ff6600\"] .pagetop,\n td[bgcolor=\"#ff6600\"] .pagetop a {\n color: #11111b !important;\n }\n td[bgcolor=\"#ff6600\"] img[src=\"y18.svg\"] {\n content: url(\"data:image/svg+xml,%3Csvg%20height%3D%2218%22%20viewBox%3D%224%204%20188%20188%22%20width%3D%2218%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M4%204h188v188H4z%22%20fill%3D%22%23fab387%22/%3E%3Cpath%20d%3D%22M73.252%2045.01%2096%2092.401l22.748-47.391h19.566l-34.324%2064.487v41.493H88.01v-41.493L53.686%2045.01z%22%20fill%3D%22%2311111b%22/%3E%3C/svg%3E\");\n border-color: #11111b !important;\n }\n td[bgcolor=\"#ff6600\"] [color=\"#ffffff\"] {\n color: #11111b;\n }\n td[bgcolor=\"#ffffaa\"] {\n background-color: #f9e2af;\n }\n td[bgcolor=\"#ffffaa\"] td {\n color: #11111b;\n }\n .subtext,\n .comhead,\n .subtext a:link,\n .comhead a:link,\n .subtext a:visited,\n .comhead a:visited {\n color: #9399b2;\n }\n a:link {\n color: #89b4fa;\n }\n .hnmore a:link,\n a:visited {\n color: #b4befe;\n }\n [color=\"#3c963c\"] {\n color: #a6e3a1;\n }\n /* Story points */\n .score {\n color: #a6adc8;\n }\n /* Story ranking number */\n .title {\n color: #b4befe;\n }\n /* Comment text */\n .commtext {\n color: #cdd6f4;\n }\n /* Comment hyperlinks */\n .commtext a:link {\n color: #74c7ec;\n }\n /* Comment box */\n input,\n textarea,\n select {\n background-color: #181825;\n color: #cdd6f4;\n border-width: 1px;\n border-style: solid;\n border-color: #313244;\n border-radius: 2px;\n }\n input {\n padding: 2px;\n }\n /* Poll questions */\n td.comment > div > font {\n color: #cdd6f4;\n }\n /* Text post content */\n .toptext {\n color: #cdd6f4;\n }\n .votearrow {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2016%22%20width%3D%2232%22%3E%3Cpath%20d%3D%22M2%2027%2016-2l14%2029z%22%20fill%3D%22%23a6adc8%22/%3E%3C/svg%3E\");\n }\n .yclinks {\n color: #585b70;\n }\n b {\n color: #cdd6f4;\n }\n table[bgcolor=\"#ff6600\"] {\n background-color: #facb9b;\n }\n }", + "start": 1076, "domains": [ "news.ycombinator.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 6185 } ], - "sourceCode": "/* ==UserStyle==\n@name Hacker News Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hacker-news\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news\n@version 0.1.2\n@description Soothing pastel theme for HackerNews\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */\n\n@-moz-document domain(\"news.ycombinator.com\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor);\n }\n\n #catppuccin(@lookup) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n\n /* Main background */\n #hnmain {\n background-color: @base;\n }\n /* Main body padding background */\n body {\n background-color: @base;\n color: @text;\n }\n\n /* Background of the FAQ and main page */\n body > center > table > tbody > tr > td {\n background-color: @base;\n color: @text;\n }\n\n /* Top bar */\n #hnmain > tbody > tr:nth-child(1) > td {\n background-color: @peach;\n }\n\n /* Hacker News text in top bar */\n #hnmain\n > tbody\n > tr:nth-child(1)\n > td\n > table\n > tbody\n > tr\n > td:nth-child(2)\n > span\n > b\n > a {\n color: @surface0;\n }\n\n /* Logged-in user karma */\n #karma {\n color: @surface1;\n }\n\n /* Separator characters around logged-in user karma */\n #hnmain\n > tbody\n > tr:nth-child(1)\n > td\n > table\n > tbody\n > tr\n > td:nth-child(3)\n > span {\n color: @surface1;\n }\n\n /* Visited top bar links */\n .pagetop a:visited {\n color: @surface1;\n }\n\n /* Unvisited top bar links */\n .pagetop a:link {\n color: @surface0;\n }\n\n /* Links */\n a:link {\n color: @blue;\n }\n\n /* More link */\n .hnmore a:link,\n a:visited {\n color: @lavender;\n }\n\n /* New user color */\n .hnuser > font {\n color: @green;\n }\n\n /* Story site link */\n .comhead a:link,\n .subtext a:visited {\n color: @peach;\n }\n\n /* Story points */\n .score {\n color: @subtext0;\n }\n\n /* Story ranking number */\n .title {\n color: @lavender;\n }\n\n /* Comment text */\n .commtext {\n color: @text;\n }\n\n /* Comment hyperlinks */\n .commtext a:link {\n color: @sapphire;\n }\n\n /* Comment box */\n textarea,\n input {\n background-color: @surface0;\n color: @text;\n border-color: @teal;\n }\n\n /* Poll questions */\n td.comment > div > font {\n color: @text;\n }\n\n /* Bottom footer separator bar */\n #hnmain > tbody > tr:nth-child(4) > td > table > tbody > tr > td {\n background-color: @base;\n }\n\n /* Search bar text field */\n #hnmain\n > tbody\n > tr:nth-child(4)\n > td\n > center:nth-child(6)\n > form\n > input[type=\"text\"] {\n background-color: @surface0;\n }\n\n /* Search bar text */\n #hnmain > tbody > tr:nth-child(4) > td > center:nth-child(6) > form {\n color: @text;\n }\n\n /* FAQ Questions */\n body > center > table > tbody > tr > td > p > b {\n color: @subtext1;\n }\n\n /* FAQ Header */\n body > center > table > tbody > tr > td > b {\n color: @subtext1;\n }\n\n /* Text post content */\n .toptext {\n color: @text;\n }\n\n /* Replace vote arrow with svg arrow and mask */\n .votearrow {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Hacker News Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/hacker-news\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news\n@version 1.0.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news\n@description Soothing pastel theme for Hacker News\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"news.ycombinator.com\") {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @orange: mix(@peach, @yellow);\n\n [bgcolor=\"#fafaf0\"],\n [bgcolor=\"#f6f6ef\"] {\n background-color: @base;\n }\n body {\n background-color: @mantle;\n }\n\n td {\n color: @text;\n }\n\n /* Header */\n td[bgcolor=\"#ff6600\"] {\n background-color: @orange;\n\n .pagetop,\n .pagetop a {\n color: @crust !important;\n }\n\n img[src=\"y18.svg\"] {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n border-color: @crust !important;\n }\n\n [color=\"#ffffff\"] {\n color: @crust;\n }\n }\n\n td[bgcolor=\"#ffffaa\"] {\n background-color: @yellow;\n\n td {\n color: @crust;\n }\n }\n\n .subtext,\n .comhead {\n &,\n & a:link,\n & a:visited {\n color: @overlay2;\n }\n }\n\n a:link {\n color: @blue;\n }\n .hnmore a:link,\n a:visited {\n color: @lavender;\n }\n\n [color=\"#3c963c\"] {\n color: @green;\n }\n\n /* Story points */\n .score {\n color: @subtext0;\n }\n\n /* Story ranking number */\n .title {\n color: @lavender;\n }\n\n /* Comment text */\n .commtext {\n color: @text;\n }\n\n /* Comment hyperlinks */\n .commtext a:link {\n color: @sapphire;\n }\n\n /* Comment box */\n input,\n textarea,\n select {\n background-color: @mantle;\n color: @text;\n border-width: 1px;\n border-style: solid;\n border-color: @surface0;\n border-radius: 2px;\n }\n\n input {\n padding: 2px;\n }\n\n /* Poll questions */\n td.comment > div > font {\n color: @text;\n }\n\n /* Text post content */\n .toptext {\n color: @text;\n }\n\n .votearrow {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n\n .yclinks {\n color: @surface2;\n }\n\n b {\n color: @text;\n }\n\n table[bgcolor=\"#ff6600\"] {\n background-color: @orange;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Hacker News Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/hacker-news", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news", - "version": "0.1.2", - "description": "Soothing pastel theme for HackerNews", - "author": "Catppuccin", + "version": "1.0.0", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news", + "description": "Soothing pastel theme for Hacker News", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { @@ -4353,7 +4519,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -4382,107 +4548,7 @@ }, { "name": "frappe", - "label": "Frappe", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - } - } - }, - "author": "Catppuccin", - "description": "Soothing pastel theme for HackerNews", - "name": "Hacker News Catppuccin", - "originalDigest": "b286fb6b7d11d3f6226151d60998d50117ee1d67", - "_id": "530c5997-2295-4a9a-af3a-076c053e1c33", - "_rev": 1703786997963, - "id": 61, - "etag": "W/\"693a6541b0aa30ec581a42aa25b865cb1f9731cbae010c48825eb7b5e71c4df7\"", - "updateDate": 1703786997946 - }, - { - "enabled": true, - "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css", - "url": "https://github.com/catppuccin/userstyles/tree/main/styles/proton", - "installDate": 1696719609404, - "sections": [ - { - "code": "/* ==UserStyle==\n@name Proton Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/proton\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton\n@version 0.1.5\n@description Soothing pastel theme for Proton services\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", - "start": 0 - }, - { - "code": ":root svg.logo {\n /* prettier-ignore */\n /* prettier-ignore */\n }\n :root svg.logo > path[fill=\"#B8D7FF\"] {\n fill: hsl(194.09249885, 70%, 86.07843137%);\n }\n :root svg.logo > path[fill=\"#8F69FF\"] {\n fill: hsl(235.48968195, 70%, 70.58823529%);\n }\n :root svg.logo > defs stop[stop-color=\"#E3D9FF\"] {\n stop-color: hsl(236.07915563, 70%, 92.54901961%);\n }\n :root svg.logo > defs stop[stop-color=\"#7341FF\"] {\n stop-color: hsl(236.07915563, 70%, 62.74509804%);\n }\n :root svg.logo > defs stop[stop-color=\"#6D4AFF\"] {\n stop-color: hsl(231.89189189, 70%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#AA8EFF\"] {\n stop-color: hsl(235.15693858, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#06B8FF\"] {\n stop-color: hsl(177.39811568, 70%, 51.17647059%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFE8FF\"] {\n stop-color: hsl(181.85218195, 70%, 87.45098039%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFABFF\"] {\n stop-color: hsl(234.57539623, 70%, 83.52941176%);\n }\n :root svg.logo > defs stop[stop-color=\"#FF50C3\"] {\n stop-color: hsl(300.86111052, 70%, 65.68627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#B487FF\"] {\n stop-color: hsl(242.78968195, 70%, 76.47058824%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFC8FF\"] {\n stop-color: hsl(280.28968195, 70%, 89.21568627%);\n }\n :root svg.logo > defs stop[stop-color=\"#8EFFEE\"] {\n stop-color: hsl(151.26313327, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#C9C7FF\"] {\n stop-color: hsl(222.43253909, 70%, 89.01960784%);\n }\n :root svg.logo > defs stop[stop-color=\"#00F0C3\"] {\n stop-color: hsl(149.03968195, 70%, 47.05882353%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFD580\"] {\n stop-color: hsl(20.44716226, 70%, 75.09803922%);\n }\n :root svg.logo > defs stop[stop-color=\"#F6C592\"] {\n stop-color: hsl(10.88968195, 54.74576271%, 76.8627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#EBB6A2\"] {\n stop-color: hsl(356.72803811, 34.60176991%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#DFA5AF\"] {\n stop-color: hsl(329.94485436, 17.54098361%, 76.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#D397BE\"] {\n stop-color: hsl(301.28968195, 10.54054054%, 70.98039216%);\n }\n :root svg.logo > defs stop[stop-color=\"#C486CB\"] {\n stop-color: hsl(274.20272543, 9.88439306%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#B578D9\"] {\n stop-color: hsl(258.02164071, 26.06936416%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#A166E5\"] {\n stop-color: hsl(248.1636977, 40.94972067%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#8B57F2\"] {\n stop-color: hsl(240.41871421, 55.63535912%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#704CFF\"] {\n stop-color: hsl(232.35672105, 70%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#B39FFB\"] {\n stop-color: hsl(233.33316021, 62%, 80.39215686%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFE8DB\"] {\n stop-color: hsl(1.95634861, 70%, 92.94117647%);\n }\n :root,\n :root .ui-prominent,\n :root .ui-standard {\n --primary: #b4befe;\n --primary-contrast: #181825;\n --signal-danger-minor-2: #9e2135;\n --signal-danger-minor-1: #c82a43;\n --signal-danger: #eba0ac;\n --signal-danger-major-1: #ff8c9e;\n --signal-danger-major-2: #fc8fa0;\n --signal-danger-major-3: #f694a4;\n --signal-danger-contrast: #181825;\n --signal-warning-minor-2: #ae4707;\n --signal-warning-minor-1: #df5b09;\n --signal-warning: #fab387;\n --signal-warning-major-1: #ffb282;\n --signal-warning-major-2: #ffb282;\n --signal-warning-major-3: #ffb282;\n --signal-warning-contrast: #181825;\n --signal-success-minor-2: #328e2a;\n --signal-success-minor-1: #40b536;\n --signal-success: #a6e3a1;\n --signal-success-major-1: #91fb89;\n --signal-success-major-2: #96f58f;\n --signal-success-major-3: #9cef95;\n --signal-success-contrast: #181825;\n --signal-info-minor-2: #0747b0;\n --signal-info-minor-1: #0a5be0;\n --signal-info: #89b4fa;\n --signal-info-major-1: #84b3ff;\n --signal-info-major-2: #84b3ff;\n --signal-info-major-3: #84b3ff;\n --signal-info-contrast: #181825;\n --interaction-norm-minor-2: #0321e3;\n --interaction-norm-minor-1: #1d3bfc;\n --interaction-norm: #b4befe;\n --interaction-norm-major-1: #b3bdff;\n --interaction-norm-major-2: #b3bdff;\n --interaction-norm-major-3: #b3bdff;\n --interaction-norm-contrast: #181825;\n --interaction-weak-minor-2: #000000;\n --interaction-weak-minor-1: #000000;\n --interaction-weak: #313244;\n --interaction-weak-major-1: #464862;\n --interaction-weak-major-2: #5c5e7f;\n --interaction-weak-major-3: #74769a;\n --interaction-weak-contrast: #cdd6f4;\n --text-norm: #cdd6f4;\n --text-weak: #a6adc8;\n --text-hint: #bac2de;\n --text-disabled: #7f849c;\n --text-invert: #11111b;\n --field-norm: #9399b2;\n --field-hover: #7f849c;\n --field-disabled: #6c7086;\n --field-focus: #b4befe;\n --field-highlight: rgba(180, 190, 254, 0.7);\n --focus-outline: #b4befe;\n --focus-ring: rgba(180, 190, 254, 0.4);\n --border-norm: #6c7086;\n --border-weak: #7f849c;\n --background-norm: #1e1e2e;\n --background-weak: #181825;\n --background-strong: #11111b;\n --background-invert: #cdd6f4;\n --interaction-default: transparent;\n --interaction-default-hover: rgba(127, 132, 156, 0.2);\n --interaction-default-active: rgba(127, 132, 156, 0.4);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: rgba(17, 17, 27, 0.5);\n --optional-scrollbar-thumb-color: #313244;\n --optional-scrollbar-thumb-hover-color: #585b70;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: #313244;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: #cdd6f4;\n --optional-logo-text-proton-color: #cdd6f4;\n --optional-logo-text-product-color: #cdd6f4;\n --favorite-icon-color: #fab387;\n }\n :root .ui-prominent {\n --background-norm: #181825;\n --background-weak: #1e1e2e;\n --background-strong: #11111b;\n }\n :root .button-promotion {\n --upgrade-color-stop-1: #f38ba8;\n --upgrade-color-stop-2: #89b4fa;\n }\n :root .item-container-row:not(.item-is-selected):hover,\n :root .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n @media (prefers-color-scheme: light) {\n :root svg.logo {\n /* prettier-ignore */\n /* prettier-ignore */\n }\n :root svg.logo > path[fill=\"#B8D7FF\"] {\n fill: hsl(194.09249885, 70%, 86.07843137%);\n }\n :root svg.logo > path[fill=\"#8F69FF\"] {\n fill: hsl(235.48968195, 70%, 70.58823529%);\n }\n :root svg.logo > defs stop[stop-color=\"#E3D9FF\"] {\n stop-color: hsl(236.07915563, 70%, 92.54901961%);\n }\n :root svg.logo > defs stop[stop-color=\"#7341FF\"] {\n stop-color: hsl(236.07915563, 70%, 62.74509804%);\n }\n :root svg.logo > defs stop[stop-color=\"#6D4AFF\"] {\n stop-color: hsl(231.89189189, 70%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#AA8EFF\"] {\n stop-color: hsl(235.15693858, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#06B8FF\"] {\n stop-color: hsl(177.39811568, 70%, 51.17647059%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFE8FF\"] {\n stop-color: hsl(181.85218195, 70%, 87.45098039%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFABFF\"] {\n stop-color: hsl(234.57539623, 70%, 83.52941176%);\n }\n :root svg.logo > defs stop[stop-color=\"#FF50C3\"] {\n stop-color: hsl(300.86111052, 70%, 65.68627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#B487FF\"] {\n stop-color: hsl(242.78968195, 70%, 76.47058824%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFC8FF\"] {\n stop-color: hsl(280.28968195, 70%, 89.21568627%);\n }\n :root svg.logo > defs stop[stop-color=\"#8EFFEE\"] {\n stop-color: hsl(151.26313327, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#C9C7FF\"] {\n stop-color: hsl(222.43253909, 70%, 89.01960784%);\n }\n :root svg.logo > defs stop[stop-color=\"#00F0C3\"] {\n stop-color: hsl(149.03968195, 70%, 47.05882353%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFD580\"] {\n stop-color: hsl(20.44716226, 70%, 75.09803922%);\n }\n :root svg.logo > defs stop[stop-color=\"#F6C592\"] {\n stop-color: hsl(10.88968195, 54.74576271%, 76.8627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#EBB6A2\"] {\n stop-color: hsl(356.72803811, 34.60176991%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#DFA5AF\"] {\n stop-color: hsl(329.94485436, 17.54098361%, 76.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#D397BE\"] {\n stop-color: hsl(301.28968195, 10.54054054%, 70.98039216%);\n }\n :root svg.logo > defs stop[stop-color=\"#C486CB\"] {\n stop-color: hsl(274.20272543, 9.88439306%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#B578D9\"] {\n stop-color: hsl(258.02164071, 26.06936416%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#A166E5\"] {\n stop-color: hsl(248.1636977, 40.94972067%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#8B57F2\"] {\n stop-color: hsl(240.41871421, 55.63535912%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#704CFF\"] {\n stop-color: hsl(232.35672105, 70%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#B39FFB\"] {\n stop-color: hsl(233.33316021, 62%, 80.39215686%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFE8DB\"] {\n stop-color: hsl(1.95634861, 70%, 92.94117647%);\n }\n :root,\n :root .ui-prominent,\n :root .ui-standard {\n --primary: #b4befe;\n --primary-contrast: #181825;\n --signal-danger-minor-2: #9e2135;\n --signal-danger-minor-1: #c82a43;\n --signal-danger: #eba0ac;\n --signal-danger-major-1: #ff8c9e;\n --signal-danger-major-2: #fc8fa0;\n --signal-danger-major-3: #f694a4;\n --signal-danger-contrast: #181825;\n --signal-warning-minor-2: #ae4707;\n --signal-warning-minor-1: #df5b09;\n --signal-warning: #fab387;\n --signal-warning-major-1: #ffb282;\n --signal-warning-major-2: #ffb282;\n --signal-warning-major-3: #ffb282;\n --signal-warning-contrast: #181825;\n --signal-success-minor-2: #328e2a;\n --signal-success-minor-1: #40b536;\n --signal-success: #a6e3a1;\n --signal-success-major-1: #91fb89;\n --signal-success-major-2: #96f58f;\n --signal-success-major-3: #9cef95;\n --signal-success-contrast: #181825;\n --signal-info-minor-2: #0747b0;\n --signal-info-minor-1: #0a5be0;\n --signal-info: #89b4fa;\n --signal-info-major-1: #84b3ff;\n --signal-info-major-2: #84b3ff;\n --signal-info-major-3: #84b3ff;\n --signal-info-contrast: #181825;\n --interaction-norm-minor-2: #0321e3;\n --interaction-norm-minor-1: #1d3bfc;\n --interaction-norm: #b4befe;\n --interaction-norm-major-1: #b3bdff;\n --interaction-norm-major-2: #b3bdff;\n --interaction-norm-major-3: #b3bdff;\n --interaction-norm-contrast: #181825;\n --interaction-weak-minor-2: #000000;\n --interaction-weak-minor-1: #000000;\n --interaction-weak: #313244;\n --interaction-weak-major-1: #464862;\n --interaction-weak-major-2: #5c5e7f;\n --interaction-weak-major-3: #74769a;\n --interaction-weak-contrast: #cdd6f4;\n --text-norm: #cdd6f4;\n --text-weak: #a6adc8;\n --text-hint: #bac2de;\n --text-disabled: #7f849c;\n --text-invert: #11111b;\n --field-norm: #9399b2;\n --field-hover: #7f849c;\n --field-disabled: #6c7086;\n --field-focus: #b4befe;\n --field-highlight: rgba(180, 190, 254, 0.7);\n --focus-outline: #b4befe;\n --focus-ring: rgba(180, 190, 254, 0.4);\n --border-norm: #6c7086;\n --border-weak: #7f849c;\n --background-norm: #1e1e2e;\n --background-weak: #181825;\n --background-strong: #11111b;\n --background-invert: #cdd6f4;\n --interaction-default: transparent;\n --interaction-default-hover: rgba(127, 132, 156, 0.2);\n --interaction-default-active: rgba(127, 132, 156, 0.4);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: rgba(17, 17, 27, 0.5);\n --optional-scrollbar-thumb-color: #313244;\n --optional-scrollbar-thumb-hover-color: #585b70;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: #313244;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: #cdd6f4;\n --optional-logo-text-proton-color: #cdd6f4;\n --optional-logo-text-product-color: #cdd6f4;\n --favorite-icon-color: #fab387;\n }\n :root .ui-prominent {\n --background-norm: #181825;\n --background-weak: #1e1e2e;\n --background-strong: #11111b;\n }\n :root .button-promotion {\n --upgrade-color-stop-1: #f38ba8;\n --upgrade-color-stop-2: #89b4fa;\n }\n :root .item-container-row:not(.item-is-selected):hover,\n :root .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root svg.logo {\n /* prettier-ignore */\n /* prettier-ignore */\n }\n :root svg.logo > path[fill=\"#B8D7FF\"] {\n fill: hsl(194.09249885, 70%, 86.07843137%);\n }\n :root svg.logo > path[fill=\"#8F69FF\"] {\n fill: hsl(235.48968195, 70%, 70.58823529%);\n }\n :root svg.logo > defs stop[stop-color=\"#E3D9FF\"] {\n stop-color: hsl(236.07915563, 70%, 92.54901961%);\n }\n :root svg.logo > defs stop[stop-color=\"#7341FF\"] {\n stop-color: hsl(236.07915563, 70%, 62.74509804%);\n }\n :root svg.logo > defs stop[stop-color=\"#6D4AFF\"] {\n stop-color: hsl(231.89189189, 70%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#AA8EFF\"] {\n stop-color: hsl(235.15693858, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#06B8FF\"] {\n stop-color: hsl(177.39811568, 70%, 51.17647059%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFE8FF\"] {\n stop-color: hsl(181.85218195, 70%, 87.45098039%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFABFF\"] {\n stop-color: hsl(234.57539623, 70%, 83.52941176%);\n }\n :root svg.logo > defs stop[stop-color=\"#FF50C3\"] {\n stop-color: hsl(300.86111052, 70%, 65.68627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#B487FF\"] {\n stop-color: hsl(242.78968195, 70%, 76.47058824%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFC8FF\"] {\n stop-color: hsl(280.28968195, 70%, 89.21568627%);\n }\n :root svg.logo > defs stop[stop-color=\"#8EFFEE\"] {\n stop-color: hsl(151.26313327, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#C9C7FF\"] {\n stop-color: hsl(222.43253909, 70%, 89.01960784%);\n }\n :root svg.logo > defs stop[stop-color=\"#00F0C3\"] {\n stop-color: hsl(149.03968195, 70%, 47.05882353%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFD580\"] {\n stop-color: hsl(20.44716226, 70%, 75.09803922%);\n }\n :root svg.logo > defs stop[stop-color=\"#F6C592\"] {\n stop-color: hsl(10.88968195, 54.74576271%, 76.8627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#EBB6A2\"] {\n stop-color: hsl(356.72803811, 34.60176991%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#DFA5AF\"] {\n stop-color: hsl(329.94485436, 17.54098361%, 76.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#D397BE\"] {\n stop-color: hsl(301.28968195, 10.54054054%, 70.98039216%);\n }\n :root svg.logo > defs stop[stop-color=\"#C486CB\"] {\n stop-color: hsl(274.20272543, 9.88439306%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#B578D9\"] {\n stop-color: hsl(258.02164071, 26.06936416%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#A166E5\"] {\n stop-color: hsl(248.1636977, 40.94972067%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#8B57F2\"] {\n stop-color: hsl(240.41871421, 55.63535912%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#704CFF\"] {\n stop-color: hsl(232.35672105, 70%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#B39FFB\"] {\n stop-color: hsl(233.33316021, 62%, 80.39215686%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFE8DB\"] {\n stop-color: hsl(1.95634861, 70%, 92.94117647%);\n }\n :root,\n :root .ui-prominent,\n :root .ui-standard {\n --primary: #b4befe;\n --primary-contrast: #181825;\n --signal-danger-minor-2: #9e2135;\n --signal-danger-minor-1: #c82a43;\n --signal-danger: #eba0ac;\n --signal-danger-major-1: #ff8c9e;\n --signal-danger-major-2: #fc8fa0;\n --signal-danger-major-3: #f694a4;\n --signal-danger-contrast: #181825;\n --signal-warning-minor-2: #ae4707;\n --signal-warning-minor-1: #df5b09;\n --signal-warning: #fab387;\n --signal-warning-major-1: #ffb282;\n --signal-warning-major-2: #ffb282;\n --signal-warning-major-3: #ffb282;\n --signal-warning-contrast: #181825;\n --signal-success-minor-2: #328e2a;\n --signal-success-minor-1: #40b536;\n --signal-success: #a6e3a1;\n --signal-success-major-1: #91fb89;\n --signal-success-major-2: #96f58f;\n --signal-success-major-3: #9cef95;\n --signal-success-contrast: #181825;\n --signal-info-minor-2: #0747b0;\n --signal-info-minor-1: #0a5be0;\n --signal-info: #89b4fa;\n --signal-info-major-1: #84b3ff;\n --signal-info-major-2: #84b3ff;\n --signal-info-major-3: #84b3ff;\n --signal-info-contrast: #181825;\n --interaction-norm-minor-2: #0321e3;\n --interaction-norm-minor-1: #1d3bfc;\n --interaction-norm: #b4befe;\n --interaction-norm-major-1: #b3bdff;\n --interaction-norm-major-2: #b3bdff;\n --interaction-norm-major-3: #b3bdff;\n --interaction-norm-contrast: #181825;\n --interaction-weak-minor-2: #000000;\n --interaction-weak-minor-1: #000000;\n --interaction-weak: #313244;\n --interaction-weak-major-1: #464862;\n --interaction-weak-major-2: #5c5e7f;\n --interaction-weak-major-3: #74769a;\n --interaction-weak-contrast: #cdd6f4;\n --text-norm: #cdd6f4;\n --text-weak: #a6adc8;\n --text-hint: #bac2de;\n --text-disabled: #7f849c;\n --text-invert: #11111b;\n --field-norm: #9399b2;\n --field-hover: #7f849c;\n --field-disabled: #6c7086;\n --field-focus: #b4befe;\n --field-highlight: rgba(180, 190, 254, 0.7);\n --focus-outline: #b4befe;\n --focus-ring: rgba(180, 190, 254, 0.4);\n --border-norm: #6c7086;\n --border-weak: #7f849c;\n --background-norm: #1e1e2e;\n --background-weak: #181825;\n --background-strong: #11111b;\n --background-invert: #cdd6f4;\n --interaction-default: transparent;\n --interaction-default-hover: rgba(127, 132, 156, 0.2);\n --interaction-default-active: rgba(127, 132, 156, 0.4);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: rgba(17, 17, 27, 0.5);\n --optional-scrollbar-thumb-color: #313244;\n --optional-scrollbar-thumb-hover-color: #585b70;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: #313244;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: #cdd6f4;\n --optional-logo-text-proton-color: #cdd6f4;\n --optional-logo-text-product-color: #cdd6f4;\n --favorite-icon-color: #fab387;\n }\n :root .ui-prominent {\n --background-norm: #181825;\n --background-weak: #1e1e2e;\n --background-strong: #11111b;\n }\n :root .button-promotion {\n --upgrade-color-stop-1: #f38ba8;\n --upgrade-color-stop-2: #89b4fa;\n }\n :root .item-container-row:not(.item-is-selected):hover,\n :root .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }\n /* prettier-ignore */", - "start": 1038, - "regexps": [ - "https://(account|mail|drive|calendar).proton.me/.*$" - ] - } - ], - "sourceCode": "/* ==UserStyle==\n@name Proton Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/proton\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton\n@version 0.1.5\n@description Soothing pastel theme for Proton services\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document regexp(\"https://(account|mail|drive|calendar).proton.me/.*$\")\n{\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-Color: @catppuccin[@@lookup][@@accent];\n\n svg.logo {\n @accentH: hue(@accent-Color);\n @protonH: hue(#6d4aff);\n\n .replaceColor(@org, @property) {\n &[@{property}=\"@{org}\"] {\n @hDiff: @protonH - hue(@org);\n @{property}: hsl(\n @accentH - @hDiff,\n saturation(@org) - 30%,\n lightness(@org)\n );\n }\n }\n\n /* prettier-ignore */\n > path {\n .replaceColor(#B8D7FF, fill);\n .replaceColor(#8F69FF, fill);\n }\n\n /* prettier-ignore */\n > defs stop {\n .replaceColor(#E3D9FF, stop-color);\n .replaceColor(#7341FF, stop-color);\n .replaceColor(#6D4AFF, stop-color);\n .replaceColor(#AA8EFF, stop-color);\n .replaceColor(#06B8FF, stop-color);\n .replaceColor(#BFE8FF, stop-color);\n .replaceColor(#BFABFF, stop-color);\n .replaceColor(#FF50C3, stop-color);\n .replaceColor(#B487FF, stop-color);\n .replaceColor(#FFC8FF, stop-color);\n .replaceColor(#8EFFEE, stop-color);\n .replaceColor(#C9C7FF, stop-color);\n .replaceColor(#00F0C3, stop-color);\n .replaceColor(#FFD580, stop-color);\n .replaceColor(#F6C592, stop-color);\n .replaceColor(#EBB6A2, stop-color);\n .replaceColor(#DFA5AF, stop-color);\n .replaceColor(#D397BE, stop-color);\n .replaceColor(#C486CB, stop-color);\n .replaceColor(#B578D9, stop-color);\n .replaceColor(#A166E5, stop-color);\n .replaceColor(#8B57F2, stop-color);\n .replaceColor(#704CFF, stop-color);\n .replaceColor(#B39FFB, stop-color);\n .replaceColor(#FFE8DB, stop-color);\n }\n }\n\n &,\n .ui-prominent,\n .ui-standard {\n #lightenOrDarken(@color, @value) {\n @result: if(\n @lookup=latte,\n lighten(@color, @value),\n darken(@color, @value)\n );\n }\n\n --primary: @accent-Color;\n --primary-contrast: @mantle;\n --signal-danger-minor-2: #lightenOrDarken(@maroon, 40%) [ @result];\n --signal-danger-minor-1: #lightenOrDarken(@maroon, 30%) [ @result];\n --signal-danger: @maroon;\n --signal-danger-major-1: saturate(@maroon, 40%);\n --signal-danger-major-2: saturate(@maroon, 30%);\n --signal-danger-major-3: saturate(@maroon, 20%);\n --signal-danger-contrast: @mantle;\n --signal-warning-minor-2: #lightenOrDarken(@peach, 40%) [ @result];\n --signal-warning-minor-1: #lightenOrDarken(@peach, 30%) [ @result];\n --signal-warning: @peach;\n --signal-warning-major-1: saturate(@peach, 40%);\n --signal-warning-major-2: saturate(@peach, 30%);\n --signal-warning-major-3: saturate(@peach, 20%);\n --signal-warning-contrast: @mantle;\n --signal-success-minor-2: #lightenOrDarken(@green, 40%) [ @result];\n --signal-success-minor-1: #lightenOrDarken(@green, 30%) [ @result];\n --signal-success: @green;\n --signal-success-major-1: saturate(@green, 40%);\n --signal-success-major-2: saturate(@green, 30%);\n --signal-success-major-3: saturate(@green, 20%);\n --signal-success-contrast: @mantle;\n --signal-info-minor-2: #lightenOrDarken(@blue, 40%) [ @result];\n --signal-info-minor-1: #lightenOrDarken(@blue, 30%) [ @result];\n --signal-info: @blue;\n --signal-info-major-1: saturate(@blue, 40%);\n --signal-info-major-2: saturate(@blue, 30%);\n --signal-info-major-3: saturate(@blue, 20%);\n --signal-info-contrast: @mantle;\n --interaction-norm-minor-2: #lightenOrDarken(@accent-Color, 40%) [\n @result];\n --interaction-norm-minor-1: #lightenOrDarken(@accent-Color, 30%) [\n @result];\n --interaction-norm: @accent-Color;\n --interaction-norm-major-1: saturate(@accent-Color, 30%);\n --interaction-norm-major-2: saturate(@accent-Color, 20%);\n --interaction-norm-major-3: saturate(@accent-Color, 10%);\n --interaction-norm-contrast: @mantle;\n --interaction-weak-minor-2: darken(@surface0, 50%);\n --interaction-weak-minor-1: darken(@surface0, 30%);\n --interaction-weak: @surface0;\n --interaction-weak-major-1: lighten(@surface0, 10%);\n --interaction-weak-major-2: lighten(@surface0, 20%);\n --interaction-weak-major-3: lighten(@surface0, 30%);\n --interaction-weak-contrast: @text;\n --text-norm: @text;\n --text-weak: @subtext0;\n --text-hint: @subtext1;\n --text-disabled: @overlay1;\n --text-invert: @crust;\n --field-norm: @overlay2;\n --field-hover: @overlay1;\n --field-disabled: @overlay0;\n --field-focus: @accent-Color;\n --field-highlight: fadeout(@accent-Color, 30%);\n --focus-outline: @accent-Color;\n --focus-ring: fadeout(@accent-Color, 60%);\n --border-norm: @overlay0;\n --border-weak: @overlay1;\n --background-norm: @base;\n --background-weak: @mantle;\n --background-strong: @crust;\n --background-invert: @text;\n --interaction-default: transparent;\n --interaction-default-hover: fadeout(@overlay1, 80%);\n --interaction-default-active: fadeout(@overlay1, 60%);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: fadeout(@crust, 50%);\n --optional-scrollbar-thumb-color: @surface0;\n --optional-scrollbar-thumb-hover-color: @surface2;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: @surface0;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: @text;\n --optional-logo-text-proton-color: @text;\n --optional-logo-text-product-color: @text;\n --favorite-icon-color: @peach;\n }\n\n .ui-prominent {\n --background-norm: @mantle;\n --background-weak: @base;\n --background-strong: @crust;\n }\n\n .button-promotion {\n --upgrade-color-stop-1: @red;\n --upgrade-color-stop-2: @blue;\n }\n\n .item-container-row:not(.item-is-selected):hover,\n .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }\n}\n// vim:ft=less\n", - "usercssData": { - "name": "Proton Catppuccin", - "namespace": "github.com/catppuccin/userstyles/styles/proton", - "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/proton", - "version": "0.1.5", - "description": "Soothing pastel theme for Proton services", - "author": "Catppuccin", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css", - "license": "MIT", - "preprocessor": "less", - "vars": { - "lightFlavor": { - "type": "select", - "label": "Light Flavor", - "name": "lightFlavor", - "value": null, - "default": "mocha", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappe", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - }, - "darkFlavor": { - "type": "select", - "label": "Dark Flavor", - "name": "darkFlavor", - "value": null, - "default": "mocha", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -4501,8 +4567,8 @@ "type": "select", "label": "Accent", "name": "accentColor", - "value": "lavender", - "default": "red", + "value": null, + "default": "sapphire", "options": [ { "name": "rosewater", @@ -4584,14 +4650,203 @@ } }, "author": "Catppuccin", - "description": "Soothing pastel theme for Proton services", + "description": "Soothing pastel theme for Hacker News", + "name": "Hacker News Catppuccin", + "originalDigest": "91ef4e3b33c6951e9e65cf5bc17deef413c01887", + "_id": "530c5997-2295-4a9a-af3a-076c053e1c33", + "_rev": 1712318536489, + "id": 61, + "etag": "W/\"6eacf6639392d7d8b5a2d63abc365b4f58244c567216c5a38db2a377a6b1fe95\"", + "updateDate": 1712318536444 + }, + { + "enabled": true, + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/proton", + "installDate": 1696719609404, + "sections": [ + { + "code": "/* ==UserStyle==\n@name Proton Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/proton\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton\n@version 0.1.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton\n@description Soothing pastel theme for Proton\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "start": 0 + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: light;\n }\n :root ::selection {\n background-color: rgba(114, 135, 253, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #6c6f85 !important;\n }\n :root svg.logo {\n /* prettier-ignore */\n /* prettier-ignore */\n }\n :root svg.logo > path[fill=\"#B8D7FF\"] {\n fill: hsl(193.13585876, 70%, 86.07843137%);\n }\n :root svg.logo > path[fill=\"#8F69FF\"] {\n fill: hsl(234.53304185, 70%, 70.58823529%);\n }\n :root svg.logo > defs stop[stop-color=\"#E3D9FF\"] {\n stop-color: hsl(235.12251554, 70%, 92.54901961%);\n }\n :root svg.logo > defs stop[stop-color=\"#7341FF\"] {\n stop-color: hsl(235.12251554, 70%, 62.74509804%);\n }\n :root svg.logo > defs stop[stop-color=\"#6D4AFF\"] {\n stop-color: hsl(230.9352518, 70%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#AA8EFF\"] {\n stop-color: hsl(234.20029849, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#06B8FF\"] {\n stop-color: hsl(176.44147559, 70%, 51.17647059%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFE8FF\"] {\n stop-color: hsl(180.89554185, 70%, 87.45098039%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFABFF\"] {\n stop-color: hsl(233.61875614, 70%, 83.52941176%);\n }\n :root svg.logo > defs stop[stop-color=\"#FF50C3\"] {\n stop-color: hsl(299.90447043, 70%, 65.68627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#B487FF\"] {\n stop-color: hsl(241.83304185, 70%, 76.47058824%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFC8FF\"] {\n stop-color: hsl(279.33304185, 70%, 89.21568627%);\n }\n :root svg.logo > defs stop[stop-color=\"#8EFFEE\"] {\n stop-color: hsl(150.30649318, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#C9C7FF\"] {\n stop-color: hsl(221.475899, 70%, 89.01960784%);\n }\n :root svg.logo > defs stop[stop-color=\"#00F0C3\"] {\n stop-color: hsl(148.08304185, 70%, 47.05882353%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFD580\"] {\n stop-color: hsl(19.49052217, 70%, 75.09803922%);\n }\n :root svg.logo > defs stop[stop-color=\"#F6C592\"] {\n stop-color: hsl(9.93304185, 54.74576271%, 76.8627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#EBB6A2\"] {\n stop-color: hsl(355.77139802, 34.60176991%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#DFA5AF\"] {\n stop-color: hsl(328.98821427, 17.54098361%, 76.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#D397BE\"] {\n stop-color: hsl(300.33304185, 10.54054054%, 70.98039216%);\n }\n :root svg.logo > defs stop[stop-color=\"#C486CB\"] {\n stop-color: hsl(273.24608533, 9.88439306%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#B578D9\"] {\n stop-color: hsl(257.06500062, 26.06936416%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#A166E5\"] {\n stop-color: hsl(247.2070576, 40.94972067%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#8B57F2\"] {\n stop-color: hsl(239.46207411, 55.63535912%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#704CFF\"] {\n stop-color: hsl(231.40008096, 70%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#B39FFB\"] {\n stop-color: hsl(232.37652011, 62%, 80.39215686%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFE8DB\"] {\n stop-color: hsl(0.99970852, 70%, 92.94117647%);\n }\n :root,\n :root .ui-prominent,\n :root .ui-standard {\n --primary: #7287fd;\n --primary-contrast: #e6e9ef;\n --signal-danger-minor-2: #fef9f9;\n --signal-danger-minor-1: #f8ccd0;\n --signal-danger: #e64553;\n --signal-danger-major-1: #ff2c3e;\n --signal-danger-major-2: #ff2c3e;\n --signal-danger-major-3: #fb3042;\n --signal-danger-contrast: #e6e9ef;\n --signal-warning-minor-2: #ffe5d6;\n --signal-warning-minor-1: #ffc5a3;\n --signal-warning: #fe640b;\n --signal-warning-major-1: #ff640a;\n --signal-warning-major-2: #ff640a;\n --signal-warning-major-3: #ff640a;\n --signal-warning-contrast: #e6e9ef;\n --signal-success-minor-2: #b8e9ae;\n --signal-success-minor-1: #96de86;\n --signal-success: #40a02b;\n --signal-success-major-1: #26c902;\n --signal-success-major-2: #2cbe0d;\n --signal-success-major-3: #33b417;\n --signal-success-contrast: #e6e9ef;\n --signal-info-minor-2: #e1ebfe;\n --signal-info-minor-1: #b0cafc;\n --signal-info: #1e66f5;\n --signal-info-major-1: #1463ff;\n --signal-info-major-2: #1463ff;\n --signal-info-major-3: #1463ff;\n --signal-info-contrast: #e6e9ef;\n --interaction-norm-minor-2: #ffffff;\n --interaction-norm-minor-1: #ffffff;\n --interaction-norm: #7287fd;\n --interaction-norm-major-1: #7086ff;\n --interaction-norm-major-2: #7086ff;\n --interaction-norm-major-3: #7086ff;\n --interaction-norm-contrast: #e6e9ef;\n --interaction-weak-minor-2: #464e61;\n --interaction-weak-minor-1: #737e9a;\n --interaction-weak: #ccd0da;\n --interaction-weak-major-1: #eaebef;\n --interaction-weak-major-2: #ffffff;\n --interaction-weak-major-3: #ffffff;\n --interaction-weak-contrast: #4c4f69;\n --text-norm: #4c4f69;\n --text-weak: #6c6f85;\n --text-hint: #5c5f77;\n --text-disabled: #8c8fa1;\n --text-invert: #dce0e8;\n --field-norm: #7c7f93;\n --field-hover: #8c8fa1;\n --field-disabled: #9ca0b0;\n --field-focus: #7287fd;\n --field-highlight: rgba(114, 135, 253, 0.7);\n --focus-outline: #7287fd;\n --focus-ring: rgba(114, 135, 253, 0.4);\n --border-norm: #9ca0b0;\n --border-weak: #8c8fa1;\n --background-norm: #eff1f5;\n --background-weak: #e6e9ef;\n --background-strong: #dce0e8;\n --background-invert: #4c4f69;\n --interaction-default: transparent;\n --interaction-default-hover: rgba(140, 143, 161, 0.2);\n --interaction-default-active: rgba(140, 143, 161, 0.4);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: rgba(220, 224, 232, 0.5);\n --optional-scrollbar-thumb-color: #ccd0da;\n --optional-scrollbar-thumb-hover-color: #acb0be;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: #ccd0da;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: #4c4f69;\n --optional-logo-text-proton-color: #4c4f69;\n --optional-logo-text-product-color: #4c4f69;\n --favorite-icon-color: #fe640b;\n }\n :root .ui-prominent {\n --background-norm: #e6e9ef;\n --background-weak: #eff1f5;\n --background-strong: #dce0e8;\n }\n :root .button-promotion {\n --upgrade-color-stop-1: #d20f39;\n --upgrade-color-stop-2: #1e66f5;\n }\n :root .item-container-row:not(.item-is-selected):hover,\n :root .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(180, 190, 254, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a6adc8 !important;\n }\n :root svg.logo {\n /* prettier-ignore */\n /* prettier-ignore */\n }\n :root svg.logo > path[fill=\"#B8D7FF\"] {\n fill: hsl(194.09249885, 70%, 86.07843137%);\n }\n :root svg.logo > path[fill=\"#8F69FF\"] {\n fill: hsl(235.48968195, 70%, 70.58823529%);\n }\n :root svg.logo > defs stop[stop-color=\"#E3D9FF\"] {\n stop-color: hsl(236.07915563, 70%, 92.54901961%);\n }\n :root svg.logo > defs stop[stop-color=\"#7341FF\"] {\n stop-color: hsl(236.07915563, 70%, 62.74509804%);\n }\n :root svg.logo > defs stop[stop-color=\"#6D4AFF\"] {\n stop-color: hsl(231.89189189, 70%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#AA8EFF\"] {\n stop-color: hsl(235.15693858, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#06B8FF\"] {\n stop-color: hsl(177.39811568, 70%, 51.17647059%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFE8FF\"] {\n stop-color: hsl(181.85218195, 70%, 87.45098039%);\n }\n :root svg.logo > defs stop[stop-color=\"#BFABFF\"] {\n stop-color: hsl(234.57539623, 70%, 83.52941176%);\n }\n :root svg.logo > defs stop[stop-color=\"#FF50C3\"] {\n stop-color: hsl(300.86111052, 70%, 65.68627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#B487FF\"] {\n stop-color: hsl(242.78968195, 70%, 76.47058824%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFC8FF\"] {\n stop-color: hsl(280.28968195, 70%, 89.21568627%);\n }\n :root svg.logo > defs stop[stop-color=\"#8EFFEE\"] {\n stop-color: hsl(151.26313327, 70%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#C9C7FF\"] {\n stop-color: hsl(222.43253909, 70%, 89.01960784%);\n }\n :root svg.logo > defs stop[stop-color=\"#00F0C3\"] {\n stop-color: hsl(149.03968195, 70%, 47.05882353%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFD580\"] {\n stop-color: hsl(20.44716226, 70%, 75.09803922%);\n }\n :root svg.logo > defs stop[stop-color=\"#F6C592\"] {\n stop-color: hsl(10.88968195, 54.74576271%, 76.8627451%);\n }\n :root svg.logo > defs stop[stop-color=\"#EBB6A2\"] {\n stop-color: hsl(356.72803811, 34.60176991%, 77.84313725%);\n }\n :root svg.logo > defs stop[stop-color=\"#DFA5AF\"] {\n stop-color: hsl(329.94485436, 17.54098361%, 76.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#D397BE\"] {\n stop-color: hsl(301.28968195, 10.54054054%, 70.98039216%);\n }\n :root svg.logo > defs stop[stop-color=\"#C486CB\"] {\n stop-color: hsl(274.20272543, 9.88439306%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#B578D9\"] {\n stop-color: hsl(258.02164071, 26.06936416%, 66.07843137%);\n }\n :root svg.logo > defs stop[stop-color=\"#A166E5\"] {\n stop-color: hsl(248.1636977, 40.94972067%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#8B57F2\"] {\n stop-color: hsl(240.41871421, 55.63535912%, 64.50980392%);\n }\n :root svg.logo > defs stop[stop-color=\"#704CFF\"] {\n stop-color: hsl(232.35672105, 70%, 64.90196078%);\n }\n :root svg.logo > defs stop[stop-color=\"#B39FFB\"] {\n stop-color: hsl(233.33316021, 62%, 80.39215686%);\n }\n :root svg.logo > defs stop[stop-color=\"#FFE8DB\"] {\n stop-color: hsl(1.95634861, 70%, 92.94117647%);\n }\n :root,\n :root .ui-prominent,\n :root .ui-standard {\n --primary: #b4befe;\n --primary-contrast: #181825;\n --signal-danger-minor-2: #9e2135;\n --signal-danger-minor-1: #c82a43;\n --signal-danger: #eba0ac;\n --signal-danger-major-1: #ff8c9e;\n --signal-danger-major-2: #fc8fa0;\n --signal-danger-major-3: #f694a4;\n --signal-danger-contrast: #181825;\n --signal-warning-minor-2: #ae4707;\n --signal-warning-minor-1: #df5b09;\n --signal-warning: #fab387;\n --signal-warning-major-1: #ffb282;\n --signal-warning-major-2: #ffb282;\n --signal-warning-major-3: #ffb282;\n --signal-warning-contrast: #181825;\n --signal-success-minor-2: #328e2a;\n --signal-success-minor-1: #40b536;\n --signal-success: #a6e3a1;\n --signal-success-major-1: #91fb89;\n --signal-success-major-2: #96f58f;\n --signal-success-major-3: #9cef95;\n --signal-success-contrast: #181825;\n --signal-info-minor-2: #0747b0;\n --signal-info-minor-1: #0a5be0;\n --signal-info: #89b4fa;\n --signal-info-major-1: #84b3ff;\n --signal-info-major-2: #84b3ff;\n --signal-info-major-3: #84b3ff;\n --signal-info-contrast: #181825;\n --interaction-norm-minor-2: #0321e3;\n --interaction-norm-minor-1: #1d3bfc;\n --interaction-norm: #b4befe;\n --interaction-norm-major-1: #b3bdff;\n --interaction-norm-major-2: #b3bdff;\n --interaction-norm-major-3: #b3bdff;\n --interaction-norm-contrast: #181825;\n --interaction-weak-minor-2: #000000;\n --interaction-weak-minor-1: #000000;\n --interaction-weak: #313244;\n --interaction-weak-major-1: #464862;\n --interaction-weak-major-2: #5c5e7f;\n --interaction-weak-major-3: #74769a;\n --interaction-weak-contrast: #cdd6f4;\n --text-norm: #cdd6f4;\n --text-weak: #a6adc8;\n --text-hint: #bac2de;\n --text-disabled: #7f849c;\n --text-invert: #11111b;\n --field-norm: #9399b2;\n --field-hover: #7f849c;\n --field-disabled: #6c7086;\n --field-focus: #b4befe;\n --field-highlight: rgba(180, 190, 254, 0.7);\n --focus-outline: #b4befe;\n --focus-ring: rgba(180, 190, 254, 0.4);\n --border-norm: #6c7086;\n --border-weak: #7f849c;\n --background-norm: #1e1e2e;\n --background-weak: #181825;\n --background-strong: #11111b;\n --background-invert: #cdd6f4;\n --interaction-default: transparent;\n --interaction-default-hover: rgba(127, 132, 156, 0.2);\n --interaction-default-active: rgba(127, 132, 156, 0.4);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: rgba(17, 17, 27, 0.5);\n --optional-scrollbar-thumb-color: #313244;\n --optional-scrollbar-thumb-hover-color: #585b70;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: #313244;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: #cdd6f4;\n --optional-logo-text-proton-color: #cdd6f4;\n --optional-logo-text-product-color: #cdd6f4;\n --favorite-icon-color: #fab387;\n }\n :root .ui-prominent {\n --background-norm: #181825;\n --background-weak: #1e1e2e;\n --background-strong: #11111b;\n }\n :root .button-promotion {\n --upgrade-color-stop-1: #f38ba8;\n --upgrade-color-stop-2: #89b4fa;\n }\n :root .item-container-row:not(.item-is-selected):hover,\n :root .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }", + "start": 1077, + "regexps": [ + "https://(account|mail|drive|calendar).proton.me/.*$" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 16192 + } + ], + "sourceCode": "/* ==UserStyle==\n@name Proton Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/proton\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton\n@version 0.1.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton\n@description Soothing pastel theme for Proton\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"https://(account|mail|drive|calendar).proton.me/.*$\")\n{\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n svg.logo {\n @accentH: hue(@accent-color);\n @protonH: hue(#6d4aff);\n\n .replaceColor(@org, @property) {\n &[@{property}=\"@{org}\"] {\n @hDiff: @protonH - hue(@org);\n @{property}: hsl(\n @accentH - @hDiff,\n saturation(@org) - 30%,\n lightness(@org)\n );\n }\n }\n\n /* prettier-ignore */\n > path {\n .replaceColor(#B8D7FF, fill);\n .replaceColor(#8F69FF, fill);\n }\n\n /* prettier-ignore */\n > defs stop {\n .replaceColor(#E3D9FF, stop-color);\n .replaceColor(#7341FF, stop-color);\n .replaceColor(#6D4AFF, stop-color);\n .replaceColor(#AA8EFF, stop-color);\n .replaceColor(#06B8FF, stop-color);\n .replaceColor(#BFE8FF, stop-color);\n .replaceColor(#BFABFF, stop-color);\n .replaceColor(#FF50C3, stop-color);\n .replaceColor(#B487FF, stop-color);\n .replaceColor(#FFC8FF, stop-color);\n .replaceColor(#8EFFEE, stop-color);\n .replaceColor(#C9C7FF, stop-color);\n .replaceColor(#00F0C3, stop-color);\n .replaceColor(#FFD580, stop-color);\n .replaceColor(#F6C592, stop-color);\n .replaceColor(#EBB6A2, stop-color);\n .replaceColor(#DFA5AF, stop-color);\n .replaceColor(#D397BE, stop-color);\n .replaceColor(#C486CB, stop-color);\n .replaceColor(#B578D9, stop-color);\n .replaceColor(#A166E5, stop-color);\n .replaceColor(#8B57F2, stop-color);\n .replaceColor(#704CFF, stop-color);\n .replaceColor(#B39FFB, stop-color);\n .replaceColor(#FFE8DB, stop-color);\n }\n }\n\n &,\n .ui-prominent,\n .ui-standard {\n #lightenOrDarken(@color, @value) {\n @result: if(\n @lookup=latte,\n lighten(@color, @value),\n darken(@color, @value)\n );\n }\n\n --primary: @accent-color;\n --primary-contrast: @mantle;\n --signal-danger-minor-2: #lightenOrDarken(@maroon, 40%) [ @result];\n --signal-danger-minor-1: #lightenOrDarken(@maroon, 30%) [ @result];\n --signal-danger: @maroon;\n --signal-danger-major-1: saturate(@maroon, 40%);\n --signal-danger-major-2: saturate(@maroon, 30%);\n --signal-danger-major-3: saturate(@maroon, 20%);\n --signal-danger-contrast: @mantle;\n --signal-warning-minor-2: #lightenOrDarken(@peach, 40%) [ @result];\n --signal-warning-minor-1: #lightenOrDarken(@peach, 30%) [ @result];\n --signal-warning: @peach;\n --signal-warning-major-1: saturate(@peach, 40%);\n --signal-warning-major-2: saturate(@peach, 30%);\n --signal-warning-major-3: saturate(@peach, 20%);\n --signal-warning-contrast: @mantle;\n --signal-success-minor-2: #lightenOrDarken(@green, 40%) [ @result];\n --signal-success-minor-1: #lightenOrDarken(@green, 30%) [ @result];\n --signal-success: @green;\n --signal-success-major-1: saturate(@green, 40%);\n --signal-success-major-2: saturate(@green, 30%);\n --signal-success-major-3: saturate(@green, 20%);\n --signal-success-contrast: @mantle;\n --signal-info-minor-2: #lightenOrDarken(@blue, 40%) [ @result];\n --signal-info-minor-1: #lightenOrDarken(@blue, 30%) [ @result];\n --signal-info: @blue;\n --signal-info-major-1: saturate(@blue, 40%);\n --signal-info-major-2: saturate(@blue, 30%);\n --signal-info-major-3: saturate(@blue, 20%);\n --signal-info-contrast: @mantle;\n --interaction-norm-minor-2: #lightenOrDarken(@accent-color, 40%) [\n @result];\n --interaction-norm-minor-1: #lightenOrDarken(@accent-color, 30%) [\n @result];\n --interaction-norm: @accent-color;\n --interaction-norm-major-1: saturate(@accent-color, 30%);\n --interaction-norm-major-2: saturate(@accent-color, 20%);\n --interaction-norm-major-3: saturate(@accent-color, 10%);\n --interaction-norm-contrast: @mantle;\n --interaction-weak-minor-2: darken(@surface0, 50%);\n --interaction-weak-minor-1: darken(@surface0, 30%);\n --interaction-weak: @surface0;\n --interaction-weak-major-1: lighten(@surface0, 10%);\n --interaction-weak-major-2: lighten(@surface0, 20%);\n --interaction-weak-major-3: lighten(@surface0, 30%);\n --interaction-weak-contrast: @text;\n --text-norm: @text;\n --text-weak: @subtext0;\n --text-hint: @subtext1;\n --text-disabled: @overlay1;\n --text-invert: @crust;\n --field-norm: @overlay2;\n --field-hover: @overlay1;\n --field-disabled: @overlay0;\n --field-focus: @accent-color;\n --field-highlight: fadeout(@accent-color, 30%);\n --focus-outline: @accent-color;\n --focus-ring: fadeout(@accent-color, 60%);\n --border-norm: @overlay0;\n --border-weak: @overlay1;\n --background-norm: @base;\n --background-weak: @mantle;\n --background-strong: @crust;\n --background-invert: @text;\n --interaction-default: transparent;\n --interaction-default-hover: fadeout(@overlay1, 80%);\n --interaction-default-active: fadeout(@overlay1, 60%);\n --shadow-norm-opacity: 0.5;\n --shadow-lifted-opacity: 0.75;\n --backdrop-norm: fadeout(@crust, 50%);\n --optional-scrollbar-thumb-color: @surface0;\n --optional-scrollbar-thumb-hover-color: @surface2;\n --optional-link-norm: var(--interaction-norm-major-1);\n --optional-link-hover: var(--interaction-norm-major-2);\n --optional-link-active: var(--interaction-norm-major-3);\n --optional-background-elevated: @surface0;\n --optional-background-lowered: var(--background-norm);\n --optional-email-item-unread-background-color: var(--background-weak);\n --optional-email-item-read-background-color: var(--background-norm);\n --optional-email-item-read-text-color: var(--text-weak);\n --optional-mini-calendar-today-color: @text;\n --optional-logo-text-proton-color: @text;\n --optional-logo-text-product-color: @text;\n --favorite-icon-color: @peach;\n }\n\n .ui-prominent {\n --background-norm: @mantle;\n --background-weak: @base;\n --background-strong: @crust;\n }\n\n .button-promotion {\n --upgrade-color-stop-1: @red;\n --upgrade-color-stop-2: @blue;\n }\n\n .item-container-row:not(.item-is-selected):hover,\n .item-container:not(.item-is-selected):hover {\n box-shadow: none;\n background-color: var(--navigation-current-item-background-color);\n color: var(--email-item-unread-text-color);\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "Proton Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/proton", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/proton", + "version": "0.1.6", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton", + "description": "Soothing pastel theme for Proton", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": "lavender", + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for Proton", "name": "Proton Catppuccin", - "originalDigest": "7aa6a8dd84c7f4d0cf6ea4e8bb292c422d798d2b", + "originalDigest": "b4e4f8999892e4fac078a7702753d2f03c3b8a37", "_id": "9a2bd0a8-ed77-46b5-8e0e-3a6762ac9a54", - "_rev": 1702165124995, + "_rev": 1712856189646, "id": 62, - "etag": "W/\"ac23a1efef5aaccdfacaa99eb6279bd48d0c99210a1e125422f2117b5ec9c891\"", - "updateDate": 1702165117632 + "etag": "W/\"f84c8fbe1c5c5577f32c3f9d758734ece023f75e65be7db508de90dbf976fb72\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -4600,27 +4855,31 @@ "installDate": 1696719638083, "sections": [ { - "code": "/* ==UserStyle==\n@name Modrinth Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/modrinth\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth\n@version 1.2.1\n@description Soothing pastel theme for Modrinth\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Modrinth Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/modrinth\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth\n@version 1.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth\n@description Soothing pastel theme for Modrinth\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n .light-mode {\n --color-base: #cad3f5;\n --color-bg: #181926;\n --color-ad-raised: #5b6078;\n --color-ad: #494d64;\n --color-brand: #b7bdf8;\n --color-brand-green: #a6da95;\n --color-button-bg-active: #6e738d;\n --color-button-bg-hover: #494d64;\n --color-button-bg: #363a4f;\n --color-button-text-hover: #cad3f5;\n --color-button-text: #b8c0e0;\n --color-divider: #363a4f;\n --color-heading: #cad3f5;\n --color-icon: #cad3f5;\n --color-link-active: #8bd5ca;\n --color-link-hover: #91d7e3;\n --color-link: #7dc4e4;\n --color-raised-bg: #24273a;\n --color-blue: #7dc4e4;\n --color-special-blue: #7dc4e4;\n --color-orange: #f5a97f;\n --color-special-orange: #f5a97f;\n --color-purple: #c6a0f6;\n --color-special-purple: #c6a0f6;\n --color-red: #ed8796;\n --color-special-gray: #a5adcb;\n --color-green: #a6da95;\n --color-text: #b8c0e0;\n --color-text-dark: #cad3f5;\n --color-text-inactive: #8087a2;\n --color-brand-highlight: #363a4f;\n --color-brand-inverted: #010409;\n --color-table-alternate-row: #181926;\n --color-table-border: #6e738d;\n --color-contrast: #cad3f5;\n --color-brand-shadow: #b7bdf8;\n --color-warning-banner-side: #ed8796;\n --color-warning-banner-bg: rgba(237, 135, 150, 0.1);\n --color-warning-banner-text: #cad3f5;\n }\n .light-mode [tabindex=\"0\"]:focus-visible,\n .light-mode a:focus-visible,\n .light-mode button:focus-visible {\n outline-color: #b7bdf8;\n }\n .light-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .light-mode .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: #b7bdf8;\n }\n .dark-mode,\n .oled-mode {\n --color-base: #cad3f5;\n --color-bg: #181926;\n --color-ad-raised: #5b6078;\n --color-ad: #494d64;\n --color-brand: #b7bdf8;\n --color-brand-green: #a6da95;\n --color-button-bg-active: #6e738d;\n --color-button-bg-hover: #494d64;\n --color-button-bg: #363a4f;\n --color-button-text-hover: #cad3f5;\n --color-button-text: #b8c0e0;\n --color-divider: #363a4f;\n --color-heading: #cad3f5;\n --color-icon: #cad3f5;\n --color-link-active: #8bd5ca;\n --color-link-hover: #91d7e3;\n --color-link: #7dc4e4;\n --color-raised-bg: #24273a;\n --color-blue: #7dc4e4;\n --color-special-blue: #7dc4e4;\n --color-orange: #f5a97f;\n --color-special-orange: #f5a97f;\n --color-purple: #c6a0f6;\n --color-special-purple: #c6a0f6;\n --color-red: #ed8796;\n --color-special-gray: #a5adcb;\n --color-green: #a6da95;\n --color-text: #b8c0e0;\n --color-text-dark: #cad3f5;\n --color-text-inactive: #8087a2;\n --color-brand-highlight: #363a4f;\n --color-brand-inverted: #010409;\n --color-table-alternate-row: #181926;\n --color-table-border: #6e738d;\n --color-contrast: #cad3f5;\n --color-brand-shadow: #b7bdf8;\n --color-warning-banner-side: #ed8796;\n --color-warning-banner-bg: rgba(237, 135, 150, 0.1);\n --color-warning-banner-text: #cad3f5;\n }\n .dark-mode [tabindex=\"0\"]:focus-visible,\n .oled-mode [tabindex=\"0\"]:focus-visible,\n .dark-mode a:focus-visible,\n .oled-mode a:focus-visible,\n .dark-mode button:focus-visible,\n .oled-mode button:focus-visible {\n outline-color: #b7bdf8;\n }\n .dark-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .oled-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .dark-mode .BDVE3s9MFQttmbMUeYup-2 a strong,\n .oled-mode .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: #b7bdf8;\n }", - "start": 1088, - "regexps": [ - ".*https:\\/\\/(www\\.|staging\\.|)modrinth\\.com.*" + "code": ".light-mode {\n color-scheme: dark;\n --color-base: #cad3f5;\n --color-bg: #181926;\n --color-ad-raised: #5b6078;\n --color-ad: #494d64;\n --color-brand: #b7bdf8;\n --color-brand-green: #a6da95;\n --color-button-bg-active: #6e738d;\n --color-button-bg-hover: #494d64;\n --color-button-bg: #363a4f;\n --color-button-text-hover: #cad3f5;\n --color-button-text: #b8c0e0;\n --color-divider: #363a4f;\n --color-heading: #cad3f5;\n --color-icon: #cad3f5;\n --color-link-active: #8bd5ca;\n --color-link-hover: #91d7e3;\n --color-link: #7dc4e4;\n --color-raised-bg: #24273a;\n --color-blue: #7dc4e4;\n --color-special-blue: #7dc4e4;\n --color-orange: #f5a97f;\n --color-special-orange: #f5a97f;\n --color-purple: #c6a0f6;\n --color-special-purple: #c6a0f6;\n --color-red: #ed8796;\n --color-special-gray: #a5adcb;\n --color-green: #a6da95;\n --color-text: #b8c0e0;\n --color-text-dark: #cad3f5;\n --color-text-inactive: #8087a2;\n --color-brand-highlight: #363a4f;\n --color-brand-inverted: #010409;\n --color-table-alternate-row: #181926;\n --color-table-border: #6e738d;\n --color-contrast: #cad3f5;\n --color-brand-shadow: #b7bdf8;\n --color-warning-banner-side: #ed8796;\n --color-warning-banner-bg: rgba(237, 135, 150, 0.1);\n --color-warning-banner-text: #cad3f5;\n }\n .light-mode ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .light-mode input::placeholder,\n .light-mode textarea::placeholder {\n color: #a5adcb !important;\n }\n .light-mode [tabindex=\"0\"]:focus-visible,\n .light-mode a:focus-visible,\n .light-mode button:focus-visible {\n outline-color: #b7bdf8;\n }\n .light-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .light-mode .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: #b7bdf8;\n }\n .dark-mode,\n .oled-mode {\n color-scheme: dark;\n --color-base: #cad3f5;\n --color-bg: #181926;\n --color-ad-raised: #5b6078;\n --color-ad: #494d64;\n --color-brand: #b7bdf8;\n --color-brand-green: #a6da95;\n --color-button-bg-active: #6e738d;\n --color-button-bg-hover: #494d64;\n --color-button-bg: #363a4f;\n --color-button-text-hover: #cad3f5;\n --color-button-text: #b8c0e0;\n --color-divider: #363a4f;\n --color-heading: #cad3f5;\n --color-icon: #cad3f5;\n --color-link-active: #8bd5ca;\n --color-link-hover: #91d7e3;\n --color-link: #7dc4e4;\n --color-raised-bg: #24273a;\n --color-blue: #7dc4e4;\n --color-special-blue: #7dc4e4;\n --color-orange: #f5a97f;\n --color-special-orange: #f5a97f;\n --color-purple: #c6a0f6;\n --color-special-purple: #c6a0f6;\n --color-red: #ed8796;\n --color-special-gray: #a5adcb;\n --color-green: #a6da95;\n --color-text: #b8c0e0;\n --color-text-dark: #cad3f5;\n --color-text-inactive: #8087a2;\n --color-brand-highlight: #363a4f;\n --color-brand-inverted: #010409;\n --color-table-alternate-row: #181926;\n --color-table-border: #6e738d;\n --color-contrast: #cad3f5;\n --color-brand-shadow: #b7bdf8;\n --color-warning-banner-side: #ed8796;\n --color-warning-banner-bg: rgba(237, 135, 150, 0.1);\n --color-warning-banner-text: #cad3f5;\n }\n .dark-mode ::selection,\n .oled-mode ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .dark-mode input::placeholder,\n .oled-mode input::placeholder,\n .dark-mode textarea::placeholder,\n .oled-mode textarea::placeholder {\n color: #a5adcb !important;\n }\n .dark-mode [tabindex=\"0\"]:focus-visible,\n .oled-mode [tabindex=\"0\"]:focus-visible,\n .dark-mode a:focus-visible,\n .oled-mode a:focus-visible,\n .dark-mode button:focus-visible,\n .oled-mode button:focus-visible {\n outline-color: #b7bdf8;\n }\n .dark-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .oled-mode .BDVE3s9MFQttmbMUeYup-2 a b,\n .dark-mode .BDVE3s9MFQttmbMUeYup-2 a strong,\n .oled-mode .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: #b7bdf8;\n }", + "start": 1050, + "domains": [ + "modrinth.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 4939 } ], - "sourceCode": "/* ==UserStyle==\n@name Modrinth Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/modrinth\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth\n@version 1.2.1\n@description Soothing pastel theme for Modrinth\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document regexp(\".*https:\\\\/\\\\/(www\\\\.|staging\\\\.|)modrinth\\\\.com.*\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; @shadow: #dbdfef; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; @shadow: #010409; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; @shadow: #010409; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; @shadow: #010409; };\n }\n\n .light-mode {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .dark-mode,\n .oled-mode {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @shadow: @catppuccin[@@lookup][@shadow];\n @accent-Color: @catppuccin[@@lookup][@@accent];\n\n --color-base: @text;\n --color-bg: @crust;\n --color-ad-raised: @surface2;\n --color-ad: @surface1;\n --color-brand: @accent-Color;\n --color-brand-green: @green;\n --color-button-bg-active: @overlay0;\n --color-button-bg-hover: @surface1;\n --color-button-bg: @surface0;\n --color-button-text-hover: @text;\n --color-button-text: @subtext1;\n --color-divider: @surface0;\n --color-heading: @text;\n --color-icon: @text;\n --color-link-active: @teal;\n --color-link-hover: @sky;\n --color-link: @sapphire;\n --color-raised-bg: @base;\n --color-blue: @sapphire;\n --color-special-blue: @sapphire;\n --color-orange: @peach;\n --color-special-orange: @peach;\n --color-purple: @mauve;\n --color-special-purple: @mauve;\n --color-red: @red;\n --color-special-gray: @subtext0;\n --color-green: @green;\n --color-text: @subtext1;\n --color-text-dark: @text;\n --color-text-inactive: @overlay1;\n --color-brand-highlight: @surface0;\n --color-brand-inverted: @shadow;\n --color-table-alternate-row: @crust;\n --color-table-border: @overlay0;\n --color-contrast: @text;\n --color-brand-shadow: @accent-Color;\n --color-warning-banner-side: @red;\n --color-warning-banner-bg: fade(@red, 10%);\n --color-warning-banner-text: @text;\n\n [tabindex=\"0\"]:focus-visible,\n a:focus-visible,\n button:focus-visible {\n outline-color: @accent-Color;\n }\n\n .BDVE3s9MFQttmbMUeYup-2 a b,\n .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: @accent-Color;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Modrinth Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/modrinth\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth\n@version 1.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth\n@description Soothing pastel theme for Modrinth\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"modrinth.com\") {\n .light-mode {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .dark-mode,\n .oled-mode {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @shadow: if(@lookup = latte, #dbdfef, #010409);\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --color-base: @text;\n --color-bg: @crust;\n --color-ad-raised: @surface2;\n --color-ad: @surface1;\n --color-brand: @accent-color;\n --color-brand-green: @green;\n --color-button-bg-active: @overlay0;\n --color-button-bg-hover: @surface1;\n --color-button-bg: @surface0;\n --color-button-text-hover: @text;\n --color-button-text: @subtext1;\n --color-divider: @surface0;\n --color-heading: @text;\n --color-icon: @text;\n --color-link-active: @teal;\n --color-link-hover: @sky;\n --color-link: @sapphire;\n --color-raised-bg: @base;\n --color-blue: @sapphire;\n --color-special-blue: @sapphire;\n --color-orange: @peach;\n --color-special-orange: @peach;\n --color-purple: @mauve;\n --color-special-purple: @mauve;\n --color-red: @red;\n --color-special-gray: @subtext0;\n --color-green: @green;\n --color-text: @subtext1;\n --color-text-dark: @text;\n --color-text-inactive: @overlay1;\n --color-brand-highlight: @surface0;\n --color-brand-inverted: @shadow;\n --color-table-alternate-row: @crust;\n --color-table-border: @overlay0;\n --color-contrast: @text;\n --color-brand-shadow: @accent-color;\n --color-warning-banner-side: @red;\n --color-warning-banner-bg: fade(@red, 10%);\n --color-warning-banner-text: @text;\n\n [tabindex=\"0\"]:focus-visible,\n a:focus-visible,\n button:focus-visible {\n outline-color: @accent-color;\n }\n\n .BDVE3s9MFQttmbMUeYup-2 a b,\n .BDVE3s9MFQttmbMUeYup-2 a strong {\n color: @accent-color;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Modrinth Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/modrinth", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/modrinth", - "version": "1.2.1", - "description": "Soothing pastel theme for Modrinth", - "author": "Catppuccin", + "version": "1.2.2", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth", + "description": "Soothing pastel theme for Modrinth", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { @@ -4638,7 +4897,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -4667,7 +4926,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -4687,7 +4946,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "red", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -4771,12 +5030,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Modrinth", "name": "Modrinth Catppuccin", - "originalDigest": "cd0655988c041d2225145540d61d7fa1249dc8af", + "originalDigest": "2133e8b3290bf779b2a7262dd1882db4af3c6463", "_id": "afbec67e-85af-4210-9ab0-f8e2c3b133cc", - "_rev": 1709387677318, + "_rev": 1712856189694, "id": 63, - "etag": "W/\"453264cda043644787ad093dddabb4e72e3966f469f232fe1c0728c6249d7185\"", - "updateDate": 1706738984198 + "etag": "W/\"bd4a1796e1ce8826654ac7bb85a390b215b5ff2bace1377d0eed57442f3b10b0\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -4785,23 +5044,27 @@ "installDate": 1699437734168, "sections": [ { - "code": "/* ==UserStyle==\n@name Pinterest Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/pinterest\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest\n@version 1.1.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest\n@description Soothing pastel theme for Pinterest\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Pinterest Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/pinterest\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest\n@version 1.1.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest\n@description Soothing pastel theme for Pinterest\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: light) {\n :root {\n --color-text-light: #cad3f5;\n --color-text-dark: #1e2030;\n --color-text-default: #cad3f5;\n --color-text-inverse: #1e2030;\n --color-text-subtle: #a5adcb;\n --color-text-error: #b7bdf8;\n --color-text-shopping: #b7bdf8;\n --color-text-link: #b7bdf8;\n --color-text-icon-light: #b8c0e0;\n --color-text-icon-dark: #1e2030;\n --color-text-icon-default: #a5adcb;\n --color-icon-subtle: #b8c0e0;\n --color-text-icon-inverse: #1e2030;\n --color-text-icon-subtle: #a5adcb;\n --color-text-icon-error: #b7bdf8;\n --color-text-icon-brand-primary: #b7bdf8;\n --color-background-light: #b8c0e0;\n --color-background-dark: #1e2030;\n --color-background-default: #24273a;\n --color-background-inverse-base: #b8c0e0;\n --color-background-primary-base: #b7bdf8;\n --color-background-secondary-base: #1e2030;\n --color-background-secondary-active: #1e2030;\n --color-background-selected-base: #b8c0e0;\n --color-background-box-default: #1e2030;\n --color-background-box-selected: #b7bdf8;\n --color-background-box-secondary: #494d64;\n --color-background-overlay: #363a4f;\n --color-background-tag-primary-hover: #5b6078;\n --color-background-box-light: #1e2030;\n --color-background-button-secondary-default: #363a4f;\n --color-background-button-secondary-hover: #494d64;\n --color-background-tag-primary-default: #494d64;\n --color-background-button-disabled-default: #1a1c2a;\n --color-background-formfield-primary: #363a4f;\n --color-border-container: #494d64;\n --color-border-default: #1e2030;\n --g-colorTransparentWhite: rgba(36, 39, 58, 0.7);\n --g-colorTransparentDarkGray: rgba(30, 32, 48, 0.8);\n --g-colorGray0: #1e2030;\n --g-colorGray0Hovered: #191b28;\n --g-colorGray0Active: #141620;\n --g-colorGray50: #1e2030;\n --g-colorGray100: #1e2030;\n --g-colorGray100Hovered: #313447;\n --g-colorGray100Active: #2c2f40;\n --g-colorGray200: #a5adcb;\n --g-colorGray300: #b8c0e0;\n --g-colorRed100: #b7bdf8;\n --g-colorRed100Hovered: #949df5;\n --g-colorRed100Active: #8992f3;\n --g-color-focus: rgba(183, 189, 248, 0.5);\n --color-gray-roboflow-400: #181926;\n --color-gray-roboflow-200: #1e2030;\n --g-blue: #b7bdf8;\n --color-background-info-base: #8aadf4;\n --color-background-error-base: #ed8796;\n --color-background-warning-base: #f5a97f;\n --color-background-success-base: #a6da95;\n }\n body {\n background-color: #24273a;\n color: #cad3f5;\n }\n .EmojiPickerReact {\n --epr-bg-color: #24273a;\n --epr-text-color: #cad3f5;\n --epr-picker-border-color: #24273a;\n --epr-category-label-bg-color: #24273a;\n --epr-search-input-bg-color: #1e2030;\n --epr-skin-tone-picker-menu-color: #1e2030;\n --epr-category-icon-active-color: #b7bdf8;\n --epr-highlight-color: #b7bdf8;\n --epr-hover-bg-color: #363a4f;\n --epr-focus-bg-color: #363a4f;\n }\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n .NUb {\n color: var(--color-text-inverse);\n }\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"gestalt-avatar-svg\"] text {\n fill: #b8c0e0 !important;\n }\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: #b7bdf8 !important;\n }\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: #24273a !important;\n }\n /* Header & Search */\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"one-bar-pill\"] div {\n color: var(--color-text-dark) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .PLa {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n div#searchBoxContainer div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: #191b28 !important;\n }\n div#searchBoxContainer div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div#searchBoxContainer div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n div#searchBoxContainer input {\n color: #b8c0e0 !important;\n }\n div#searchBoxContainer div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: #b8c0e0 !important;\n }\n /* Home */\n div.moreIdeasBoardRepCarousel div[data-carousel-indicator=\"carousel-card\"] div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n }\n div.moreIdeasBoardRepCarousel ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n /* Pins */\n div[data-test-id=\"PinBetterSaveDropdown\"] .xnr,\n div[data-test-id=\"boardSelectionDropdown\"] .xnr {\n color: var(--color-text-light);\n }\n div[data-test-id=\"PinBetterSaveDropdown\"] .PLa,\n div[data-test-id=\"boardSelectionDropdown\"] .PLa {\n color: var(--color-text-icon-light);\n }\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"pinrep-source-link\"] a div {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n }\n div[data-test-id=\"savedInfo\"] a div {\n color: var(--color-text-light) !important;\n }\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: #1e2030 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] a {\n background-color: transparent !important;\n }\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"toast\"] span div {\n color: #1e2030 !important;\n }\n /* Pin page */\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"truncated-text\"] div[data-test-id=\"more-button\"] {\n background: linear-gradient(90deg, transparent 0%, #24273a 15%) !important;\n }\n div[data-test-id=\"truncated-text\"] div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n div[data-test-id=\"visual-search-cropper\"] path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n div[data-test-id=\"visual-search-cropper\"] use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n textarea#pinNoteText {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5;\n }\n /* Video and story pins */\n div[data-test-id=\"visual-content-container\"] video ~ div svg {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"visual-content-container\"] video ~ div div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu svg,\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu span {\n color: var(--color-text-icon-light) !important;\n }\n /* Profile */\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: #181926 !important;\n }\n div.SaveButton__background--enabled {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n /* Settings */\n input[type=\"checkbox\"] ~ div {\n border-color: #181926 !important;\n }\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n /* Share */\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg rect {\n fill: #1e2030 !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg path {\n fill: #b8c0e0 !important;\n }\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: #cad3f5;\n }\n div[data-test-id=\"sharesheet-contact-item-button\"] div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: #1e2030 !important;\n }\n /* Messages */\n textarea#messageDraft {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: #1e2030 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n /* Create */\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n input#scrape-view-website-link {\n background-color: #24273a !important;\n }\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: #b8c0e0;\n }\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n background-image: linear-gradient(to right, #1e2030 0%, #181926 20%, #1e2030 40%, #1e2030 100%) !important;\n }\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n }\n div[data-test-id=\"drafts-container\"] div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: #181926 !important;\n }\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: #b8c0e0;\n }\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: #181926 !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: #24273a !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] span {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"storyboard-interest-tags\"] div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #b8c0e0 !important;\n }\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: #b7bdf8 !important;\n }\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] input {\n color: #cad3f5 !important;\n background-color: transparent !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] .LJB {\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px #181926 inset !important;\n }\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: #181926 !important;\n }\n /* Login */\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"signup-default-modal\"] h1,\n div[data-test-id=\"login-modal-default\"] h1,\n div[data-test-id=\"login-modal-mfa\"] h1 {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"signup-default-modal\"] p,\n div[data-test-id=\"login-modal-default\"] p,\n div[data-test-id=\"login-modal-mfa\"] p {\n color: #a5adcb !important;\n }\n div[data-test-id=\"signup-default-modal\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-default\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-mfa\"] button[data-test-id=\"login-signup-toggle\"] {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active,\n div[data-test-id=\"login-modal-default\"] button.red.active,\n div[data-test-id=\"login-modal-mfa\"] button.red.active {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active:hover,\n div[data-test-id=\"login-modal-default\"] button.red.active:hover,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:hover,\n div[data-test-id=\"signup-default-modal\"] button.red.active:focus,\n div[data-test-id=\"login-modal-default\"] button.red.active:focus,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:focus {\n background-color: #abb2f7 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a {\n color: #b7bdf8 !important;\n }\n /* Not logged in */\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(rgba(36, 39, 58, 0) 0%, #24273a 70%) !important;\n }\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"] div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: #24273a !important;\n }\n span[data-test-id=\"terms-of-service\"] a {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(to left, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(to right, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"standard-save-button\"] span {\n color: #1e2030 !important;\n }\n /* Other */\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: #cad3f5;\n --color-background-recommendation-weak: #181926;\n }\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --color-text-light: #cad3f5;\n --color-text-dark: #1e2030;\n --color-text-default: #cad3f5;\n --color-text-inverse: #1e2030;\n --color-text-subtle: #a5adcb;\n --color-text-error: #b7bdf8;\n --color-text-shopping: #b7bdf8;\n --color-text-link: #b7bdf8;\n --color-text-icon-light: #b8c0e0;\n --color-text-icon-dark: #1e2030;\n --color-text-icon-default: #a5adcb;\n --color-icon-subtle: #b8c0e0;\n --color-text-icon-inverse: #1e2030;\n --color-text-icon-subtle: #a5adcb;\n --color-text-icon-error: #b7bdf8;\n --color-text-icon-brand-primary: #b7bdf8;\n --color-background-light: #b8c0e0;\n --color-background-dark: #1e2030;\n --color-background-default: #24273a;\n --color-background-inverse-base: #b8c0e0;\n --color-background-primary-base: #b7bdf8;\n --color-background-secondary-base: #1e2030;\n --color-background-secondary-active: #1e2030;\n --color-background-selected-base: #b8c0e0;\n --color-background-box-default: #1e2030;\n --color-background-box-selected: #b7bdf8;\n --color-background-box-secondary: #494d64;\n --color-background-overlay: #363a4f;\n --color-background-tag-primary-hover: #5b6078;\n --color-background-box-light: #1e2030;\n --color-background-button-secondary-default: #363a4f;\n --color-background-button-secondary-hover: #494d64;\n --color-background-tag-primary-default: #494d64;\n --color-background-button-disabled-default: #1a1c2a;\n --color-background-formfield-primary: #363a4f;\n --color-border-container: #494d64;\n --color-border-default: #1e2030;\n --g-colorTransparentWhite: rgba(36, 39, 58, 0.7);\n --g-colorTransparentDarkGray: rgba(30, 32, 48, 0.8);\n --g-colorGray0: #1e2030;\n --g-colorGray0Hovered: #191b28;\n --g-colorGray0Active: #141620;\n --g-colorGray50: #1e2030;\n --g-colorGray100: #1e2030;\n --g-colorGray100Hovered: #313447;\n --g-colorGray100Active: #2c2f40;\n --g-colorGray200: #a5adcb;\n --g-colorGray300: #b8c0e0;\n --g-colorRed100: #b7bdf8;\n --g-colorRed100Hovered: #949df5;\n --g-colorRed100Active: #8992f3;\n --g-color-focus: rgba(183, 189, 248, 0.5);\n --color-gray-roboflow-400: #181926;\n --color-gray-roboflow-200: #1e2030;\n --g-blue: #b7bdf8;\n --color-background-info-base: #8aadf4;\n --color-background-error-base: #ed8796;\n --color-background-warning-base: #f5a97f;\n --color-background-success-base: #a6da95;\n }\n body {\n background-color: #24273a;\n color: #cad3f5;\n }\n .EmojiPickerReact {\n --epr-bg-color: #24273a;\n --epr-text-color: #cad3f5;\n --epr-picker-border-color: #24273a;\n --epr-category-label-bg-color: #24273a;\n --epr-search-input-bg-color: #1e2030;\n --epr-skin-tone-picker-menu-color: #1e2030;\n --epr-category-icon-active-color: #b7bdf8;\n --epr-highlight-color: #b7bdf8;\n --epr-hover-bg-color: #363a4f;\n --epr-focus-bg-color: #363a4f;\n }\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n .NUb {\n color: var(--color-text-inverse);\n }\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"gestalt-avatar-svg\"] text {\n fill: #b8c0e0 !important;\n }\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: #b7bdf8 !important;\n }\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: #24273a !important;\n }\n /* Header & Search */\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"one-bar-pill\"] div {\n color: var(--color-text-dark) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .PLa {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n div#searchBoxContainer div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: #191b28 !important;\n }\n div#searchBoxContainer div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div#searchBoxContainer div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n div#searchBoxContainer input {\n color: #b8c0e0 !important;\n }\n div#searchBoxContainer div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: #b8c0e0 !important;\n }\n /* Home */\n div.moreIdeasBoardRepCarousel div[data-carousel-indicator=\"carousel-card\"] div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n }\n div.moreIdeasBoardRepCarousel ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n /* Pins */\n div[data-test-id=\"PinBetterSaveDropdown\"] .xnr,\n div[data-test-id=\"boardSelectionDropdown\"] .xnr {\n color: var(--color-text-light);\n }\n div[data-test-id=\"PinBetterSaveDropdown\"] .PLa,\n div[data-test-id=\"boardSelectionDropdown\"] .PLa {\n color: var(--color-text-icon-light);\n }\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"pinrep-source-link\"] a div {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n }\n div[data-test-id=\"savedInfo\"] a div {\n color: var(--color-text-light) !important;\n }\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: #1e2030 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] a {\n background-color: transparent !important;\n }\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"toast\"] span div {\n color: #1e2030 !important;\n }\n /* Pin page */\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"truncated-text\"] div[data-test-id=\"more-button\"] {\n background: linear-gradient(90deg, transparent 0%, #24273a 15%) !important;\n }\n div[data-test-id=\"truncated-text\"] div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n div[data-test-id=\"visual-search-cropper\"] path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n div[data-test-id=\"visual-search-cropper\"] use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n textarea#pinNoteText {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5;\n }\n /* Video and story pins */\n div[data-test-id=\"visual-content-container\"] video ~ div svg {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"visual-content-container\"] video ~ div div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu svg,\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu span {\n color: var(--color-text-icon-light) !important;\n }\n /* Profile */\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: #181926 !important;\n }\n div.SaveButton__background--enabled {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n /* Settings */\n input[type=\"checkbox\"] ~ div {\n border-color: #181926 !important;\n }\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n /* Share */\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg rect {\n fill: #1e2030 !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg path {\n fill: #b8c0e0 !important;\n }\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: #cad3f5;\n }\n div[data-test-id=\"sharesheet-contact-item-button\"] div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: #1e2030 !important;\n }\n /* Messages */\n textarea#messageDraft {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: #1e2030 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n /* Create */\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n input#scrape-view-website-link {\n background-color: #24273a !important;\n }\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: #b8c0e0;\n }\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n background-image: linear-gradient(to right, #1e2030 0%, #181926 20%, #1e2030 40%, #1e2030 100%) !important;\n }\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n }\n div[data-test-id=\"drafts-container\"] div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: #181926 !important;\n }\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: #b8c0e0;\n }\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: #181926 !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: #24273a !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] span {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"storyboard-interest-tags\"] div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #b8c0e0 !important;\n }\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: #b7bdf8 !important;\n }\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] input {\n color: #cad3f5 !important;\n background-color: transparent !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] .LJB {\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px #181926 inset !important;\n }\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: #181926 !important;\n }\n /* Login */\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"signup-default-modal\"] h1,\n div[data-test-id=\"login-modal-default\"] h1,\n div[data-test-id=\"login-modal-mfa\"] h1 {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"signup-default-modal\"] p,\n div[data-test-id=\"login-modal-default\"] p,\n div[data-test-id=\"login-modal-mfa\"] p {\n color: #a5adcb !important;\n }\n div[data-test-id=\"signup-default-modal\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-default\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-mfa\"] button[data-test-id=\"login-signup-toggle\"] {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active,\n div[data-test-id=\"login-modal-default\"] button.red.active,\n div[data-test-id=\"login-modal-mfa\"] button.red.active {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active:hover,\n div[data-test-id=\"login-modal-default\"] button.red.active:hover,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:hover,\n div[data-test-id=\"signup-default-modal\"] button.red.active:focus,\n div[data-test-id=\"login-modal-default\"] button.red.active:focus,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:focus {\n background-color: #abb2f7 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a {\n color: #b7bdf8 !important;\n }\n /* Not logged in */\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(rgba(36, 39, 58, 0) 0%, #24273a 70%) !important;\n }\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"] div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: #24273a !important;\n }\n span[data-test-id=\"terms-of-service\"] a {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(to left, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(to right, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"standard-save-button\"] span {\n color: #1e2030 !important;\n }\n /* Other */\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: #cad3f5;\n --color-background-recommendation-weak: #181926;\n }\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }", + "code": "@media (prefers-color-scheme: light) {\n color-scheme: dark;\n ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n input::placeholder,\n textarea::placeholder {\n color: #a5adcb !important;\n }\n :root {\n --color-text-light: #cad3f5;\n --color-text-dark: #1e2030;\n --color-text-default: #cad3f5;\n --color-text-inverse: #1e2030;\n --color-text-subtle: #a5adcb;\n --color-text-error: #b7bdf8;\n --color-text-shopping: #b7bdf8;\n --color-text-link: #b7bdf8;\n --color-text-icon-light: #b8c0e0;\n --color-text-icon-dark: #1e2030;\n --color-text-icon-default: #a5adcb;\n --color-icon-subtle: #b8c0e0;\n --color-text-icon-inverse: #1e2030;\n --color-text-icon-subtle: #a5adcb;\n --color-text-icon-error: #b7bdf8;\n --color-text-icon-brand-primary: #b7bdf8;\n --color-background-light: #b8c0e0;\n --color-background-dark: #1e2030;\n --color-background-default: #24273a;\n --color-background-inverse-base: #b8c0e0;\n --color-background-primary-base: #b7bdf8;\n --color-background-secondary-base: #1e2030;\n --color-background-secondary-active: #1e2030;\n --color-background-selected-base: #b8c0e0;\n --color-background-box-default: #1e2030;\n --color-background-box-selected: #b7bdf8;\n --color-background-box-secondary: #494d64;\n --color-background-overlay: #363a4f;\n --color-background-tag-primary-hover: #5b6078;\n --color-background-box-light: #1e2030;\n --color-background-button-secondary-default: #363a4f;\n --color-background-button-secondary-hover: #494d64;\n --color-background-tag-primary-default: #494d64;\n --color-background-button-disabled-default: #1a1c2a;\n --color-background-formfield-primary: #363a4f;\n --color-border-container: #494d64;\n --color-border-default: #1e2030;\n --g-colorTransparentWhite: rgba(36, 39, 58, 0.7);\n --g-colorTransparentDarkGray: rgba(30, 32, 48, 0.8);\n --g-colorGray0: #1e2030;\n --g-colorGray0Hovered: #191b28;\n --g-colorGray0Active: #141620;\n --g-colorGray50: #1e2030;\n --g-colorGray100: #1e2030;\n --g-colorGray100Hovered: #313447;\n --g-colorGray100Active: #2c2f40;\n --g-colorGray200: #a5adcb;\n --g-colorGray300: #b8c0e0;\n --g-colorRed100: #b7bdf8;\n --g-colorRed100Hovered: #949df5;\n --g-colorRed100Active: #8992f3;\n --g-color-focus: rgba(183, 189, 248, 0.5);\n --color-gray-roboflow-400: #181926;\n --color-gray-roboflow-200: #1e2030;\n --g-blue: #b7bdf8;\n --color-background-info-base: #8aadf4;\n --color-background-error-base: #ed8796;\n --color-background-warning-base: #f5a97f;\n --color-background-success-base: #a6da95;\n }\n body {\n background-color: #24273a;\n color: #cad3f5;\n }\n .EmojiPickerReact {\n --epr-bg-color: #24273a;\n --epr-text-color: #cad3f5;\n --epr-picker-border-color: #24273a;\n --epr-category-label-bg-color: #24273a;\n --epr-search-input-bg-color: #1e2030;\n --epr-skin-tone-picker-menu-color: #1e2030;\n --epr-category-icon-active-color: #b7bdf8;\n --epr-highlight-color: #b7bdf8;\n --epr-hover-bg-color: #363a4f;\n --epr-focus-bg-color: #363a4f;\n }\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n .NUb {\n color: var(--color-text-inverse);\n }\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"gestalt-avatar-svg\"] text {\n fill: #b8c0e0 !important;\n }\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: #b7bdf8 !important;\n }\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: #24273a !important;\n }\n /* Header & Search */\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"one-bar-pill\"] div {\n color: var(--color-text-dark) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .PLa {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n div#searchBoxContainer div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: #191b28 !important;\n }\n div#searchBoxContainer div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div#searchBoxContainer div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n div#searchBoxContainer input {\n color: #b8c0e0 !important;\n }\n div#searchBoxContainer div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: #b8c0e0 !important;\n }\n /* Home */\n div.moreIdeasBoardRepCarousel div[data-carousel-indicator=\"carousel-card\"] div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n }\n div.moreIdeasBoardRepCarousel ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n /* Pins */\n div[data-test-id=\"PinBetterSaveDropdown\"] .xnr,\n div[data-test-id=\"boardSelectionDropdown\"] .xnr {\n color: var(--color-text-light);\n }\n div[data-test-id=\"PinBetterSaveDropdown\"] .PLa,\n div[data-test-id=\"boardSelectionDropdown\"] .PLa {\n color: var(--color-text-icon-light);\n }\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"pinrep-source-link\"] a div {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n }\n div[data-test-id=\"savedInfo\"] a div {\n color: var(--color-text-light) !important;\n }\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: #1e2030 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] a {\n background-color: transparent !important;\n }\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"toast\"] span div {\n color: #1e2030 !important;\n }\n /* Pin page */\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"truncated-text\"] div[data-test-id=\"more-button\"] {\n background: linear-gradient(90deg, transparent 0%, #24273a 15%) !important;\n }\n div[data-test-id=\"truncated-text\"] div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n div[data-test-id=\"visual-search-cropper\"] path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n div[data-test-id=\"visual-search-cropper\"] use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n textarea#pinNoteText {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5;\n }\n /* Video and story pins */\n div[data-test-id=\"visual-content-container\"] video ~ div svg {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"visual-content-container\"] video ~ div div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu svg,\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu span {\n color: var(--color-text-icon-light) !important;\n }\n /* Profile */\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: #181926 !important;\n }\n div.SaveButton__background--enabled {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n /* Settings */\n input[type=\"checkbox\"] ~ div {\n border-color: #181926 !important;\n }\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n /* Share */\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg rect {\n fill: #1e2030 !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg path {\n fill: #b8c0e0 !important;\n }\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: #cad3f5;\n }\n div[data-test-id=\"sharesheet-contact-item-button\"] div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: #1e2030 !important;\n }\n /* Messages */\n textarea#messageDraft {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: #1e2030 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n /* Create */\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n input#scrape-view-website-link {\n background-color: #24273a !important;\n }\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: #b8c0e0;\n }\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n background-image: linear-gradient(to right, #1e2030 0%, #181926 20%, #1e2030 40%, #1e2030 100%) !important;\n }\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n }\n div[data-test-id=\"drafts-container\"] div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: #181926 !important;\n }\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: #b8c0e0;\n }\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: #181926 !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: #24273a !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] span {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"storyboard-interest-tags\"] div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #b8c0e0 !important;\n }\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: #b7bdf8 !important;\n }\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] input {\n color: #cad3f5 !important;\n background-color: transparent !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] .LJB {\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px #181926 inset !important;\n }\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: #181926 !important;\n }\n /* Login */\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"signup-default-modal\"] h1,\n div[data-test-id=\"login-modal-default\"] h1,\n div[data-test-id=\"login-modal-mfa\"] h1 {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"signup-default-modal\"] p,\n div[data-test-id=\"login-modal-default\"] p,\n div[data-test-id=\"login-modal-mfa\"] p {\n color: #a5adcb !important;\n }\n div[data-test-id=\"signup-default-modal\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-default\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-mfa\"] button[data-test-id=\"login-signup-toggle\"] {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active,\n div[data-test-id=\"login-modal-default\"] button.red.active,\n div[data-test-id=\"login-modal-mfa\"] button.red.active {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active:hover,\n div[data-test-id=\"login-modal-default\"] button.red.active:hover,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:hover,\n div[data-test-id=\"signup-default-modal\"] button.red.active:focus,\n div[data-test-id=\"login-modal-default\"] button.red.active:focus,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:focus {\n background-color: #abb2f7 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a {\n color: #b7bdf8 !important;\n }\n /* Not logged in */\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(rgba(36, 39, 58, 0) 0%, #24273a 70%) !important;\n }\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"] div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: #24273a !important;\n }\n span[data-test-id=\"terms-of-service\"] a {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(to left, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(to right, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"standard-save-button\"] span {\n color: #1e2030 !important;\n }\n /* Other */\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: #cad3f5;\n --color-background-recommendation-weak: #181926;\n }\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }\n @media (prefers-color-scheme: dark) {\n color-scheme: dark;\n ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n input::placeholder,\n textarea::placeholder {\n color: #a5adcb !important;\n }\n :root {\n --color-text-light: #cad3f5;\n --color-text-dark: #1e2030;\n --color-text-default: #cad3f5;\n --color-text-inverse: #1e2030;\n --color-text-subtle: #a5adcb;\n --color-text-error: #b7bdf8;\n --color-text-shopping: #b7bdf8;\n --color-text-link: #b7bdf8;\n --color-text-icon-light: #b8c0e0;\n --color-text-icon-dark: #1e2030;\n --color-text-icon-default: #a5adcb;\n --color-icon-subtle: #b8c0e0;\n --color-text-icon-inverse: #1e2030;\n --color-text-icon-subtle: #a5adcb;\n --color-text-icon-error: #b7bdf8;\n --color-text-icon-brand-primary: #b7bdf8;\n --color-background-light: #b8c0e0;\n --color-background-dark: #1e2030;\n --color-background-default: #24273a;\n --color-background-inverse-base: #b8c0e0;\n --color-background-primary-base: #b7bdf8;\n --color-background-secondary-base: #1e2030;\n --color-background-secondary-active: #1e2030;\n --color-background-selected-base: #b8c0e0;\n --color-background-box-default: #1e2030;\n --color-background-box-selected: #b7bdf8;\n --color-background-box-secondary: #494d64;\n --color-background-overlay: #363a4f;\n --color-background-tag-primary-hover: #5b6078;\n --color-background-box-light: #1e2030;\n --color-background-button-secondary-default: #363a4f;\n --color-background-button-secondary-hover: #494d64;\n --color-background-tag-primary-default: #494d64;\n --color-background-button-disabled-default: #1a1c2a;\n --color-background-formfield-primary: #363a4f;\n --color-border-container: #494d64;\n --color-border-default: #1e2030;\n --g-colorTransparentWhite: rgba(36, 39, 58, 0.7);\n --g-colorTransparentDarkGray: rgba(30, 32, 48, 0.8);\n --g-colorGray0: #1e2030;\n --g-colorGray0Hovered: #191b28;\n --g-colorGray0Active: #141620;\n --g-colorGray50: #1e2030;\n --g-colorGray100: #1e2030;\n --g-colorGray100Hovered: #313447;\n --g-colorGray100Active: #2c2f40;\n --g-colorGray200: #a5adcb;\n --g-colorGray300: #b8c0e0;\n --g-colorRed100: #b7bdf8;\n --g-colorRed100Hovered: #949df5;\n --g-colorRed100Active: #8992f3;\n --g-color-focus: rgba(183, 189, 248, 0.5);\n --color-gray-roboflow-400: #181926;\n --color-gray-roboflow-200: #1e2030;\n --g-blue: #b7bdf8;\n --color-background-info-base: #8aadf4;\n --color-background-error-base: #ed8796;\n --color-background-warning-base: #f5a97f;\n --color-background-success-base: #a6da95;\n }\n body {\n background-color: #24273a;\n color: #cad3f5;\n }\n .EmojiPickerReact {\n --epr-bg-color: #24273a;\n --epr-text-color: #cad3f5;\n --epr-picker-border-color: #24273a;\n --epr-category-label-bg-color: #24273a;\n --epr-search-input-bg-color: #1e2030;\n --epr-skin-tone-picker-menu-color: #1e2030;\n --epr-category-icon-active-color: #b7bdf8;\n --epr-highlight-color: #b7bdf8;\n --epr-hover-bg-color: #363a4f;\n --epr-focus-bg-color: #363a4f;\n }\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n .NUb {\n color: var(--color-text-inverse);\n }\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"gestalt-avatar-svg\"] text {\n fill: #b8c0e0 !important;\n }\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: #b7bdf8 !important;\n }\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: #24273a !important;\n }\n /* Header & Search */\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"one-bar-pill\"] div {\n color: var(--color-text-dark) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .PLa {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"one-bar-pill\"] .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n div#searchBoxContainer div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: #191b28 !important;\n }\n div#searchBoxContainer div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div#searchBoxContainer div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n div#searchBoxContainer input {\n color: #b8c0e0 !important;\n }\n div#searchBoxContainer div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: #b8c0e0 !important;\n }\n /* Home */\n div.moreIdeasBoardRepCarousel div[data-carousel-indicator=\"carousel-card\"] div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n }\n div.moreIdeasBoardRepCarousel ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n /* Pins */\n div[data-test-id=\"PinBetterSaveDropdown\"] .xnr,\n div[data-test-id=\"boardSelectionDropdown\"] .xnr {\n color: var(--color-text-light);\n }\n div[data-test-id=\"PinBetterSaveDropdown\"] .PLa,\n div[data-test-id=\"boardSelectionDropdown\"] .PLa {\n color: var(--color-text-icon-light);\n }\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"pinrep-source-link\"] a div {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n }\n div[data-test-id=\"savedInfo\"] a div {\n color: var(--color-text-light) !important;\n }\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: #1e2030 !important;\n }\n div[data-test-id=\"persistent-one-click-save\"] a {\n background-color: transparent !important;\n }\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px #181926 !important;\n }\n div[data-test-id=\"toast\"] span div {\n color: #1e2030 !important;\n }\n /* Pin page */\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"truncated-text\"] div[data-test-id=\"more-button\"] {\n background: linear-gradient(90deg, transparent 0%, #24273a 15%) !important;\n }\n div[data-test-id=\"truncated-text\"] div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n div[data-test-id=\"visual-search-cropper\"] path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n div[data-test-id=\"visual-search-cropper\"] use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n textarea#pinNoteText {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5;\n }\n /* Video and story pins */\n div[data-test-id=\"visual-content-container\"] video ~ div svg {\n color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"visual-content-container\"] video ~ div div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu svg,\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu span {\n color: var(--color-text-icon-light) !important;\n }\n /* Profile */\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: #181926 !important;\n }\n div.SaveButton__background--enabled {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n /* Settings */\n input[type=\"checkbox\"] ~ div {\n border-color: #181926 !important;\n }\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n /* Share */\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg rect {\n fill: #1e2030 !important;\n }\n div[data-test-id=\"email-share-button-auth\"] svg path {\n fill: #b8c0e0 !important;\n }\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: #cad3f5;\n }\n div[data-test-id=\"sharesheet-contact-item-button\"] div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: #1e2030 !important;\n }\n /* Messages */\n textarea#messageDraft {\n background-color: transparent;\n color: #b8c0e0;\n caret-color: #cad3f5 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: #1e2030 !important;\n }\n div[data-test-id=\"add-pin-to-conversation\"] div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n /* Create */\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: rgba(36, 39, 58, 0.8) !important;\n }\n input#scrape-view-website-link {\n background-color: #24273a !important;\n }\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: #b8c0e0;\n }\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: #1e2030 !important;\n background-image: linear-gradient(to right, #1e2030 0%, #181926 20%, #1e2030 40%, #1e2030 100%) !important;\n }\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n }\n div[data-test-id=\"drafts-container\"] div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: #181926 !important;\n }\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: #b8c0e0;\n }\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: #181926 !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: #24273a !important;\n }\n button[data-test-id=\"board-dropdown-select-button\"] span {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"storyboard-interest-tags\"] div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #b8c0e0 !important;\n }\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: #b7bdf8 !important;\n }\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] input {\n color: #cad3f5 !important;\n background-color: transparent !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] .LJB {\n border-color: #181926 !important;\n }\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px #181926 inset !important;\n }\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: #181926 !important;\n }\n /* Login */\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: #24273a !important;\n }\n div[data-test-id=\"signup-default-modal\"] h1,\n div[data-test-id=\"login-modal-default\"] h1,\n div[data-test-id=\"login-modal-mfa\"] h1 {\n color: #cad3f5 !important;\n }\n div[data-test-id=\"signup-default-modal\"] p,\n div[data-test-id=\"login-modal-default\"] p,\n div[data-test-id=\"login-modal-mfa\"] p {\n color: #a5adcb !important;\n }\n div[data-test-id=\"signup-default-modal\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-default\"] button[data-test-id=\"login-signup-toggle\"],\n div[data-test-id=\"login-modal-mfa\"] button[data-test-id=\"login-signup-toggle\"] {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active,\n div[data-test-id=\"login-modal-default\"] button.red.active,\n div[data-test-id=\"login-modal-mfa\"] button.red.active {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n div[data-test-id=\"signup-default-modal\"] button.red.active:hover,\n div[data-test-id=\"login-modal-default\"] button.red.active:hover,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:hover,\n div[data-test-id=\"signup-default-modal\"] button.red.active:focus,\n div[data-test-id=\"login-modal-default\"] button.red.active:focus,\n div[data-test-id=\"login-modal-mfa\"] button.red.active:focus {\n background-color: #abb2f7 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"],\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"],\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: #b8c0e0 !important;\n }\n div[data-test-id=\"signup-default-modal\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-default\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"login-modal-mfa\"] span[data-test-id=\"terms-of-service\"] a,\n div[data-test-id=\"signup-default-modal\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-default\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a,\n div[data-test-id=\"login-modal-mfa\"] div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] a {\n color: #b7bdf8 !important;\n }\n /* Not logged in */\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(rgba(36, 39, 58, 0) 0%, #24273a 70%) !important;\n }\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"] div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: #24273a !important;\n }\n span[data-test-id=\"terms-of-service\"] a {\n color: #b7bdf8 !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(to left, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(to right, rgba(36, 39, 58, 0), #24273a) !important;\n }\n div[data-test-id=\"standard-save-button\"] span {\n color: #1e2030 !important;\n }\n /* Other */\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: #cad3f5;\n --color-background-recommendation-weak: #181926;\n }\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }", "start": 1166, "regexps": [ "^https?:\\/\\/(www|[a-z]{2}).pinterest.(com(.(au|mx))?|co(.(uk|kr))?|at|ca|ch|cl|de|dk|es|fr|ie|it|jp|nz|ph|pt|ru|se)\\/.*" ] + }, + { + "code": "/* prettier-ignore */", + "start": 34753 } ], - "sourceCode": "/* ==UserStyle==\n@name Pinterest Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/pinterest\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest\n@version 1.1.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest\n@description Soothing pastel theme for Pinterest\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"^https?:\\\\/\\\\/(www|[a-z]{2}).pinterest.(com(.(au|mx))?|co(.(uk|kr))?|at|ca|ch|cl|de|dk|es|fr|ie|it|jp|nz|ph|pt|ru|se)\\\\/.*\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n :root {\n --color-text-light: if((@lookup = latte), @mantle, @text);\n --color-text-dark: if((@lookup = latte), @text, @mantle);\n --color-text-default: @text;\n --color-text-inverse: @mantle;\n --color-text-subtle: @subtext0;\n --color-text-error: @accent-color;\n --color-text-shopping: @accent-color;\n --color-text-link: @accent-color;\n\n --color-text-icon-light: if((@lookup = latte), @mantle, @subtext1);\n --color-text-icon-dark: if((@lookup = latte), @subtext1, @mantle);\n --color-text-icon-default: @subtext0;\n --color-icon-subtle: @subtext1;\n --color-text-icon-inverse: @mantle;\n --color-text-icon-subtle: @subtext0;\n --color-text-icon-error: @accent-color;\n --color-text-icon-brand-primary: @accent-color;\n\n --color-background-light: if((@lookup = latte), @mantle, @subtext1);\n --color-background-dark: if((@lookup = latte), @text, @mantle);\n --color-background-default: @base;\n --color-background-inverse-base: @subtext1;\n --color-background-primary-base: @accent-color;\n --color-background-secondary-base: @mantle;\n --color-background-secondary-active: @mantle;\n --color-background-selected-base: @subtext1;\n --color-background-box-default: @mantle;\n --color-background-box-selected: @accent-color;\n --color-background-box-secondary: @surface1;\n --color-background-overlay: @surface0;\n --color-background-tag-primary-hover: @surface2;\n --color-background-box-light: @mantle;\n --color-background-button-secondary-default: @surface0;\n --color-background-button-secondary-hover: @surface1;\n --color-background-tag-primary-default: @surface1;\n --color-background-button-disabled-default: darken(@mantle, 2%);\n --color-background-formfield-primary: @surface0;\n --color-border-container: @surface1;\n --color-border-default: @mantle;\n\n --g-colorTransparentWhite: fadeout(@base, 30%);\n --g-colorTransparentDarkGray: fadeout(@mantle, 20%);\n --g-colorGray0: @mantle;\n --g-colorGray0Hovered: darken(@mantle, 2.5%);\n --g-colorGray0Active: darken(@mantle, 5%);\n --g-colorGray50: @mantle;\n --g-colorGray100: @mantle;\n --g-colorGray100Hovered: darken(@surface0, 2.5%);\n --g-colorGray100Active: darken(@surface0, 5%);\n --g-colorGray200: @subtext0;\n --g-colorGray300: @subtext1;\n --g-colorRed100: @accent-color;\n --g-colorRed100Hovered: darken(@accent-color, 7.5%);\n --g-colorRed100Active: darken(@accent-color, 10%);\n --g-color-focus: fadeout(@accent-color, 50%);\n --color-gray-roboflow-400: @crust;\n --color-gray-roboflow-200: @mantle;\n\n --g-blue: @accent-color;\n --color-background-info-base: @blue;\n --color-background-error-base: @red;\n --color-background-warning-base: @peach;\n --color-background-success-base: @green;\n }\n\n body {\n background-color: @base;\n color: @text;\n }\n\n .EmojiPickerReact {\n --epr-bg-color: @base;\n --epr-text-color: @text;\n --epr-picker-border-color: @base;\n --epr-category-label-bg-color: @base;\n --epr-search-input-bg-color: @mantle;\n --epr-skin-tone-picker-menu-color: @mantle;\n --epr-category-icon-active-color: @accent-color;\n --epr-highlight-color: @accent-color;\n --epr-hover-bg-color: @surface0;\n --epr-focus-bg-color: @surface0;\n }\n\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n\n .NUb {\n color: var(--color-text-inverse);\n }\n\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px @crust !important;\n\n text {\n fill: @subtext1 !important;\n }\n }\n\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: @accent-color !important;\n }\n\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: @base !important;\n }\n\n /* Header & Search */\n\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: @text !important;\n }\n\n div[data-test-id=\"one-bar-pill\"] {\n div {\n color: var(--color-text-dark) !important;\n }\n\n .PLa {\n color: var(--color-text-icon-light) !important;\n }\n\n .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n }\n\n div#searchBoxContainer {\n div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: darken(@mantle, 2.5%) !important;\n }\n\n div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n\n input {\n color: @subtext1 !important;\n }\n\n div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: @subtext1 !important;\n }\n }\n\n /* Home */\n\n div.moreIdeasBoardRepCarousel\n div[data-carousel-indicator=\"carousel-card\"]\n div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: @mantle !important;\n }\n\n div.moreIdeasBoardRepCarousel & ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n\n /* Pins */\n\n div[data-test-id=\"PinBetterSaveDropdown\"],\n div[data-test-id=\"boardSelectionDropdown\"] {\n .xnr {\n color: var(--color-text-light);\n }\n\n .PLa {\n color: var(--color-text-icon-light);\n }\n }\n\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: @base !important;\n\n a div {\n color: @text !important;\n }\n }\n\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n\n div {\n color: var(--color-text-light) !important;\n }\n }\n\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: @base !important;\n color: @text !important;\n }\n\n div[data-test-id=\"persistent-one-click-save\"] {\n div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: @mantle !important;\n }\n\n a {\n background-color: transparent !important;\n }\n }\n\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px @crust !important;\n }\n\n div[data-test-id=\"toast\"] span div {\n color: @mantle !important;\n }\n\n /* Pin page */\n\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: @base !important;\n }\n\n div[data-test-id=\"truncated-text\"] {\n div[data-test-id=\"more-button\"] {\n background: linear-gradient(\n 90deg,\n transparent 0%,\n @base 15%\n ) !important;\n }\n\n div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: @base !important;\n }\n }\n\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: fadeout(@base, 20%) !important;\n }\n\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n\n div[data-test-id=\"visual-search-cropper\"] {\n path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n\n use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n }\n\n textarea#pinNoteText {\n background-color: transparent;\n color: @subtext1;\n caret-color: @text;\n }\n\n /* Video and story pins */\n\n div[data-test-id=\"visual-content-container\"] video ~ div {\n svg {\n color: var(--color-text-icon-light) !important;\n }\n\n div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n }\n\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu {\n svg,\n span {\n color: var(--color-text-icon-light) !important;\n }\n }\n\n /* Profile */\n\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: @crust !important;\n }\n\n div.SaveButton__background--enabled {\n background-color: @accent-color !important;\n color: @mantle !important;\n }\n\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n\n /* Settings */\n\n input[type=\"checkbox\"] ~ div {\n border-color: @crust !important;\n }\n\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n\n /* Share */\n\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n\n div[data-test-id=\"email-share-button-auth\"] svg {\n rect {\n fill: @mantle !important;\n }\n\n path {\n fill: @subtext1 !important;\n }\n }\n\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: @text;\n }\n\n div[data-test-id=\"sharesheet-contact-item-button\"]\n div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: @mantle !important;\n }\n\n /* Messages */\n\n textarea#messageDraft {\n background-color: transparent;\n color: @subtext1;\n caret-color: @text !important;\n }\n\n div[data-test-id=\"add-pin-to-conversation\"] {\n div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: @mantle !important;\n }\n\n div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n }\n\n /* Create */\n\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: fadeout(@base, 20%) !important;\n }\n\n input#scrape-view-website-link {\n background-color: @base !important;\n }\n\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: @subtext1;\n }\n\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: @mantle !important;\n background-image: linear-gradient(\n to right,\n @mantle 0%,\n @crust 20%,\n @mantle 40%,\n @mantle 100%\n ) !important;\n }\n\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n\n div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: @crust !important;\n }\n }\n\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: @subtext1;\n }\n\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: @crust !important;\n }\n\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: @base !important;\n\n span {\n color: @subtext1 !important;\n }\n }\n\n div[data-test-id=\"storyboard-interest-tags\"]\n div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: @subtext1 !important;\n }\n\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: @accent-color !important;\n }\n\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: @mantle !important;\n color: @text !important;\n border-color: @crust !important;\n }\n\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] {\n input {\n color: @text !important;\n background-color: transparent !important;\n }\n\n .LJB {\n border-color: @crust !important;\n }\n\n div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px @crust inset !important;\n }\n }\n\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: @crust !important;\n }\n\n /* Login */\n\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: @base !important;\n\n h1 {\n color: @text !important;\n }\n\n p {\n color: @subtext0 !important;\n }\n\n button[data-test-id=\"login-signup-toggle\"] {\n color: @accent-color !important;\n }\n\n button.red.active {\n background-color: @accent-color !important;\n color: @crust !important;\n }\n\n button.red.active:hover,\n button.red.active:focus {\n background-color: darken(@accent-color, 2.5%) !important;\n }\n\n span[data-test-id=\"terms-of-service\"],\n div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: @subtext1 !important;\n\n a {\n color: @accent-color !important;\n }\n }\n }\n\n /* Not logged in */\n\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(\n fadeout(@base, 100%) 0%,\n @base 70%\n ) !important;\n }\n\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"]\n div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: @base !important;\n }\n\n span[data-test-id=\"terms-of-service\"] a {\n color: @accent-color !important;\n }\n\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(\n to left,\n fadeout(@base, 100%),\n @base\n ) !important;\n }\n\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(\n to right,\n fadeout(@base, 100%),\n @base\n ) !important;\n }\n\n div[data-test-id=\"standard-save-button\"] span {\n color: @mantle !important;\n }\n\n /* Other */\n\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: @text;\n --color-background-recommendation-weak: @crust;\n }\n\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }\n\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Pinterest Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/pinterest\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest\n@version 1.1.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest\n@description Soothing pastel theme for Pinterest\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"^https?:\\\\/\\\\/(www|[a-z]{2}).pinterest.(com(.(au|mx))?|co(.(uk|kr))?|at|ca|ch|cl|de|dk|es|fr|ie|it|jp|nz|ph|pt|ru|se)\\\\/.*\") {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n :root {\n --color-text-light: if((@lookup = latte), @mantle, @text);\n --color-text-dark: if((@lookup = latte), @text, @mantle);\n --color-text-default: @text;\n --color-text-inverse: @mantle;\n --color-text-subtle: @subtext0;\n --color-text-error: @accent-color;\n --color-text-shopping: @accent-color;\n --color-text-link: @accent-color;\n\n --color-text-icon-light: if((@lookup = latte), @mantle, @subtext1);\n --color-text-icon-dark: if((@lookup = latte), @subtext1, @mantle);\n --color-text-icon-default: @subtext0;\n --color-icon-subtle: @subtext1;\n --color-text-icon-inverse: @mantle;\n --color-text-icon-subtle: @subtext0;\n --color-text-icon-error: @accent-color;\n --color-text-icon-brand-primary: @accent-color;\n\n --color-background-light: if((@lookup = latte), @mantle, @subtext1);\n --color-background-dark: if((@lookup = latte), @text, @mantle);\n --color-background-default: @base;\n --color-background-inverse-base: @subtext1;\n --color-background-primary-base: @accent-color;\n --color-background-secondary-base: @mantle;\n --color-background-secondary-active: @mantle;\n --color-background-selected-base: @subtext1;\n --color-background-box-default: @mantle;\n --color-background-box-selected: @accent-color;\n --color-background-box-secondary: @surface1;\n --color-background-overlay: @surface0;\n --color-background-tag-primary-hover: @surface2;\n --color-background-box-light: @mantle;\n --color-background-button-secondary-default: @surface0;\n --color-background-button-secondary-hover: @surface1;\n --color-background-tag-primary-default: @surface1;\n --color-background-button-disabled-default: darken(@mantle, 2%);\n --color-background-formfield-primary: @surface0;\n --color-border-container: @surface1;\n --color-border-default: @mantle;\n\n --g-colorTransparentWhite: fadeout(@base, 30%);\n --g-colorTransparentDarkGray: fadeout(@mantle, 20%);\n --g-colorGray0: @mantle;\n --g-colorGray0Hovered: darken(@mantle, 2.5%);\n --g-colorGray0Active: darken(@mantle, 5%);\n --g-colorGray50: @mantle;\n --g-colorGray100: @mantle;\n --g-colorGray100Hovered: darken(@surface0, 2.5%);\n --g-colorGray100Active: darken(@surface0, 5%);\n --g-colorGray200: @subtext0;\n --g-colorGray300: @subtext1;\n --g-colorRed100: @accent-color;\n --g-colorRed100Hovered: darken(@accent-color, 7.5%);\n --g-colorRed100Active: darken(@accent-color, 10%);\n --g-color-focus: fadeout(@accent-color, 50%);\n --color-gray-roboflow-400: @crust;\n --color-gray-roboflow-200: @mantle;\n\n --g-blue: @accent-color;\n --color-background-info-base: @blue;\n --color-background-error-base: @red;\n --color-background-warning-base: @peach;\n --color-background-success-base: @green;\n }\n\n body {\n background-color: @base;\n color: @text;\n }\n\n .EmojiPickerReact {\n --epr-bg-color: @base;\n --epr-text-color: @text;\n --epr-picker-border-color: @base;\n --epr-category-label-bg-color: @base;\n --epr-search-input-bg-color: @mantle;\n --epr-skin-tone-picker-menu-color: @mantle;\n --epr-category-icon-active-color: @accent-color;\n --epr-highlight-color: @accent-color;\n --epr-hover-bg-color: @surface0;\n --epr-focus-bg-color: @surface0;\n }\n\n .C1J,\n .LI1.iyn[focus-within],\n .iyn:focus,\n ._gestalt .react-datepicker__month-select:focus,\n ._gestalt .react-datepicker__year-select:focus {\n box-shadow: 0 0 0 4px var(--g-color-focus);\n }\n\n .NUb {\n color: var(--color-text-inverse);\n }\n\n div[data-test-id=\"gestalt-avatar-svg\"] {\n box-shadow: 0 0 0 1px @crust !important;\n\n text {\n fill: @subtext1 !important;\n }\n }\n\n svg circle[fill=\"white\"] ~ path[fill=\"#e60023\"] {\n fill: @accent-color !important;\n }\n\n div#mweb-unauth-container,\n div#mainContainer {\n background-color: @base !important;\n }\n\n /* Header & Search */\n\n div[data-test-id=\"header-Header\"] div.P_h span.xnr {\n color: @text !important;\n }\n\n div[data-test-id=\"one-bar-pill\"] {\n div {\n color: var(--color-text-dark) !important;\n }\n\n .PLa {\n color: var(--color-text-icon-light) !important;\n }\n\n .R19 {\n color: var(--color-text-icon-dark) !important;\n }\n }\n\n div#searchBoxContainer {\n div[style=\"height: 48px; background-color: rgb(225, 225, 225);\"] {\n background-color: darken(@mantle, 2.5%) !important;\n }\n\n div[style=\"padding: 0px 0px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"],\n div[style=\"padding: 0px 4px 0px 16px; height: 100%; border-radius: 24px; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n\n input {\n color: @subtext1 !important;\n }\n\n div.MMh._Y5.feh.s7I.zI7.iyn.Hsu {\n background-color: @subtext1 !important;\n }\n }\n\n /* Home */\n\n div.moreIdeasBoardRepCarousel\n div[data-carousel-indicator=\"carousel-card\"]\n div.Jea.XiG.hA-.ho-.zI7.iyn.Hsu {\n background-color: @mantle !important;\n }\n\n div.moreIdeasBoardRepCarousel & ~ div.MIw.QLY.zI7.iyn.Hsu {\n background: none !important;\n }\n\n /* Pins */\n\n div[data-test-id=\"PinBetterSaveDropdown\"],\n div[data-test-id=\"boardSelectionDropdown\"] {\n .xnr {\n color: var(--color-text-light);\n }\n\n .PLa {\n color: var(--color-text-icon-light);\n }\n }\n\n div[data-test-id=\"pinrep-source-link\"] {\n background-color: @base !important;\n\n a div {\n color: @text !important;\n }\n }\n\n div[data-test-id=\"savedInfo\"] a {\n background-color: transparent !important;\n\n div {\n color: var(--color-text-light) !important;\n }\n }\n\n div[data-test-id=\"PinTypeIdentifier\"] {\n background-color: @base !important;\n color: @text !important;\n }\n\n div[data-test-id=\"persistent-one-click-save\"] {\n div[style=\"background-color: rgba(255, 255, 255, 0.85);\"] {\n background-color: @mantle !important;\n }\n\n a {\n background-color: transparent !important;\n }\n }\n\n div[style=\"padding-bottom: 100%; box-shadow: rgb(255, 255, 255) 0px 0px 0px 1px;\"] {\n box-shadow: 0 0 0 1px @crust !important;\n }\n\n div[data-test-id=\"toast\"] span div {\n color: @mantle !important;\n }\n\n /* Pin page */\n\n div[data-test-id=\"inline-comment-composer-container\"] {\n border-color: transparent !important;\n }\n\n div[data-test-id=\"more-description-container\"],\n div[data-test-id=\"less-description-container\"] {\n background-color: @base !important;\n }\n\n div[data-test-id=\"truncated-text\"] {\n div[data-test-id=\"more-button\"] {\n background: linear-gradient(\n 90deg,\n transparent 0%,\n @base 15%\n ) !important;\n }\n\n div[style=\"background: rgb(255, 255, 255);\"] {\n background-color: @base !important;\n }\n }\n\n div[data-test-id=\"flashlight-button\"],\n div[data-test-id=\"shop-button\"] {\n background-color: fadeout(@base, 20%) !important;\n }\n\n div[data-test-id=\"flashlight-dot-style\"] {\n background-color: var(--color-text-light);\n }\n\n div[data-test-id=\"visual-search-cropper\"] {\n path.v2cropperHandle {\n fill: var(--color-text-light) !important;\n }\n\n use.v2cropSection {\n stroke: var(--color-text-light) !important;\n }\n }\n\n textarea#pinNoteText {\n background-color: transparent;\n color: @subtext1;\n caret-color: @text;\n }\n\n /* Video and story pins */\n\n div[data-test-id=\"visual-content-container\"] video ~ div {\n svg {\n color: var(--color-text-icon-light) !important;\n }\n\n div[role=\"progressbar\"] > div {\n background-color: var(--color-text-icon-light) !important;\n }\n }\n\n div[data-test-id=\"closeup-data-loaded\"] div.Jea.Rym.zI7.iyn.Hsu {\n svg,\n span {\n color: var(--color-text-icon-light) !important;\n }\n }\n\n /* Profile */\n\n div[data-test-id=\"profile-board-card\"] div,\n div#profileBoardsFeed div[data-test-id=\"board-card\"] div,\n div[style=\"border: 1px solid white; border-radius: 16px;\"] {\n border-color: @crust !important;\n }\n\n div.SaveButton__background--enabled {\n background-color: @accent-color !important;\n color: @mantle !important;\n }\n\n div[data-test-id=\"savedInfo\"] a h3 {\n color: var(--color-text-light) !important;\n }\n\n /* Settings */\n\n input[type=\"checkbox\"] ~ div {\n border-color: @crust !important;\n }\n\n div.tBJ.dyH.iFc.sAJ.xnr.tg7.IZT.swG {\n color: var(--color-text-light) !important;\n }\n\n /* Share */\n\n div[data-test-id=\"lego-share-social-bar-auth\"] button,\n div[data-test-id=\"copy-link-share-icon-auth\"] div.zI7.iyn.Hsu {\n background-color: transparent !important;\n }\n\n div[data-test-id=\"email-share-button-auth\"] svg {\n rect {\n fill: @mantle !important;\n }\n\n path {\n fill: @subtext1 !important;\n }\n }\n\n div[data-test-id=\"sharesheet-contact-item-sent-icon\"] svg {\n color: @text;\n }\n\n div[data-test-id=\"sharesheet-contact-item-button\"]\n div[style=\"background-color: rgb(239, 239, 239); padding-bottom: 100%;\"] {\n background-color: @mantle !important;\n }\n\n /* Messages */\n\n textarea#messageDraft {\n background-color: transparent;\n color: @subtext1;\n caret-color: @text !important;\n }\n\n div[data-test-id=\"add-pin-to-conversation\"] {\n div[style=\"border: 1px solid rgb(218, 218, 218); box-shadow: rgba(0, 132, 255, 0) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n border-color: @mantle !important;\n }\n\n div[style=\"border: 1px solid transparent; box-shadow: rgba(0, 132, 255, 0.5) 0px 0px 0px 4px; padding: 4px 15px; min-height: 48px; width: 100%;\"] {\n box-shadow: 0 0 0 4px var(--g-color-focus) !important;\n }\n }\n\n /* Create */\n\n div[style=\"background-color: rgba(255, 255, 255, 0.8); margin: 24px 0px 0px; z-index: 1;\"] {\n background-color: fadeout(@base, 20%) !important;\n }\n\n input#scrape-view-website-link {\n background-color: @base !important;\n }\n\n div[data-test-id=\"image-from-search-container\"] {\n --color-text-icon-inverse: @subtext1;\n }\n\n div[data-test-id=\"storyboard-draft-placeholder-rep\"] div.ho-.zI7.iyn.Hsu {\n background-color: @mantle !important;\n background-image: linear-gradient(\n to right,\n @mantle 0%,\n @crust 20%,\n @mantle 40%,\n @mantle 100%\n ) !important;\n }\n\n div[data-test-id=\"drafts-container\"] {\n --color-text-dark: var(--color-text-default);\n\n div[style=\"border-color: rgb(17, 17, 17);\"] {\n border-color: @crust !important;\n }\n }\n\n div[data-test-id=\"drag-behavior-container\"] svg {\n color: @subtext1;\n }\n\n div[data-test-id=\"storyboard-pin-card-item\"] {\n border-color: @crust !important;\n }\n\n button[data-test-id=\"board-dropdown-select-button\"] {\n background-color: @base !important;\n\n span {\n color: @subtext1 !important;\n }\n }\n\n div[data-test-id=\"storyboard-interest-tags\"]\n div[style=\"background-color: rgb(17, 17, 17);\"] {\n background-color: @subtext1 !important;\n }\n\n div[data-test-id=\"editor-canvas-container\"] div {\n border-color: @accent-color !important;\n }\n\n input[data-test-id=\"storyboard-editor-details-text-size\"] {\n background-color: @mantle !important;\n color: @text !important;\n border-color: @crust !important;\n }\n\n div[data-test-id=\"storyboard-editor-details-text-color-picker\"] {\n input {\n color: @text !important;\n background-color: transparent !important;\n }\n\n .LJB {\n border-color: @crust !important;\n }\n\n div[style=\"height: 40px; box-shadow: rgb(239, 239, 239) 0px 0px 0px 2px inset;\"] {\n box-shadow: 0 0 0 2px @crust inset !important;\n }\n }\n\n div[role=\"tablist\"] button[aria-selected=\"true\"] {\n background-color: @crust !important;\n }\n\n /* Login */\n\n div[data-test-id=\"signup-default-modal\"],\n div[data-test-id=\"login-modal-default\"],\n div[data-test-id=\"login-modal-mfa\"] {\n background-color: @base !important;\n\n h1 {\n color: @text !important;\n }\n\n p {\n color: @subtext0 !important;\n }\n\n button[data-test-id=\"login-signup-toggle\"] {\n color: @accent-color !important;\n }\n\n button.red.active {\n background-color: @accent-color !important;\n color: @crust !important;\n }\n\n button.red.active:hover,\n button.red.active:focus {\n background-color: darken(@accent-color, 2.5%) !important;\n }\n\n span[data-test-id=\"terms-of-service\"],\n div[style=\"margin-top: 15px; color: rgb(51, 51, 51);\"] {\n color: @subtext1 !important;\n\n a {\n color: @accent-color !important;\n }\n }\n }\n\n /* Not logged in */\n\n div[style=\"height: 200px; background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);\"] {\n background: linear-gradient(\n fadeout(@base, 100%) 0%,\n @base 70%\n ) !important;\n }\n\n div#mweb-unauth-container div.HFo.Jea.KS5._he.zI7.iyn.Hsu,\n div[data-test-id=\"header\"]\n div[style=\"background-color: rgba(255, 255, 255, 0.95); height: 100%; width: 100%;\"] {\n background-color: @base !important;\n }\n\n span[data-test-id=\"terms-of-service\"] a {\n color: @accent-color !important;\n }\n\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.Rym.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"left-scroll-arrow\"] {\n background-image: linear-gradient(\n to left,\n fadeout(@base, 100%),\n @base\n ) !important;\n }\n\n div[data-test-id=\"breadcrumbs-list\"] div.MIw.p6V.zI7.iyn.Hsu,\n div[data-test-id=\"vase-carousel\"] div[data-test-id=\"right-scroll-arrow\"] {\n background-image: linear-gradient(\n to right,\n fadeout(@base, 100%),\n @base\n ) !important;\n }\n\n div[data-test-id=\"standard-save-button\"] span {\n color: @mantle !important;\n }\n\n /* Other */\n\n div[data-test-id=\"public-beta-page\"] {\n --color-text-light: @text;\n --color-background-recommendation-weak: @crust;\n }\n\n div[data-layout-shift-boundary-id=\"PageContainer\"] {\n --color-text-inverse: var(--color-text-light);\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Pinterest Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/pinterest", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/pinterest", - "version": "1.1.2", + "version": "1.1.3", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest", "description": "Soothing pastel theme for Pinterest", @@ -4956,12 +5219,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Pinterest", "name": "Pinterest Catppuccin", - "originalDigest": "41ee8ad71b3aa1501a6c28af06adda1edb54a516", + "originalDigest": "ef107550e8464b91c2524124f7383127d3922f04", "_id": "34c0289c-7758-4564-8b76-4b783b1c0663", - "_rev": 1708985026444, + "_rev": 1712856189758, "id": 66, - "etag": "W/\"216b37745e79eaa18324cdd2bc5b6aa0e0013109130a2bad0145853c20d80393\"", - "updateDate": 1708985026407 + "etag": "W/\"5946896ea7da3c680f52d3e00307b3ea34ec49d8f191078719156db0c1aedb27\"", + "updateDate": 1712856189538 }, { "enabled": true, @@ -4970,23 +5233,27 @@ "installDate": 1699437783957, "sections": [ { - "code": "/* ==UserStyle==\n@name Syncthing Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/syncthing\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/syncthing\n@version 0.1.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing\n@description Soothing pastel theme for Syncthing\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n@var text urls \"URL(s) for Syncthing\" \"127\\.0\\.0\\.1\\:8384,0\\.0\\.0\\.0\\:8384,localhost\\:8384\"\n==/UserStyle== */\n/*\n `replace( ,\" \", \"\", \"g\")` is here to remove extra spaces (if any)\n*/", + "code": "/* ==UserStyle==\n@name Syncthing Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/syncthing\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/syncthing\n@version 0.1.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing\n@description Soothing pastel theme for Syncthing\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var text urls \"URL(s) for Syncthing\" \"127\\.0\\.0\\.1\\:8384,0\\.0\\.0\\.0\\:8384,localhost\\:8384\"\n==/UserStyle== */\n/*\n `replace( ,\" \", \"\", \"g\")` is here to remove extra spaces (if any)\n*/", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: light) {\n :root {\n /*\n So If you want to know why `!important` is spammed all over, then look at this css file that syncthing uses\n https://github.com/syncthing/syncthing/blob/main/gui/dark/assets/css/theme.css\n */\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n :root body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root .nav-tabs > li.active > a:hover,\n :root .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n :root .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n :root .navbar-text,\n :root .dropdown > a,\n :root .dropdown-menu > li > a,\n :root .hidden-xs > a,\n :root .navbar-link {\n color: #cad3f5 !important;\n }\n :root .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n :root .dropdown-menu > li > a:hover,\n :root .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .open > .dropdown-toggle,\n :root .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .divider {\n background-color: #494d64 !important;\n }\n :root li.hidden-xs:hover,\n :root .navbar-link:hover,\n :root .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n :root .panel {\n background-color: #24273a !important;\n }\n :root .panel-default {\n border-color: #363a4f !important;\n }\n :root .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root .panel-footer {\n background-color: #24273a !important;\n }\n :root .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n :root .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n :root .panel-group .panel-heading + .panel-collapse > .panel-body,\n :root .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n :root .identicon > rect {\n fill: #cad3f5 !important;\n }\n :root .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n :root .btn-default:hover,\n :root .btn-default:focus,\n :root .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n :root .btn-primary:hover,\n :root .btn-primary:focus,\n :root .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n :root .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n :root .btn-warning:hover,\n :root .btn-warning:focus,\n :root .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n :root .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n :root .btn-danger:hover,\n :root .btn-danger:focus,\n :root .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n :root .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n :root .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n :root .help-block {\n color: #cad3f5 !important;\n }\n :root .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n :root .well,\n :root .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n :root .pagination > li > a,\n :root .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n :root .pagination > li > a:hover,\n :root .pagination > li > a:focus,\n :root .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n :root .progress-bar {\n background-color: #b7bdf8 !important;\n }\n :root .progress-bar-success {\n background-color: #a6da95 !important;\n }\n :root .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n :root .progress-bar-warning {\n background-color: #eed49f !important;\n }\n :root .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n :root .text-primary {\n color: #b7bdf8 !important;\n }\n :root .text-success {\n color: #a6da95 !important;\n }\n :root .text-info {\n color: #f0c6c6 !important;\n }\n :root .text-warning {\n color: #eed49f !important;\n }\n :root .text-danger {\n color: #ed8796 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n /*\n So If you want to know why `!important` is spammed all over, then look at this css file that syncthing uses\n https://github.com/syncthing/syncthing/blob/main/gui/dark/assets/css/theme.css\n */\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n :root body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root .nav-tabs > li.active > a:hover,\n :root .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n :root .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n :root .navbar-text,\n :root .dropdown > a,\n :root .dropdown-menu > li > a,\n :root .hidden-xs > a,\n :root .navbar-link {\n color: #cad3f5 !important;\n }\n :root .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n :root .dropdown-menu > li > a:hover,\n :root .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .open > .dropdown-toggle,\n :root .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .divider {\n background-color: #494d64 !important;\n }\n :root li.hidden-xs:hover,\n :root .navbar-link:hover,\n :root .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n :root .panel {\n background-color: #24273a !important;\n }\n :root .panel-default {\n border-color: #363a4f !important;\n }\n :root .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root .panel-footer {\n background-color: #24273a !important;\n }\n :root .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n :root .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n :root .panel-group .panel-heading + .panel-collapse > .panel-body,\n :root .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n :root .identicon > rect {\n fill: #cad3f5 !important;\n }\n :root .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n :root .btn-default:hover,\n :root .btn-default:focus,\n :root .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n :root .btn-primary:hover,\n :root .btn-primary:focus,\n :root .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n :root .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n :root .btn-warning:hover,\n :root .btn-warning:focus,\n :root .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n :root .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n :root .btn-danger:hover,\n :root .btn-danger:focus,\n :root .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n :root .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n :root .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n :root .help-block {\n color: #cad3f5 !important;\n }\n :root .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n :root .well,\n :root .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n :root .pagination > li > a,\n :root .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n :root .pagination > li > a:hover,\n :root .pagination > li > a:focus,\n :root .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n :root .progress-bar {\n background-color: #b7bdf8 !important;\n }\n :root .progress-bar-success {\n background-color: #a6da95 !important;\n }\n :root .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n :root .progress-bar-warning {\n background-color: #eed49f !important;\n }\n :root .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n :root .text-primary {\n color: #b7bdf8 !important;\n }\n :root .text-success {\n color: #a6da95 !important;\n }\n :root .text-info {\n color: #f0c6c6 !important;\n }\n :root .text-warning {\n color: #eed49f !important;\n }\n :root .text-danger {\n color: #ed8796 !important;\n }\n }\n .light-theme {\n /*\n So If you want to know why `!important` is spammed all over, then look at this css file that syncthing uses\n https://github.com/syncthing/syncthing/blob/main/gui/dark/assets/css/theme.css\n */\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n .light-theme body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n .light-theme a {\n color: #b7bdf8;\n }\n .light-theme .nav-tabs > li.active > a:hover,\n .light-theme .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n .light-theme .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n .light-theme .navbar-text,\n .light-theme .dropdown > a,\n .light-theme .dropdown-menu > li > a,\n .light-theme .hidden-xs > a,\n .light-theme .navbar-link {\n color: #cad3f5 !important;\n }\n .light-theme .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n .light-theme .dropdown-menu > li > a:hover,\n .light-theme .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .light-theme .open > .dropdown-toggle,\n .light-theme .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .light-theme .divider {\n background-color: #494d64 !important;\n }\n .light-theme li.hidden-xs:hover,\n .light-theme .navbar-link:hover,\n .light-theme .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .light-theme .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n .light-theme .panel {\n background-color: #24273a !important;\n }\n .light-theme .panel-default {\n border-color: #363a4f !important;\n }\n .light-theme .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .light-theme .panel-footer {\n background-color: #24273a !important;\n }\n .light-theme .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n .light-theme .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n .light-theme .panel-group .panel-heading + .panel-collapse > .panel-body,\n .light-theme .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n .light-theme .identicon > rect {\n fill: #cad3f5 !important;\n }\n .light-theme .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n .light-theme .btn-default:hover,\n .light-theme .btn-default:focus,\n .light-theme .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .light-theme .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n .light-theme .btn-primary:hover,\n .light-theme .btn-primary:focus,\n .light-theme .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n .light-theme .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n .light-theme .btn-warning:hover,\n .light-theme .btn-warning:focus,\n .light-theme .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n .light-theme .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n .light-theme .btn-danger:hover,\n .light-theme .btn-danger:focus,\n .light-theme .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n .light-theme .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .light-theme .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .light-theme .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .light-theme .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n .light-theme .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n .light-theme .help-block {\n color: #cad3f5 !important;\n }\n .light-theme .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .light-theme code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n .light-theme .well,\n .light-theme .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n .light-theme .pagination > li > a,\n .light-theme .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n .light-theme .pagination > li > a:hover,\n .light-theme .pagination > li > a:focus,\n .light-theme .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n .light-theme .progress-bar {\n background-color: #b7bdf8 !important;\n }\n .light-theme .progress-bar-success {\n background-color: #a6da95 !important;\n }\n .light-theme .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n .light-theme .progress-bar-warning {\n background-color: #eed49f !important;\n }\n .light-theme .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n .light-theme .text-primary {\n color: #b7bdf8 !important;\n }\n .light-theme .text-success {\n color: #a6da95 !important;\n }\n .light-theme .text-info {\n color: #f0c6c6 !important;\n }\n .light-theme .text-warning {\n color: #eed49f !important;\n }\n .light-theme .text-danger {\n color: #ed8796 !important;\n }\n .dark-theme {\n /*\n So If you want to know why `!important` is spammed all over, then look at this css file that syncthing uses\n https://github.com/syncthing/syncthing/blob/main/gui/dark/assets/css/theme.css\n */\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n .dark-theme body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n .dark-theme a {\n color: #b7bdf8;\n }\n .dark-theme .nav-tabs > li.active > a:hover,\n .dark-theme .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n .dark-theme .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n .dark-theme .navbar-text,\n .dark-theme .dropdown > a,\n .dark-theme .dropdown-menu > li > a,\n .dark-theme .hidden-xs > a,\n .dark-theme .navbar-link {\n color: #cad3f5 !important;\n }\n .dark-theme .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .dropdown-menu > li > a:hover,\n .dark-theme .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .open > .dropdown-toggle,\n .dark-theme .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .divider {\n background-color: #494d64 !important;\n }\n .dark-theme li.hidden-xs:hover,\n .dark-theme .navbar-link:hover,\n .dark-theme .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n .dark-theme .panel {\n background-color: #24273a !important;\n }\n .dark-theme .panel-default {\n border-color: #363a4f !important;\n }\n .dark-theme .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .dark-theme .panel-footer {\n background-color: #24273a !important;\n }\n .dark-theme .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n .dark-theme .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n .dark-theme .panel-group .panel-heading + .panel-collapse > .panel-body,\n .dark-theme .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n .dark-theme .identicon > rect {\n fill: #cad3f5 !important;\n }\n .dark-theme .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n .dark-theme .btn-default:hover,\n .dark-theme .btn-default:focus,\n .dark-theme .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n .dark-theme .btn-primary:hover,\n .dark-theme .btn-primary:focus,\n .dark-theme .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n .dark-theme .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n .dark-theme .btn-warning:hover,\n .dark-theme .btn-warning:focus,\n .dark-theme .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n .dark-theme .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n .dark-theme .btn-danger:hover,\n .dark-theme .btn-danger:focus,\n .dark-theme .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n .dark-theme .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .dark-theme .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n .dark-theme .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n .dark-theme .help-block {\n color: #cad3f5 !important;\n }\n .dark-theme .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .dark-theme code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .well,\n .dark-theme .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .pagination > li > a,\n .dark-theme .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n .dark-theme .pagination > li > a:hover,\n .dark-theme .pagination > li > a:focus,\n .dark-theme .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n .dark-theme .progress-bar {\n background-color: #b7bdf8 !important;\n }\n .dark-theme .progress-bar-success {\n background-color: #a6da95 !important;\n }\n .dark-theme .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n .dark-theme .progress-bar-warning {\n background-color: #eed49f !important;\n }\n .dark-theme .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n .dark-theme .text-primary {\n color: #b7bdf8 !important;\n }\n .dark-theme .text-success {\n color: #a6da95 !important;\n }\n .dark-theme .text-info {\n color: #f0c6c6 !important;\n }\n .dark-theme .text-warning {\n color: #eed49f !important;\n }\n .dark-theme .text-danger {\n color: #ed8796 !important;\n }", - "start": 1282, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root .nav-tabs > li.active > a:hover,\n :root .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n :root .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n :root .navbar-text,\n :root .dropdown > a,\n :root .dropdown-menu > li > a,\n :root .hidden-xs > a,\n :root .navbar-link {\n color: #cad3f5 !important;\n }\n :root .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n :root .dropdown-menu > li > a:hover,\n :root .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .open > .dropdown-toggle,\n :root .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .divider {\n background-color: #494d64 !important;\n }\n :root li.hidden-xs:hover,\n :root .navbar-link:hover,\n :root .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n :root .panel {\n background-color: #24273a !important;\n }\n :root .panel-default {\n border-color: #363a4f !important;\n }\n :root .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root .panel-footer {\n background-color: #24273a !important;\n }\n :root .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n :root .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n :root .panel-group .panel-heading + .panel-collapse > .panel-body,\n :root .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n :root .identicon > rect {\n fill: #cad3f5 !important;\n }\n :root .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n :root .btn-default:hover,\n :root .btn-default:focus,\n :root .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n :root .btn-primary:hover,\n :root .btn-primary:focus,\n :root .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n :root .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n :root .btn-warning:hover,\n :root .btn-warning:focus,\n :root .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n :root .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n :root .btn-danger:hover,\n :root .btn-danger:focus,\n :root .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n :root .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n :root .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n :root .help-block {\n color: #cad3f5 !important;\n }\n :root .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n :root .well,\n :root .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n :root .pagination > li > a,\n :root .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n :root .pagination > li > a:hover,\n :root .pagination > li > a:focus,\n :root .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n :root .progress-bar {\n background-color: #b7bdf8 !important;\n }\n :root .progress-bar-success {\n background-color: #a6da95 !important;\n }\n :root .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n :root .progress-bar-warning {\n background-color: #eed49f !important;\n }\n :root .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n :root .text-primary {\n color: #b7bdf8 !important;\n }\n :root .text-success {\n color: #a6da95 !important;\n }\n :root .text-info {\n color: #f0c6c6 !important;\n }\n :root .text-warning {\n color: #eed49f !important;\n }\n :root .text-danger {\n color: #ed8796 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n :root a {\n color: #b7bdf8;\n }\n :root .nav-tabs > li.active > a:hover,\n :root .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n :root .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n :root .navbar-text,\n :root .dropdown > a,\n :root .dropdown-menu > li > a,\n :root .hidden-xs > a,\n :root .navbar-link {\n color: #cad3f5 !important;\n }\n :root .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n :root .dropdown-menu > li > a:hover,\n :root .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .open > .dropdown-toggle,\n :root .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .divider {\n background-color: #494d64 !important;\n }\n :root li.hidden-xs:hover,\n :root .navbar-link:hover,\n :root .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n :root .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n :root .panel {\n background-color: #24273a !important;\n }\n :root .panel-default {\n border-color: #363a4f !important;\n }\n :root .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root .panel-footer {\n background-color: #24273a !important;\n }\n :root .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n :root .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n :root .panel-group .panel-heading + .panel-collapse > .panel-body,\n :root .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n :root .identicon > rect {\n fill: #cad3f5 !important;\n }\n :root .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n :root .btn-default:hover,\n :root .btn-default:focus,\n :root .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n :root .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n :root .btn-primary:hover,\n :root .btn-primary:focus,\n :root .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n :root .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n :root .btn-warning:hover,\n :root .btn-warning:focus,\n :root .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n :root .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n :root .btn-danger:hover,\n :root .btn-danger:focus,\n :root .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n :root .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n :root .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n :root .help-block {\n color: #cad3f5 !important;\n }\n :root .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n :root code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n :root .well,\n :root .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n :root .pagination > li > a,\n :root .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n :root .pagination > li > a:hover,\n :root .pagination > li > a:focus,\n :root .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n :root .progress-bar {\n background-color: #b7bdf8 !important;\n }\n :root .progress-bar-success {\n background-color: #a6da95 !important;\n }\n :root .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n :root .progress-bar-warning {\n background-color: #eed49f !important;\n }\n :root .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n :root .text-primary {\n color: #b7bdf8 !important;\n }\n :root .text-success {\n color: #a6da95 !important;\n }\n :root .text-info {\n color: #f0c6c6 !important;\n }\n :root .text-warning {\n color: #eed49f !important;\n }\n :root .text-danger {\n color: #ed8796 !important;\n }\n }\n .light-theme {\n color-scheme: dark;\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n .light-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .light-theme input::placeholder,\n .light-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .light-theme body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n .light-theme a {\n color: #b7bdf8;\n }\n .light-theme .nav-tabs > li.active > a:hover,\n .light-theme .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n .light-theme .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n .light-theme .navbar-text,\n .light-theme .dropdown > a,\n .light-theme .dropdown-menu > li > a,\n .light-theme .hidden-xs > a,\n .light-theme .navbar-link {\n color: #cad3f5 !important;\n }\n .light-theme .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n .light-theme .dropdown-menu > li > a:hover,\n .light-theme .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .light-theme .open > .dropdown-toggle,\n .light-theme .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .light-theme .divider {\n background-color: #494d64 !important;\n }\n .light-theme li.hidden-xs:hover,\n .light-theme .navbar-link:hover,\n .light-theme .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .light-theme .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n .light-theme .panel {\n background-color: #24273a !important;\n }\n .light-theme .panel-default {\n border-color: #363a4f !important;\n }\n .light-theme .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .light-theme .panel-footer {\n background-color: #24273a !important;\n }\n .light-theme .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n .light-theme .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n .light-theme .panel-group .panel-heading + .panel-collapse > .panel-body,\n .light-theme .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n .light-theme .identicon > rect {\n fill: #cad3f5 !important;\n }\n .light-theme .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n .light-theme .btn-default:hover,\n .light-theme .btn-default:focus,\n .light-theme .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .light-theme .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n .light-theme .btn-primary:hover,\n .light-theme .btn-primary:focus,\n .light-theme .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n .light-theme .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n .light-theme .btn-warning:hover,\n .light-theme .btn-warning:focus,\n .light-theme .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n .light-theme .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n .light-theme .btn-danger:hover,\n .light-theme .btn-danger:focus,\n .light-theme .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n .light-theme .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .light-theme .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .light-theme .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .light-theme .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n .light-theme .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n .light-theme .help-block {\n color: #cad3f5 !important;\n }\n .light-theme .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .light-theme code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n .light-theme .well,\n .light-theme .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n .light-theme .pagination > li > a,\n .light-theme .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n .light-theme .pagination > li > a:hover,\n .light-theme .pagination > li > a:focus,\n .light-theme .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n .light-theme .progress-bar {\n background-color: #b7bdf8 !important;\n }\n .light-theme .progress-bar-success {\n background-color: #a6da95 !important;\n }\n .light-theme .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n .light-theme .progress-bar-warning {\n background-color: #eed49f !important;\n }\n .light-theme .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n .light-theme .text-primary {\n color: #b7bdf8 !important;\n }\n .light-theme .text-success {\n color: #a6da95 !important;\n }\n .light-theme .text-info {\n color: #f0c6c6 !important;\n }\n .light-theme .text-warning {\n color: #eed49f !important;\n }\n .light-theme .text-danger {\n color: #ed8796 !important;\n }\n .dark-theme {\n color-scheme: dark;\n /* navbar */\n /* main panel */\n /* buttons */\n /* modal dialogs */\n /* buttons for pagination */\n /* progress bars */\n /* text */\n }\n .dark-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .dark-theme input::placeholder,\n .dark-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .dark-theme body {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n }\n .dark-theme a {\n color: #b7bdf8;\n }\n .dark-theme .nav-tabs > li.active > a:hover,\n .dark-theme .nav-tabs > li.active > a {\n color: #b7bdf8 !important;\n }\n .dark-theme .navbar {\n background-color: #1e2030 !important;\n border-color: #1e2030 !important;\n }\n .dark-theme .navbar-text,\n .dark-theme .dropdown > a,\n .dark-theme .dropdown-menu > li > a,\n .dark-theme .hidden-xs > a,\n .dark-theme .navbar-link {\n color: #cad3f5 !important;\n }\n .dark-theme .dropdown-menu {\n border-color: #494d64 !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .dropdown-menu > li > a:hover,\n .dark-theme .dropdown-menu > li > a:focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .open > .dropdown-toggle,\n .dark-theme .dropdown-toggle:hover {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .divider {\n background-color: #494d64 !important;\n }\n .dark-theme li.hidden-xs:hover,\n .dark-theme .navbar-link:hover,\n .dark-theme .navbar-link:focus {\n border-color: #494d64 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .dropdown-menu > .active > a {\n color: #24273a !important;\n background-color: #b7bdf8 !important;\n }\n .dark-theme .panel {\n background-color: #24273a !important;\n }\n .dark-theme .panel-default {\n border-color: #363a4f !important;\n }\n .dark-theme .panel-default > .panel-heading {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .dark-theme .panel-footer {\n background-color: #24273a !important;\n }\n .dark-theme .table-striped > tbody > tr {\n border-top-color: #363a4f !important;\n }\n .dark-theme .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: #24273a !important;\n }\n .dark-theme .panel-group .panel-heading + .panel-collapse > .panel-body,\n .dark-theme .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: #24273a !important;\n }\n .dark-theme .identicon > rect {\n fill: #cad3f5 !important;\n }\n .dark-theme .btn-default {\n color: #cad3f5 !important;\n background-color: transparent !important;\n border-color: #363a4f !important;\n }\n .dark-theme .btn-default:hover,\n .dark-theme .btn-default:focus,\n .dark-theme .btn-default.focus {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n }\n .dark-theme .btn-primary {\n background-color: #b7bdf8 !important;\n color: #24273a;\n }\n .dark-theme .btn-primary:hover,\n .dark-theme .btn-primary:focus,\n .dark-theme .btn-primary.focus {\n background-color: rgba(183, 189, 248, 0.9) !important;\n }\n .dark-theme .btn-warning {\n background-color: #eed49f !important;\n color: #24273a;\n }\n .dark-theme .btn-warning:hover,\n .dark-theme .btn-warning:focus,\n .dark-theme .btn-warning.focus {\n background-color: rgba(238, 212, 159, 0.9) !important;\n }\n .dark-theme .btn-danger {\n background-color: #ed8796 !important;\n color: #24273a;\n }\n .dark-theme .btn-danger:hover,\n .dark-theme .btn-danger:focus,\n .dark-theme .btn-danger.focus {\n background-color: rgba(237, 135, 150, 0.9) !important;\n }\n .dark-theme .modal-header {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .dark-theme .modal-content {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .modal-footer {\n border-color: #363a4f !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .alert-warning {\n background-color: #eed49f !important;\n color: #24273a !important;\n }\n .dark-theme .alert-danger {\n background-color: #ed8796 !important;\n color: #24273a !important;\n }\n .dark-theme .help-block {\n color: #cad3f5 !important;\n }\n .dark-theme .form-control {\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n background-color: #24273a !important;\n }\n .dark-theme code.ng-binding {\n color: #c6a0f6 !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .well,\n .dark-theme .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: #a5adcb !important;\n border-color: #a5adcb !important;\n background-color: #1e2030 !important;\n }\n .dark-theme .pagination > li > a,\n .dark-theme .pagination > li > span {\n background-color: #24273a !important;\n border-color: #363a4f !important;\n }\n .dark-theme .pagination > li > a:hover,\n .dark-theme .pagination > li > a:focus,\n .dark-theme .pagination > li > a.focus {\n background-color: #363a4f !important;\n }\n .dark-theme .progress-bar {\n background-color: #b7bdf8 !important;\n }\n .dark-theme .progress-bar-success {\n background-color: #a6da95 !important;\n }\n .dark-theme .progress-bar-info {\n background-color: #f0c6c6 !important;\n }\n .dark-theme .progress-bar-warning {\n background-color: #eed49f !important;\n }\n .dark-theme .progress-bar-danger {\n background-color: #ed8796 !important;\n }\n .dark-theme .text-primary {\n color: #b7bdf8 !important;\n }\n .dark-theme .text-success {\n color: #a6da95 !important;\n }\n .dark-theme .text-info {\n color: #f0c6c6 !important;\n }\n .dark-theme .text-warning {\n color: #eed49f !important;\n }\n .dark-theme .text-danger {\n color: #ed8796 !important;\n }", + "start": 1283, "regexps": [ "https?://(127\\.0\\.0\\.1\\:8384|0\\.0\\.0\\.0\\:8384|localhost\\:8384)/.*" ] + }, + { + "code": "/* prettier-ignore */", + "start": 24844 } ], - "sourceCode": "/* ==UserStyle==\n@name Syncthing Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/syncthing\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/syncthing\n@version 0.1.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing\n@description Soothing pastel theme for Syncthing\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n@var text urls \"URL(s) for Syncthing\" \"127\\.0\\.0\\.1\\:8384,0\\.0\\.0\\.0\\:8384,localhost\\:8384\"\n==/UserStyle== */\n\n/*\n `replace( ,\" \", \"\", \"g\")` is here to remove extra spaces (if any)\n*/\n\n@-moz-document regexp(replace(replace(%(\"https?://(%s)/.*\", @urls), \",\", \"|\", \"g\"), \" \", \"\", \"g\"))\n{\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n /*\n So If you want to know why `!important` is spammed all over, then look at this css file that syncthing uses\n https://github.com/syncthing/syncthing/blob/main/gui/dark/assets/css/theme.css\n */\n\n body {\n color: @text !important;\n background-color: @base !important;\n }\n\n a {\n color: @accent-color;\n }\n\n .nav-tabs > li.active > a:hover,\n .nav-tabs > li.active > a {\n color: @accent-color !important;\n }\n\n /* navbar */\n .navbar {\n background-color: @mantle !important;\n border-color: @mantle !important;\n }\n\n .navbar-text,\n .dropdown > a,\n .dropdown-menu > li > a,\n .hidden-xs > a,\n .navbar-link {\n color: @text !important;\n }\n\n .dropdown-menu {\n border-color: @surface1 !important;\n background-color: @mantle !important;\n }\n\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: @text !important;\n background-color: @surface0 !important;\n }\n\n .open > .dropdown-toggle,\n .dropdown-toggle:hover {\n border-color: @surface1 !important;\n background-color: @surface0 !important;\n }\n\n .divider {\n background-color: @surface1 !important;\n }\n\n li.hidden-xs:hover,\n .navbar-link:hover,\n .navbar-link:focus {\n border-color: @surface1 !important;\n background-color: @surface0 !important;\n }\n\n .dropdown-menu > .active > a {\n color: @base !important;\n background-color: @accent-color !important;\n }\n\n /* main panel */\n .panel {\n background-color: @base !important;\n }\n\n .panel-default {\n border-color: @surface0 !important;\n }\n\n .panel-default > .panel-heading {\n color: @text !important;\n border-color: @surface0 !important;\n background-color: @base !important;\n }\n\n .panel-footer {\n background-color: @base !important;\n }\n\n .table-striped > tbody > tr {\n border-top-color: @surface0 !important;\n }\n\n .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: @base !important;\n }\n\n .panel-group .panel-heading + .panel-collapse > .panel-body,\n .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: @base !important;\n }\n\n .identicon > rect {\n fill: @text !important;\n }\n\n /* buttons */\n .btn-default {\n color: @text !important;\n background-color: transparent !important;\n border-color: @surface0 !important;\n }\n\n .btn-default:hover,\n .btn-default:focus,\n .btn-default.focus {\n color: @text !important;\n background-color: @surface0 !important;\n }\n\n .btn-primary {\n background-color: @accent-color !important;\n color: @base;\n }\n\n .btn-primary:hover,\n .btn-primary:focus,\n .btn-primary.focus {\n background-color: fade(@accent-color, 90%) !important;\n }\n\n .btn-warning {\n background-color: @yellow !important;\n color: @base;\n }\n\n .btn-warning:hover,\n .btn-warning:focus,\n .btn-warning.focus {\n background-color: fade(@yellow, 90%) !important;\n }\n\n .btn-danger {\n background-color: @red !important;\n color: @base;\n }\n\n .btn-danger:hover,\n .btn-danger:focus,\n .btn-danger.focus {\n background-color: fade(@red, 90%) !important;\n }\n\n /* modal dialogs */\n .modal-header {\n border-color: @surface0 !important;\n background-color: @mantle;\n }\n\n .modal-content {\n border-color: @surface0 !important;\n background-color: @mantle !important;\n }\n\n .modal-footer {\n border-color: @surface0 !important;\n background-color: @mantle !important;\n }\n\n .alert-warning {\n background-color: @yellow !important;\n color: @base !important;\n }\n\n .alert-danger {\n background-color: @red !important;\n color: @base !important;\n }\n\n .help-block {\n color: @text !important;\n }\n\n .form-control {\n color: @text !important;\n border-color: @surface0 !important;\n background-color: @base !important;\n }\n\n code.ng-binding {\n color: @mauve !important;\n background-color: @mantle !important;\n }\n\n .well,\n .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: @subtext0 !important;\n border-color: @subtext0 !important;\n background-color: @mantle !important;\n }\n\n /* buttons for pagination */\n .pagination > li > a,\n .pagination > li > span {\n background-color: @base !important;\n border-color: @surface0 !important;\n }\n\n .pagination > li > a:hover,\n .pagination > li > a:focus,\n .pagination > li > a.focus {\n background-color: @surface0 !important;\n }\n\n /* progress bars */\n .progress-bar {\n background-color: @accent-color !important;\n }\n\n .progress-bar-success {\n background-color: @green !important;\n }\n\n .progress-bar-info {\n background-color: @flamingo !important;\n }\n\n .progress-bar-warning {\n background-color: @yellow !important;\n }\n\n .progress-bar-danger {\n background-color: @red !important;\n }\n\n /* text */\n .text-primary {\n color: @accent-color !important;\n }\n\n .text-success {\n color: @green !important;\n }\n\n .text-info {\n color: @flamingo !important;\n }\n\n .text-warning {\n color: @yellow !important;\n }\n\n .text-danger {\n color: @red !important;\n }\n }\n\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n .light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Syncthing Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/syncthing\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/syncthing\n@version 0.1.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing\n@description Soothing pastel theme for Syncthing\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var text urls \"URL(s) for Syncthing\" \"127\\.0\\.0\\.1\\:8384,0\\.0\\.0\\.0\\:8384,localhost\\:8384\"\n==/UserStyle== */\n\n/*\n `replace( ,\" \", \"\", \"g\")` is here to remove extra spaces (if any)\n*/\n\n@-moz-document regexp(replace(replace(%(\"https?://(%s)/.*\", @urls), \",\", \"|\", \"g\"), \" \", \"\", \"g\"))\n{\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n .light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n body {\n color: @text !important;\n background-color: @base !important;\n }\n\n a {\n color: @accent-color;\n }\n\n .nav-tabs > li.active > a:hover,\n .nav-tabs > li.active > a {\n color: @accent-color !important;\n }\n\n /* navbar */\n .navbar {\n background-color: @mantle !important;\n border-color: @mantle !important;\n }\n\n .navbar-text,\n .dropdown > a,\n .dropdown-menu > li > a,\n .hidden-xs > a,\n .navbar-link {\n color: @text !important;\n }\n\n .dropdown-menu {\n border-color: @surface1 !important;\n background-color: @mantle !important;\n }\n\n .dropdown-menu > li > a:hover,\n .dropdown-menu > li > a:focus {\n color: @text !important;\n background-color: @surface0 !important;\n }\n\n .open > .dropdown-toggle,\n .dropdown-toggle:hover {\n border-color: @surface1 !important;\n background-color: @surface0 !important;\n }\n\n .divider {\n background-color: @surface1 !important;\n }\n\n li.hidden-xs:hover,\n .navbar-link:hover,\n .navbar-link:focus {\n border-color: @surface1 !important;\n background-color: @surface0 !important;\n }\n\n .dropdown-menu > .active > a {\n color: @base !important;\n background-color: @accent-color !important;\n }\n\n /* main panel */\n .panel {\n background-color: @base !important;\n }\n\n .panel-default {\n border-color: @surface0 !important;\n }\n\n .panel-default > .panel-heading {\n color: @text !important;\n border-color: @surface0 !important;\n background-color: @base !important;\n }\n\n .panel-footer {\n background-color: @base !important;\n }\n\n .table-striped > tbody > tr {\n border-top-color: @surface0 !important;\n }\n\n .table-striped > tbody > tr:nth-of-type(odd) {\n background-color: @base !important;\n }\n\n .panel-group .panel-heading + .panel-collapse > .panel-body,\n .panel-group .panel-heading + .panel-collapse > .list-group {\n border-top-color: @base !important;\n }\n\n .identicon > rect {\n fill: @text !important;\n }\n\n /* buttons */\n .btn-default {\n color: @text !important;\n background-color: transparent !important;\n border-color: @surface0 !important;\n }\n\n .btn-default:hover,\n .btn-default:focus,\n .btn-default.focus {\n color: @text !important;\n background-color: @surface0 !important;\n }\n\n .btn-primary {\n background-color: @accent-color !important;\n color: @base;\n }\n\n .btn-primary:hover,\n .btn-primary:focus,\n .btn-primary.focus {\n background-color: fade(@accent-color, 90%) !important;\n }\n\n .btn-warning {\n background-color: @yellow !important;\n color: @base;\n }\n\n .btn-warning:hover,\n .btn-warning:focus,\n .btn-warning.focus {\n background-color: fade(@yellow, 90%) !important;\n }\n\n .btn-danger {\n background-color: @red !important;\n color: @base;\n }\n\n .btn-danger:hover,\n .btn-danger:focus,\n .btn-danger.focus {\n background-color: fade(@red, 90%) !important;\n }\n\n /* modal dialogs */\n .modal-header {\n border-color: @surface0 !important;\n background-color: @mantle;\n }\n\n .modal-content {\n border-color: @surface0 !important;\n background-color: @mantle !important;\n }\n\n .modal-footer {\n border-color: @surface0 !important;\n background-color: @mantle !important;\n }\n\n .alert-warning {\n background-color: @yellow !important;\n color: @base !important;\n }\n\n .alert-danger {\n background-color: @red !important;\n color: @base !important;\n }\n\n .help-block {\n color: @text !important;\n }\n\n .form-control {\n color: @text !important;\n border-color: @surface0 !important;\n background-color: @base !important;\n }\n\n code.ng-binding {\n color: @mauve !important;\n background-color: @mantle !important;\n }\n\n .well,\n .form-control[readonly=\"readonly\"] {\n /* read-only fields */\n color: @subtext0 !important;\n border-color: @subtext0 !important;\n background-color: @mantle !important;\n }\n\n /* buttons for pagination */\n .pagination > li > a,\n .pagination > li > span {\n background-color: @base !important;\n border-color: @surface0 !important;\n }\n\n .pagination > li > a:hover,\n .pagination > li > a:focus,\n .pagination > li > a.focus {\n background-color: @surface0 !important;\n }\n\n /* progress bars */\n .progress-bar {\n background-color: @accent-color !important;\n }\n\n .progress-bar-success {\n background-color: @green !important;\n }\n\n .progress-bar-info {\n background-color: @flamingo !important;\n }\n\n .progress-bar-warning {\n background-color: @yellow !important;\n }\n\n .progress-bar-danger {\n background-color: @red !important;\n }\n\n /* text */\n .text-primary {\n color: @accent-color !important;\n }\n\n .text-success {\n color: @green !important;\n }\n\n .text-info {\n color: @flamingo !important;\n }\n\n .text-warning {\n color: @yellow !important;\n }\n\n .text-danger {\n color: @red !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Syncthing Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/syncthing", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/syncthing", - "version": "0.1.3", + "version": "0.1.4", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing", "description": "Soothing pastel theme for Syncthing", @@ -5149,12 +5416,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Syncthing", "name": "Syncthing Catppuccin", - "originalDigest": "fd69ca112b6074911e897e0871a1bb85795d3a60", + "originalDigest": "d2701b807e56dce6cc083a4d4a676a958b37a42f", "_id": "98ee3487-dfae-4980-9296-b165f8e386bc", - "_rev": 1708508869631, + "_rev": 1712856189626, "id": 67, - "etag": "W/\"0d05d922e7f9b483fb9013afa54ab313d75929f4fac7c8cfa0d0e0e1161627fc\"", - "updateDate": 1708508869607 + "etag": "W/\"0de9d1aa8de3ce85df4cc2848e87ba23fbad1ca517fa0b89e12bbefa4667bd49\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -5163,34 +5430,34 @@ "installDate": 1700164286487, "sections": [ { - "code": "/* ==UserStyle==\n@name Instagram Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/instagram\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram\n@version 0.1.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram\n@description Soothing pastel theme for Instagram\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var text scrollbar_width \"Scrollbar width\" 8px\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Instagram Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/instagram\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram\n@version 0.2.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram\n@description Soothing pastel theme for Instagram\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "._aa4d * {\n --web-always-black: 24, 25, 38;\n --web-always-white: 202, 211, 245;\n --always-white: 202, 211, 245;\n --overlay-alpha-80: rgba(24, 25, 38, 0.5);\n --always-dark-overlay: rgba(54, 58, 79, 0.5);\n --ig-primary-background: 36, 39, 58;\n --ig-secondary-background: 54, 58, 79;\n --ig-banner-background: 24, 25, 38;\n --ig-highlight-background: 54, 58, 79;\n --ig-elevated-background: 24, 25, 38;\n --ig-elevated-highlight-background: 54, 58, 79;\n --ig-hover-overlay: rgba(54, 58, 79, 0.5);\n --hover-overlay: rgba(54, 58, 79, 0.2);\n --ig-text-on-color: 24, 25, 38;\n --ig-badge: 183, 189, 248;\n --ig-primary-button: 183, 189, 248;\n --ig-primary-button-hover: rgba(183, 189, 248, 0.8);\n --ig-secondary-button-background: 54, 58, 79;\n --ig-secondary-button-hover: 73, 77, 100;\n --ig-secondary-button: 202, 211, 245;\n --ig-primary-text: 202, 211, 245;\n --ig-secondary-text: 165, 173, 203;\n --ig-tertiary-text: 165, 173, 203;\n --wbloks-primary-text: #cad3f5;\n --ig-text-on-media: 202, 211, 245;\n --ig-separator: 110, 115, 141;\n --post-separator: 110, 115, 141;\n --ig-elevated-separator: 110, 115, 141;\n --ig-stroke: 110, 115, 141;\n --grey-2: 110, 115, 141;\n --ig-link: 183, 189, 248;\n --ig-error-or-destructive: 238, 153, 160;\n --ig-success: 166, 218, 149;\n --blue-2: 138, 173, 244;\n --ig-text-input-border-hover-prism: 73, 77, 100;\n scrollbar-width: none;\n scrollbar-color: #b7bdf8 #181926;\n }\n ._aa4d .xh8yej3 {\n color: #a5adcb !important;\n }\n ._aa4d *::selection {\n color: #181926;\n background-color: #b7bdf8;\n }\n ._aa4d .x1xgvd2v {\n background-color: #181926 !important;\n }\n ._aa4d .x1xgvd2v[style=\"transform: translateX(0px);\"] {\n background-color: #1e2030 !important;\n }\n ._aa4d .x1zvrr1 {\n background-color: #1e2030;\n }\n ._aa4d svg[aria-label=\"Loading...\"] {\n stroke: #cad3f5;\n }\n ._aa4d ._aggc {\n background-color: #1e2030;\n border-color: #6e738d !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px rgba(24, 25, 38, 0.8);\n box-sizing: border-box;\n }\n ._aa4d ._aatc ._aasi,\n ._aa4d ._ae1i,\n ._aa4d ._aggc textarea.xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4d svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n ._aa4d svg[aria-label=\"Unlike\"] {\n fill: #b7bdf8;\n }\n ._aa4d svg[aria-label=\"Close\"] {\n color: var(--web-always-white);\n }\n ._aa4d svg[aria-label=\"Verified\"] {\n fill: #b7bdf8;\n }\n ._aa4d .xzloghq {\n background-color: #8aadf4;\n }\n ._aa4d .xzloghq:hover {\n color: #1e2030;\n background-color: #b7bdf8;\n }\n ._aa4d .xk5f4mz {\n background-color: #1e2030;\n }\n ._aa4d .xk5f4mz:hover {\n background-color: #b7bdf8;\n }\n ._aa4d .x3nfvp2 {\n color: #cad3f5;\n }\n ._aa4d .x3nfvp2:hover {\n color: #1e2030;\n }\n ._aa4d .x1r7x56h {\n background-color: #b7bdf8;\n }\n ._aa4d .x100vrsf {\n background-color: #363a4f;\n }\n ._aa4d .xw4jnvo {\n background-color: #8087a2;\n }\n ._aa4d .x1psfjxj {\n background-color: #cad3f5;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: #b7bdf8 !important;\n }\n ._aa4d ._ab37 {\n color: #8aadf4;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._aa4d ._9zkj,\n ._aa4d ._a3ds,\n ._aa4d ._a3dt,\n ._aa4d ._a3du,\n ._aa4d ._a3dv,\n ._aa4d ._a3dw,\n ._aa4d ._9-b3,\n ._aa4d ._9znl,\n ._aa4d ._9z-6,\n ._aa4d ._a3dx,\n ._aa4d ._a3dy,\n ._aa4d ._a3dz,\n ._aa4d ._a3d-,\n ._aa4d ._a3d_,\n ._aa4d ._a3e0,\n ._aa4d ._9zm4,\n ._aa4d ._a3e1,\n ._aa4d ._a3e2,\n ._aa4d ._a3e3,\n ._aa4d ._a3e4,\n ._aa4d ._a3e5,\n ._aa4d ._a3e6,\n ._aa4d ._a3e7,\n ._aa4d ._a3e8,\n ._aa4d ._a3e9,\n ._aa4d ._a3ea,\n ._aa4d ._9_57,\n ._aa4d ._9_n5,\n ._aa4d ._9-y3,\n ._aa4d ._a3eb,\n ._aa4d ._a3ec,\n ._aa4d ._a3ed,\n ._aa4d ._a3ee,\n ._aa4d ._9zlu,\n ._aa4d ._9-yp,\n ._aa4d ._a3ef,\n ._aa4d ._a3eg,\n ._aa4d ._9_wm,\n ._aa4d ._a3eh,\n ._aa4d ._a3ei,\n ._aa4d ._9-j_,\n ._aa4d ._a3ej,\n ._aa4d ._a3ek,\n ._aa4d ._9_ij,\n ._aa4d ._9_d_,\n ._aa4d ._9_e1,\n ._aa4d ._9-mm,\n ._aa4d ._9_cx,\n ._aa4d ._9zm0,\n ._aa4d ._9zfi,\n ._aa4d ._9-ub,\n ._aa4d ._a3el,\n ._aa4d ._9-7-,\n ._aa4d ._9-1a,\n ._aa4d ._a3em,\n ._aa4d ._9zrp,\n ._aa4d ._a3en,\n ._aa4d ._9zz9,\n ._aa4d ._a3eo,\n ._aa4d ._9zmr,\n ._aa4d ._9-8d,\n ._aa4d ._9zhi,\n ._aa4d ._a3ep,\n ._aa4d ._9zs0,\n ._aa4d ._9-j-,\n ._aa4d ._a3eq,\n ._aa4d ._9zli,\n ._aa4d ._9_4y,\n ._aa4d ._9zm2,\n ._aa4d ._9zfj,\n ._aa4d ._9zlg,\n ._aa4d ._a3er,\n ._aa4d ._9-lv,\n ._aa4d ._9_ug,\n ._aa4d ._9_sh,\n ._aa4d ._9_sj,\n ._aa4d ._9-k0,\n ._aa4d ._9z-c,\n ._aa4d ._9_35,\n ._aa4d ._9_hh,\n ._aa4d ._a3es,\n ._aa4d ._a3et,\n ._aa4d ._a3eu,\n ._aa4d ._9-v-,\n ._aa4d ._9_4d,\n ._aa4d ._9zlh,\n ._aa4d ._a3ev,\n ._aa4d ._a3ew,\n ._aa4d ._a3ex,\n ._aa4d ._a3ey,\n ._aa4d ._9_7m,\n ._aa4d ._9_fv,\n ._aa4d ._a3ez,\n ._aa4d ._9-zf,\n ._aa4d ._9-zg,\n ._aa4d ._9-ze,\n ._aa4d ._a9fa,\n ._aa4d ._9-zh,\n ._aa4d ._9-zi,\n ._aa4d ._9-zj,\n ._aa4d ._9-zk,\n ._aa4d ._9-zl,\n ._aa4d ._9-zm,\n ._aa4d ._9-zn,\n ._aa4d ._9-zo,\n ._aa4d ._9-zp,\n ._aa4d ._9-zq,\n ._aa4d ._9-zr,\n ._aa4d ._9-zs,\n ._aa4d ._9-zt,\n ._aa4d ._a3op,\n ._aa4d ._a3oq,\n ._aa4d ._9-zu,\n ._aa4d ._9-zv,\n ._aa4d ._9-zw,\n ._aa4d ._9-zx,\n ._aa4d ._9-zy,\n ._aa4d ._9-zz,\n ._aa4d ._9-z-,\n ._aa4d ._a3or,\n ._aa4d ._a3ot,\n ._aa4d ._a3os,\n ._aa4d ._9zs1,\n ._aa4d ._9zs2,\n ._aa4d ._9-z_,\n ._aa4d ._9--0,\n ._aa4d ._9--1,\n ._aa4d ._9--2,\n ._aa4d ._9--3,\n ._aa4d ._9--4,\n ._aa4d ._9--5,\n ._aa4d ._9--6,\n ._aa4d ._9--7,\n ._aa4d ._9--f,\n ._aa4d ._9--8,\n ._aa4d ._9--9,\n ._aa4d ._9--a,\n ._aa4d ._9--b,\n ._aa4d ._9--c,\n ._aa4d ._9--d,\n ._aa4d ._9--e,\n ._aa4d ._a3ou,\n ._aa4d ._9--g,\n ._aa4d ._9--h,\n ._aa4d ._9--i,\n ._aa4d ._9--j,\n ._aa4d ._9--l,\n ._aa4d ._9--k,\n ._aa4d ._9--m,\n ._aa4d ._9--n,\n ._aa4d ._9--o,\n ._aa4d ._9--p,\n ._aa4d ._9--q,\n ._aa4d ._a3ov,\n ._aa4d ._9--s,\n ._aa4d ._9--r,\n ._aa4d ._9--t,\n ._aa4d ._9--u,\n ._aa4d ._9--v,\n ._aa4d ._9--x,\n ._aa4d ._9--y,\n ._aa4d ._9--w,\n ._aa4d ._9--z,\n ._aa4d ._9--_,\n ._aa4d ._9-_0,\n ._aa4d ._9-_1,\n ._aa4d ._9-_2,\n ._aa4d ._9-_3,\n ._aa4d ._9---,\n ._aa4d ._9-_4,\n ._aa4d ._9-_5,\n ._aa4d ._9-_6,\n ._aa4d ._9-_7,\n ._aa4d ._a3wy,\n ._aa4d ._9-_8,\n ._aa4d ._9-_9,\n ._aa4d ._a3ow,\n ._aa4d ._9-_a,\n ._aa4d ._9-_b,\n ._aa4d ._9-_c,\n ._aa4d ._9-_d,\n ._aa4d ._9-_e,\n ._aa4d ._9-_f,\n ._aa4d ._9-_g,\n ._aa4d ._9-_h,\n ._aa4d ._9-_i,\n ._aa4d ._9-_j,\n ._aa4d ._9-_k,\n ._aa4d ._9-_l,\n ._aa4d ._9-_m,\n ._aa4d ._9-_n,\n ._aa4d ._9-_o,\n ._aa4d ._a3ox,\n ._aa4d ._9-_p,\n ._aa4d ._9-_q,\n ._aa4d ._a9fb,\n ._aa4d ._9-_t,\n ._aa4d ._9-_r,\n ._aa4d ._9-_s,\n ._aa4d ._a93g,\n ._aa4d ._9-_u,\n ._aa4d ._9-_v,\n ._aa4d ._a9fc,\n ._aa4d ._9-_w,\n ._aa4d ._9-_x,\n ._aa4d ._9-_y,\n ._aa4d ._9-_z,\n ._aa4d ._9-_-,\n ._aa4d ._9-__,\n ._aa4d ._9_00,\n ._aa4d ._a3oy,\n ._aa4d ._9_01,\n ._aa4d ._9_02,\n ._aa4d ._9_03,\n ._aa4d ._9_04,\n ._aa4d ._9_05,\n ._aa4d ._9_08,\n ._aa4d ._9_09,\n ._aa4d ._9_07,\n ._aa4d ._9_06,\n ._aa4d ._9_0a,\n ._aa4d ._9_0b,\n ._aa4d ._9_0c,\n ._aa4d ._9_0d,\n ._aa4d ._9_0e,\n ._aa4d ._9_0f,\n ._aa4d ._9_0g,\n ._aa4d ._a93h,\n ._aa4d ._9_0h,\n ._aa4d ._9_0i,\n ._aa4d ._9_0j,\n ._aa4d ._9_0k,\n ._aa4d ._aepo,\n ._aa4d ._9_0l,\n ._aa4d ._9_0m,\n ._aa4d ._9_0n,\n ._aa4d ._9_0o,\n ._aa4d ._9_0p,\n ._aa4d ._a3oz,\n ._aa4d ._a93l,\n ._aa4d ._9_0r,\n ._aa4d ._9_0s,\n ._aa4d ._a7tk,\n ._aa4d ._9_0q,\n ._aa4d ._a3o-,\n ._aa4d ._9_0t,\n ._aa4d ._9_0v,\n ._aa4d ._9_0u,\n ._aa4d ._a9ej,\n ._aa4d ._9_0w,\n ._aa4d ._9_0x,\n ._aa4d ._9_0y,\n ._aa4d ._9_0z,\n ._aa4d ._9_0_,\n ._aa4d ._9_0-,\n ._aa4d ._9_10,\n ._aa4d ._9_11,\n ._aa4d ._9_12,\n ._aa4d ._9_13,\n ._aa4d ._9_14,\n ._aa4d ._9_15,\n ._aa4d ._a3o_,\n ._aa4d ._9_18,\n ._aa4d ._9_19,\n ._aa4d ._9_1a,\n ._aa4d ._9_1e,\n ._aa4d ._9_1b,\n ._aa4d ._9_1c,\n ._aa4d ._9_1d,\n ._aa4d ._9_16,\n ._aa4d ._9_17,\n ._aa4d ._a3p0,\n ._aa4d ._9_1g,\n ._aa4d ._9_1i,\n ._aa4d ._9_1h,\n ._aa4d ._9_1j,\n ._aa4d ._9_1k,\n ._aa4d ._9_1l,\n ._aa4d ._9_1m,\n ._aa4d ._a9pw {\n filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n ._aa4d ._aaqh {\n background-color: #363a4f;\n }\n ._aa4d .xzloghq,\n ._aa4d ._acas:not(._acao),\n ._aa4d .xzloghq svg,\n ._aa4d ._acas:not(._acao) svg {\n color: #24273a;\n fill: #24273a;\n }\n ._aa4d .x1gjpkn9,\n ._aa4d ._acat,\n ._aa4d ._acap,\n a._aa4d .x1gjpkn9,\n a._aa4d ._acat,\n a._aa4d ._acap,\n ._aa4d .x1gjpkn9:visited,\n ._aa4d ._acat:visited,\n ._aa4d ._acap:visited,\n a._aa4d .x1gjpkn9:visited,\n a._aa4d ._acat:visited,\n a._aa4d ._acap:visited {\n color: #cad3f5;\n }\n ._aa4d div:has(> .x1mu97ne) {\n background-color: #181926;\n border-color: #6e738d;\n box-shadow: 0 10px 35px 2px rgba(24, 25, 38, 0.993);\n }\n ._aa4d .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 rgba(24, 25, 38, 0.995);\n }\n ._aa4d ._ac4d::placeholder,\n ._aa4d ._aauy::placeholder,\n ._aa4d textarea::placeholder {\n color: #a5adcb;\n }\n ._aa4d ._ab81 {\n background-color: #1e2030;\n }\n ._aa4d ._ab85,\n ._aa4d ._ab6i,\n ._aa4d ._ab85 .xvbhtw8,\n ._aa4d ._aav4 {\n background-color: #181926;\n }\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: #24273a !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n padding-left: 0 !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #24273a !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: #b7bdf8 !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #363a4f !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(38\\, 38\\, 38)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: #cad3f5 !important;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(142\\, 142\\, 142)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: #a5adcb !important;\n }\n ._aa4d .leaflet-popup-content-wrapper,\n ._aa4d .leaflet-popup-tip {\n background-color: #1e2030;\n box-shadow: 0 5px 15px rgba(24, 25, 38, 0.996);\n }\n ._aa4d .leaflet-popup-content-wrapper *,\n ._aa4d .leaflet-popup-tip * {\n color: #cad3f5 !important;\n }\n ._aa4d ::-webkit-scrollbar {\n width: 8px;\n background-color: #181926;\n }\n ._aa4d ::-webkit-scrollbar-thumb {\n background-color: #b7bdf8;\n border-radius: 10px;\n }\n ._aa4c * {\n --web-always-black: 24, 25, 38;\n --web-always-white: 202, 211, 245;\n --always-white: 202, 211, 245;\n --overlay-alpha-80: rgba(24, 25, 38, 0.5);\n --always-dark-overlay: rgba(54, 58, 79, 0.5);\n --ig-primary-background: 36, 39, 58;\n --ig-secondary-background: 54, 58, 79;\n --ig-banner-background: 24, 25, 38;\n --ig-highlight-background: 54, 58, 79;\n --ig-elevated-background: 24, 25, 38;\n --ig-elevated-highlight-background: 54, 58, 79;\n --ig-hover-overlay: rgba(54, 58, 79, 0.5);\n --hover-overlay: rgba(54, 58, 79, 0.2);\n --ig-text-on-color: 24, 25, 38;\n --ig-badge: 183, 189, 248;\n --ig-primary-button: 183, 189, 248;\n --ig-primary-button-hover: rgba(183, 189, 248, 0.8);\n --ig-secondary-button-background: 54, 58, 79;\n --ig-secondary-button-hover: 73, 77, 100;\n --ig-secondary-button: 202, 211, 245;\n --ig-primary-text: 202, 211, 245;\n --ig-secondary-text: 165, 173, 203;\n --ig-tertiary-text: 165, 173, 203;\n --wbloks-primary-text: #cad3f5;\n --ig-text-on-media: 202, 211, 245;\n --ig-separator: 110, 115, 141;\n --post-separator: 110, 115, 141;\n --ig-elevated-separator: 110, 115, 141;\n --ig-stroke: 110, 115, 141;\n --grey-2: 110, 115, 141;\n --ig-link: 183, 189, 248;\n --ig-error-or-destructive: 238, 153, 160;\n --ig-success: 166, 218, 149;\n --blue-2: 138, 173, 244;\n --ig-text-input-border-hover-prism: 73, 77, 100;\n scrollbar-width: none;\n scrollbar-color: #b7bdf8 #181926;\n }\n ._aa4c .xh8yej3 {\n color: #a5adcb !important;\n }\n ._aa4c *::selection {\n color: #181926;\n background-color: #b7bdf8;\n }\n ._aa4c .x1xgvd2v {\n background-color: #181926 !important;\n }\n ._aa4c .x1xgvd2v[style=\"transform: translateX(0px);\"] {\n background-color: #1e2030 !important;\n }\n ._aa4c .x1zvrr1 {\n background-color: #1e2030;\n }\n ._aa4c svg[aria-label=\"Loading...\"] {\n stroke: #cad3f5;\n }\n ._aa4c ._aggc {\n background-color: #1e2030;\n border-color: #6e738d !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px rgba(24, 25, 38, 0.8);\n box-sizing: border-box;\n }\n ._aa4c ._aatc ._aasi,\n ._aa4c ._ae1i,\n ._aa4c ._aggc textarea.xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4c svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n ._aa4c svg[aria-label=\"Unlike\"] {\n fill: #b7bdf8;\n }\n ._aa4c svg[aria-label=\"Close\"] {\n color: var(--web-always-white);\n }\n ._aa4c svg[aria-label=\"Verified\"] {\n fill: #b7bdf8;\n }\n ._aa4c .xzloghq {\n background-color: #8aadf4;\n }\n ._aa4c .xzloghq:hover {\n color: #1e2030;\n background-color: #b7bdf8;\n }\n ._aa4c .xk5f4mz {\n background-color: #1e2030;\n }\n ._aa4c .xk5f4mz:hover {\n background-color: #b7bdf8;\n }\n ._aa4c .x3nfvp2 {\n color: #cad3f5;\n }\n ._aa4c .x3nfvp2:hover {\n color: #1e2030;\n }\n ._aa4c .x1r7x56h {\n background-color: #b7bdf8;\n }\n ._aa4c .x100vrsf {\n background-color: #363a4f;\n }\n ._aa4c .xw4jnvo {\n background-color: #8087a2;\n }\n ._aa4c .x1psfjxj {\n background-color: #cad3f5;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: #b7bdf8 !important;\n }\n ._aa4c ._ab37 {\n color: #8aadf4;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._aa4c ._9zkj,\n ._aa4c ._a3ds,\n ._aa4c ._a3dt,\n ._aa4c ._a3du,\n ._aa4c ._a3dv,\n ._aa4c ._a3dw,\n ._aa4c ._9-b3,\n ._aa4c ._9znl,\n ._aa4c ._9z-6,\n ._aa4c ._a3dx,\n ._aa4c ._a3dy,\n ._aa4c ._a3dz,\n ._aa4c ._a3d-,\n ._aa4c ._a3d_,\n ._aa4c ._a3e0,\n ._aa4c ._9zm4,\n ._aa4c ._a3e1,\n ._aa4c ._a3e2,\n ._aa4c ._a3e3,\n ._aa4c ._a3e4,\n ._aa4c ._a3e5,\n ._aa4c ._a3e6,\n ._aa4c ._a3e7,\n ._aa4c ._a3e8,\n ._aa4c ._a3e9,\n ._aa4c ._a3ea,\n ._aa4c ._9_57,\n ._aa4c ._9_n5,\n ._aa4c ._9-y3,\n ._aa4c ._a3eb,\n ._aa4c ._a3ec,\n ._aa4c ._a3ed,\n ._aa4c ._a3ee,\n ._aa4c ._9zlu,\n ._aa4c ._9-yp,\n ._aa4c ._a3ef,\n ._aa4c ._a3eg,\n ._aa4c ._9_wm,\n ._aa4c ._a3eh,\n ._aa4c ._a3ei,\n ._aa4c ._9-j_,\n ._aa4c ._a3ej,\n ._aa4c ._a3ek,\n ._aa4c ._9_ij,\n ._aa4c ._9_d_,\n ._aa4c ._9_e1,\n ._aa4c ._9-mm,\n ._aa4c ._9_cx,\n ._aa4c ._9zm0,\n ._aa4c ._9zfi,\n ._aa4c ._9-ub,\n ._aa4c ._a3el,\n ._aa4c ._9-7-,\n ._aa4c ._9-1a,\n ._aa4c ._a3em,\n ._aa4c ._9zrp,\n ._aa4c ._a3en,\n ._aa4c ._9zz9,\n ._aa4c ._a3eo,\n ._aa4c ._9zmr,\n ._aa4c ._9-8d,\n ._aa4c ._9zhi,\n ._aa4c ._a3ep,\n ._aa4c ._9zs0,\n ._aa4c ._9-j-,\n ._aa4c ._a3eq,\n ._aa4c ._9zli,\n ._aa4c ._9_4y,\n ._aa4c ._9zm2,\n ._aa4c ._9zfj,\n ._aa4c ._9zlg,\n ._aa4c ._a3er,\n ._aa4c ._9-lv,\n ._aa4c ._9_ug,\n ._aa4c ._9_sh,\n ._aa4c ._9_sj,\n ._aa4c ._9-k0,\n ._aa4c ._9z-c,\n ._aa4c ._9_35,\n ._aa4c ._9_hh,\n ._aa4c ._a3es,\n ._aa4c ._a3et,\n ._aa4c ._a3eu,\n ._aa4c ._9-v-,\n ._aa4c ._9_4d,\n ._aa4c ._9zlh,\n ._aa4c ._a3ev,\n ._aa4c ._a3ew,\n ._aa4c ._a3ex,\n ._aa4c ._a3ey,\n ._aa4c ._9_7m,\n ._aa4c ._9_fv,\n ._aa4c ._a3ez,\n ._aa4c ._9-zf,\n ._aa4c ._9-zg,\n ._aa4c ._9-ze,\n ._aa4c ._a9fa,\n ._aa4c ._9-zh,\n ._aa4c ._9-zi,\n ._aa4c ._9-zj,\n ._aa4c ._9-zk,\n ._aa4c ._9-zl,\n ._aa4c ._9-zm,\n ._aa4c ._9-zn,\n ._aa4c ._9-zo,\n ._aa4c ._9-zp,\n ._aa4c ._9-zq,\n ._aa4c ._9-zr,\n ._aa4c ._9-zs,\n ._aa4c ._9-zt,\n ._aa4c ._a3op,\n ._aa4c ._a3oq,\n ._aa4c ._9-zu,\n ._aa4c ._9-zv,\n ._aa4c ._9-zw,\n ._aa4c ._9-zx,\n ._aa4c ._9-zy,\n ._aa4c ._9-zz,\n ._aa4c ._9-z-,\n ._aa4c ._a3or,\n ._aa4c ._a3ot,\n ._aa4c ._a3os,\n ._aa4c ._9zs1,\n ._aa4c ._9zs2,\n ._aa4c ._9-z_,\n ._aa4c ._9--0,\n ._aa4c ._9--1,\n ._aa4c ._9--2,\n ._aa4c ._9--3,\n ._aa4c ._9--4,\n ._aa4c ._9--5,\n ._aa4c ._9--6,\n ._aa4c ._9--7,\n ._aa4c ._9--f,\n ._aa4c ._9--8,\n ._aa4c ._9--9,\n ._aa4c ._9--a,\n ._aa4c ._9--b,\n ._aa4c ._9--c,\n ._aa4c ._9--d,\n ._aa4c ._9--e,\n ._aa4c ._a3ou,\n ._aa4c ._9--g,\n ._aa4c ._9--h,\n ._aa4c ._9--i,\n ._aa4c ._9--j,\n ._aa4c ._9--l,\n ._aa4c ._9--k,\n ._aa4c ._9--m,\n ._aa4c ._9--n,\n ._aa4c ._9--o,\n ._aa4c ._9--p,\n ._aa4c ._9--q,\n ._aa4c ._a3ov,\n ._aa4c ._9--s,\n ._aa4c ._9--r,\n ._aa4c ._9--t,\n ._aa4c ._9--u,\n ._aa4c ._9--v,\n ._aa4c ._9--x,\n ._aa4c ._9--y,\n ._aa4c ._9--w,\n ._aa4c ._9--z,\n ._aa4c ._9--_,\n ._aa4c ._9-_0,\n ._aa4c ._9-_1,\n ._aa4c ._9-_2,\n ._aa4c ._9-_3,\n ._aa4c ._9---,\n ._aa4c ._9-_4,\n ._aa4c ._9-_5,\n ._aa4c ._9-_6,\n ._aa4c ._9-_7,\n ._aa4c ._a3wy,\n ._aa4c ._9-_8,\n ._aa4c ._9-_9,\n ._aa4c ._a3ow,\n ._aa4c ._9-_a,\n ._aa4c ._9-_b,\n ._aa4c ._9-_c,\n ._aa4c ._9-_d,\n ._aa4c ._9-_e,\n ._aa4c ._9-_f,\n ._aa4c ._9-_g,\n ._aa4c ._9-_h,\n ._aa4c ._9-_i,\n ._aa4c ._9-_j,\n ._aa4c ._9-_k,\n ._aa4c ._9-_l,\n ._aa4c ._9-_m,\n ._aa4c ._9-_n,\n ._aa4c ._9-_o,\n ._aa4c ._a3ox,\n ._aa4c ._9-_p,\n ._aa4c ._9-_q,\n ._aa4c ._a9fb,\n ._aa4c ._9-_t,\n ._aa4c ._9-_r,\n ._aa4c ._9-_s,\n ._aa4c ._a93g,\n ._aa4c ._9-_u,\n ._aa4c ._9-_v,\n ._aa4c ._a9fc,\n ._aa4c ._9-_w,\n ._aa4c ._9-_x,\n ._aa4c ._9-_y,\n ._aa4c ._9-_z,\n ._aa4c ._9-_-,\n ._aa4c ._9-__,\n ._aa4c ._9_00,\n ._aa4c ._a3oy,\n ._aa4c ._9_01,\n ._aa4c ._9_02,\n ._aa4c ._9_03,\n ._aa4c ._9_04,\n ._aa4c ._9_05,\n ._aa4c ._9_08,\n ._aa4c ._9_09,\n ._aa4c ._9_07,\n ._aa4c ._9_06,\n ._aa4c ._9_0a,\n ._aa4c ._9_0b,\n ._aa4c ._9_0c,\n ._aa4c ._9_0d,\n ._aa4c ._9_0e,\n ._aa4c ._9_0f,\n ._aa4c ._9_0g,\n ._aa4c ._a93h,\n ._aa4c ._9_0h,\n ._aa4c ._9_0i,\n ._aa4c ._9_0j,\n ._aa4c ._9_0k,\n ._aa4c ._aepo,\n ._aa4c ._9_0l,\n ._aa4c ._9_0m,\n ._aa4c ._9_0n,\n ._aa4c ._9_0o,\n ._aa4c ._9_0p,\n ._aa4c ._a3oz,\n ._aa4c ._a93l,\n ._aa4c ._9_0r,\n ._aa4c ._9_0s,\n ._aa4c ._a7tk,\n ._aa4c ._9_0q,\n ._aa4c ._a3o-,\n ._aa4c ._9_0t,\n ._aa4c ._9_0v,\n ._aa4c ._9_0u,\n ._aa4c ._a9ej,\n ._aa4c ._9_0w,\n ._aa4c ._9_0x,\n ._aa4c ._9_0y,\n ._aa4c ._9_0z,\n ._aa4c ._9_0_,\n ._aa4c ._9_0-,\n ._aa4c ._9_10,\n ._aa4c ._9_11,\n ._aa4c ._9_12,\n ._aa4c ._9_13,\n ._aa4c ._9_14,\n ._aa4c ._9_15,\n ._aa4c ._a3o_,\n ._aa4c ._9_18,\n ._aa4c ._9_19,\n ._aa4c ._9_1a,\n ._aa4c ._9_1e,\n ._aa4c ._9_1b,\n ._aa4c ._9_1c,\n ._aa4c ._9_1d,\n ._aa4c ._9_16,\n ._aa4c ._9_17,\n ._aa4c ._a3p0,\n ._aa4c ._9_1g,\n ._aa4c ._9_1i,\n ._aa4c ._9_1h,\n ._aa4c ._9_1j,\n ._aa4c ._9_1k,\n ._aa4c ._9_1l,\n ._aa4c ._9_1m,\n ._aa4c ._a9pw {\n filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n ._aa4c ._aaqh {\n background-color: #363a4f;\n }\n ._aa4c .xzloghq,\n ._aa4c ._acas:not(._acao),\n ._aa4c .xzloghq svg,\n ._aa4c ._acas:not(._acao) svg {\n color: #24273a;\n fill: #24273a;\n }\n ._aa4c .x1gjpkn9,\n ._aa4c ._acat,\n ._aa4c ._acap,\n a._aa4c .x1gjpkn9,\n a._aa4c ._acat,\n a._aa4c ._acap,\n ._aa4c .x1gjpkn9:visited,\n ._aa4c ._acat:visited,\n ._aa4c ._acap:visited,\n a._aa4c .x1gjpkn9:visited,\n a._aa4c ._acat:visited,\n a._aa4c ._acap:visited {\n color: #cad3f5;\n }\n ._aa4c div:has(> .x1mu97ne) {\n background-color: #181926;\n border-color: #6e738d;\n box-shadow: 0 10px 35px 2px rgba(24, 25, 38, 0.993);\n }\n ._aa4c .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 rgba(24, 25, 38, 0.995);\n }\n ._aa4c ._ac4d::placeholder,\n ._aa4c ._aauy::placeholder,\n ._aa4c textarea::placeholder {\n color: #a5adcb;\n }\n ._aa4c ._ab81 {\n background-color: #1e2030;\n }\n ._aa4c ._ab85,\n ._aa4c ._ab6i,\n ._aa4c ._ab85 .xvbhtw8,\n ._aa4c ._aav4 {\n background-color: #181926;\n }\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: #24273a !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n padding-left: 0 !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #24273a !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: #b7bdf8 !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #363a4f !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(38\\, 38\\, 38)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: #cad3f5 !important;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(142\\, 142\\, 142)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: #a5adcb !important;\n }\n ._aa4c .leaflet-popup-content-wrapper,\n ._aa4c .leaflet-popup-tip {\n background-color: #1e2030;\n box-shadow: 0 5px 15px rgba(24, 25, 38, 0.996);\n }\n ._aa4c .leaflet-popup-content-wrapper *,\n ._aa4c .leaflet-popup-tip * {\n color: #cad3f5 !important;\n }\n ._aa4c ::-webkit-scrollbar {\n width: 8px;\n background-color: #181926;\n }\n ._aa4c ::-webkit-scrollbar-thumb {\n background-color: #b7bdf8;\n border-radius: 10px;\n }", - "start": 1106, + "code": "._aa4d {\n color-scheme: dark;\n /* Sidebar */\n /* Story background */\n /* Story progress bar */\n /* Story seen / not seen ring */\n /* Posts */\n /* Icons */\n /* Share box */\n /* Toggle sliders */\n /* Log In With Facebook text */\n /* Excluded: - _9ys7, _9_1f, _9ys8 (verified icon) */\n /* Custom icons */\n /* Instagram text logo */\n /* 2fa lock icon */\n /* \"All caught up\" icon */\n /* Post swipe icons */\n /* Inside primary buttons */\n /* Secondary buttons */\n /* Profile banner */\n /* Dialog overlay */\n /* Settings */\n /* Settings saved toast */\n /* Bloks */\n /* Map pop-ups */\n /* Scrollbar */\n }\n ._aa4d ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n ._aa4d input::placeholder,\n ._aa4d textarea::placeholder {\n color: #a5adcb !important;\n }\n ._aa4d,\n ._aa4d .x1qjc9v5,\n ._aa4d .x9f619,\n ._aa4d .x78zum5,\n ._aa4d .xdt5ytf,\n ._aa4d .x1iyjqo2,\n ._aa4d .xl56j7k {\n --web-always-black: 24, 25, 38;\n --ig-primary-icon: 202, 211, 245;\n --web-always-white: 202, 211, 245;\n --always-white: 202, 211, 245;\n --overlay-alpha-80: rgba(24, 25, 38, 0.5);\n --always-dark-overlay: rgba(54, 58, 79, 0.5);\n --grey-9: 24, 25, 38;\n --ig-primary-background: 36, 39, 58;\n --ig-secondary-background: 54, 58, 79;\n --ig-banner-background: 24, 25, 38;\n --ig-highlight-background: 54, 58, 79;\n --ig-elevated-background: 24, 25, 38;\n --ig-elevated-highlight-background: 54, 58, 79;\n --ig-hover-overlay: 202, 211, 245, 0.1;\n --hover-overlay: rgba(54, 58, 79, 0.2);\n --ig-text-on-color: 24, 25, 38;\n --ig-badge: 183, 189, 248;\n --ig-primary-button: 183, 189, 248;\n --ig-primary-button-hover: rgba(183, 189, 248, 0.8);\n --ig-secondary-button-background: 54, 58, 79;\n --ig-secondary-button-hover: 73, 77, 100;\n --ig-secondary-button: 202, 211, 245;\n --ig-primary-text: 202, 211, 245;\n --ig-secondary-text: 165, 173, 203;\n --ig-tertiary-text: 165, 173, 203;\n --wbloks-primary-text: #cad3f5;\n --ig-text-on-media: 202, 211, 245;\n --ig-separator: 54, 58, 79;\n --chat-admin-text-color: 165, 173, 203;\n --ig-elevated-separator: 54, 58, 79;\n --post-separator: 110, 115, 141;\n --ig-stroke: 110, 115, 141;\n --grey-2: 110, 115, 141;\n --ig-link: 183, 189, 248;\n --ig-error-or-destructive: 238, 153, 160;\n --ig-success: 166, 218, 149;\n --blue-2: 138, 173, 244;\n --ig-close-friends-refreshed: 166, 218, 149;\n --ig-text-input-border-hover-prism: 73, 77, 100;\n --ig-toggle-outline-prism: 202, 211, 245;\n --ig-toggle-background-on-prism: 202, 211, 245;\n --ig-stroke-prism: 24, 25, 38;\n --barcelona-logo: 202, 211, 245;\n scrollbar-color: #b7bdf8 #181926;\n }\n ._aa4d #splash-screen {\n background-color: #24273a !important;\n }\n ._aa4d .x1xgvd2v {\n background-color: #181926 !important;\n }\n ._aa4d .x1xgvd2v[style=\"transform: translateX(0px);\"] {\n background-color: #1e2030 !important;\n }\n ._aa4d .x1zvrr1 {\n background-color: #1e2030;\n }\n ._aa4d svg[aria-label=\"Loading...\"] {\n stroke: #cad3f5;\n }\n ._aa4d .x5qyhuo {\n background-color: #24273a;\n }\n ._aa4d ._ac3p {\n background-color: #b7bdf8 !important;\n }\n ._aa4d button:has(canvas + span > img[alt$=\"'s profile picture\"]) canvas {\n display: none;\n }\n ._aa4d button:has(canvas + span > img[alt$=\"'s profile picture\"]) span {\n outline-style: solid;\n outline-offset: 0.15rem;\n }\n ._aa4d button:has(canvas + span > img[alt$=\"'s profile picture\"])[aria-label^=\"Story by\"][aria-label$=\"not seen\"] span {\n outline-color: #b7bdf8;\n outline-width: 0.2rem;\n }\n ._aa4d button:has(canvas + span > img[alt$=\"'s profile picture\"])[aria-label^=\"Story by\"]:not([aria-label$=\"not seen\"]) span {\n outline-color: #5b6078;\n outline-width: 0.075rem;\n }\n ._aa4d ._aggc {\n background-color: #1e2030;\n border-color: #6e738d !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px rgba(24, 25, 38, 0.8);\n box-sizing: border-box;\n }\n ._aa4d ._aatc ._aasi,\n ._aa4d ._ae1i,\n ._aa4d ._aggc textarea.xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4d svg[aria-label=\"Unlike\"] {\n fill: #b7bdf8;\n }\n ._aa4d svg[aria-label=\"Close\"] {\n color: #cad3f5;\n }\n ._aa4d svg[aria-label=\"Verified\"] {\n fill: #b7bdf8;\n }\n ._aa4d .xzloghq {\n background-color: #363a4f;\n color: #cad3f5 !important;\n }\n ._aa4d .xzloghq:hover {\n color: #1e2030 !important;\n background-color: #b7bdf8 !important;\n }\n ._aa4d .xk5f4mz {\n background-color: #1e2030;\n }\n ._aa4d .xk5f4mz:hover {\n background-color: #b7bdf8;\n }\n ._aa4d .x3nfvp2 {\n color: #cad3f5 !important;\n }\n ._aa4d .x3nfvp2:hover {\n color: #181926;\n }\n ._aa4d .x1r7x56h {\n background-color: #b7bdf8;\n }\n ._aa4d .x100vrsf {\n background-color: #363a4f;\n }\n ._aa4d .xw4jnvo {\n background-color: #8087a2;\n }\n ._aa4d .x1psfjxj {\n background-color: #1e2030;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: #b7bdf8 !important;\n }\n ._aa4d .xs7f9wi {\n background-color: #1e2030 !important;\n }\n ._aa4d .x1d72o {\n background-color: #363a4f;\n }\n ._aa4d ._ab37 {\n color: #8aadf4;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._aa4d ._9zkj,\n ._aa4d ._a3ds,\n ._aa4d ._a3dt,\n ._aa4d ._a3du,\n ._aa4d ._a3dv,\n ._aa4d ._a3dw,\n ._aa4d ._9-b3,\n ._aa4d ._9znl,\n ._aa4d ._9z-6,\n ._aa4d ._a3dx,\n ._aa4d ._a3dy,\n ._aa4d ._a3dz,\n ._aa4d ._a3d-,\n ._aa4d ._a3d_,\n ._aa4d ._a3e0,\n ._aa4d ._9zm4,\n ._aa4d ._a3e1,\n ._aa4d ._a3e2,\n ._aa4d ._a3e3,\n ._aa4d ._a3e4,\n ._aa4d ._a3e5,\n ._aa4d ._a3e6,\n ._aa4d ._a3e7,\n ._aa4d ._a3e8,\n ._aa4d ._a3e9,\n ._aa4d ._a3ea,\n ._aa4d ._9_57,\n ._aa4d ._9_n5,\n ._aa4d ._9-y3,\n ._aa4d ._a3eb,\n ._aa4d ._a3ec,\n ._aa4d ._a3ed,\n ._aa4d ._a3ee,\n ._aa4d ._9zlu,\n ._aa4d ._9-yp,\n ._aa4d ._a3ef,\n ._aa4d ._a3eg,\n ._aa4d ._9_wm,\n ._aa4d ._a3eh,\n ._aa4d ._a3ei,\n ._aa4d ._9-j_,\n ._aa4d ._a3ej,\n ._aa4d ._a3ek,\n ._aa4d ._9_ij,\n ._aa4d ._9_d_,\n ._aa4d ._9_e1,\n ._aa4d ._9-mm,\n ._aa4d ._9_cx,\n ._aa4d ._9zm0,\n ._aa4d ._9zfi,\n ._aa4d ._9-ub,\n ._aa4d ._a3el,\n ._aa4d ._9-7-,\n ._aa4d ._9-1a,\n ._aa4d ._a3em,\n ._aa4d ._9zrp,\n ._aa4d ._a3en,\n ._aa4d ._9zz9,\n ._aa4d ._a3eo,\n ._aa4d ._9zmr,\n ._aa4d ._9-8d,\n ._aa4d ._9zhi,\n ._aa4d ._a3ep,\n ._aa4d ._9zs0,\n ._aa4d ._9-j-,\n ._aa4d ._a3eq,\n ._aa4d ._9zli,\n ._aa4d ._9_4y,\n ._aa4d ._9zm2,\n ._aa4d ._9zfj,\n ._aa4d ._9zlg,\n ._aa4d ._a3er,\n ._aa4d ._9-lv,\n ._aa4d ._9_ug,\n ._aa4d ._9_sh,\n ._aa4d ._9_sj,\n ._aa4d ._9-k0,\n ._aa4d ._9z-c,\n ._aa4d ._9_35,\n ._aa4d ._9_hh,\n ._aa4d ._a3es,\n ._aa4d ._a3et,\n ._aa4d ._a3eu,\n ._aa4d ._9-v-,\n ._aa4d ._9_4d,\n ._aa4d ._9zlh,\n ._aa4d ._a3ev,\n ._aa4d ._a3ew,\n ._aa4d ._a3ex,\n ._aa4d ._a3ey,\n ._aa4d ._9_7m,\n ._aa4d ._9_fv,\n ._aa4d ._a3ez,\n ._aa4d ._9-zf,\n ._aa4d ._9-zg,\n ._aa4d ._9-ze,\n ._aa4d ._a9fa,\n ._aa4d ._9-zh,\n ._aa4d ._9-zi,\n ._aa4d ._9-zj,\n ._aa4d ._9-zk,\n ._aa4d ._9-zl,\n ._aa4d ._9-zm,\n ._aa4d ._9-zn,\n ._aa4d ._9-zo,\n ._aa4d ._9-zp,\n ._aa4d ._9-zq,\n ._aa4d ._9-zr,\n ._aa4d ._9-zs,\n ._aa4d ._9-zt,\n ._aa4d ._a3op,\n ._aa4d ._a3oq,\n ._aa4d ._9-zu,\n ._aa4d ._9-zv,\n ._aa4d ._9-zw,\n ._aa4d ._9-zx,\n ._aa4d ._9-zy,\n ._aa4d ._9-zz,\n ._aa4d ._9-z-,\n ._aa4d ._a3or,\n ._aa4d ._a3ot,\n ._aa4d ._a3os,\n ._aa4d ._9zs1,\n ._aa4d ._9zs2,\n ._aa4d ._9-z_,\n ._aa4d ._9--0,\n ._aa4d ._9--1,\n ._aa4d ._9--2,\n ._aa4d ._9--3,\n ._aa4d ._9--4,\n ._aa4d ._9--5,\n ._aa4d ._9--6,\n ._aa4d ._9--7,\n ._aa4d ._9--f,\n ._aa4d ._9--8,\n ._aa4d ._9--9,\n ._aa4d ._9--a,\n ._aa4d ._9--b,\n ._aa4d ._9--c,\n ._aa4d ._9--d,\n ._aa4d ._9--e,\n ._aa4d ._a3ou,\n ._aa4d ._9--g,\n ._aa4d ._9--h,\n ._aa4d ._9--i,\n ._aa4d ._9--j,\n ._aa4d ._9--l,\n ._aa4d ._9--k,\n ._aa4d ._9--m,\n ._aa4d ._9--n,\n ._aa4d ._9--o,\n ._aa4d ._9--p,\n ._aa4d ._9--q,\n ._aa4d ._a3ov,\n ._aa4d ._9--s,\n ._aa4d ._9--r,\n ._aa4d ._9--t,\n ._aa4d ._9--u,\n ._aa4d ._9--v,\n ._aa4d ._9--x,\n ._aa4d ._9--y,\n ._aa4d ._9--w,\n ._aa4d ._9--z,\n ._aa4d ._9--_,\n ._aa4d ._9-_0,\n ._aa4d ._9-_1,\n ._aa4d ._9-_2,\n ._aa4d ._9-_3,\n ._aa4d ._9---,\n ._aa4d ._9-_4,\n ._aa4d ._9-_5,\n ._aa4d ._9-_6,\n ._aa4d ._9-_7,\n ._aa4d ._a3wy,\n ._aa4d ._9-_8,\n ._aa4d ._9-_9,\n ._aa4d ._a3ow,\n ._aa4d ._9-_a,\n ._aa4d ._9-_b,\n ._aa4d ._9-_c,\n ._aa4d ._9-_d,\n ._aa4d ._9-_e,\n ._aa4d ._9-_f,\n ._aa4d ._9-_g,\n ._aa4d ._9-_h,\n ._aa4d ._9-_i,\n ._aa4d ._9-_j,\n ._aa4d ._9-_k,\n ._aa4d ._9-_l,\n ._aa4d ._9-_m,\n ._aa4d ._9-_n,\n ._aa4d ._9-_o,\n ._aa4d ._a3ox,\n ._aa4d ._9-_p,\n ._aa4d ._9-_q,\n ._aa4d ._a9fb,\n ._aa4d ._9-_t,\n ._aa4d ._9-_r,\n ._aa4d ._9-_s,\n ._aa4d ._a93g,\n ._aa4d ._9-_u,\n ._aa4d ._9-_v,\n ._aa4d ._a9fc,\n ._aa4d ._9-_w,\n ._aa4d ._9-_x,\n ._aa4d ._9-_y,\n ._aa4d ._9-_z,\n ._aa4d ._9-_-,\n ._aa4d ._9-__,\n ._aa4d ._9_00,\n ._aa4d ._a3oy,\n ._aa4d ._9_01,\n ._aa4d ._9_02,\n ._aa4d ._9_03,\n ._aa4d ._9_04,\n ._aa4d ._9_05,\n ._aa4d ._9_08,\n ._aa4d ._9_09,\n ._aa4d ._9_07,\n ._aa4d ._9_06,\n ._aa4d ._9_0a,\n ._aa4d ._9_0b,\n ._aa4d ._9_0c,\n ._aa4d ._9_0d,\n ._aa4d ._9_0e,\n ._aa4d ._9_0f,\n ._aa4d ._9_0g,\n ._aa4d ._a93h,\n ._aa4d ._9_0h,\n ._aa4d ._9_0i,\n ._aa4d ._9_0j,\n ._aa4d ._9_0k,\n ._aa4d ._aepo,\n ._aa4d ._9_0l,\n ._aa4d ._9_0m,\n ._aa4d ._9_0n,\n ._aa4d ._9_0o,\n ._aa4d ._9_0p,\n ._aa4d ._a3oz,\n ._aa4d ._a93l,\n ._aa4d ._9_0r,\n ._aa4d ._9_0s,\n ._aa4d ._a7tk,\n ._aa4d ._9_0q,\n ._aa4d ._a3o-,\n ._aa4d ._9_0t,\n ._aa4d ._9_0v,\n ._aa4d ._9_0u,\n ._aa4d ._a9ej,\n ._aa4d ._9_0w,\n ._aa4d ._9_0x,\n ._aa4d ._9_0y,\n ._aa4d ._9_0z,\n ._aa4d ._9_0_,\n ._aa4d ._9_0-,\n ._aa4d ._9_10,\n ._aa4d ._9_11,\n ._aa4d ._9_12,\n ._aa4d ._9_13,\n ._aa4d ._9_14,\n ._aa4d ._9_15,\n ._aa4d ._a3o_,\n ._aa4d ._9_18,\n ._aa4d ._9_19,\n ._aa4d ._9_1a,\n ._aa4d ._9_1e,\n ._aa4d ._9_1b,\n ._aa4d ._9_1c,\n ._aa4d ._9_1d,\n ._aa4d ._9_16,\n ._aa4d ._9_17,\n ._aa4d ._a3p0,\n ._aa4d ._9_1g,\n ._aa4d ._9_1i,\n ._aa4d ._9_1h,\n ._aa4d ._9_1j,\n ._aa4d ._9_1k,\n ._aa4d ._9_1l,\n ._aa4d ._9_1m,\n ._aa4d ._a9pw {\n filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n }\n ._aa4d [style*=\"background-image: url(\\\"https://static.cdninstagram.com/rsrc.php/v3/yU/r/H5Bq7ru-y9E.png\\\");\"] {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22110%22%20height%3D%2239.285%22%20viewBox%3D%220%200%20110%2039.285%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M8.481%206.431C6.358%207.32%204.025%209.83%203.288%2012.98c-.934%203.992%202.951%205.68%203.269%205.127.375-.65-.696-.87-.916-2.941-.285-2.675.959-5.665%202.525-6.976.292-.244.277.096.277.723%200%201.122-.062%2011.194-.062%2013.296%200%202.845-.118%203.742-.329%204.63-.213.9-.558%201.507-.297%201.741.292.262%201.533-.361%202.253-1.365.862-1.203%201.165-2.65%201.219-4.22.066-1.893.063-4.896.066-6.609.002-1.571.026-6.172-.028-8.938-.013-.679-1.894-1.39-2.783-1.018m75.38%2013.312c-.068%201.478-.396%202.635-.802%203.45-.786%201.579-2.419%202.068-3.111-.2-.377-1.236-.395-3.302-.123-5.028.276-1.758%201.048-3.086%202.325-2.966%201.261.118%201.85%201.742%201.712%204.744m-21.248%209.173c-.017%202.457-.404%204.611-1.233%205.237-1.176.887-2.757.221-2.43-1.571.289-1.586%201.659-3.207%203.666-5.187%200%200%20.004.451-.003%201.52m-.321-9.188c-.072%201.346-.421%202.699-.802%203.464-.786%201.579-2.43%202.071-3.111-.2-.465-1.552-.354-3.562-.123-4.828.299-1.642%201.024-3.167%202.325-3.167%201.265%200%201.89%201.388%201.712%204.73zm-12.307-.021c-.077%201.427-.355%202.619-.802%203.485-.808%201.568-2.407%202.065-3.111-.2-.508-1.634-.336-3.86-.123-5.063.314-1.785%201.099-3.05%202.325-2.93%201.26.123%201.872%201.742%201.712%204.709zm56.401%201.667c-.308%200-.449.318-.564.851-.404%201.858-.827%202.277-1.374%202.277-.611%200-1.159-.92-1.3-2.761-.111-1.448-.094-4.114.048-6.765.029-.544-.121-1.084-1.583-1.615-.629-.229-1.543-.564-1.998.533-1.286%203.103-1.789%205.568-1.907%206.568-.007.052-.069.063-.08-.058-.076-.802-.244-2.258-.265-5.32-.004-.597-.131-1.105-.79-1.521-.428-.27-1.727-.748-2.195-.179-.405.464-.875%201.715-1.362%203.198a270%20270%200%200%201-.672%202.02s.006-3.251.01-4.485c.002-.465-.317-.62-.414-.648-.433-.125-1.287-.336-1.649-.336-.447%200-.557.25-.557.614%200%20.047-.07%204.28-.07%207.24l.001.418c-.248%201.361-1.049%203.207-1.921%203.207s-1.285-.772-1.285-4.301c0-2.058.062-2.954.092-4.442.018-.858.052-1.516.05-1.665-.007-.459-.799-.69-1.167-.774a3.5%203.5%200%200%200-.944-.106c-.355.02-.607.253-.607.574l.002.499c-.459-.721-1.196-1.221-1.685-1.366-1.321-.393-2.699-.045-3.739%201.41-.826%201.156-1.324%202.465-1.52%204.346-.143%201.375-.097%202.77.158%203.949-.308%201.331-.879%201.876-1.505%201.876-.909%200-1.566-1.483-1.491-4.047.051-1.686.388-2.87.757-4.582.157-.73.03-1.112-.292-1.478-.294-.336-.921-.507-1.821-.296a32%2032%200%200%201-2.397.437s.051-.202.092-.558c.218-1.868-1.811-1.716-2.458-1.12-.386.356-.649.777-.749%201.531-.158%201.199.82%201.763.82%201.763-.321%201.469-1.107%203.386-1.918%204.772-.435.743-.767%201.294-1.197%201.879l-.003-.652c-.01-3.087.031-5.515.05-6.391.018-.858.052-1.498.051-1.648-.004-.336-.2-.462-.607-.621a4.4%204.4%200%200%200-1.227-.274c-.558-.044-.893.252-.884.602.002.066.002.471.002.471-.459-.721-1.196-1.221-1.685-1.366-1.321-.392-2.699-.044-3.739%201.41-.826%201.156-1.367%202.778-1.52%204.332-.143%201.448-.117%202.679.078%203.715-.21%201.038-.814%202.123-1.496%202.123-.873%200-1.37-.772-1.37-4.301%200-2.058.062-2.954.092-4.442.018-.858.052-1.516.05-1.665-.007-.459-.799-.69-1.167-.774a3.4%203.4%200%200%200-.975-.103c-.338.025-.574.328-.574.552v.519c-.459-.721-1.196-1.221-1.685-1.366-1.321-.392-2.692-.039-3.739%201.41-.683.945-1.235%201.992-1.52%204.311a14%2014%200%200%200-.113%201.884c-.273%201.665-1.475%203.585-2.458%203.585-.575%200-1.124-1.117-1.124-3.497%200-3.17.196-7.684.23-8.119l1.484-.024c.62-.007%201.181.008%202.008-.034.415-.021.813-1.508.386-1.692-.194-.084-1.563-.156-2.107-.168-.457-.01-1.727-.105-1.727-.105s.114-2.996.141-3.312c.022-.264-.319-.399-.515-.482-.476-.201-.902-.298-1.407-.402-.697-.144-1.013-.003-1.076.585-.094.893-.141%203.509-.141%203.509-.512%200-2.259-.1-2.771-.1-.475%200-.989%202.045-.331%202.07.757.03%202.075.055%202.948.081%200%200-.039%204.588-.039%206.005l.001.437c-.481%202.507-2.175%203.861-2.175%203.861.364-1.659-.38-2.904-1.718-3.958a123%20123%200%200%200-2.556-1.929s.631-.621%201.19-1.872c.396-.887.414-1.9-.56-2.124-1.608-.37-2.934.811-3.329%202.071-.307.977-.143%201.701.457%202.454q.066.083.141.167c-.363.7-.861%201.641-1.284%202.372-1.171%202.027-2.057%203.632-2.727%203.632-.535%200-.528-1.628-.528-3.153%200-1.315.097-3.29.175-5.336.025-.676-.312-1.063-.88-1.411-.344-.212-1.08-.629-1.506-.629-.638%200-2.477.087-4.215%205.114-.219.634-.649%201.789-.649%201.789l.037-6.046c0-.142-.076-.279-.249-.373-.293-.16-1.075-.484-1.771-.484q-.497%200-.497.461l-.061%209.459c0%20.718.019%201.557.09%201.924s.186.665.328.844a.95.95%200%200%200%20.576.369c.252.052%201.63.229%201.702-.298.086-.631.089-1.315.813-3.861%201.127-3.966%202.596-5.9%203.287-6.587.121-.12.259-.128.252.069-.03.869-.133%203.042-.204%204.887-.187%204.939.712%205.854%201.995%205.854.982%200%202.367-.976%203.851-3.446a868%20868%200%200%200%202.47-4.137c.45.417.955.865%201.46%201.343%201.173%201.112%201.558%202.17%201.302%203.174-.196.767-.931%201.557-2.241.789-.382-.224-.544-.397-.928-.65-.206-.135-.521-.176-.71-.034-.491.37-.77.839-.931%201.421-.156.567.411.866%201%201.127.506.226%201.594.43%202.288.453%202.704.09%204.87-1.306%206.378-4.906.27%203.11%201.419%204.87%203.414%204.87%201.334%200%202.672-1.725%203.257-3.421q.254%201.038.737%201.802c1.538%202.437%204.521%201.912%206.019-.157.463-.639.533-.869.533-.869.219%201.954%201.792%202.636%202.693%202.636%201.009%200%202.05-.476%202.781-2.121a6%206%200%200%200%20.281.51c1.538%202.437%204.521%201.912%206.019-.157a10%2010%200%200%200%20.186-.264l.044%201.284-1.379%201.265c-2.31%202.119-4.066%203.727-4.194%205.599-.166%202.387%201.77%203.275%203.235%203.39%201.555.123%202.888-.736%203.706-1.938.721-1.058%201.191-3.336%201.157-5.586-.013-.901-.036-2.046-.054-3.275a26.4%2026.4%200%200%200%202.569-3.529c.917-1.52%201.901-3.561%202.405-5.149%200%200%20.855.008%201.767-.053.292-.019.375.041.321.254-.065.259-1.152%204.451-.16%207.245.679%201.912%202.21%202.527%203.117%202.527%201.063%200%202.079-.802%202.623-1.993a4%204%200%200%200%20.209.38c1.538%202.437%204.51%201.909%206.019-.157.341-.466.533-.869.533-.869.323%202.022%201.896%202.647%202.796%202.647.938%200%201.828-.385%202.551-2.094.03.752.078%201.368.153%201.562.046.119.312.267.506.34.858.318%201.734.167%202.057.102.224-.045.399-.226.424-.69.063-1.22.024-3.27.394-4.794.621-2.558%201.2-3.549%201.475-4.04.154-.275.328-.32.333-.03.013.59.042%202.319.283%204.644.177%201.709.413%202.72.594%203.04.518.914%201.157.958%201.677.958.331%200%201.024-.091.961-.673-.03-.284.023-2.037.635-4.556.399-1.646%201.066-3.132%201.307-3.675.089-.2.13-.043.129-.012-.051%201.133-.164%204.839.297%206.865.626%202.746%202.435%203.053%203.067%203.053%201.346%200%202.448-1.024%202.818-3.719.089-.649-.043-1.149-.439-1.149%22/%3E%3C/svg%3E\") !important;\n background-position: -3px -7px !important;\n background-size: unset !important;\n }\n ._aa4d [aria-label=\"Two factor authentication lock icon\"] {\n background: url(\"data:image/svg+xml,%3Csvg%20width%3D%2276%22%20height%3D%2276%22%20viewBox%3D%220%200%2076%2076%22%20fill%3D%22%238aadf4%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M38.49.004c-4.62-.066-9.374.71-14.079%202.456C7.41%208.766-2.782%2027.015.672%2044.969c2.997%2015.573%2014.442%2027.16%2029.91%2030.28%2023.375%204.714%2045.416-13.374%2045.416-37.271C75.998%2016.38%2058.508.288%2038.49.004m-.503%203.098c3.374%200%206.747.41%209.379%201.231C59.724%208.187%2067.739%2016.208%2071.63%2028.616c1.644%205.24%201.645%2013.474.002%2018.741-3.825%2012.263-11.866%2020.357-24.019%2024.174-6.902%202.169-15.31%201.747-22.419-1.125C5.896%2062.611-2.438%2040.654%206.89%2022.181c4.408-8.729%2011.704-14.725%2021.717-17.848%202.632-.82%206.006-1.231%209.38-1.231m15.47%201.416.082.04q-.02.04-.037.081a1%201%200%200%200-.045-.12m-.011.872q.015.042.034.08l-.093-.041a.3.3%200%200%200%20.059-.039M37.987%2021.69c-4.812%200-7.402%202.806-7.404%208.02%200%202.714-.056%202.839-1.26%202.839-1.61%200-3.961%201.21-4.358%202.243-.168.44-.306%203.79-.306%207.446%200%206.398.045%206.692%201.211%207.858l1.212%201.211h21.81l1.212-1.21c1.167-1.167%201.212-1.46%201.212-7.859%200-3.655-.139-7.006-.307-7.446-.397-1.033-2.748-2.243-4.359-2.243-1.203%200-1.259-.125-1.26-2.838%200-5.215-2.59-8.021-7.403-8.021m0%203.208c3.374%200%204.443%201.201%204.443%204.99v2.66h-8.885v-2.66c0-3.789%201.07-4.99%204.442-4.99m.084%2010.563c4.69.023%209.362.276%209.745.738.378.455.524%202.583.431%206.294l-.14%205.606-9.904.133c-5.447.073-10.057-.019-10.244-.205-.613-.614-.386-11.284.254-11.924.458-.458%205.167-.665%209.858-.642M38%2039.723a1.05%201.05%200%200%200-1.05%201.049%201.05%201.05%200%200%200%20.617.957v2.225h.865v-2.225a1.05%201.05%200%200%200%20.617-.957%201.05%201.05%200%200%200-1.05-1.05m15.607%2030.662a1%201%200%200%200-.084.14.2.2%200%200%200-.068-.072zm-.122.923q.031.056.078.098-.06.028-.123.053c.016-.05.029-.088.045-.151%22/%3E%3C/svg%3E\") no-repeat !important;\n height: 0 !important;\n width: 0 !important;\n padding-left: 76px !important;\n padding-top: 76px !important;\n background-size: unset !important;\n }\n ._aa4d img[src=\"/images/instagram/xig/web/illo-confirm-refresh-light.png\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 96px !important;\n padding-top: 96px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20width%3D%2296%22%20height%3D%2295.986%22%20viewBox%3D%220%200%2025.4%2025.397%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23b7bdf8%22%3E%3Cpath%20d%3D%22M12.591.001c-1.934.008-2.265.045-3.353.374-.664.201-1.703.612-2.308.914s-1.582.931-2.172%201.396c-.589.466-1.436%201.287-1.883%201.825-.468.564-1.127%201.604-1.554%202.455C.913%207.777.45%208.923.292%209.514c-.234.872-.288%201.461-.292%203.152-.004%201.575.053%202.291.231%202.951.13.479.353%201.192.497%201.582.143.391.389.964.546%201.274s.581.994.943%201.519a14.4%2014.4%200%200%200%201.558%201.82c.496.476%201.263%201.109%201.706%201.408s1.112.698%201.487.887%201.069.477%201.543.638c.473.161%201.282.371%201.799.466s1.513.178%202.214.184%201.667-.05%202.146-.125%201.355-.293%201.945-.485%201.375-.501%201.744-.687a17%2017%200%200%200%201.475-.88c.443-.298%201.21-.932%201.706-1.408s1.197-1.295%201.559-1.82.81-1.257.995-1.626.494-1.154.685-1.744.41-1.465.485-1.945.136-1.385.136-2.012-.061-1.533-.136-2.012-.293-1.355-.485-1.945-.5-1.375-.685-1.744-.633-1.1-.994-1.626a14.4%2014.4%200%200%200-1.559-1.82c-.496-.476-1.286-1.125-1.757-1.443-.471-.317-1.289-.778-1.82-1.023S16.49.466%2015.868.297c-.969-.261-1.437-.304-3.277-.296m-.515.555.001.003h-.004q.002%200%20.003-.003m.65.254c1.324.011%202.002.084%202.817.303.59.158%201.58.531%202.2.827s1.435.763%201.811%201.036.972.764%201.324%201.09.938.995%201.302%201.486.906%201.402%201.203%202.025c.297.622.671%201.614.831%202.205.23.851.29%201.448.29%202.884%200%201.426-.061%202.039-.287%202.884-.158.59-.586%201.677-.95%202.414s-1%201.748-1.412%202.245-1.155%201.241-1.652%201.652c-.497.412-1.507%201.047-2.245%201.412s-1.824.787-2.414.937c-.599.153-1.696.299-2.482.331-.874.035-1.772-.013-2.369-.127a17%2017%200%200%201-1.677-.418%2016%2016%200%200%201-1.656-.7c-.517-.256-1.271-.709-1.677-1.006s-.999-.789-1.317-1.092c-.319-.303-.875-.948-1.235-1.432s-.899-1.39-1.197-2.012c-.297-.622-.667-1.615-.821-2.205s-.312-1.707-.35-2.482c-.055-1.1-.011-1.693.2-2.71.148-.716.474-1.772.723-2.348s.692-1.408.984-1.849.919-1.214%201.392-1.716S5.417%203.202%206.022%202.8s1.515-.903%202.024-1.112a18%2018%200%200%201%201.931-.637c.76-.194%201.432-.253%202.75-.242m3.229.115v.002l.006.004-.012-.003zm3.312%206.912c-.129%200-2.197%201.962-4.596%204.36l-4.363%204.361-2.077-2.08c-1.456-1.459-2.167-2.08-2.38-2.08-.225%200-.304.078-.304.3%200%20.21.679.98%202.245%202.549%201.413%201.415%202.345%202.248%202.514%202.248.174%200%201.838-1.568%204.73-4.459%203.7-3.699%204.461-4.523%204.461-4.829%200-.262-.068-.369-.234-.369m5.624%202.252.004.015q-.003-.004-.008-.007zm-.303.013.006.003-.004.005zM7.614%2023.749l.019.009-.004.016q-.006-.013-.014-.024m8.544.584-.001.003-.004-.002zm.004.306.003.001-.005.001z%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'] {\n /* No photo icon */\n /* Private page icon */\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n ._aa4d [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n ._aa4d ._aaqh {\n background-color: #363a4f;\n }\n ._aa4d .xzloghq,\n ._aa4d ._acas:not(._acao),\n ._aa4d .xzloghq svg,\n ._aa4d ._acas:not(._acao) svg {\n color: #181926;\n fill: #1e2030;\n }\n ._aa4d ._acas:not(._acao):hover {\n background-color: #363a4f !important;\n color: #b7bdf8 !important;\n }\n ._aa4d .x1gjpkn9,\n ._aa4d ._acat,\n ._aa4d ._acap,\n a._aa4d .x1gjpkn9,\n a._aa4d ._acat,\n a._aa4d ._acap,\n ._aa4d .x1gjpkn9:visited,\n ._aa4d ._acat:visited,\n ._aa4d ._acap:visited,\n a._aa4d .x1gjpkn9:visited,\n a._aa4d ._acat:visited,\n a._aa4d ._acap:visited {\n color: #cad3f5;\n }\n ._aa4d div:has(> .x1mu97ne) {\n background-color: #181926;\n border-color: #6e738d;\n box-shadow: 0 10px 35px 2px rgba(24, 25, 38, 0.993);\n }\n ._aa4d .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 rgba(24, 25, 38, 0.995);\n }\n ._aa4d ._ab81 {\n background-color: #1e2030;\n }\n ._aa4d ._ab85,\n ._aa4d ._ab6i,\n ._aa4d ._ab85 .xvbhtw8,\n ._aa4d ._aav4 {\n background-color: #181926;\n }\n ._aa4d ._abmp {\n color: #cad3f5;\n }\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: #24273a !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n /* Radios have left padding */\n padding-left: 0 !important;\n /* The heading */\n /* Radios */\n /* That \"border\" */\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #24273a !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"] {\n /* Selected radio */\n /* Not selected radio */\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: #b7bdf8 !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #363a4f !important;\n }\n ._aa4d div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4d .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(38\\, 38\\, 38)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: #cad3f5 !important;\n }\n ._aa4d span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(142\\, 142\\, 142)\"],\n ._aa4d span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: #a5adcb !important;\n }\n ._aa4d .leaflet-popup-content-wrapper,\n ._aa4d .leaflet-popup-tip {\n background-color: #1e2030;\n box-shadow: 0 5px 15px rgba(24, 25, 38, 0.996);\n }\n ._aa4d .leaflet-popup-content-wrapper *,\n ._aa4d .leaflet-popup-tip * {\n color: #cad3f5 !important;\n }\n ._aa4d ::-webkit-scrollbar {\n background-color: #181926;\n }\n ._aa4d ::-webkit-scrollbar-thumb {\n background-color: #b7bdf8;\n border-radius: 10px;\n }\n ._aa4c {\n color-scheme: dark;\n /* Sidebar */\n /* Story background */\n /* Story progress bar */\n /* Story seen / not seen ring */\n /* Posts */\n /* Icons */\n /* Share box */\n /* Toggle sliders */\n /* Log In With Facebook text */\n /* Excluded: - _9ys7, _9_1f, _9ys8 (verified icon) */\n /* Custom icons */\n /* Instagram text logo */\n /* 2fa lock icon */\n /* \"All caught up\" icon */\n /* Post swipe icons */\n /* Inside primary buttons */\n /* Secondary buttons */\n /* Profile banner */\n /* Dialog overlay */\n /* Settings */\n /* Settings saved toast */\n /* Bloks */\n /* Map pop-ups */\n /* Scrollbar */\n }\n ._aa4c ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n ._aa4c input::placeholder,\n ._aa4c textarea::placeholder {\n color: #a5adcb !important;\n }\n ._aa4c,\n ._aa4c .x1qjc9v5,\n ._aa4c .x9f619,\n ._aa4c .x78zum5,\n ._aa4c .xdt5ytf,\n ._aa4c .x1iyjqo2,\n ._aa4c .xl56j7k {\n --web-always-black: 24, 25, 38;\n --ig-primary-icon: 202, 211, 245;\n --web-always-white: 202, 211, 245;\n --always-white: 202, 211, 245;\n --overlay-alpha-80: rgba(24, 25, 38, 0.5);\n --always-dark-overlay: rgba(54, 58, 79, 0.5);\n --grey-9: 24, 25, 38;\n --ig-primary-background: 36, 39, 58;\n --ig-secondary-background: 54, 58, 79;\n --ig-banner-background: 24, 25, 38;\n --ig-highlight-background: 54, 58, 79;\n --ig-elevated-background: 24, 25, 38;\n --ig-elevated-highlight-background: 54, 58, 79;\n --ig-hover-overlay: 202, 211, 245, 0.1;\n --hover-overlay: rgba(54, 58, 79, 0.2);\n --ig-text-on-color: 24, 25, 38;\n --ig-badge: 183, 189, 248;\n --ig-primary-button: 183, 189, 248;\n --ig-primary-button-hover: rgba(183, 189, 248, 0.8);\n --ig-secondary-button-background: 54, 58, 79;\n --ig-secondary-button-hover: 73, 77, 100;\n --ig-secondary-button: 202, 211, 245;\n --ig-primary-text: 202, 211, 245;\n --ig-secondary-text: 165, 173, 203;\n --ig-tertiary-text: 165, 173, 203;\n --wbloks-primary-text: #cad3f5;\n --ig-text-on-media: 202, 211, 245;\n --ig-separator: 54, 58, 79;\n --chat-admin-text-color: 165, 173, 203;\n --ig-elevated-separator: 54, 58, 79;\n --post-separator: 110, 115, 141;\n --ig-stroke: 110, 115, 141;\n --grey-2: 110, 115, 141;\n --ig-link: 183, 189, 248;\n --ig-error-or-destructive: 238, 153, 160;\n --ig-success: 166, 218, 149;\n --blue-2: 138, 173, 244;\n --ig-close-friends-refreshed: 166, 218, 149;\n --ig-text-input-border-hover-prism: 73, 77, 100;\n --ig-toggle-outline-prism: 202, 211, 245;\n --ig-toggle-background-on-prism: 202, 211, 245;\n --ig-stroke-prism: 24, 25, 38;\n --barcelona-logo: 202, 211, 245;\n scrollbar-color: #b7bdf8 #181926;\n }\n ._aa4c #splash-screen {\n background-color: #24273a !important;\n }\n ._aa4c .x1xgvd2v {\n background-color: #181926 !important;\n }\n ._aa4c .x1xgvd2v[style=\"transform: translateX(0px);\"] {\n background-color: #1e2030 !important;\n }\n ._aa4c .x1zvrr1 {\n background-color: #1e2030;\n }\n ._aa4c svg[aria-label=\"Loading...\"] {\n stroke: #cad3f5;\n }\n ._aa4c .x5qyhuo {\n background-color: #24273a;\n }\n ._aa4c ._ac3p {\n background-color: #b7bdf8 !important;\n }\n ._aa4c button:has(canvas + span > img[alt$=\"'s profile picture\"]) canvas {\n display: none;\n }\n ._aa4c button:has(canvas + span > img[alt$=\"'s profile picture\"]) span {\n outline-style: solid;\n outline-offset: 0.15rem;\n }\n ._aa4c button:has(canvas + span > img[alt$=\"'s profile picture\"])[aria-label^=\"Story by\"][aria-label$=\"not seen\"] span {\n outline-color: #b7bdf8;\n outline-width: 0.2rem;\n }\n ._aa4c button:has(canvas + span > img[alt$=\"'s profile picture\"])[aria-label^=\"Story by\"]:not([aria-label$=\"not seen\"]) span {\n outline-color: #5b6078;\n outline-width: 0.075rem;\n }\n ._aa4c ._aggc {\n background-color: #1e2030;\n border-color: #6e738d !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px rgba(24, 25, 38, 0.8);\n box-sizing: border-box;\n }\n ._aa4c ._aatc ._aasi,\n ._aa4c ._ae1i,\n ._aa4c ._aggc textarea.xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4c svg[aria-label=\"Unlike\"] {\n fill: #b7bdf8;\n }\n ._aa4c svg[aria-label=\"Close\"] {\n color: #cad3f5;\n }\n ._aa4c svg[aria-label=\"Verified\"] {\n fill: #b7bdf8;\n }\n ._aa4c .xzloghq {\n background-color: #363a4f;\n color: #cad3f5 !important;\n }\n ._aa4c .xzloghq:hover {\n color: #1e2030 !important;\n background-color: #b7bdf8 !important;\n }\n ._aa4c .xk5f4mz {\n background-color: #1e2030;\n }\n ._aa4c .xk5f4mz:hover {\n background-color: #b7bdf8;\n }\n ._aa4c .x3nfvp2 {\n color: #cad3f5 !important;\n }\n ._aa4c .x3nfvp2:hover {\n color: #181926;\n }\n ._aa4c .x1r7x56h {\n background-color: #b7bdf8;\n }\n ._aa4c .x100vrsf {\n background-color: #363a4f;\n }\n ._aa4c .xw4jnvo {\n background-color: #8087a2;\n }\n ._aa4c .x1psfjxj {\n background-color: #1e2030;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: #b7bdf8 !important;\n }\n ._aa4c .xs7f9wi {\n background-color: #1e2030 !important;\n }\n ._aa4c .x1d72o {\n background-color: #363a4f;\n }\n ._aa4c ._ab37 {\n color: #8aadf4;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._aa4c ._9zkj,\n ._aa4c ._a3ds,\n ._aa4c ._a3dt,\n ._aa4c ._a3du,\n ._aa4c ._a3dv,\n ._aa4c ._a3dw,\n ._aa4c ._9-b3,\n ._aa4c ._9znl,\n ._aa4c ._9z-6,\n ._aa4c ._a3dx,\n ._aa4c ._a3dy,\n ._aa4c ._a3dz,\n ._aa4c ._a3d-,\n ._aa4c ._a3d_,\n ._aa4c ._a3e0,\n ._aa4c ._9zm4,\n ._aa4c ._a3e1,\n ._aa4c ._a3e2,\n ._aa4c ._a3e3,\n ._aa4c ._a3e4,\n ._aa4c ._a3e5,\n ._aa4c ._a3e6,\n ._aa4c ._a3e7,\n ._aa4c ._a3e8,\n ._aa4c ._a3e9,\n ._aa4c ._a3ea,\n ._aa4c ._9_57,\n ._aa4c ._9_n5,\n ._aa4c ._9-y3,\n ._aa4c ._a3eb,\n ._aa4c ._a3ec,\n ._aa4c ._a3ed,\n ._aa4c ._a3ee,\n ._aa4c ._9zlu,\n ._aa4c ._9-yp,\n ._aa4c ._a3ef,\n ._aa4c ._a3eg,\n ._aa4c ._9_wm,\n ._aa4c ._a3eh,\n ._aa4c ._a3ei,\n ._aa4c ._9-j_,\n ._aa4c ._a3ej,\n ._aa4c ._a3ek,\n ._aa4c ._9_ij,\n ._aa4c ._9_d_,\n ._aa4c ._9_e1,\n ._aa4c ._9-mm,\n ._aa4c ._9_cx,\n ._aa4c ._9zm0,\n ._aa4c ._9zfi,\n ._aa4c ._9-ub,\n ._aa4c ._a3el,\n ._aa4c ._9-7-,\n ._aa4c ._9-1a,\n ._aa4c ._a3em,\n ._aa4c ._9zrp,\n ._aa4c ._a3en,\n ._aa4c ._9zz9,\n ._aa4c ._a3eo,\n ._aa4c ._9zmr,\n ._aa4c ._9-8d,\n ._aa4c ._9zhi,\n ._aa4c ._a3ep,\n ._aa4c ._9zs0,\n ._aa4c ._9-j-,\n ._aa4c ._a3eq,\n ._aa4c ._9zli,\n ._aa4c ._9_4y,\n ._aa4c ._9zm2,\n ._aa4c ._9zfj,\n ._aa4c ._9zlg,\n ._aa4c ._a3er,\n ._aa4c ._9-lv,\n ._aa4c ._9_ug,\n ._aa4c ._9_sh,\n ._aa4c ._9_sj,\n ._aa4c ._9-k0,\n ._aa4c ._9z-c,\n ._aa4c ._9_35,\n ._aa4c ._9_hh,\n ._aa4c ._a3es,\n ._aa4c ._a3et,\n ._aa4c ._a3eu,\n ._aa4c ._9-v-,\n ._aa4c ._9_4d,\n ._aa4c ._9zlh,\n ._aa4c ._a3ev,\n ._aa4c ._a3ew,\n ._aa4c ._a3ex,\n ._aa4c ._a3ey,\n ._aa4c ._9_7m,\n ._aa4c ._9_fv,\n ._aa4c ._a3ez,\n ._aa4c ._9-zf,\n ._aa4c ._9-zg,\n ._aa4c ._9-ze,\n ._aa4c ._a9fa,\n ._aa4c ._9-zh,\n ._aa4c ._9-zi,\n ._aa4c ._9-zj,\n ._aa4c ._9-zk,\n ._aa4c ._9-zl,\n ._aa4c ._9-zm,\n ._aa4c ._9-zn,\n ._aa4c ._9-zo,\n ._aa4c ._9-zp,\n ._aa4c ._9-zq,\n ._aa4c ._9-zr,\n ._aa4c ._9-zs,\n ._aa4c ._9-zt,\n ._aa4c ._a3op,\n ._aa4c ._a3oq,\n ._aa4c ._9-zu,\n ._aa4c ._9-zv,\n ._aa4c ._9-zw,\n ._aa4c ._9-zx,\n ._aa4c ._9-zy,\n ._aa4c ._9-zz,\n ._aa4c ._9-z-,\n ._aa4c ._a3or,\n ._aa4c ._a3ot,\n ._aa4c ._a3os,\n ._aa4c ._9zs1,\n ._aa4c ._9zs2,\n ._aa4c ._9-z_,\n ._aa4c ._9--0,\n ._aa4c ._9--1,\n ._aa4c ._9--2,\n ._aa4c ._9--3,\n ._aa4c ._9--4,\n ._aa4c ._9--5,\n ._aa4c ._9--6,\n ._aa4c ._9--7,\n ._aa4c ._9--f,\n ._aa4c ._9--8,\n ._aa4c ._9--9,\n ._aa4c ._9--a,\n ._aa4c ._9--b,\n ._aa4c ._9--c,\n ._aa4c ._9--d,\n ._aa4c ._9--e,\n ._aa4c ._a3ou,\n ._aa4c ._9--g,\n ._aa4c ._9--h,\n ._aa4c ._9--i,\n ._aa4c ._9--j,\n ._aa4c ._9--l,\n ._aa4c ._9--k,\n ._aa4c ._9--m,\n ._aa4c ._9--n,\n ._aa4c ._9--o,\n ._aa4c ._9--p,\n ._aa4c ._9--q,\n ._aa4c ._a3ov,\n ._aa4c ._9--s,\n ._aa4c ._9--r,\n ._aa4c ._9--t,\n ._aa4c ._9--u,\n ._aa4c ._9--v,\n ._aa4c ._9--x,\n ._aa4c ._9--y,\n ._aa4c ._9--w,\n ._aa4c ._9--z,\n ._aa4c ._9--_,\n ._aa4c ._9-_0,\n ._aa4c ._9-_1,\n ._aa4c ._9-_2,\n ._aa4c ._9-_3,\n ._aa4c ._9---,\n ._aa4c ._9-_4,\n ._aa4c ._9-_5,\n ._aa4c ._9-_6,\n ._aa4c ._9-_7,\n ._aa4c ._a3wy,\n ._aa4c ._9-_8,\n ._aa4c ._9-_9,\n ._aa4c ._a3ow,\n ._aa4c ._9-_a,\n ._aa4c ._9-_b,\n ._aa4c ._9-_c,\n ._aa4c ._9-_d,\n ._aa4c ._9-_e,\n ._aa4c ._9-_f,\n ._aa4c ._9-_g,\n ._aa4c ._9-_h,\n ._aa4c ._9-_i,\n ._aa4c ._9-_j,\n ._aa4c ._9-_k,\n ._aa4c ._9-_l,\n ._aa4c ._9-_m,\n ._aa4c ._9-_n,\n ._aa4c ._9-_o,\n ._aa4c ._a3ox,\n ._aa4c ._9-_p,\n ._aa4c ._9-_q,\n ._aa4c ._a9fb,\n ._aa4c ._9-_t,\n ._aa4c ._9-_r,\n ._aa4c ._9-_s,\n ._aa4c ._a93g,\n ._aa4c ._9-_u,\n ._aa4c ._9-_v,\n ._aa4c ._a9fc,\n ._aa4c ._9-_w,\n ._aa4c ._9-_x,\n ._aa4c ._9-_y,\n ._aa4c ._9-_z,\n ._aa4c ._9-_-,\n ._aa4c ._9-__,\n ._aa4c ._9_00,\n ._aa4c ._a3oy,\n ._aa4c ._9_01,\n ._aa4c ._9_02,\n ._aa4c ._9_03,\n ._aa4c ._9_04,\n ._aa4c ._9_05,\n ._aa4c ._9_08,\n ._aa4c ._9_09,\n ._aa4c ._9_07,\n ._aa4c ._9_06,\n ._aa4c ._9_0a,\n ._aa4c ._9_0b,\n ._aa4c ._9_0c,\n ._aa4c ._9_0d,\n ._aa4c ._9_0e,\n ._aa4c ._9_0f,\n ._aa4c ._9_0g,\n ._aa4c ._a93h,\n ._aa4c ._9_0h,\n ._aa4c ._9_0i,\n ._aa4c ._9_0j,\n ._aa4c ._9_0k,\n ._aa4c ._aepo,\n ._aa4c ._9_0l,\n ._aa4c ._9_0m,\n ._aa4c ._9_0n,\n ._aa4c ._9_0o,\n ._aa4c ._9_0p,\n ._aa4c ._a3oz,\n ._aa4c ._a93l,\n ._aa4c ._9_0r,\n ._aa4c ._9_0s,\n ._aa4c ._a7tk,\n ._aa4c ._9_0q,\n ._aa4c ._a3o-,\n ._aa4c ._9_0t,\n ._aa4c ._9_0v,\n ._aa4c ._9_0u,\n ._aa4c ._a9ej,\n ._aa4c ._9_0w,\n ._aa4c ._9_0x,\n ._aa4c ._9_0y,\n ._aa4c ._9_0z,\n ._aa4c ._9_0_,\n ._aa4c ._9_0-,\n ._aa4c ._9_10,\n ._aa4c ._9_11,\n ._aa4c ._9_12,\n ._aa4c ._9_13,\n ._aa4c ._9_14,\n ._aa4c ._9_15,\n ._aa4c ._a3o_,\n ._aa4c ._9_18,\n ._aa4c ._9_19,\n ._aa4c ._9_1a,\n ._aa4c ._9_1e,\n ._aa4c ._9_1b,\n ._aa4c ._9_1c,\n ._aa4c ._9_1d,\n ._aa4c ._9_16,\n ._aa4c ._9_17,\n ._aa4c ._a3p0,\n ._aa4c ._9_1g,\n ._aa4c ._9_1i,\n ._aa4c ._9_1h,\n ._aa4c ._9_1j,\n ._aa4c ._9_1k,\n ._aa4c ._9_1l,\n ._aa4c ._9_1m,\n ._aa4c ._a9pw {\n filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n }\n ._aa4c [style*=\"background-image: url(\\\"https://static.cdninstagram.com/rsrc.php/v3/yU/r/H5Bq7ru-y9E.png\\\");\"] {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22110%22%20height%3D%2239.285%22%20viewBox%3D%220%200%20110%2039.285%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M8.481%206.431C6.358%207.32%204.025%209.83%203.288%2012.98c-.934%203.992%202.951%205.68%203.269%205.127.375-.65-.696-.87-.916-2.941-.285-2.675.959-5.665%202.525-6.976.292-.244.277.096.277.723%200%201.122-.062%2011.194-.062%2013.296%200%202.845-.118%203.742-.329%204.63-.213.9-.558%201.507-.297%201.741.292.262%201.533-.361%202.253-1.365.862-1.203%201.165-2.65%201.219-4.22.066-1.893.063-4.896.066-6.609.002-1.571.026-6.172-.028-8.938-.013-.679-1.894-1.39-2.783-1.018m75.38%2013.312c-.068%201.478-.396%202.635-.802%203.45-.786%201.579-2.419%202.068-3.111-.2-.377-1.236-.395-3.302-.123-5.028.276-1.758%201.048-3.086%202.325-2.966%201.261.118%201.85%201.742%201.712%204.744m-21.248%209.173c-.017%202.457-.404%204.611-1.233%205.237-1.176.887-2.757.221-2.43-1.571.289-1.586%201.659-3.207%203.666-5.187%200%200%20.004.451-.003%201.52m-.321-9.188c-.072%201.346-.421%202.699-.802%203.464-.786%201.579-2.43%202.071-3.111-.2-.465-1.552-.354-3.562-.123-4.828.299-1.642%201.024-3.167%202.325-3.167%201.265%200%201.89%201.388%201.712%204.73zm-12.307-.021c-.077%201.427-.355%202.619-.802%203.485-.808%201.568-2.407%202.065-3.111-.2-.508-1.634-.336-3.86-.123-5.063.314-1.785%201.099-3.05%202.325-2.93%201.26.123%201.872%201.742%201.712%204.709zm56.401%201.667c-.308%200-.449.318-.564.851-.404%201.858-.827%202.277-1.374%202.277-.611%200-1.159-.92-1.3-2.761-.111-1.448-.094-4.114.048-6.765.029-.544-.121-1.084-1.583-1.615-.629-.229-1.543-.564-1.998.533-1.286%203.103-1.789%205.568-1.907%206.568-.007.052-.069.063-.08-.058-.076-.802-.244-2.258-.265-5.32-.004-.597-.131-1.105-.79-1.521-.428-.27-1.727-.748-2.195-.179-.405.464-.875%201.715-1.362%203.198a270%20270%200%200%201-.672%202.02s.006-3.251.01-4.485c.002-.465-.317-.62-.414-.648-.433-.125-1.287-.336-1.649-.336-.447%200-.557.25-.557.614%200%20.047-.07%204.28-.07%207.24l.001.418c-.248%201.361-1.049%203.207-1.921%203.207s-1.285-.772-1.285-4.301c0-2.058.062-2.954.092-4.442.018-.858.052-1.516.05-1.665-.007-.459-.799-.69-1.167-.774a3.5%203.5%200%200%200-.944-.106c-.355.02-.607.253-.607.574l.002.499c-.459-.721-1.196-1.221-1.685-1.366-1.321-.393-2.699-.045-3.739%201.41-.826%201.156-1.324%202.465-1.52%204.346-.143%201.375-.097%202.77.158%203.949-.308%201.331-.879%201.876-1.505%201.876-.909%200-1.566-1.483-1.491-4.047.051-1.686.388-2.87.757-4.582.157-.73.03-1.112-.292-1.478-.294-.336-.921-.507-1.821-.296a32%2032%200%200%201-2.397.437s.051-.202.092-.558c.218-1.868-1.811-1.716-2.458-1.12-.386.356-.649.777-.749%201.531-.158%201.199.82%201.763.82%201.763-.321%201.469-1.107%203.386-1.918%204.772-.435.743-.767%201.294-1.197%201.879l-.003-.652c-.01-3.087.031-5.515.05-6.391.018-.858.052-1.498.051-1.648-.004-.336-.2-.462-.607-.621a4.4%204.4%200%200%200-1.227-.274c-.558-.044-.893.252-.884.602.002.066.002.471.002.471-.459-.721-1.196-1.221-1.685-1.366-1.321-.392-2.699-.044-3.739%201.41-.826%201.156-1.367%202.778-1.52%204.332-.143%201.448-.117%202.679.078%203.715-.21%201.038-.814%202.123-1.496%202.123-.873%200-1.37-.772-1.37-4.301%200-2.058.062-2.954.092-4.442.018-.858.052-1.516.05-1.665-.007-.459-.799-.69-1.167-.774a3.4%203.4%200%200%200-.975-.103c-.338.025-.574.328-.574.552v.519c-.459-.721-1.196-1.221-1.685-1.366-1.321-.392-2.692-.039-3.739%201.41-.683.945-1.235%201.992-1.52%204.311a14%2014%200%200%200-.113%201.884c-.273%201.665-1.475%203.585-2.458%203.585-.575%200-1.124-1.117-1.124-3.497%200-3.17.196-7.684.23-8.119l1.484-.024c.62-.007%201.181.008%202.008-.034.415-.021.813-1.508.386-1.692-.194-.084-1.563-.156-2.107-.168-.457-.01-1.727-.105-1.727-.105s.114-2.996.141-3.312c.022-.264-.319-.399-.515-.482-.476-.201-.902-.298-1.407-.402-.697-.144-1.013-.003-1.076.585-.094.893-.141%203.509-.141%203.509-.512%200-2.259-.1-2.771-.1-.475%200-.989%202.045-.331%202.07.757.03%202.075.055%202.948.081%200%200-.039%204.588-.039%206.005l.001.437c-.481%202.507-2.175%203.861-2.175%203.861.364-1.659-.38-2.904-1.718-3.958a123%20123%200%200%200-2.556-1.929s.631-.621%201.19-1.872c.396-.887.414-1.9-.56-2.124-1.608-.37-2.934.811-3.329%202.071-.307.977-.143%201.701.457%202.454q.066.083.141.167c-.363.7-.861%201.641-1.284%202.372-1.171%202.027-2.057%203.632-2.727%203.632-.535%200-.528-1.628-.528-3.153%200-1.315.097-3.29.175-5.336.025-.676-.312-1.063-.88-1.411-.344-.212-1.08-.629-1.506-.629-.638%200-2.477.087-4.215%205.114-.219.634-.649%201.789-.649%201.789l.037-6.046c0-.142-.076-.279-.249-.373-.293-.16-1.075-.484-1.771-.484q-.497%200-.497.461l-.061%209.459c0%20.718.019%201.557.09%201.924s.186.665.328.844a.95.95%200%200%200%20.576.369c.252.052%201.63.229%201.702-.298.086-.631.089-1.315.813-3.861%201.127-3.966%202.596-5.9%203.287-6.587.121-.12.259-.128.252.069-.03.869-.133%203.042-.204%204.887-.187%204.939.712%205.854%201.995%205.854.982%200%202.367-.976%203.851-3.446a868%20868%200%200%200%202.47-4.137c.45.417.955.865%201.46%201.343%201.173%201.112%201.558%202.17%201.302%203.174-.196.767-.931%201.557-2.241.789-.382-.224-.544-.397-.928-.65-.206-.135-.521-.176-.71-.034-.491.37-.77.839-.931%201.421-.156.567.411.866%201%201.127.506.226%201.594.43%202.288.453%202.704.09%204.87-1.306%206.378-4.906.27%203.11%201.419%204.87%203.414%204.87%201.334%200%202.672-1.725%203.257-3.421q.254%201.038.737%201.802c1.538%202.437%204.521%201.912%206.019-.157.463-.639.533-.869.533-.869.219%201.954%201.792%202.636%202.693%202.636%201.009%200%202.05-.476%202.781-2.121a6%206%200%200%200%20.281.51c1.538%202.437%204.521%201.912%206.019-.157a10%2010%200%200%200%20.186-.264l.044%201.284-1.379%201.265c-2.31%202.119-4.066%203.727-4.194%205.599-.166%202.387%201.77%203.275%203.235%203.39%201.555.123%202.888-.736%203.706-1.938.721-1.058%201.191-3.336%201.157-5.586-.013-.901-.036-2.046-.054-3.275a26.4%2026.4%200%200%200%202.569-3.529c.917-1.52%201.901-3.561%202.405-5.149%200%200%20.855.008%201.767-.053.292-.019.375.041.321.254-.065.259-1.152%204.451-.16%207.245.679%201.912%202.21%202.527%203.117%202.527%201.063%200%202.079-.802%202.623-1.993a4%204%200%200%200%20.209.38c1.538%202.437%204.51%201.909%206.019-.157.341-.466.533-.869.533-.869.323%202.022%201.896%202.647%202.796%202.647.938%200%201.828-.385%202.551-2.094.03.752.078%201.368.153%201.562.046.119.312.267.506.34.858.318%201.734.167%202.057.102.224-.045.399-.226.424-.69.063-1.22.024-3.27.394-4.794.621-2.558%201.2-3.549%201.475-4.04.154-.275.328-.32.333-.03.013.59.042%202.319.283%204.644.177%201.709.413%202.72.594%203.04.518.914%201.157.958%201.677.958.331%200%201.024-.091.961-.673-.03-.284.023-2.037.635-4.556.399-1.646%201.066-3.132%201.307-3.675.089-.2.13-.043.129-.012-.051%201.133-.164%204.839.297%206.865.626%202.746%202.435%203.053%203.067%203.053%201.346%200%202.448-1.024%202.818-3.719.089-.649-.043-1.149-.439-1.149%22/%3E%3C/svg%3E\") !important;\n background-position: -3px -7px !important;\n background-size: unset !important;\n }\n ._aa4c [aria-label=\"Two factor authentication lock icon\"] {\n background: url(\"data:image/svg+xml,%3Csvg%20width%3D%2276%22%20height%3D%2276%22%20viewBox%3D%220%200%2076%2076%22%20fill%3D%22%238aadf4%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M38.49.004c-4.62-.066-9.374.71-14.079%202.456C7.41%208.766-2.782%2027.015.672%2044.969c2.997%2015.573%2014.442%2027.16%2029.91%2030.28%2023.375%204.714%2045.416-13.374%2045.416-37.271C75.998%2016.38%2058.508.288%2038.49.004m-.503%203.098c3.374%200%206.747.41%209.379%201.231C59.724%208.187%2067.739%2016.208%2071.63%2028.616c1.644%205.24%201.645%2013.474.002%2018.741-3.825%2012.263-11.866%2020.357-24.019%2024.174-6.902%202.169-15.31%201.747-22.419-1.125C5.896%2062.611-2.438%2040.654%206.89%2022.181c4.408-8.729%2011.704-14.725%2021.717-17.848%202.632-.82%206.006-1.231%209.38-1.231m15.47%201.416.082.04q-.02.04-.037.081a1%201%200%200%200-.045-.12m-.011.872q.015.042.034.08l-.093-.041a.3.3%200%200%200%20.059-.039M37.987%2021.69c-4.812%200-7.402%202.806-7.404%208.02%200%202.714-.056%202.839-1.26%202.839-1.61%200-3.961%201.21-4.358%202.243-.168.44-.306%203.79-.306%207.446%200%206.398.045%206.692%201.211%207.858l1.212%201.211h21.81l1.212-1.21c1.167-1.167%201.212-1.46%201.212-7.859%200-3.655-.139-7.006-.307-7.446-.397-1.033-2.748-2.243-4.359-2.243-1.203%200-1.259-.125-1.26-2.838%200-5.215-2.59-8.021-7.403-8.021m0%203.208c3.374%200%204.443%201.201%204.443%204.99v2.66h-8.885v-2.66c0-3.789%201.07-4.99%204.442-4.99m.084%2010.563c4.69.023%209.362.276%209.745.738.378.455.524%202.583.431%206.294l-.14%205.606-9.904.133c-5.447.073-10.057-.019-10.244-.205-.613-.614-.386-11.284.254-11.924.458-.458%205.167-.665%209.858-.642M38%2039.723a1.05%201.05%200%200%200-1.05%201.049%201.05%201.05%200%200%200%20.617.957v2.225h.865v-2.225a1.05%201.05%200%200%200%20.617-.957%201.05%201.05%200%200%200-1.05-1.05m15.607%2030.662a1%201%200%200%200-.084.14.2.2%200%200%200-.068-.072zm-.122.923q.031.056.078.098-.06.028-.123.053c.016-.05.029-.088.045-.151%22/%3E%3C/svg%3E\") no-repeat !important;\n height: 0 !important;\n width: 0 !important;\n padding-left: 76px !important;\n padding-top: 76px !important;\n background-size: unset !important;\n }\n ._aa4c img[src=\"/images/instagram/xig/web/illo-confirm-refresh-light.png\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 96px !important;\n padding-top: 96px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20width%3D%2296%22%20height%3D%2295.986%22%20viewBox%3D%220%200%2025.4%2025.397%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22%23b7bdf8%22%3E%3Cpath%20d%3D%22M12.591.001c-1.934.008-2.265.045-3.353.374-.664.201-1.703.612-2.308.914s-1.582.931-2.172%201.396c-.589.466-1.436%201.287-1.883%201.825-.468.564-1.127%201.604-1.554%202.455C.913%207.777.45%208.923.292%209.514c-.234.872-.288%201.461-.292%203.152-.004%201.575.053%202.291.231%202.951.13.479.353%201.192.497%201.582.143.391.389.964.546%201.274s.581.994.943%201.519a14.4%2014.4%200%200%200%201.558%201.82c.496.476%201.263%201.109%201.706%201.408s1.112.698%201.487.887%201.069.477%201.543.638c.473.161%201.282.371%201.799.466s1.513.178%202.214.184%201.667-.05%202.146-.125%201.355-.293%201.945-.485%201.375-.501%201.744-.687a17%2017%200%200%200%201.475-.88c.443-.298%201.21-.932%201.706-1.408s1.197-1.295%201.559-1.82.81-1.257.995-1.626.494-1.154.685-1.744.41-1.465.485-1.945.136-1.385.136-2.012-.061-1.533-.136-2.012-.293-1.355-.485-1.945-.5-1.375-.685-1.744-.633-1.1-.994-1.626a14.4%2014.4%200%200%200-1.559-1.82c-.496-.476-1.286-1.125-1.757-1.443-.471-.317-1.289-.778-1.82-1.023S16.49.466%2015.868.297c-.969-.261-1.437-.304-3.277-.296m-.515.555.001.003h-.004q.002%200%20.003-.003m.65.254c1.324.011%202.002.084%202.817.303.59.158%201.58.531%202.2.827s1.435.763%201.811%201.036.972.764%201.324%201.09.938.995%201.302%201.486.906%201.402%201.203%202.025c.297.622.671%201.614.831%202.205.23.851.29%201.448.29%202.884%200%201.426-.061%202.039-.287%202.884-.158.59-.586%201.677-.95%202.414s-1%201.748-1.412%202.245-1.155%201.241-1.652%201.652c-.497.412-1.507%201.047-2.245%201.412s-1.824.787-2.414.937c-.599.153-1.696.299-2.482.331-.874.035-1.772-.013-2.369-.127a17%2017%200%200%201-1.677-.418%2016%2016%200%200%201-1.656-.7c-.517-.256-1.271-.709-1.677-1.006s-.999-.789-1.317-1.092c-.319-.303-.875-.948-1.235-1.432s-.899-1.39-1.197-2.012c-.297-.622-.667-1.615-.821-2.205s-.312-1.707-.35-2.482c-.055-1.1-.011-1.693.2-2.71.148-.716.474-1.772.723-2.348s.692-1.408.984-1.849.919-1.214%201.392-1.716S5.417%203.202%206.022%202.8s1.515-.903%202.024-1.112a18%2018%200%200%201%201.931-.637c.76-.194%201.432-.253%202.75-.242m3.229.115v.002l.006.004-.012-.003zm3.312%206.912c-.129%200-2.197%201.962-4.596%204.36l-4.363%204.361-2.077-2.08c-1.456-1.459-2.167-2.08-2.38-2.08-.225%200-.304.078-.304.3%200%20.21.679.98%202.245%202.549%201.413%201.415%202.345%202.248%202.514%202.248.174%200%201.838-1.568%204.73-4.459%203.7-3.699%204.461-4.523%204.461-4.829%200-.262-.068-.369-.234-.369m5.624%202.252.004.015q-.003-.004-.008-.007zm-.303.013.006.003-.004.005zM7.614%2023.749l.019.009-.004.016q-.006-.013-.014-.024m8.544.584-.001.003-.004-.002zm.004.306.003.001-.005.001z%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'] {\n /* No photo icon */\n /* Private page icon */\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n ._aa4c [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'][style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: #c6a0f6 !important;\n background: radial-gradient(circle at 30% 107%, #eed49f 0%, #eed49f 5%, #f5a97f 45%, #c6a0f6 60%, #8aadf4 90%) !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n ._aa4c ._aaqh {\n background-color: #363a4f;\n }\n ._aa4c .xzloghq,\n ._aa4c ._acas:not(._acao),\n ._aa4c .xzloghq svg,\n ._aa4c ._acas:not(._acao) svg {\n color: #181926;\n fill: #1e2030;\n }\n ._aa4c ._acas:not(._acao):hover {\n background-color: #363a4f !important;\n color: #b7bdf8 !important;\n }\n ._aa4c .x1gjpkn9,\n ._aa4c ._acat,\n ._aa4c ._acap,\n a._aa4c .x1gjpkn9,\n a._aa4c ._acat,\n a._aa4c ._acap,\n ._aa4c .x1gjpkn9:visited,\n ._aa4c ._acat:visited,\n ._aa4c ._acap:visited,\n a._aa4c .x1gjpkn9:visited,\n a._aa4c ._acat:visited,\n a._aa4c ._acap:visited {\n color: #cad3f5;\n }\n ._aa4c div:has(> .x1mu97ne) {\n background-color: #181926;\n border-color: #6e738d;\n box-shadow: 0 10px 35px 2px rgba(24, 25, 38, 0.993);\n }\n ._aa4c .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 rgba(24, 25, 38, 0.995);\n }\n ._aa4c ._ab81 {\n background-color: #1e2030;\n }\n ._aa4c ._ab85,\n ._aa4c ._ab6i,\n ._aa4c ._ab85 .xvbhtw8,\n ._aa4c ._aav4 {\n background-color: #181926;\n }\n ._aa4c ._abmp {\n color: #cad3f5;\n }\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: #24273a !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n /* Radios have left padding */\n padding-left: 0 !important;\n /* The heading */\n /* Radios */\n /* That \"border\" */\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(0\\, 0\\, 0)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #24273a !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"] {\n /* Selected radio */\n /* Not selected radio */\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: #b7bdf8 !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(219\\, 219\\, 219)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(54\\, 54\\, 54)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 10.5px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 12px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"border-radius: 4px\"][style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: #363a4f !important;\n }\n ._aa4c div[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"],\n ._aa4c .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"][style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(250\\, 250\\, 250)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(224\\, 241\\, 255)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(0\\, 55\\, 107)\"],\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(38\\, 38\\, 38)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: #cad3f5 !important;\n }\n ._aa4c span[data-bloks-name=\"bk.components.TextSpan\"][style*=\"color: rgb(142\\, 142\\, 142)\"],\n ._aa4c span[data-bloks-name=\"bk.components.Text\"][style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: #a5adcb !important;\n }\n ._aa4c .leaflet-popup-content-wrapper,\n ._aa4c .leaflet-popup-tip {\n background-color: #1e2030;\n box-shadow: 0 5px 15px rgba(24, 25, 38, 0.996);\n }\n ._aa4c .leaflet-popup-content-wrapper *,\n ._aa4c .leaflet-popup-tip * {\n color: #cad3f5 !important;\n }\n ._aa4c ::-webkit-scrollbar {\n background-color: #181926;\n }\n ._aa4c ::-webkit-scrollbar-thumb {\n background-color: #b7bdf8;\n border-radius: 10px;\n }", + "start": 1057, "domains": [ "instagram.com" ] }, { - "code": ":root .xnz67gz {\n background-color: #24273a;\n }\n :root [style*=\"background-color: rgb(55, 151, 240);\"] {\n background-color: #8aadf4 !important;\n color: #1e2030;\n }\n :root .xvbhtw8 {\n background-color: #1e2030;\n }\n :root ._aa5c,\n :root ._aa4j,\n :root ._abyk {\n background-color: #181926;\n }\n :root .xk5f4mz {\n background-color: #363a4f;\n }\n :root .x1i10hfl:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }", - "start": 35085, + "code": "._aa4d {\n /* Chat background */\n /* New Chat Button */\n /* Chat button */\n }\n ._aa4d .xnz67gz {\n background-color: #24273a;\n }\n ._aa4d [style*=\"background-color: rgb(55, 151, 240);\"] {\n background-color: #8aadf4 !important;\n color: #1e2030 !important;\n }\n ._aa4d .xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4d .x186z157,\n ._aa4d .xk50ysn,\n ._aa4d .xi81zsa {\n color: #a5adcb !important;\n }\n ._aa4d ._aa5c,\n ._aa4d ._aa4j,\n ._aa4d ._abyk {\n background-color: #181926;\n }\n ._aa4d .xk5f4mz {\n background-color: #363a4f;\n }\n ._aa4d .x1i10hfl:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n ._aa4c {\n /* Chat background */\n /* New Chat Button */\n /* Chat button */\n }\n ._aa4c .xnz67gz {\n background-color: #24273a;\n }\n ._aa4c [style*=\"background-color: rgb(55, 151, 240);\"] {\n background-color: #8aadf4 !important;\n color: #1e2030 !important;\n }\n ._aa4c .xvbhtw8 {\n background-color: #1e2030;\n }\n ._aa4c .x186z157,\n ._aa4c .xk50ysn,\n ._aa4c .xi81zsa {\n color: #a5adcb !important;\n }\n ._aa4c ._aa5c,\n ._aa4c ._aa4j,\n ._aa4c ._abyk {\n background-color: #181926;\n }\n ._aa4c .xk5f4mz {\n background-color: #363a4f;\n }\n ._aa4c .x1i10hfl:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }", + "start": 65456, "regexps": [ "^.*instagram.com/direct.*" ] }, { "code": "/* prettier-ignore */", - "start": 35538 + "start": 66764 } ], - "sourceCode": "/* ==UserStyle==\n@name Instagram Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/instagram\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram\n@version 0.1.9\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram\n@description Soothing pastel theme for Instagram\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var text scrollbar_width \"Scrollbar width\" 8px\n==/UserStyle== */\n\n@-moz-document domain('instagram.com') {\n @rgb-raw: red;\n #rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n }\n\n ._aa4d {\n #catppuccin(@darkFlavor, @accentColor);\n }\n ._aa4c {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @text_filter: @catppuccin[@@lookup][@text_filter];\n @dark_color: if(@lookup=latte, @text, @crust);\n @light_color: if(@lookup=latte, @crust, @text);\n\n * {\n --web-always-black: #rgbify(@dark_color) [];\n --web-always-white: #rgbify(@light_color) [];\n --always-white: #rgbify(@light_color) [];\n --overlay-alpha-80: fadeout(@dark_color, 50);\n --always-dark-overlay: fadeout(@surface0, 50);\n\n --ig-primary-background: #rgbify(@base) [];\n --ig-secondary-background: #rgbify(@surface0) [];\n --ig-banner-background: #rgbify(@crust) [];\n --ig-highlight-background: #rgbify(@surface0) [];\n --ig-elevated-background: #rgbify(@crust) [];\n --ig-elevated-highlight-background: #rgbify(@surface0) [];\n --ig-hover-overlay: fadeout(@surface0, 50);\n --hover-overlay: fadeout(@surface0, 80);\n\n --ig-text-on-color: #rgbify(@crust) [];\n\n --ig-badge: #rgbify(@accent-color) [];\n\n --ig-primary-button: #rgbify(@accent-color) [];\n --ig-primary-button-hover: fadeout(@accent-color, 20);\n\n --ig-secondary-button-background: #rgbify(@surface0) [];\n --ig-secondary-button-hover: #rgbify(@surface1) [];\n --ig-secondary-button: #rgbify(@text) [];\n\n --ig-primary-text: #rgbify(@text) [];\n --ig-secondary-text: #rgbify(@subtext0) [];\n --ig-tertiary-text: #rgbify(@subtext0) [];\n --wbloks-primary-text: @text;\n --ig-text-on-media: #rgbify(@text) [];\n\n --ig-separator: #rgbify(@overlay0) [];\n --post-separator: #rgbify(@overlay0) [];\n --ig-elevated-separator: #rgbify(@overlay0) [];\n --ig-stroke: #rgbify(@overlay0) [];\n --grey-2: #rgbify(@overlay0) [];\n\n --ig-link: #rgbify(@accent-color) [];\n --ig-error-or-destructive: #rgbify(@maroon) [];\n --ig-success: #rgbify(@green) [];\n --blue-2: #rgbify(@blue) [];\n\n --ig-text-input-border-hover-prism: #rgbify(@surface1) [];\n\n scrollbar-width: none;\n scrollbar-color: @accent-color @crust;\n }\n //placehoder textcolor\n .xh8yej3 {\n color: @subtext0 !important;\n }\n // Text selection\n *::selection {\n color: @dark_color;\n background-color: @accent-color;\n } // Sidebar\n .x1xgvd2v {\n background-color: @crust !important;\n\n &[style=\"transform: translateX(0px);\"] {\n background-color: @mantle !important;\n }\n }\n .x1zvrr1 {\n background-color: @mantle;\n }\n svg[aria-label=\"Loading...\"] {\n stroke: @text;\n }\n\n // Posts\n ._aggc {\n background-color: @mantle;\n border-color: @overlay0 !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px fadeout(@dark_color, 20);\n box-sizing: border-box;\n }\n\n ._aatc ._aasi,\n ._ae1i,\n ._aggc textarea.xvbhtw8 {\n background-color: @mantle;\n } // Icons\n svg {\n color: @text;\n fill: @text;\n }\n\n svg[aria-label=\"Unlike\"] {\n fill: @accent-color;\n } // The close icon on the dark wrapper\n svg[aria-label=\"Close\"] {\n color: var(--web-always-white);\n }\n svg[aria-label=\"Verified\"] {\n fill: @accent-color;\n }\n\n //Share box\n .xzloghq {\n background-color: @blue;\n &:hover {\n color: @mantle;\n background-color: @accent-color;\n }\n }\n .xk5f4mz {\n background-color: @mantle;\n\n &:hover {\n background-color: @accent-color;\n }\n }\n .x3nfvp2 {\n color: @text;\n &:hover {\n color: @mantle;\n }\n }\n\n //all toggle sliders\n\n .x1r7x56h {\n background-color: @accent-color;\n }\n .x100vrsf {\n background-color: @surface0;\n }\n .xw4jnvo {\n background-color: @overlay1;\n }\n .x1psfjxj {\n background-color: @text;\n }\n\n span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: @accent-color !important;\n }\n\n // Log In With Facebook text\n ._ab37 {\n color: @blue;\n }\n\n // Excluded:\n // - _9ys7, _9_1f, _9ys8 (verified icon)\n\n [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._9zkj,\n ._a3ds,\n ._a3dt,\n ._a3du,\n ._a3dv,\n ._a3dw,\n ._9-b3,\n ._9znl,\n ._9z-6,\n ._a3dx,\n ._a3dy,\n ._a3dz,\n ._a3d-,\n ._a3d_,\n ._a3e0,\n ._9zm4,\n ._a3e1,\n ._a3e2,\n ._a3e3,\n ._a3e4,\n ._a3e5,\n ._a3e6,\n ._a3e7,\n ._a3e8,\n ._a3e9,\n ._a3ea,\n ._9_57,\n ._9_n5,\n ._9-y3,\n ._a3eb,\n ._a3ec,\n ._a3ed,\n ._a3ee,\n ._9zlu,\n ._9-yp,\n ._a3ef,\n ._a3eg,\n ._9_wm,\n ._a3eh,\n ._a3ei,\n ._9-j_,\n ._a3ej,\n ._a3ek,\n ._9_ij,\n ._9_d_,\n ._9_e1,\n ._9-mm,\n ._9_cx,\n ._9zm0,\n ._9zfi,\n ._9-ub,\n ._a3el,\n ._9-7-,\n ._9-1a,\n ._a3em,\n ._9zrp,\n ._a3en,\n ._9zz9,\n ._a3eo,\n ._9zmr,\n ._9-8d,\n ._9zhi,\n ._a3ep,\n ._9zs0,\n ._9-j-,\n ._a3eq,\n ._9zli,\n ._9_4y,\n ._9zm2,\n ._9zfj,\n ._9zlg,\n ._a3er,\n ._9-lv,\n ._9_ug,\n ._9_sh,\n ._9_sj,\n ._9-k0,\n ._9z-c,\n ._9_35,\n ._9_hh,\n ._a3es,\n ._a3et,\n ._a3eu,\n ._9-v-,\n ._9_4d,\n ._9zlh,\n ._a3ev,\n ._a3ew,\n ._a3ex,\n ._a3ey,\n ._9_7m,\n ._9_fv,\n ._a3ez,\n ._9-zf,\n ._9-zg,\n ._9-ze,\n ._a9fa,\n ._9-zh,\n ._9-zi,\n ._9-zj,\n ._9-zk,\n ._9-zl,\n ._9-zm,\n ._9-zn,\n ._9-zo,\n ._9-zp,\n ._9-zq,\n ._9-zr,\n ._9-zs,\n ._9-zt,\n ._a3op,\n ._a3oq,\n ._9-zu,\n ._9-zv,\n ._9-zw,\n ._9-zx,\n ._9-zy,\n ._9-zz,\n ._9-z-,\n ._a3or,\n ._a3ot,\n ._a3os,\n ._9zs1,\n ._9zs2,\n ._9-z_,\n ._9--0,\n ._9--1,\n ._9--2,\n ._9--3,\n ._9--4,\n ._9--5,\n ._9--6,\n ._9--7,\n ._9--f,\n ._9--8,\n ._9--9,\n ._9--a,\n ._9--b,\n ._9--c,\n ._9--d,\n ._9--e,\n ._a3ou,\n ._9--g,\n ._9--h,\n ._9--i,\n ._9--j,\n ._9--l,\n ._9--k,\n ._9--m,\n ._9--n,\n ._9--o,\n ._9--p,\n ._9--q,\n ._a3ov,\n ._9--s,\n ._9--r,\n ._9--t,\n ._9--u,\n ._9--v,\n ._9--x,\n ._9--y,\n ._9--w,\n ._9--z,\n ._9--_,\n ._9-_0,\n ._9-_1,\n ._9-_2,\n ._9-_3,\n ._9---,\n ._9-_4,\n ._9-_5,\n ._9-_6,\n ._9-_7,\n ._a3wy,\n ._9-_8,\n ._9-_9,\n ._a3ow,\n ._9-_a,\n ._9-_b,\n ._9-_c,\n ._9-_d,\n ._9-_e,\n ._9-_f,\n ._9-_g,\n ._9-_h,\n ._9-_i,\n ._9-_j,\n ._9-_k,\n ._9-_l,\n ._9-_m,\n ._9-_n,\n ._9-_o,\n ._a3ox,\n ._9-_p,\n ._9-_q,\n ._a9fb,\n ._9-_t,\n ._9-_r,\n ._9-_s,\n ._a93g,\n ._9-_u,\n ._9-_v,\n ._a9fc,\n ._9-_w,\n ._9-_x,\n ._9-_y,\n ._9-_z,\n ._9-_-,\n ._9-__,\n ._9_00,\n ._a3oy,\n ._9_01,\n ._9_02,\n ._9_03,\n ._9_04,\n ._9_05,\n ._9_08,\n ._9_09,\n ._9_07,\n ._9_06,\n ._9_0a,\n ._9_0b,\n ._9_0c,\n ._9_0d,\n ._9_0e,\n ._9_0f,\n ._9_0g,\n ._a93h,\n ._9_0h,\n ._9_0i,\n ._9_0j,\n ._9_0k,\n ._aepo,\n ._9_0l,\n ._9_0m,\n ._9_0n,\n ._9_0o,\n ._9_0p,\n ._a3oz,\n ._a93l,\n ._9_0r,\n ._9_0s,\n ._a7tk,\n ._9_0q,\n ._a3o-,\n ._9_0t,\n ._9_0v,\n ._9_0u,\n ._a9ej,\n ._9_0w,\n ._9_0x,\n ._9_0y,\n ._9_0z,\n ._9_0_,\n ._9_0-,\n ._9_10,\n ._9_11,\n ._9_12,\n ._9_13,\n ._9_14,\n ._9_15,\n ._a3o_,\n ._9_18,\n ._9_19,\n ._9_1a,\n ._9_1e,\n ._9_1b,\n ._9_1c,\n ._9_1d,\n ._9_16,\n ._9_17,\n ._a3p0,\n ._9_1g,\n ._9_1i,\n ._9_1h,\n ._9_1j,\n ._9_1k,\n ._9_1l,\n ._9_1m,\n ._a9pw {\n filter: @text_filter;\n } // Custom icons\n @instagram_gradient: radial-gradient(\n circle at 30% 107%,\n @yellow 0%,\n @yellow 5%,\n @peach 45%,\n @mauve 60%,\n @blue 90%\n );\n\n [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")']\n {\n // No photo icon\n &[style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n } // Private page icon\n &[style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n\n &[style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n } // Post swipe icons\n ._aaqh {\n background-color: @surface0;\n } // Inside primary buttons\n .xzloghq,\n ._acas:not(._acao) {\n &,\n svg {\n color: @base;\n fill: @base;\n }\n } // Secondary buttons\n .x1gjpkn9,\n ._acat,\n ._acap {\n &,\n a& {\n &,\n &:visited {\n color: @text;\n }\n }\n }\n // Profile banner\n div:has(> .x1mu97ne) {\n background-color: @crust;\n border-color: @overlay0;\n box-shadow: 0 10px 35px 2px fadeout(@dark_color, 0.7);\n }\n // Dialog overlay\n .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 fadeout(@dark_color, 0.5);\n }\n // Input placeholders\n ._ac4d::placeholder,\n ._aauy::placeholder,\n textarea::placeholder {\n color: @subtext0;\n }\n // Settings\n ._ab81 {\n background-color: @mantle;\n }\n ._ab85,\n ._ab6i,\n ._ab85 .xvbhtw8,\n ._aav4 {\n background-color: @crust;\n }\n // Bloks\n .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: @base !important;\n }\n div[data-bloks-name=\"bk.components.Flexbox\"],\n .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n // Radios have left padding\n padding-left: 0 !important;\n // The heading\n &[style*=\"background: rgb(0\\, 0\\, 0)\"],\n &[style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: @base !important;\n }\n // Radios\n &[style*=\"border-radius: 10.5px\"],\n &[style*=\"border-radius: 12px\"],\n &[style*=\"border-radius: 4px\"] {\n // Selected radio\n &[style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: @accent-color !important;\n }\n // Not selected radio\n &[style*=\"background: rgb(219\\, 219\\, 219)\"],\n &[style*=\"background: rgb(38\\, 38\\, 38)\"],\n &[style*=\"background: rgb(54\\, 54\\, 54)\"],\n &[style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: @surface0 !important;\n }\n }\n // That \"border\"\n &[style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n }\n\n span[data-bloks-name=\"bk.components.TextSpan\"],\n span[data-bloks-name=\"bk.components.Text\"] {\n &[style*=\"color: rgb(250\\, 250\\, 250)\"],\n &[style*=\"color: rgb(224\\, 241\\, 255)\"],\n &[style*=\"color: rgb(0\\, 55\\, 107)\"],\n &[style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: @text !important;\n }\n\n &[style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: @subtext0 !important;\n }\n } // Map pop-ups\n .leaflet-popup-content-wrapper,\n .leaflet-popup-tip {\n background-color: @mantle;\n box-shadow: 0 5px 15px fadeout(@dark_color, 0.4);\n\n * {\n color: @text !important;\n }\n }\n // Scrollbar\n ::-webkit-scrollbar {\n width: @scrollbar_width;\n background-color: @crust;\n }\n\n ::-webkit-scrollbar-thumb {\n background-color: @accent-color;\n border-radius: 10px;\n }\n }\n}\n\n@-moz-document regexp('^.*instagram.com/direct.*') {\n :root {\n #catppuccin(@darkFlavor,\n @accentColor);\n }\n #catppuccin(@lookup,\n @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n // Chat background\n .xnz67gz {\n background-color: @base;\n }\n [style*=\"background-color: rgb(55, 151, 240);\"] {\n background-color: @blue !important;\n color: @mantle;\n }\n .xvbhtw8 {\n background-color: @mantle;\n }\n\n ._aa5c,\n ._aa4j,\n ._abyk {\n background-color: @crust;\n } // New Chat Button\n .xk5f4mz {\n background-color: @surface0;\n } // Chat button\n .x1i10hfl:hover {\n background-color: @surface0;\n color: @text;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: {\n @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8;\n @text_filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(196deg) brightness(97%) contrast(85%);\n };\n @frappe: {\n @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634;\n @text_filter: brightness(0) saturate(100%) invert(84%) sepia(5%) saturate(1519%) hue-rotate(192deg) brightness(100%) contrast(93%);\n };\n @macchiato: {\n @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926;\n @text_filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n };\n @mocha: {\n @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b;\n @text_filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(1356%) hue-rotate(194deg) brightness(103%) contrast(91%);\n };\n}\n\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Instagram Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/instagram\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram\n@version 0.2.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram\n@description Soothing pastel theme for Instagram\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('instagram.com') {\n ._aa4d {\n #catppuccin(@darkFlavor, @accentColor);\n }\n ._aa4c {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @text-filter: @catppuccin[@@lookup][@text-filter];\n @dark-color: if(@lookup = latte, @text, @crust);\n @light-color: if(@lookup = latte, @crust, @text);\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &,\n .x1qjc9v5,\n .x9f619,\n .x78zum5,\n .xdt5ytf,\n .x1iyjqo2,\n .xl56j7k {\n --web-always-black: #rgbify(@dark-color) [];\n --ig-primary-icon: #rgbify(@text) [];\n --web-always-white: #rgbify(@light-color) [];\n --always-white: #rgbify(@light-color) [];\n --overlay-alpha-80: fadeout(@dark-color, 50);\n --always-dark-overlay: fadeout(@surface0, 50);\n --grey-9: #rgbify(@crust) [];\n --ig-primary-background: #rgbify(@base) [];\n --ig-secondary-background: #rgbify(@surface0) [];\n --ig-banner-background: #rgbify(@crust) [];\n --ig-highlight-background: #rgbify(@surface0) [];\n --ig-elevated-background: #rgbify(@crust) [];\n --ig-elevated-highlight-background: #rgbify(@surface0) [];\n --ig-hover-overlay: #rgbify(@text) [], 0.1;\n --hover-overlay: fadeout(@surface0, 80);\n --ig-text-on-color: #rgbify(@crust) [];\n --ig-badge: #rgbify(@accent-color) [];\n --ig-primary-button: #rgbify(@accent-color) [];\n --ig-primary-button-hover: fadeout(@accent-color, 20);\n --ig-secondary-button-background: #rgbify(@surface0) [];\n --ig-secondary-button-hover: #rgbify(@surface1) [];\n --ig-secondary-button: #rgbify(@text) [];\n --ig-primary-text: #rgbify(@text) [];\n --ig-secondary-text: #rgbify(@subtext0) [];\n --ig-tertiary-text: #rgbify(@subtext0) [];\n --wbloks-primary-text: @text;\n --ig-text-on-media: #rgbify(@text) [];\n --ig-separator: #rgbify(@surface0) [];\n --chat-admin-text-color: #rgbify (@subtext0) [];\n --ig-elevated-separator: #rgbify(@surface0) [];\n --post-separator: #rgbify(@overlay0) [];\n --ig-stroke: #rgbify(@overlay0) [];\n --grey-2: #rgbify(@overlay0) [];\n --ig-link: #rgbify(@accent-color) [];\n --ig-error-or-destructive: #rgbify(@maroon) [];\n --ig-success: #rgbify(@green) [];\n --blue-2: #rgbify(@blue) [];\n --ig-close-friends-refreshed: #rgbify(@green) [];\n --ig-text-input-border-hover-prism: #rgbify(@surface1) [];\n --ig-toggle-outline-prism: #rgbify(@text) [];\n --ig-toggle-background-on-prism: #rgbify(@text) [];\n --ig-stroke-prism: #rgbify(@crust) [];\n --barcelona-logo: #rgbify (@text) [];\n scrollbar-color: @accent-color @crust;\n }\n #splash-screen {\n background-color: @base !important;\n }\n\n /* Sidebar */\n .x1xgvd2v {\n background-color: @crust !important;\n &[style=\"transform: translateX(0px);\"] {\n background-color: @mantle !important;\n }\n }\n .x1zvrr1 {\n background-color: @mantle;\n }\n svg[aria-label=\"Loading...\"] {\n stroke: @text;\n }\n\n /* Story background */\n .x5qyhuo {\n background-color: @base;\n }\n\n /* Story progress bar */\n ._ac3p {\n background-color: @accent-color !important;\n }\n\n /* Story seen / not seen ring */\n button:has(canvas + span > img[alt$=\"'s profile picture\"]) {\n canvas {\n display: none;\n }\n\n span {\n outline-style: solid;\n outline-offset: 0.15rem;\n }\n\n &[aria-label^=\"Story by\"][aria-label$=\"not seen\"] span {\n outline-color: @accent-color;\n outline-width: 0.2rem;\n }\n &[aria-label^=\"Story by\"]:not([aria-label$=\"not seen\"]) span {\n outline-color: @surface2;\n outline-width: 0.075rem;\n }\n }\n\n /* Posts */\n ._aggc {\n background-color: @mantle;\n border-color: @overlay0 !important;\n border-radius: var(--modal-border-radius);\n box-shadow: 0 3px 5px -1px fadeout(@dark-color, 20);\n box-sizing: border-box;\n }\n ._aatc ._aasi,\n ._ae1i,\n ._aggc textarea.xvbhtw8 {\n background-color: @mantle;\n }\n\n /* Icons */\n svg[aria-label=\"Unlike\"] {\n fill: @accent-color;\n }\n svg[aria-label=\"Close\"] {\n color: @text;\n }\n svg[aria-label=\"Verified\"] {\n fill: @accent-color;\n }\n\n /* Share box */\n .xzloghq {\n background-color: @surface0;\n color: @text !important;\n &:hover {\n color: @mantle !important;\n background-color: @accent-color !important;\n }\n }\n .xk5f4mz {\n background-color: @mantle;\n &:hover {\n background-color: @accent-color;\n }\n }\n .x3nfvp2 {\n color: @text !important;\n &:hover {\n color: @crust;\n }\n }\n\n /* Toggle sliders */\n .x1r7x56h {\n background-color: @accent-color;\n }\n .x100vrsf {\n background-color: @surface0;\n }\n .xw4jnvo {\n background-color: @overlay1;\n }\n .x1psfjxj {\n background-color: @mantle;\n }\n span[data-bloks-name=\"bk.components.TextSpan\"] {\n color: @accent-color !important;\n }\n .xs7f9wi {\n background-color: @mantle !important;\n }\n .x1d72o {\n background-color: @surface0;\n }\n /* Log In With Facebook text */\n ._ab37 {\n color: @blue;\n }\n /* Excluded: - _9ys7, _9_1f, _9ys8 (verified icon) */\n [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")'],\n ._9zkj,\n ._a3ds,\n ._a3dt,\n ._a3du,\n ._a3dv,\n ._a3dw,\n ._9-b3,\n ._9znl,\n ._9z-6,\n ._a3dx,\n ._a3dy,\n ._a3dz,\n ._a3d-,\n ._a3d_,\n ._a3e0,\n ._9zm4,\n ._a3e1,\n ._a3e2,\n ._a3e3,\n ._a3e4,\n ._a3e5,\n ._a3e6,\n ._a3e7,\n ._a3e8,\n ._a3e9,\n ._a3ea,\n ._9_57,\n ._9_n5,\n ._9-y3,\n ._a3eb,\n ._a3ec,\n ._a3ed,\n ._a3ee,\n ._9zlu,\n ._9-yp,\n ._a3ef,\n ._a3eg,\n ._9_wm,\n ._a3eh,\n ._a3ei,\n ._9-j_,\n ._a3ej,\n ._a3ek,\n ._9_ij,\n ._9_d_,\n ._9_e1,\n ._9-mm,\n ._9_cx,\n ._9zm0,\n ._9zfi,\n ._9-ub,\n ._a3el,\n ._9-7-,\n ._9-1a,\n ._a3em,\n ._9zrp,\n ._a3en,\n ._9zz9,\n ._a3eo,\n ._9zmr,\n ._9-8d,\n ._9zhi,\n ._a3ep,\n ._9zs0,\n ._9-j-,\n ._a3eq,\n ._9zli,\n ._9_4y,\n ._9zm2,\n ._9zfj,\n ._9zlg,\n ._a3er,\n ._9-lv,\n ._9_ug,\n ._9_sh,\n ._9_sj,\n ._9-k0,\n ._9z-c,\n ._9_35,\n ._9_hh,\n ._a3es,\n ._a3et,\n ._a3eu,\n ._9-v-,\n ._9_4d,\n ._9zlh,\n ._a3ev,\n ._a3ew,\n ._a3ex,\n ._a3ey,\n ._9_7m,\n ._9_fv,\n ._a3ez,\n ._9-zf,\n ._9-zg,\n ._9-ze,\n ._a9fa,\n ._9-zh,\n ._9-zi,\n ._9-zj,\n ._9-zk,\n ._9-zl,\n ._9-zm,\n ._9-zn,\n ._9-zo,\n ._9-zp,\n ._9-zq,\n ._9-zr,\n ._9-zs,\n ._9-zt,\n ._a3op,\n ._a3oq,\n ._9-zu,\n ._9-zv,\n ._9-zw,\n ._9-zx,\n ._9-zy,\n ._9-zz,\n ._9-z-,\n ._a3or,\n ._a3ot,\n ._a3os,\n ._9zs1,\n ._9zs2,\n ._9-z_,\n ._9--0,\n ._9--1,\n ._9--2,\n ._9--3,\n ._9--4,\n ._9--5,\n ._9--6,\n ._9--7,\n ._9--f,\n ._9--8,\n ._9--9,\n ._9--a,\n ._9--b,\n ._9--c,\n ._9--d,\n ._9--e,\n ._a3ou,\n ._9--g,\n ._9--h,\n ._9--i,\n ._9--j,\n ._9--l,\n ._9--k,\n ._9--m,\n ._9--n,\n ._9--o,\n ._9--p,\n ._9--q,\n ._a3ov,\n ._9--s,\n ._9--r,\n ._9--t,\n ._9--u,\n ._9--v,\n ._9--x,\n ._9--y,\n ._9--w,\n ._9--z,\n ._9--_,\n ._9-_0,\n ._9-_1,\n ._9-_2,\n ._9-_3,\n ._9---,\n ._9-_4,\n ._9-_5,\n ._9-_6,\n ._9-_7,\n ._a3wy,\n ._9-_8,\n ._9-_9,\n ._a3ow,\n ._9-_a,\n ._9-_b,\n ._9-_c,\n ._9-_d,\n ._9-_e,\n ._9-_f,\n ._9-_g,\n ._9-_h,\n ._9-_i,\n ._9-_j,\n ._9-_k,\n ._9-_l,\n ._9-_m,\n ._9-_n,\n ._9-_o,\n ._a3ox,\n ._9-_p,\n ._9-_q,\n ._a9fb,\n ._9-_t,\n ._9-_r,\n ._9-_s,\n ._a93g,\n ._9-_u,\n ._9-_v,\n ._a9fc,\n ._9-_w,\n ._9-_x,\n ._9-_y,\n ._9-_z,\n ._9-_-,\n ._9-__,\n ._9_00,\n ._a3oy,\n ._9_01,\n ._9_02,\n ._9_03,\n ._9_04,\n ._9_05,\n ._9_08,\n ._9_09,\n ._9_07,\n ._9_06,\n ._9_0a,\n ._9_0b,\n ._9_0c,\n ._9_0d,\n ._9_0e,\n ._9_0f,\n ._9_0g,\n ._a93h,\n ._9_0h,\n ._9_0i,\n ._9_0j,\n ._9_0k,\n ._aepo,\n ._9_0l,\n ._9_0m,\n ._9_0n,\n ._9_0o,\n ._9_0p,\n ._a3oz,\n ._a93l,\n ._9_0r,\n ._9_0s,\n ._a7tk,\n ._9_0q,\n ._a3o-,\n ._9_0t,\n ._9_0v,\n ._9_0u,\n ._a9ej,\n ._9_0w,\n ._9_0x,\n ._9_0y,\n ._9_0z,\n ._9_0_,\n ._9_0-,\n ._9_10,\n ._9_11,\n ._9_12,\n ._9_13,\n ._9_14,\n ._9_15,\n ._a3o_,\n ._9_18,\n ._9_19,\n ._9_1a,\n ._9_1e,\n ._9_1b,\n ._9_1c,\n ._9_1d,\n ._9_16,\n ._9_17,\n ._a3p0,\n ._9_1g,\n ._9_1i,\n ._9_1h,\n ._9_1j,\n ._9_1k,\n ._9_1l,\n ._9_1m,\n ._a9pw {\n filter: @text-filter;\n }\n\n /* Custom icons */\n @instagram_gradient: radial-gradient(\n circle at 30% 107%,\n @yellow 0%,\n @yellow 5%,\n @peach 45%,\n @mauve 60%,\n @blue 90%\n );\n /* Instagram text logo */\n [style*=\"background-image: url(\\\"https://static.cdninstagram.com/rsrc.php/v3/yU/r/H5Bq7ru-y9E.png\\\");\"]\n {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n background-position: -3px -7px !important;\n background-size: unset !important;\n }\n /* 2fa lock icon */\n [aria-label=\"Two factor authentication lock icon\"] {\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n height: 0 !important;\n width: 0 !important;\n padding-left: 76px !important;\n padding-top: 76px !important;\n background-size: unset !important;\n }\n /* \"All caught up\" icon */\n img[src=\"/images/instagram/xig/web/illo-confirm-refresh-light.png\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 96px !important;\n padding-top: 96px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n\n [style*='background-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\")']\n {\n /* No photo icon */\n &[style*=\"background-position: 0px -97px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: 0 -97px;\n }\n\n /* Private page icon */\n &[style*=\"background-position: -49px -97px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px -97px;\n }\n\n &[style*=\"background-position: -49px 0px\"] {\n filter: none;\n background: @mauve !important;\n background: @instagram_gradient !important;\n mask-image: url(\"https://static.cdninstagram.com/rsrc.php/v3/y4/r/ewSyA8IItw_.png\");\n mask-position: -49px 0;\n }\n }\n\n /* Post swipe icons */\n ._aaqh {\n background-color: @surface0;\n }\n\n /* Inside primary buttons */\n .xzloghq,\n ._acas:not(._acao) {\n &,\n svg {\n color: @crust;\n fill: @mantle;\n }\n }\n ._acas:not(._acao):hover {\n background-color: @surface0 !important;\n color: @accent-color !important;\n }\n\n /* Secondary buttons */\n .x1gjpkn9,\n ._acat,\n ._acap {\n &,\n a& {\n &,\n &:visited {\n color: @text;\n }\n }\n }\n\n /* Profile banner */\n div:has(> .x1mu97ne) {\n background-color: @crust;\n border-color: @overlay0;\n box-shadow: 0 10px 35px 2px fadeout(@dark-color, 0.7);\n }\n\n /* Dialog overlay */\n .x7r02ix[role=\"dialog\"] {\n box-shadow: 0 5px 10px 0 fadeout(@dark-color, 0.5);\n }\n\n /* Settings */\n ._ab81 {\n background-color: @mantle;\n }\n ._ab85,\n ._ab6i,\n ._ab85 .xvbhtw8,\n ._aav4 {\n background-color: @crust;\n }\n /* Settings saved toast */\n ._abmp {\n color: @text;\n }\n\n /* Bloks */\n .wbloks_1[data-bloks-name=\"bk.components.Collection\"] {\n background-color: @base !important;\n }\n div[data-bloks-name=\"bk.components.Flexbox\"],\n .wbloks_1[data-bloks-name=\"bk.components.Flexbox\"] {\n /* Radios have left padding */\n padding-left: 0 !important;\n\n /* The heading */\n &[style*=\"background: rgb(0\\, 0\\, 0)\"],\n &[style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: @base !important;\n }\n\n /* Radios */\n &[style*=\"border-radius: 10.5px\"],\n &[style*=\"border-radius: 12px\"],\n &[style*=\"border-radius: 4px\"] {\n /* Selected radio */\n &[style*=\"background: rgb(0\\, 149\\, 246)\"] {\n background-color: @accent-color !important;\n }\n\n /* Not selected radio */\n &[style*=\"background: rgb(219\\, 219\\, 219)\"],\n &[style*=\"background: rgb(38\\, 38\\, 38)\"],\n &[style*=\"background: rgb(54\\, 54\\, 54)\"],\n &[style*=\"background: rgb(255\\, 255\\, 255)\"] {\n background-color: @surface0 !important;\n }\n }\n\n /* That \"border\" */\n &[style*=\"background: rgb(38\\, 38\\, 38)\"] {\n display: none;\n }\n }\n\n span[data-bloks-name=\"bk.components.TextSpan\"],\n span[data-bloks-name=\"bk.components.Text\"] {\n &[style*=\"color: rgb(250\\, 250\\, 250)\"],\n &[style*=\"color: rgb(224\\, 241\\, 255)\"],\n &[style*=\"color: rgb(0\\, 55\\, 107)\"],\n &[style*=\"color: rgb(38\\, 38\\, 38)\"] {\n color: @text !important;\n }\n\n &[style*=\"color: rgb(142\\, 142\\, 142)\"] {\n color: @subtext0 !important;\n }\n }\n\n /* Map pop-ups */\n .leaflet-popup-content-wrapper,\n .leaflet-popup-tip {\n background-color: @mantle;\n box-shadow: 0 5px 15px fadeout(@dark-color, 0.4);\n\n * {\n color: @text !important;\n }\n }\n\n /* Scrollbar */\n ::-webkit-scrollbar {\n background-color: @crust;\n }\n\n ::-webkit-scrollbar-thumb {\n background-color: @accent-color;\n border-radius: 10px;\n }\n }\n}\n\n@-moz-document regexp('^.*instagram.com/direct.*') {\n ._aa4d {\n #catppuccin(@darkFlavor, @accentColor);\n }\n ._aa4c {\n #catppuccin(@lightFlavor, @accentColor);\n }\n #catppuccin(@lookup,\n @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n /* Chat background */\n .xnz67gz {\n background-color: @base;\n }\n [style*=\"background-color: rgb(55, 151, 240);\"] {\n background-color: @blue !important;\n color: @mantle !important;\n }\n .xvbhtw8 {\n background-color: @mantle;\n }\n .x186z157,\n .xk50ysn,\n .xi81zsa {\n color: @subtext0 !important;\n }\n ._aa5c,\n ._aa4j,\n ._abyk {\n background-color: @crust;\n }\n\n /* New Chat Button */\n .xk5f4mz {\n background-color: @surface0;\n }\n\n /* Chat button */\n .x1i10hfl:hover {\n background-color: @surface0;\n color: @text;\n }\n }\n}\n\n#rgbify(@color) {\n @rgb-raw: red(@color), green(@color), blue(@color);\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: {\n @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8;\n @text-filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(196deg) brightness(97%) contrast(85%);\n };\n @frappe: {\n @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634;\n @text-filter: brightness(0) saturate(100%) invert(84%) sepia(5%) saturate(1519%) hue-rotate(192deg) brightness(100%) contrast(93%);\n };\n @macchiato: {\n @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926;\n @text-filter: brightness(0) saturate(100%) invert(80%) sepia(18%) saturate(377%) hue-rotate(192deg) brightness(103%) contrast(92%);\n };\n @mocha: {\n @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b;\n @text-filter: brightness(0) saturate(100%) invert(85%) sepia(6%) saturate(1356%) hue-rotate(194deg) brightness(103%) contrast(91%);\n };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Instagram Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/instagram", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/instagram", - "version": "0.1.9", + "version": "0.2.4", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram", "description": "Soothing pastel theme for Instagram", @@ -5339,26 +5606,18 @@ "value": "subtext0" } ] - }, - "scrollbar_width": { - "type": "text", - "label": "Scrollbar width", - "name": "scrollbar_width", - "value": null, - "default": "8px", - "options": null } } }, "author": "Catppuccin", "description": "Soothing pastel theme for Instagram", "name": "Instagram Catppuccin", - "originalDigest": "20eca34cde21732e97d2517acc99d5c47b19b238", + "originalDigest": "ad04e90a8e5a6e2c91cfe6d4659e88b3075e4a4c", "_id": "c53381d5-ffa6-401f-9e4d-9b23dd552b2e", - "_rev": 1710282095874, + "_rev": 1712856189742, "id": 68, - "etag": "W/\"f2a35a3353780b0008ed6a90b1030b61a8a4b73ea09034e1d9687e65f858e6bd\"", - "updateDate": 1710282094178 + "etag": "W/\"f7b8c54c9ecdc46e0436368077950926ac1a6f5265140325eed117242fd3a26a\"", + "updateDate": 1712856189538 }, { "enabled": true, @@ -5367,35 +5626,68 @@ "installDate": 1700164304248, "sections": [ { - "code": "/* ==UserStyle==\n@name Gmail Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/gmail\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail\n@version 0.1.3\n@description Soothing pastel theme for Gmail\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater*\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Gmail Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/gmail\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail\n@version 0.1.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail\n@description Soothing pastel theme for Gmail\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root {\n /* input box */\n /* quick settings */\n /* background */\n /* links */\n /* header */\n /* search */\n /* left bar */\n /* right bar */\n /* inbox area */\n /* inbox item */\n /* quick text */\n /* buttons hovers */\n /* forward/reply buttons */\n /* send one now */\n /* theme */\n /* no star warning */\n /* dropdown */\n /* compose button */\n /* drive usage */\n /* icons */\n /* svgs */\n /* toolbar */\n /* advanced settings */\n /* loading */\n }\n :root .ZG,\n :root .boo .aQl > .J-JN-M-I-Jm,\n :root .boo .aaa > .J-JN-M-I-Jm,\n :root .boo .ZE > .J-JN-M-I-Jm,\n :root .bs1 + .bs3,\n :root .btj + .aD,\n :root body {\n color: #cad3f5 !important;\n }\n :root .nr {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n }\n :root .bs0 > .acM,\n :root .bti > .btg {\n color: #cad3f5 !important;\n }\n :root .IU {\n background: #24273a !important;\n box-shadow: inset 1px 0 0 #1e2030 !important;\n }\n :root .Q0,\n :root .VM .Q5,\n :root .VM .OG,\n :root .Q2,\n :root .bCh,\n :root .aIY,\n :root .a21,\n :root .ST,\n :root .OB {\n color: #cad3f5 !important;\n }\n :root .Tj,\n :root .OD {\n color: #b7bdf8 !important;\n }\n :root #loading {\n background: #24273a !important;\n }\n :root [style=\"background:#4285f4\"] {\n background: #8aadf4 !important;\n }\n :root [style=\"background:#34a853\"] {\n background: #a6da95 !important;\n }\n :root [style=\"background:#ea4335\"] {\n background: #ed8796 !important;\n }\n :root .la-c.la-l {\n background: #e65b6f;\n }\n :root .la-c.la-r {\n background: #eed49f;\n }\n :root header,\n :root .nH.w-asV,\n :root .bkL,\n :root .bhZ.bym,\n :root .bhZ.bjB,\n :root .bhZ.bym.baA {\n background: #181926 !important;\n }\n :root .aRq {\n color: #7dc4e4 !important;\n }\n :root .aRq:hover {\n color: #8bd5ca !important;\n }\n :root .aeH,\n :root .aqK {\n background: #1e2030 !important;\n }\n :root .gb_Lc .gb_Ee {\n background: #363a4f !important;\n }\n :root .gb_Lc .gb_3e,\n :root .gb_Ee.gb_Fe .gb_Ze {\n color: #cad3f5 !important;\n }\n :root .gb_Ee.gb_Fe button svg {\n color: #cad3f5 !important;\n opacity: 1;\n }\n :root .aRp {\n background: #363a4f !important;\n }\n :root .gssb_i {\n background: #494d64 !important;\n color: #cad3f5 !important;\n }\n :root .gssb_e,\n :root .gssb_m {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root .CL.Q7:hover,\n :root .CL.Wj:hover,\n :root .CL.Q7.NQ,\n :root .CL.Wj.NQ,\n :root .TK .TO.nZ:active,\n :root .TK .TO.ol:active,\n :root .TK .TO.nZ,\n :root .TK .TO.ol,\n :root .byl .TK .nZ.aBP,\n :root .byl .TK .nZ.aS3,\n :root .byl .TK .nZ.aS4,\n :root .byl .TK .nZ.aS5,\n :root .byl .TK .nZ.aS6 {\n background: #363a4f !important;\n }\n :root .TO.NQ,\n :root .n6 .ah9:hover,\n :root .n6 .ah9.aiu:hover,\n :root .n6 .ah9:focus,\n :root .TK .TO:active,\n :root .n6 .ah9.aiu:active {\n background: #494d64 !important;\n }\n :root .aAv,\n :root .TO .nU > .n0,\n :root .TO.NQ .nU > .n0,\n :root .TO.nZ .nU > .n0,\n :root .ah9 > .CJ,\n :root .n3 > .CL > .CK {\n color: #cad3f5 !important;\n }\n :root .h0,\n :root .Dj {\n color: #a5adcb !important;\n }\n :root .bAw .brC-aT5-aOt-Jw {\n background: #181926 !important;\n }\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JW .aT5-aOt-I-JX-atM-J6,\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 {\n background: #202133;\n }\n :root .H2.HD {\n background: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root .bkK > .nH {\n background: #1e2030 !important;\n }\n :root .yO {\n background: #1e2030 !important;\n }\n :root .yO:hover {\n box-shadow: inset 1px 0 0 #363a4f, inset -1px 0 0 #363a4f, 0 0 4px 0 #24273a, 0 0 6px 2px #24273a !important;\n }\n :root .y2 {\n color: #a5adcb !important;\n }\n :root .aeJ,\n :root .aRs {\n background: #24273a !important;\n }\n :root .aeJ .J-KU:hover,\n :root .aRs .J-KU:hover {\n background: #363a4f !important;\n }\n :root .aeJ .aRu,\n :root .aRs .aRu {\n color: #b8c0e0 !important;\n }\n :root .aeJ .aRu .aRv,\n :root .aRs .aRu .aRv {\n color: #a5adcb !important;\n }\n :root .aAA.J-KU-Jg-K9 {\n background: #24273a !important;\n }\n :root .J-KU-KO.aAy .aKz {\n color: #b7bdf8 !important;\n }\n :root .J-KU-KO.aAy::before {\n background: #b7bdf8 !important;\n }\n :root .aKx > .aKz {\n color: #a5adcb !important;\n }\n :root .y6,\n :root .bA4 {\n color: #cad3f5 !important;\n }\n :root .T-I-JW.amD::before,\n :root .T-I-JW.adg::before,\n :root .T-I-JW > .asa::before {\n background: #363a4f !important;\n }\n :root .amn > .ams {\n color: #cad3f5 !important;\n }\n :root .amr .amn > .ams {\n background: #24273a !important;\n border-color: #363a4f !important;\n }\n :root .x0 {\n color: #cad3f5 !important;\n }\n :root div.Kj-JD {\n background-color: #24273a;\n }\n :root .a80.Kj-JD-K7 {\n box-shadow: 0 5px 10px -5px #181926;\n }\n :root .a81 {\n border-color: #363a4f;\n }\n :root .Tm .TC {\n background: #24273a !important;\n color: #cad3f5 !important;\n }\n :root .ZF-z6,\n :root .ZF-zT,\n :root .ZF-Av .lJ,\n :root .ZF-Av .lN,\n :root .aaZ,\n :root .aoT,\n :root .J-M,\n :root .bAp.b8.UC .vh,\n :root .ajA,\n :root .nH .Hy .m,\n :root .J-N-JT,\n :root .J-JK-JT,\n :root .J-LC-JT,\n :root form[role=\"search\"],\n :root form[role=\"search\"] table,\n :root form[role=\"search\"] div,\n :root form[role=\"search\"] td {\n background: #363a4f !important;\n }\n :root div.Kj-JD-Jl > button.J-at1-atl,\n :root div.Kj-JD-Jl > button.J-at1-auR {\n background: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root div.Kj-JD-Jl > button,\n :root .bBh .Kj-JD-Jl > .J-at1-auR,\n :root .Kj-JD-K7-K0,\n :root .J-N {\n color: #cad3f5 !important;\n }\n :root .J-N-JT,\n :root .J-N-JW {\n color: #cad3f5 !important;\n background: #5b6078 !important;\n }\n :root .J-N-JT .J-N-Jz,\n :root .J-N-JW .J-N-Jz {\n color: #cad3f5 !important;\n }\n :root .T-I-Kq > .asa::before,\n :root .T-I-Kq.T-I-JO > .asa::before {\n background: #494d64 !important;\n }\n :root .T-I-KE {\n background: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root .T-I-KE:hover {\n background: #8992f3;\n color: #181926 !important;\n }\n :root .aiC {\n background: #6e738d !important;\n }\n :root .aiA {\n background: #b7bdf8 !important;\n }\n :root .aAy > .aKp,\n :root .xY > .T-Jo,\n :root .T-I .T-I-J3,\n :root td.apU > .T-KT.aXw::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(196deg) brightness(150%) contrast(75%);\n }\n :root td.apU > .T-KT.T-KT-Jp::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(337deg) brightness(300%);\n }\n :root .J-N-JX,\n :root .J-Ph-hFsbo,\n :root .OB,\n :root .Q1:not(:checked) + .Vo::before,\n :root .SV {\n filter: invert(1);\n }\n :root .gb_Mc svg,\n :root .gb_Rc.gb_Vc svg,\n :root .gb_Mc .gb_dd .gb_ld,\n :root .gb_Mc .gb_dd .gb_Lc,\n :root .gb_Mc .gb_dd .gb_fd,\n :root .gb_Rc.gb_Vc .gb_ld {\n color: #a5adcb;\n }\n :root .Hl,\n :root .Hq,\n :root .Ha,\n :root [role=\"menuitemcheckbox\"] > div > div,\n :root [role=\"listbox\"] .J-Z-M-I-J6-H > .J-Z-M-I-JG,\n :root div.ajR .ajT,\n :root .btC .dv,\n :root .btC .aaA.a1,\n :root .btC .J-N-JX.a1,\n :root .btC .aaA.e5,\n :root .aaZ .J-N-JX.e5,\n :root .btC .aaA.QT,\n :root .btC .J-N-JX.QT,\n :root .btC .aaA.aA7,\n :root .aaZ .J-N-JX.aA7,\n :root .btC .aaA.buc,\n :root .btC .J-N-JX.buc,\n :root .btC .aaA.BP,\n :root .aaZ .J-N-JX.BP,\n :root .btC .aaA.a5,\n :root .btC .aaA.a2X,\n :root .aaZ .J-N-JX.a5,\n :root .aaZ .J-N-JX.a2X,\n :root [role=\"toolbar\"] [role=\"button\"]:not(.H2, .Ol) {\n filter: invert(1) !important;\n }\n :root div.Kj-JD-Jz {\n color: #a5adcb !important;\n }\n :root .alO,\n :root .v .fY,\n :root .v .f1,\n :root .r4 {\n background: #24273a !important;\n }\n :root .v .f1,\n :root .v .f1 .f0 {\n color: #cad3f5 !important;\n }\n :root .qL {\n color: black !important;\n }\n :root .v .fZ {\n box-shadow: inset 0 -2px 0 0 #b7bdf8;\n }\n :root .v .fZ .f0 {\n color: #b7bdf8 !important;\n }\n :root .alP,\n :root .sA,\n :root .r4 .e {\n color: #7dc4e4 !important;\n }\n :root .alP:hover,\n :root .sA:hover,\n :root .r4 .e:hover {\n color: #8bd5ca !important;\n }\n :root .Ze {\n background: #363a4f !important;\n }\n :root .a8Y > .T-I-ax7 {\n background: #363a4f !important;\n color: #cad3f5 !important;\n }\n :root .a8Y > .T-I-ax7:hover {\n background: #494d64 !important;\n }\n :root .T-I-atl {\n background: #b7bdf8 !important;\n color: #181926 !important;\n }\n :root .T-I-atl:hover {\n background: #e5e8fd !important;\n }\n :root #explosion_clipper_div > .la-i > div {\n background: #363a4f !important;\n }\n :root #nlpt {\n background-color: #363a4f !important;\n }\n :root #nlpt::before {\n background-color: #6e738d !important;\n }\n :root .la-b > .la-l,\n :root .la-b > .la-r,\n :root .la-b > .la-m {\n background: #494d64 !important;\n }\n :root .la-k .la-l,\n :root .la-k .la-r {\n border-color: #24273a !important;\n }\n :root .la-k .la-m {\n background: #24273a !important;\n clip-path: polygon(47% 100%, 100% 47%, 100% 100%);\n }\n :root .la-i > .la-l,\n :root .la-i > .la-r {\n border-color: #363a4f !important;\n }\n :root .la-i > .la-m {\n background: #363a4f !important;\n }\n :root .msgb {\n color: #cad3f5;\n }\n :root .msgb a {\n color: #b7bdf8 !important;\n }\n /* prettier-ignore */", - "start": 915, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: light;\n /* input box */\n /* quick settings */\n /* background */\n /* links */\n /* header */\n /* search */\n /* left bar */\n /* right bar */\n /* inbox area */\n /* inbox item */\n /* quick text */\n /* buttons hovers */\n /* forward/reply buttons */\n /* send one now */\n /* theme */\n /* no star warning */\n /* dropdown */\n /* compose button */\n /* drive usage */\n /* icons */\n /* svgs */\n /* toolbar */\n /* advanced settings */\n /* loading */\n }\n :root ::selection {\n background-color: rgba(114, 135, 253, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #6c6f85 !important;\n }\n :root .ZG,\n :root .boo .aQl > .J-JN-M-I-Jm,\n :root .boo .aaa > .J-JN-M-I-Jm,\n :root .boo .ZE > .J-JN-M-I-Jm,\n :root .bs1 + .bs3,\n :root .btj + .aD,\n :root body {\n color: #4c4f69 !important;\n }\n :root .nr {\n background-color: #bcc0cc !important;\n color: #4c4f69 !important;\n }\n :root .bs0 > .acM,\n :root .bti > .btg {\n color: #4c4f69 !important;\n }\n :root .IU {\n background: #eff1f5 !important;\n box-shadow: inset 1px 0 0 #e6e9ef !important;\n }\n :root .Q0,\n :root .VM .Q5,\n :root .VM .OG,\n :root .Q2,\n :root .bCh,\n :root .aIY,\n :root .a21,\n :root .ST,\n :root .OB {\n color: #4c4f69 !important;\n }\n :root .Tj,\n :root .OD {\n color: #7287fd !important;\n }\n :root #loading {\n background: #eff1f5 !important;\n }\n :root [style=\"background:#4285f4\"] {\n background: #1e66f5 !important;\n }\n :root [style=\"background:#34a853\"] {\n background: #40a02b !important;\n }\n :root [style=\"background:#ea4335\"] {\n background: #d20f39 !important;\n }\n :root .la-c.la-l {\n background: #a20c2c;\n }\n :root .la-c.la-r {\n background: #df8e1d;\n }\n :root header,\n :root .nH.w-asV,\n :root .bkL,\n :root .bhZ.bym,\n :root .bhZ.bjB,\n :root .bhZ.bym.baA {\n background: #dce0e8 !important;\n }\n :root .aRq {\n color: #209fb5 !important;\n }\n :root .aRq:hover {\n color: #179299 !important;\n }\n :root .aeH,\n :root .aqK {\n background: #e6e9ef !important;\n }\n :root .gb_Lc .gb_Ee {\n background: #ccd0da !important;\n }\n :root .gb_Lc .gb_3e,\n :root .gb_Ee.gb_Fe .gb_Ze {\n color: #4c4f69 !important;\n }\n :root .gb_Ee.gb_Fe button svg {\n color: #4c4f69 !important;\n opacity: 1;\n }\n :root .aRp {\n background: #ccd0da !important;\n }\n :root .gssb_i {\n background: #bcc0cc !important;\n color: #4c4f69 !important;\n }\n :root .gssb_e,\n :root .gssb_m {\n background: #ccd0da !important;\n color: #4c4f69 !important;\n }\n :root .CL.Q7:hover,\n :root .CL.Wj:hover,\n :root .CL.Q7.NQ,\n :root .CL.Wj.NQ,\n :root .TK .TO.nZ:active,\n :root .TK .TO.ol:active,\n :root .TK .TO.nZ,\n :root .TK .TO.ol,\n :root .byl .TK .nZ.aBP,\n :root .byl .TK .nZ.aS3,\n :root .byl .TK .nZ.aS4,\n :root .byl .TK .nZ.aS5,\n :root .byl .TK .nZ.aS6 {\n background: #ccd0da !important;\n }\n :root .TO.NQ,\n :root .n6 .ah9:hover,\n :root .n6 .ah9.aiu:hover,\n :root .n6 .ah9:focus,\n :root .TK .TO:active,\n :root .n6 .ah9.aiu:active {\n background: #bcc0cc !important;\n }\n :root .aAv,\n :root .TO .nU > .n0,\n :root .TO.NQ .nU > .n0,\n :root .TO.nZ .nU > .n0,\n :root .ah9 > .CJ,\n :root .n3 > .CL > .CK {\n color: #4c4f69 !important;\n }\n :root .h0,\n :root .Dj {\n color: #6c6f85 !important;\n }\n :root .bAw .brC-aT5-aOt-Jw {\n background: #dce0e8 !important;\n }\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JW .aT5-aOt-I-JX-atM-J6,\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 {\n background: #e8ebf0;\n }\n :root .H2.HD {\n background: #ccd0da !important;\n border-color: #bcc0cc !important;\n }\n :root .bkK > .nH {\n background: #e6e9ef !important;\n }\n :root .yO {\n background: #e6e9ef !important;\n }\n :root .yO:hover {\n box-shadow: inset 1px 0 0 #ccd0da, inset -1px 0 0 #ccd0da, 0 0 4px 0 #eff1f5, 0 0 6px 2px #eff1f5 !important;\n }\n :root .y2 {\n color: #6c6f85 !important;\n }\n :root .aeJ,\n :root .aRs {\n background: #eff1f5 !important;\n }\n :root .aeJ .J-KU:hover,\n :root .aRs .J-KU:hover {\n background: #ccd0da !important;\n }\n :root .aeJ .aRu,\n :root .aRs .aRu {\n color: #5c5f77 !important;\n }\n :root .aeJ .aRu .aRv,\n :root .aRs .aRu .aRv {\n color: #6c6f85 !important;\n }\n :root .aAA.J-KU-Jg-K9 {\n background: #eff1f5 !important;\n }\n :root .J-KU-KO.aAy .aKz {\n color: #7287fd !important;\n }\n :root .J-KU-KO.aAy::before {\n background: #7287fd !important;\n }\n :root .aKx > .aKz {\n color: #6c6f85 !important;\n }\n :root .y6,\n :root .bA4 {\n color: #4c4f69 !important;\n }\n :root .T-I-JW.amD::before,\n :root .T-I-JW.adg::before,\n :root .T-I-JW > .asa::before {\n background: #ccd0da !important;\n }\n :root .amn > .ams {\n color: #4c4f69 !important;\n }\n :root .amr .amn > .ams {\n background: #eff1f5 !important;\n border-color: #ccd0da !important;\n }\n :root .x0 {\n color: #4c4f69 !important;\n }\n :root div.Kj-JD {\n background-color: #eff1f5;\n }\n :root .a80.Kj-JD-K7 {\n box-shadow: 0 5px 10px -5px #dce0e8;\n }\n :root .a81 {\n border-color: #ccd0da;\n }\n :root .Tm .TC {\n background: #eff1f5 !important;\n color: #4c4f69 !important;\n }\n :root .ZF-z6,\n :root .ZF-zT,\n :root .ZF-Av .lJ,\n :root .ZF-Av .lN,\n :root .aaZ,\n :root .aoT,\n :root .J-M,\n :root .bAp.b8.UC .vh,\n :root .ajA,\n :root .nH .Hy .m,\n :root .J-N-JT,\n :root .J-JK-JT,\n :root .J-LC-JT,\n :root form[role=\"search\"],\n :root form[role=\"search\"] table,\n :root form[role=\"search\"] div,\n :root form[role=\"search\"] td {\n background: #ccd0da !important;\n }\n :root div.Kj-JD-Jl > button.J-at1-atl,\n :root div.Kj-JD-Jl > button.J-at1-auR {\n background: #7287fd !important;\n color: #dce0e8 !important;\n }\n :root div.Kj-JD-Jl > button,\n :root .bBh .Kj-JD-Jl > .J-at1-auR,\n :root .Kj-JD-K7-K0,\n :root .J-N {\n color: #4c4f69 !important;\n }\n :root .J-N-JT,\n :root .J-N-JW {\n color: #4c4f69 !important;\n background: #acb0be !important;\n }\n :root .J-N-JT .J-N-Jz,\n :root .J-N-JW .J-N-Jz {\n color: #4c4f69 !important;\n }\n :root .T-I-Kq > .asa::before,\n :root .T-I-Kq.T-I-JO > .asa::before {\n background: #bcc0cc !important;\n }\n :root .T-I-KE {\n background: #7287fd !important;\n color: #dce0e8 !important;\n color: #4c4f69 !important;\n }\n :root .T-I-KE:hover {\n background: #405cfc;\n color: #dce0e8 !important;\n }\n :root .aiC {\n background: #9ca0b0 !important;\n }\n :root .aiA {\n background: #7287fd !important;\n }\n :root .aAy > .aKp,\n :root .xY > .T-Jo,\n :root .T-I .T-I-J3,\n :root td.apU > .T-KT.aXw::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(196deg) brightness(150%) contrast(75%);\n }\n :root td.apU > .T-KT.T-KT-Jp::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(337deg) brightness(300%);\n }\n :root .J-N-JX,\n :root .J-Ph-hFsbo,\n :root .OB,\n :root .Q1:not(:checked) + .Vo::before,\n :root .SV {\n filter: invert(1);\n }\n :root .gb_Mc svg,\n :root .gb_Rc.gb_Vc svg,\n :root .gb_Mc .gb_dd .gb_ld,\n :root .gb_Mc .gb_dd .gb_Lc,\n :root .gb_Mc .gb_dd .gb_fd,\n :root .gb_Rc.gb_Vc .gb_ld {\n color: #6c6f85;\n }\n :root .Hl,\n :root .Hq,\n :root .Ha,\n :root [role=\"menuitemcheckbox\"] > div > div,\n :root [role=\"listbox\"] .J-Z-M-I-J6-H > .J-Z-M-I-JG,\n :root div.ajR .ajT,\n :root .btC .dv,\n :root .btC .aaA.a1,\n :root .btC .J-N-JX.a1,\n :root .btC .aaA.e5,\n :root .aaZ .J-N-JX.e5,\n :root .btC .aaA.QT,\n :root .btC .J-N-JX.QT,\n :root .btC .aaA.aA7,\n :root .aaZ .J-N-JX.aA7,\n :root .btC .aaA.buc,\n :root .btC .J-N-JX.buc,\n :root .btC .aaA.BP,\n :root .aaZ .J-N-JX.BP,\n :root .btC .aaA.a5,\n :root .btC .aaA.a2X,\n :root .aaZ .J-N-JX.a5,\n :root .aaZ .J-N-JX.a2X,\n :root [role=\"toolbar\"] [role=\"button\"]:not(.H2, .Ol) {\n filter: invert(1) !important;\n }\n :root div.Kj-JD-Jz {\n color: #6c6f85 !important;\n }\n :root .alO,\n :root .v .fY,\n :root .v .f1,\n :root .r4 {\n background: #eff1f5 !important;\n }\n :root .v .f1,\n :root .v .f1 .f0 {\n color: #4c4f69 !important;\n }\n :root .qL {\n color: black !important;\n }\n :root .v .fZ {\n box-shadow: inset 0 -2px 0 0 #7287fd;\n }\n :root .v .fZ .f0 {\n color: #7287fd !important;\n }\n :root .alP,\n :root .sA,\n :root .r4 .e {\n color: #209fb5 !important;\n }\n :root .alP:hover,\n :root .sA:hover,\n :root .r4 .e:hover {\n color: #179299 !important;\n }\n :root .Ze {\n background: #ccd0da !important;\n }\n :root .a8Y > .T-I-ax7 {\n background: #ccd0da !important;\n color: #4c4f69 !important;\n }\n :root .a8Y > .T-I-ax7:hover {\n background: #bcc0cc !important;\n }\n :root .T-I-atl {\n background: #7287fd !important;\n color: #dce0e8 !important;\n }\n :root .T-I-atl:hover {\n background: #a4b2fe !important;\n }\n :root #explosion_clipper_div > .la-i > div {\n background: #ccd0da !important;\n }\n :root #nlpt {\n background-color: #ccd0da !important;\n }\n :root #nlpt::before {\n background-color: #9ca0b0 !important;\n }\n :root .la-b > .la-l,\n :root .la-b > .la-r,\n :root .la-b > .la-m {\n background: #bcc0cc !important;\n }\n :root .la-k .la-l,\n :root .la-k .la-r {\n border-color: #eff1f5 !important;\n }\n :root .la-k .la-m {\n background: #eff1f5 !important;\n clip-path: polygon(47% 100%, 100% 47%, 100% 100%);\n }\n :root .la-i > .la-l,\n :root .la-i > .la-r {\n border-color: #ccd0da !important;\n }\n :root .la-i > .la-m {\n background: #ccd0da !important;\n }\n :root .msgb {\n color: #4c4f69;\n }\n :root .msgb a {\n color: #7287fd !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n /* input box */\n /* quick settings */\n /* background */\n /* links */\n /* header */\n /* search */\n /* left bar */\n /* right bar */\n /* inbox area */\n /* inbox item */\n /* quick text */\n /* buttons hovers */\n /* forward/reply buttons */\n /* send one now */\n /* theme */\n /* no star warning */\n /* dropdown */\n /* compose button */\n /* drive usage */\n /* icons */\n /* svgs */\n /* toolbar */\n /* advanced settings */\n /* loading */\n }\n :root ::selection {\n background-color: rgba(180, 190, 254, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a6adc8 !important;\n }\n :root .ZG,\n :root .boo .aQl > .J-JN-M-I-Jm,\n :root .boo .aaa > .J-JN-M-I-Jm,\n :root .boo .ZE > .J-JN-M-I-Jm,\n :root .bs1 + .bs3,\n :root .btj + .aD,\n :root body {\n color: #cdd6f4 !important;\n }\n :root .nr {\n background-color: #45475a !important;\n color: #cdd6f4 !important;\n }\n :root .bs0 > .acM,\n :root .bti > .btg {\n color: #cdd6f4 !important;\n }\n :root .IU {\n background: #1e1e2e !important;\n box-shadow: inset 1px 0 0 #181825 !important;\n }\n :root .Q0,\n :root .VM .Q5,\n :root .VM .OG,\n :root .Q2,\n :root .bCh,\n :root .aIY,\n :root .a21,\n :root .ST,\n :root .OB {\n color: #cdd6f4 !important;\n }\n :root .Tj,\n :root .OD {\n color: #b4befe !important;\n }\n :root #loading {\n background: #1e1e2e !important;\n }\n :root [style=\"background:#4285f4\"] {\n background: #89b4fa !important;\n }\n :root [style=\"background:#34a853\"] {\n background: #a6e3a1 !important;\n }\n :root [style=\"background:#ea4335\"] {\n background: #f38ba8 !important;\n }\n :root .la-c.la-l {\n background: #ee5d85;\n }\n :root .la-c.la-r {\n background: #f9e2af;\n }\n :root header,\n :root .nH.w-asV,\n :root .bkL,\n :root .bhZ.bym,\n :root .bhZ.bjB,\n :root .bhZ.bym.baA {\n background: #11111b !important;\n }\n :root .aRq {\n color: #74c7ec !important;\n }\n :root .aRq:hover {\n color: #94e2d5 !important;\n }\n :root .aeH,\n :root .aqK {\n background: #181825 !important;\n }\n :root .gb_Lc .gb_Ee {\n background: #313244 !important;\n }\n :root .gb_Lc .gb_3e,\n :root .gb_Ee.gb_Fe .gb_Ze {\n color: #cdd6f4 !important;\n }\n :root .gb_Ee.gb_Fe button svg {\n color: #cdd6f4 !important;\n opacity: 1;\n }\n :root .aRp {\n background: #313244 !important;\n }\n :root .gssb_i {\n background: #45475a !important;\n color: #cdd6f4 !important;\n }\n :root .gssb_e,\n :root .gssb_m {\n background: #313244 !important;\n color: #cdd6f4 !important;\n }\n :root .CL.Q7:hover,\n :root .CL.Wj:hover,\n :root .CL.Q7.NQ,\n :root .CL.Wj.NQ,\n :root .TK .TO.nZ:active,\n :root .TK .TO.ol:active,\n :root .TK .TO.nZ,\n :root .TK .TO.ol,\n :root .byl .TK .nZ.aBP,\n :root .byl .TK .nZ.aS3,\n :root .byl .TK .nZ.aS4,\n :root .byl .TK .nZ.aS5,\n :root .byl .TK .nZ.aS6 {\n background: #313244 !important;\n }\n :root .TO.NQ,\n :root .n6 .ah9:hover,\n :root .n6 .ah9.aiu:hover,\n :root .n6 .ah9:focus,\n :root .TK .TO:active,\n :root .n6 .ah9.aiu:active {\n background: #45475a !important;\n }\n :root .aAv,\n :root .TO .nU > .n0,\n :root .TO.NQ .nU > .n0,\n :root .TO.nZ .nU > .n0,\n :root .ah9 > .CJ,\n :root .n3 > .CL > .CK {\n color: #cdd6f4 !important;\n }\n :root .h0,\n :root .Dj {\n color: #a6adc8 !important;\n }\n :root .bAw .brC-aT5-aOt-Jw {\n background: #11111b !important;\n }\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JW .aT5-aOt-I-JX-atM-J6,\n :root .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 {\n background: #191928;\n }\n :root .H2.HD {\n background: #313244 !important;\n border-color: #45475a !important;\n }\n :root .bkK > .nH {\n background: #181825 !important;\n }\n :root .yO {\n background: #181825 !important;\n }\n :root .yO:hover {\n box-shadow: inset 1px 0 0 #313244, inset -1px 0 0 #313244, 0 0 4px 0 #1e1e2e, 0 0 6px 2px #1e1e2e !important;\n }\n :root .y2 {\n color: #a6adc8 !important;\n }\n :root .aeJ,\n :root .aRs {\n background: #1e1e2e !important;\n }\n :root .aeJ .J-KU:hover,\n :root .aRs .J-KU:hover {\n background: #313244 !important;\n }\n :root .aeJ .aRu,\n :root .aRs .aRu {\n color: #bac2de !important;\n }\n :root .aeJ .aRu .aRv,\n :root .aRs .aRu .aRv {\n color: #a6adc8 !important;\n }\n :root .aAA.J-KU-Jg-K9 {\n background: #1e1e2e !important;\n }\n :root .J-KU-KO.aAy .aKz {\n color: #b4befe !important;\n }\n :root .J-KU-KO.aAy::before {\n background: #b4befe !important;\n }\n :root .aKx > .aKz {\n color: #a6adc8 !important;\n }\n :root .y6,\n :root .bA4 {\n color: #cdd6f4 !important;\n }\n :root .T-I-JW.amD::before,\n :root .T-I-JW.adg::before,\n :root .T-I-JW > .asa::before {\n background: #313244 !important;\n }\n :root .amn > .ams {\n color: #cdd6f4 !important;\n }\n :root .amr .amn > .ams {\n background: #1e1e2e !important;\n border-color: #313244 !important;\n }\n :root .x0 {\n color: #cdd6f4 !important;\n }\n :root div.Kj-JD {\n background-color: #1e1e2e;\n }\n :root .a80.Kj-JD-K7 {\n box-shadow: 0 5px 10px -5px #11111b;\n }\n :root .a81 {\n border-color: #313244;\n }\n :root .Tm .TC {\n background: #1e1e2e !important;\n color: #cdd6f4 !important;\n }\n :root .ZF-z6,\n :root .ZF-zT,\n :root .ZF-Av .lJ,\n :root .ZF-Av .lN,\n :root .aaZ,\n :root .aoT,\n :root .J-M,\n :root .bAp.b8.UC .vh,\n :root .ajA,\n :root .nH .Hy .m,\n :root .J-N-JT,\n :root .J-JK-JT,\n :root .J-LC-JT,\n :root form[role=\"search\"],\n :root form[role=\"search\"] table,\n :root form[role=\"search\"] div,\n :root form[role=\"search\"] td {\n background: #313244 !important;\n }\n :root div.Kj-JD-Jl > button.J-at1-atl,\n :root div.Kj-JD-Jl > button.J-at1-auR {\n background: #b4befe !important;\n color: #11111b !important;\n }\n :root div.Kj-JD-Jl > button,\n :root .bBh .Kj-JD-Jl > .J-at1-auR,\n :root .Kj-JD-K7-K0,\n :root .J-N {\n color: #cdd6f4 !important;\n }\n :root .J-N-JT,\n :root .J-N-JW {\n color: #cdd6f4 !important;\n background: #585b70 !important;\n }\n :root .J-N-JT .J-N-Jz,\n :root .J-N-JW .J-N-Jz {\n color: #cdd6f4 !important;\n }\n :root .T-I-Kq > .asa::before,\n :root .T-I-Kq.T-I-JO > .asa::before {\n background: #45475a !important;\n }\n :root .T-I-KE {\n background: #b4befe !important;\n color: #11111b !important;\n }\n :root .T-I-KE:hover {\n background: #8292fd;\n color: #11111b !important;\n }\n :root .aiC {\n background: #6c7086 !important;\n }\n :root .aiA {\n background: #b4befe !important;\n }\n :root .aAy > .aKp,\n :root .xY > .T-Jo,\n :root .T-I .T-I-J3,\n :root td.apU > .T-KT.aXw::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(196deg) brightness(150%) contrast(75%);\n }\n :root td.apU > .T-KT.T-KT-Jp::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%) hue-rotate(337deg) brightness(300%);\n }\n :root .J-N-JX,\n :root .J-Ph-hFsbo,\n :root .OB,\n :root .Q1:not(:checked) + .Vo::before,\n :root .SV {\n filter: invert(1);\n }\n :root .gb_Mc svg,\n :root .gb_Rc.gb_Vc svg,\n :root .gb_Mc .gb_dd .gb_ld,\n :root .gb_Mc .gb_dd .gb_Lc,\n :root .gb_Mc .gb_dd .gb_fd,\n :root .gb_Rc.gb_Vc .gb_ld {\n color: #a6adc8;\n }\n :root .Hl,\n :root .Hq,\n :root .Ha,\n :root [role=\"menuitemcheckbox\"] > div > div,\n :root [role=\"listbox\"] .J-Z-M-I-J6-H > .J-Z-M-I-JG,\n :root div.ajR .ajT,\n :root .btC .dv,\n :root .btC .aaA.a1,\n :root .btC .J-N-JX.a1,\n :root .btC .aaA.e5,\n :root .aaZ .J-N-JX.e5,\n :root .btC .aaA.QT,\n :root .btC .J-N-JX.QT,\n :root .btC .aaA.aA7,\n :root .aaZ .J-N-JX.aA7,\n :root .btC .aaA.buc,\n :root .btC .J-N-JX.buc,\n :root .btC .aaA.BP,\n :root .aaZ .J-N-JX.BP,\n :root .btC .aaA.a5,\n :root .btC .aaA.a2X,\n :root .aaZ .J-N-JX.a5,\n :root .aaZ .J-N-JX.a2X,\n :root [role=\"toolbar\"] [role=\"button\"]:not(.H2, .Ol) {\n filter: invert(1) !important;\n }\n :root div.Kj-JD-Jz {\n color: #a6adc8 !important;\n }\n :root .alO,\n :root .v .fY,\n :root .v .f1,\n :root .r4 {\n background: #1e1e2e !important;\n }\n :root .v .f1,\n :root .v .f1 .f0 {\n color: #cdd6f4 !important;\n }\n :root .qL {\n color: black !important;\n }\n :root .v .fZ {\n box-shadow: inset 0 -2px 0 0 #b4befe;\n }\n :root .v .fZ .f0 {\n color: #b4befe !important;\n }\n :root .alP,\n :root .sA,\n :root .r4 .e {\n color: #74c7ec !important;\n }\n :root .alP:hover,\n :root .sA:hover,\n :root .r4 .e:hover {\n color: #94e2d5 !important;\n }\n :root .Ze {\n background: #313244 !important;\n }\n :root .a8Y > .T-I-ax7 {\n background: #313244 !important;\n color: #cdd6f4 !important;\n }\n :root .a8Y > .T-I-ax7:hover {\n background: #45475a !important;\n }\n :root .T-I-atl {\n background: #b4befe !important;\n color: #11111b !important;\n }\n :root .T-I-atl:hover {\n background: #e6eaff !important;\n }\n :root #explosion_clipper_div > .la-i > div {\n background: #313244 !important;\n }\n :root #nlpt {\n background-color: #313244 !important;\n }\n :root #nlpt::before {\n background-color: #6c7086 !important;\n }\n :root .la-b > .la-l,\n :root .la-b > .la-r,\n :root .la-b > .la-m {\n background: #45475a !important;\n }\n :root .la-k .la-l,\n :root .la-k .la-r {\n border-color: #1e1e2e !important;\n }\n :root .la-k .la-m {\n background: #1e1e2e !important;\n clip-path: polygon(47% 100%, 100% 47%, 100% 100%);\n }\n :root .la-i > .la-l,\n :root .la-i > .la-r {\n border-color: #313244 !important;\n }\n :root .la-i > .la-m {\n background: #313244 !important;\n }\n :root .msgb {\n color: #cdd6f4;\n }\n :root .msgb a {\n color: #b4befe !important;\n }\n }", + "start": 1035, "domains": [ "mail.google.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 22182 } ], - "sourceCode": "/* ==UserStyle==\n@name Gmail Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/gmail\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail\n@version 0.1.3\n@description Soothing pastel theme for Gmail\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater*\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain(\"mail.google.com\") {\n :root {\n #catppuccin(@flavor, @accentColor);\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n .ZG,\n .boo .aQl > .J-JN-M-I-Jm,\n .boo .aaa > .J-JN-M-I-Jm,\n .boo .ZE > .J-JN-M-I-Jm,\n .bs1 + .bs3,\n .btj + .aD,\n body {\n color: @text !important;\n }\n\n /* input box */\n .nr {\n background-color: @surface1 !important;\n color: @text !important;\n }\n\n .bs0 > .acM,\n .bti > .btg {\n color: @text !important;\n }\n\n /* quick settings */\n .IU {\n background: @base !important;\n box-shadow: inset 1px 0 0 @mantle !important;\n }\n .Q0,\n .VM .Q5,\n .VM .OG,\n .Q2,\n .bCh,\n .aIY,\n .a21,\n .ST,\n .OB {\n color: @text !important;\n }\n .Tj,\n .OD {\n color: @accent-color !important;\n }\n\n /* background */\n #loading {\n background: @base !important;\n }\n [style=\"background:#4285f4\"] {\n background: @blue !important;\n }\n [style=\"background:#34a853\"] {\n background: @green !important;\n }\n [style=\"background:#ea4335\"] {\n background: @red !important;\n }\n .la-c.la-l {\n background: darken(@red, 10%);\n }\n .la-c.la-r {\n background: @yellow;\n }\n\n header,\n .nH.w-asV,\n .bkL,\n .bhZ.bym,\n .bhZ.bjB,\n .bhZ.bym.baA {\n background: @crust !important;\n }\n\n /* links */\n .aRq {\n color: @sapphire !important;\n &:hover {\n color: @teal !important;\n }\n }\n\n /* header */\n .aeH,\n .aqK {\n background: @mantle !important;\n }\n\n /* search */\n .gb_Lc .gb_Ee {\n background: @surface0 !important;\n }\n .gb_Lc .gb_3e,\n .gb_Ee.gb_Fe .gb_Ze {\n color: @text !important;\n }\n .gb_Ee.gb_Fe button svg {\n color: @text !important;\n opacity: 1;\n }\n .aRp {\n background: @surface0 !important;\n }\n .gssb_i {\n background: @surface1 !important;\n color: @text !important;\n }\n .gssb_e,\n .gssb_m {\n background: @surface0 !important;\n color: @text !important;\n }\n\n /* left bar */\n .CL.Q7:hover,\n .CL.Wj:hover,\n .CL.Q7.NQ,\n .CL.Wj.NQ,\n .TK .TO.nZ:active,\n .TK .TO.ol:active,\n .TK .TO.nZ,\n .TK .TO.ol,\n .byl .TK .nZ.aBP,\n .byl .TK .nZ.aS3,\n .byl .TK .nZ.aS4,\n .byl .TK .nZ.aS5,\n .byl .TK .nZ.aS6 {\n background: @surface0 !important;\n }\n .TO.NQ,\n .n6 .ah9:hover,\n .n6 .ah9.aiu:hover,\n .n6 .ah9:focus,\n .TK .TO:active,\n .n6 .ah9.aiu:active {\n background: @surface1 !important;\n }\n .aAv,\n .TO .nU > .n0,\n .TO.NQ .nU > .n0,\n .TO.nZ .nU > .n0,\n .ah9 > .CJ,\n .n3 > .CL > .CK {\n color: @text !important;\n }\n .h0,\n .Dj {\n color: @subtext0 !important;\n }\n\n /* right bar */\n .bAw .brC-aT5-aOt-Jw {\n background: @crust !important;\n }\n .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JW .aT5-aOt-I-JX-atM-J6,\n .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 {\n background: lighten(@crust, 4%);\n }\n /* inbox area */\n .H2.HD {\n background: @surface0 !important;\n border-color: @surface1 !important;\n }\n .bkK > .nH {\n background: @mantle !important;\n }\n /* inbox item */\n .yO {\n background: @mantle !important;\n &:hover {\n box-shadow:\n inset 1px 0 0 @surface0,\n inset -1px 0 0 @surface0,\n 0 0 4px 0 @base,\n 0 0 6px 2px @base !important;\n }\n }\n /* quick text */\n .y2 {\n color: @subtext0 !important;\n }\n .aeJ,\n .aRs {\n .J-KU:hover {\n background: @surface0 !important;\n }\n background: @base !important;\n .aRu {\n .aRv {\n color: @subtext0 !important;\n }\n color: @subtext1 !important;\n }\n }\n .aAA.J-KU-Jg-K9 {\n background: @base !important;\n }\n .J-KU-KO.aAy {\n .aKz {\n color: @accent-color !important;\n }\n &::before {\n background: @accent-color !important;\n }\n }\n .aKx > .aKz {\n color: @subtext0 !important;\n }\n .y6,\n .bA4 {\n color: @text !important;\n }\n /* buttons hovers */\n .T-I-JW.amD::before,\n .T-I-JW.adg::before,\n .T-I-JW > .asa::before {\n background: @surface0 !important;\n }\n /* forward/reply buttons */\n .amn > .ams {\n color: @text !important;\n }\n .amr .amn > .ams {\n background: @base !important;\n border-color: @surface0 !important;\n }\n /* send one now */\n .x0 {\n color: @text !important;\n }\n\n /* theme */\n div.Kj-JD {\n background-color: @base;\n }\n .a80.Kj-JD-K7 {\n box-shadow: 0 5px 10px -5px @crust;\n }\n .a81 {\n border-color: @surface0;\n }\n\n /* no star warning */\n .Tm .TC {\n background: @base !important;\n color: @text !important;\n }\n\n /* dropdown */\n .ZF-z6,\n .ZF-zT,\n .ZF-Av .lJ,\n .ZF-Av .lN,\n .aaZ,\n .aoT,\n .J-M,\n .bAp.b8.UC .vh,\n .ajA,\n .nH .Hy .m,\n .J-N-JT,\n .J-JK-JT,\n .J-LC-JT,\n form[role=\"search\"],\n form[role=\"search\"] table,\n form[role=\"search\"] div,\n form[role=\"search\"] td {\n background: @surface0 !important;\n }\n\n div.Kj-JD-Jl > button.J-at1-atl,\n div.Kj-JD-Jl > button.J-at1-auR {\n background: @accent-color !important;\n color: @crust !important;\n }\n div.Kj-JD-Jl > button,\n .bBh .Kj-JD-Jl > .J-at1-auR,\n .Kj-JD-K7-K0,\n .J-N {\n color: @text !important;\n }\n .J-N-JT,\n .J-N-JW {\n color: @text !important;\n background: @surface2 !important;\n }\n .J-N-JT .J-N-Jz,\n .J-N-JW .J-N-Jz {\n color: @text !important;\n }\n .T-I-Kq > .asa::before,\n .T-I-Kq.T-I-JO > .asa::before {\n background: @surface1 !important;\n }\n\n /* compose button */\n .T-I-KE {\n background: @accent-color !important;\n color: @crust !important;\n & when (@lookup =latte) {\n color: @text !important;\n }\n &:hover {\n background: darken(@accent-color, 10%);\n color: @crust !important;\n }\n }\n\n /* drive usage */\n .aiC {\n background: @overlay0 !important;\n }\n .aiA {\n background: @accent-color !important;\n }\n /* icons */\n .aAy > .aKp,\n .xY > .T-Jo,\n .T-I .T-I-J3,\n td.apU > .T-KT.aXw::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%)\n hue-rotate(196deg) brightness(150%) contrast(75%);\n }\n td.apU > .T-KT.T-KT-Jp::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%)\n hue-rotate(337deg) brightness(300%);\n }\n .J-N-JX,\n .J-Ph-hFsbo,\n .OB,\n .Q1:not(:checked) + .Vo::before,\n .SV {\n filter: invert(1);\n }\n\n /* svgs */\n .gb_Mc svg,\n .gb_Rc.gb_Vc svg,\n .gb_Mc .gb_dd .gb_ld,\n .gb_Mc .gb_dd .gb_Lc,\n .gb_Mc .gb_dd .gb_fd,\n .gb_Rc.gb_Vc .gb_ld {\n color: @subtext0;\n }\n\n /* toolbar */\n .Hl,\n .Hq,\n .Ha,\n [role=\"menuitemcheckbox\"] > div > div,\n [role=\"listbox\"] .J-Z-M-I-J6-H > .J-Z-M-I-JG,\n div.ajR .ajT,\n .btC .dv,\n .btC .aaA.a1,\n .btC .J-N-JX.a1,\n .btC .aaA.e5,\n .aaZ .J-N-JX.e5,\n .btC .aaA.QT,\n .btC .J-N-JX.QT,\n .btC .aaA.aA7,\n .aaZ .J-N-JX.aA7,\n .btC .aaA.buc,\n .btC .J-N-JX.buc,\n .btC .aaA.BP,\n .aaZ .J-N-JX.BP,\n .btC .aaA.a5,\n .btC .aaA.a2X,\n .aaZ .J-N-JX.a5,\n .aaZ .J-N-JX.a2X,\n [role=\"toolbar\"] [role=\"button\"]:not(.H2, .Ol) {\n filter: invert(1) !important;\n }\n\n /* advanced settings */\n div.Kj-JD-Jz {\n color: @subtext0 !important;\n }\n .alO,\n .v .fY,\n .v .f1,\n .r4 {\n background: @base !important;\n }\n .v .f1,\n .v .f1 .f0 {\n color: @text !important;\n }\n .qL {\n color: black !important;\n }\n .v .fZ {\n box-shadow: inset 0 -2px 0 0 @accent-color;\n .f0 {\n color: @accent-color !important;\n }\n }\n .alP,\n .sA,\n .r4 .e {\n color: @sapphire !important;\n &:hover {\n color: @teal !important;\n }\n }\n .Ze {\n background: @surface0 !important;\n }\n .a8Y > .T-I-ax7 {\n background: @surface0 !important;\n color: @text !important;\n &:hover {\n background: @surface1 !important;\n }\n }\n .T-I-atl {\n background: @accent-color !important;\n color: @crust !important;\n &:hover {\n background: lighten(@accent-color, 10%) !important;\n }\n }\n\n /* loading */\n #explosion_clipper_div > .la-i > div {\n background: @surface0 !important;\n }\n\n #nlpt {\n background-color: @surface0 !important;\n &::before {\n background-color: @overlay0 !important;\n }\n }\n\n .la-b > .la-l,\n .la-b > .la-r,\n .la-b > .la-m {\n background: @surface1 !important;\n }\n\n .la-k .la-l,\n .la-k .la-r {\n border-color: @base !important;\n }\n\n .la-k .la-m {\n background: @base !important;\n clip-path: polygon(47% 100%, 100% 47%, 100% 100%);\n }\n\n .la-i > .la-l,\n .la-i > .la-r {\n border-color: @surface0 !important;\n }\n\n .la-i > .la-m {\n background: @surface0 !important;\n }\n\n .msgb {\n color: @text;\n a {\n color: @accent-color !important;\n }\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Gmail Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/gmail\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail\n@version 0.1.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail\n@description Soothing pastel theme for Gmail\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"mail.google.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n .ZG,\n .boo .aQl > .J-JN-M-I-Jm,\n .boo .aaa > .J-JN-M-I-Jm,\n .boo .ZE > .J-JN-M-I-Jm,\n .bs1 + .bs3,\n .btj + .aD,\n body {\n color: @text !important;\n }\n\n /* input box */\n .nr {\n background-color: @surface1 !important;\n color: @text !important;\n }\n\n .bs0 > .acM,\n .bti > .btg {\n color: @text !important;\n }\n\n /* quick settings */\n .IU {\n background: @base !important;\n box-shadow: inset 1px 0 0 @mantle !important;\n }\n .Q0,\n .VM .Q5,\n .VM .OG,\n .Q2,\n .bCh,\n .aIY,\n .a21,\n .ST,\n .OB {\n color: @text !important;\n }\n .Tj,\n .OD {\n color: @accent-color !important;\n }\n\n /* background */\n #loading {\n background: @base !important;\n }\n [style=\"background:#4285f4\"] {\n background: @blue !important;\n }\n [style=\"background:#34a853\"] {\n background: @green !important;\n }\n [style=\"background:#ea4335\"] {\n background: @red !important;\n }\n .la-c.la-l {\n background: darken(@red, 10%);\n }\n .la-c.la-r {\n background: @yellow;\n }\n\n header,\n .nH.w-asV,\n .bkL,\n .bhZ.bym,\n .bhZ.bjB,\n .bhZ.bym.baA {\n background: @crust !important;\n }\n\n /* links */\n .aRq {\n color: @sapphire !important;\n &:hover {\n color: @teal !important;\n }\n }\n\n /* header */\n .aeH,\n .aqK {\n background: @mantle !important;\n }\n\n /* search */\n .gb_Lc .gb_Ee {\n background: @surface0 !important;\n }\n .gb_Lc .gb_3e,\n .gb_Ee.gb_Fe .gb_Ze {\n color: @text !important;\n }\n .gb_Ee.gb_Fe button svg {\n color: @text !important;\n opacity: 1;\n }\n .aRp {\n background: @surface0 !important;\n }\n .gssb_i {\n background: @surface1 !important;\n color: @text !important;\n }\n .gssb_e,\n .gssb_m {\n background: @surface0 !important;\n color: @text !important;\n }\n\n /* left bar */\n .CL.Q7:hover,\n .CL.Wj:hover,\n .CL.Q7.NQ,\n .CL.Wj.NQ,\n .TK .TO.nZ:active,\n .TK .TO.ol:active,\n .TK .TO.nZ,\n .TK .TO.ol,\n .byl .TK .nZ.aBP,\n .byl .TK .nZ.aS3,\n .byl .TK .nZ.aS4,\n .byl .TK .nZ.aS5,\n .byl .TK .nZ.aS6 {\n background: @surface0 !important;\n }\n .TO.NQ,\n .n6 .ah9:hover,\n .n6 .ah9.aiu:hover,\n .n6 .ah9:focus,\n .TK .TO:active,\n .n6 .ah9.aiu:active {\n background: @surface1 !important;\n }\n .aAv,\n .TO .nU > .n0,\n .TO.NQ .nU > .n0,\n .TO.nZ .nU > .n0,\n .ah9 > .CJ,\n .n3 > .CL > .CK {\n color: @text !important;\n }\n .h0,\n .Dj {\n color: @subtext0 !important;\n }\n\n /* right bar */\n .bAw .brC-aT5-aOt-Jw {\n background: @crust !important;\n }\n .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JW .aT5-aOt-I-JX-atM-J6,\n .brC-aMv-auO .bse-bvF-I.aT5-aOt-I-JO .aT5-aOt-I-JX-atM-J6 {\n background: lighten(@crust, 4%);\n }\n /* inbox area */\n .H2.HD {\n background: @surface0 !important;\n border-color: @surface1 !important;\n }\n .bkK > .nH {\n background: @mantle !important;\n }\n /* inbox item */\n .yO {\n background: @mantle !important;\n &:hover {\n box-shadow:\n inset 1px 0 0 @surface0,\n inset -1px 0 0 @surface0,\n 0 0 4px 0 @base,\n 0 0 6px 2px @base !important;\n }\n }\n /* quick text */\n .y2 {\n color: @subtext0 !important;\n }\n .aeJ,\n .aRs {\n .J-KU:hover {\n background: @surface0 !important;\n }\n background: @base !important;\n .aRu {\n .aRv {\n color: @subtext0 !important;\n }\n color: @subtext1 !important;\n }\n }\n .aAA.J-KU-Jg-K9 {\n background: @base !important;\n }\n .J-KU-KO.aAy {\n .aKz {\n color: @accent-color !important;\n }\n &::before {\n background: @accent-color !important;\n }\n }\n .aKx > .aKz {\n color: @subtext0 !important;\n }\n .y6,\n .bA4 {\n color: @text !important;\n }\n /* buttons hovers */\n .T-I-JW.amD::before,\n .T-I-JW.adg::before,\n .T-I-JW > .asa::before {\n background: @surface0 !important;\n }\n /* forward/reply buttons */\n .amn > .ams {\n color: @text !important;\n }\n .amr .amn > .ams {\n background: @base !important;\n border-color: @surface0 !important;\n }\n /* send one now */\n .x0 {\n color: @text !important;\n }\n\n /* theme */\n div.Kj-JD {\n background-color: @base;\n }\n .a80.Kj-JD-K7 {\n box-shadow: 0 5px 10px -5px @crust;\n }\n .a81 {\n border-color: @surface0;\n }\n\n /* no star warning */\n .Tm .TC {\n background: @base !important;\n color: @text !important;\n }\n\n /* dropdown */\n .ZF-z6,\n .ZF-zT,\n .ZF-Av .lJ,\n .ZF-Av .lN,\n .aaZ,\n .aoT,\n .J-M,\n .bAp.b8.UC .vh,\n .ajA,\n .nH .Hy .m,\n .J-N-JT,\n .J-JK-JT,\n .J-LC-JT,\n form[role=\"search\"],\n form[role=\"search\"] table,\n form[role=\"search\"] div,\n form[role=\"search\"] td {\n background: @surface0 !important;\n }\n\n div.Kj-JD-Jl > button.J-at1-atl,\n div.Kj-JD-Jl > button.J-at1-auR {\n background: @accent-color !important;\n color: @crust !important;\n }\n div.Kj-JD-Jl > button,\n .bBh .Kj-JD-Jl > .J-at1-auR,\n .Kj-JD-K7-K0,\n .J-N {\n color: @text !important;\n }\n .J-N-JT,\n .J-N-JW {\n color: @text !important;\n background: @surface2 !important;\n }\n .J-N-JT .J-N-Jz,\n .J-N-JW .J-N-Jz {\n color: @text !important;\n }\n .T-I-Kq > .asa::before,\n .T-I-Kq.T-I-JO > .asa::before {\n background: @surface1 !important;\n }\n\n /* compose button */\n .T-I-KE {\n background: @accent-color !important;\n color: @crust !important;\n & when (@lookup =latte) {\n color: @text !important;\n }\n &:hover {\n background: darken(@accent-color, 10%);\n color: @crust !important;\n }\n }\n\n /* drive usage */\n .aiC {\n background: @overlay0 !important;\n }\n .aiA {\n background: @accent-color !important;\n }\n /* icons */\n .aAy > .aKp,\n .xY > .T-Jo,\n .T-I .T-I-J3,\n td.apU > .T-KT.aXw::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%)\n hue-rotate(196deg) brightness(150%) contrast(75%);\n }\n td.apU > .T-KT.T-KT-Jp::before {\n filter: brightness(0) saturate(100%) invert(28%) sepia(17%) saturate(835%)\n hue-rotate(337deg) brightness(300%);\n }\n .J-N-JX,\n .J-Ph-hFsbo,\n .OB,\n .Q1:not(:checked) + .Vo::before,\n .SV {\n filter: invert(1);\n }\n\n /* svgs */\n .gb_Mc svg,\n .gb_Rc.gb_Vc svg,\n .gb_Mc .gb_dd .gb_ld,\n .gb_Mc .gb_dd .gb_Lc,\n .gb_Mc .gb_dd .gb_fd,\n .gb_Rc.gb_Vc .gb_ld {\n color: @subtext0;\n }\n\n /* toolbar */\n .Hl,\n .Hq,\n .Ha,\n [role=\"menuitemcheckbox\"] > div > div,\n [role=\"listbox\"] .J-Z-M-I-J6-H > .J-Z-M-I-JG,\n div.ajR .ajT,\n .btC .dv,\n .btC .aaA.a1,\n .btC .J-N-JX.a1,\n .btC .aaA.e5,\n .aaZ .J-N-JX.e5,\n .btC .aaA.QT,\n .btC .J-N-JX.QT,\n .btC .aaA.aA7,\n .aaZ .J-N-JX.aA7,\n .btC .aaA.buc,\n .btC .J-N-JX.buc,\n .btC .aaA.BP,\n .aaZ .J-N-JX.BP,\n .btC .aaA.a5,\n .btC .aaA.a2X,\n .aaZ .J-N-JX.a5,\n .aaZ .J-N-JX.a2X,\n [role=\"toolbar\"] [role=\"button\"]:not(.H2, .Ol) {\n filter: invert(1) !important;\n }\n\n /* advanced settings */\n div.Kj-JD-Jz {\n color: @subtext0 !important;\n }\n .alO,\n .v .fY,\n .v .f1,\n .r4 {\n background: @base !important;\n }\n .v .f1,\n .v .f1 .f0 {\n color: @text !important;\n }\n .qL {\n color: black !important;\n }\n .v .fZ {\n box-shadow: inset 0 -2px 0 0 @accent-color;\n .f0 {\n color: @accent-color !important;\n }\n }\n .alP,\n .sA,\n .r4 .e {\n color: @sapphire !important;\n &:hover {\n color: @teal !important;\n }\n }\n .Ze {\n background: @surface0 !important;\n }\n .a8Y > .T-I-ax7 {\n background: @surface0 !important;\n color: @text !important;\n &:hover {\n background: @surface1 !important;\n }\n }\n .T-I-atl {\n background: @accent-color !important;\n color: @crust !important;\n &:hover {\n background: lighten(@accent-color, 10%) !important;\n }\n }\n\n /* loading */\n #explosion_clipper_div > .la-i > div {\n background: @surface0 !important;\n }\n\n #nlpt {\n background-color: @surface0 !important;\n &::before {\n background-color: @overlay0 !important;\n }\n }\n\n .la-b > .la-l,\n .la-b > .la-r,\n .la-b > .la-m {\n background: @surface1 !important;\n }\n\n .la-k .la-l,\n .la-k .la-r {\n border-color: @base !important;\n }\n\n .la-k .la-m {\n background: @base !important;\n clip-path: polygon(47% 100%, 100% 47%, 100% 100%);\n }\n\n .la-i > .la-l,\n .la-i > .la-r {\n border-color: @surface0 !important;\n }\n\n .la-i > .la-m {\n background: @surface0 !important;\n }\n\n .msgb {\n color: @text;\n a {\n color: @accent-color !important;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Gmail Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/gmail", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/gmail", - "version": "0.1.3", - "description": "Soothing pastel theme for Gmail", - "author": "Catppuccin", + "version": "0.1.4", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail", + "description": "Soothing pastel theme for Gmail", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { - "flavor": { + "lightFlavor": { "type": "select", - "label": "Flavor", - "name": "flavor", - "value": "macchiato", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, "default": "mocha", "options": [ { @@ -5425,7 +5717,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "rosewater", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -5509,12 +5801,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Gmail", "name": "Gmail Catppuccin", - "originalDigest": "3a971e5cf71ef7470b9a0183813ad564b7843991", + "originalDigest": "8fbb8d7596ef72962b9d48c4509bbe01c1b299b7", "_id": "f9a24a30-2a71-44d7-937b-1f768445f52f", - "_rev": 1707864081029, + "_rev": 1712856189562, "id": 69, - "etag": "W/\"48235ae31ed1d9a01d776d48600600077af5384dc5f4f9c0ad12f6d04fac2ebd\"", - "updateDate": 1707864081014 + "etag": "W/\"bf7bed128e7b950cc3e958853dadcdb774ce82db02b6146cc78ddb494ee850dc\"", + "updateDate": 1712856189536 }, { "enabled": true, @@ -5668,11 +5960,11 @@ "installDate": 1700768669790, "sections": [ { - "code": "/* ==UserStyle==\n@name Codeberg Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/codeberg\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg\n@version 1.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg\n@description Soothing pastel theme for Codeberg\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Codeberg Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/codeberg\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg\n@version 1.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg\n@description Soothing pastel theme for Codeberg\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@import url(\"https://git.isabelroses.com/assets/css/theme-catppuccin-macchiato-lavender.css\") (prefers-color-scheme: light);\n @import url(\"https://git.isabelroses.com/assets/css/theme-catppuccin-macchiato-lavender.css\") (prefers-color-scheme: dark);\n @media (prefers-color-scheme: light) {\n .theme-codeberg-auto {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n }\n @media (prefers-color-scheme: dark) {\n .theme-codeberg-auto {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n }\n .theme-codeberg-light {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n .theme-codeberg-dark {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }", + "code": "@import url(\"https://catppuccin.github.io/gitea/theme-catppuccin-macchiato-lavender.css\") (prefers-color-scheme: light);\n @import url(\"https://catppuccin.github.io/gitea/theme-catppuccin-macchiato-lavender.css\") (prefers-color-scheme: dark);\n @media (prefers-color-scheme: light) {\n .theme-codeberg-auto {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n }\n @media (prefers-color-scheme: dark) {\n .theme-codeberg-auto {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n }\n .theme-codeberg-light {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }\n .theme-codeberg-dark {\n --color-nav-text: #181926;\n --color-nav-hover-bg: #5a68ef;\n }", "start": 1050, "domains": [ "codeberg.org" @@ -5680,15 +5972,15 @@ }, { "code": "/* prettier-ignore */", - "start": 1791 + "start": 1783 } ], - "sourceCode": "/* ==UserStyle==\n@name Codeberg Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/codeberg\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg\n@version 1.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg\n@description Soothing pastel theme for Codeberg\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain('codeberg.org') {\n @import (css)\n url(\"https://git.isabelroses.com/assets/css/theme-catppuccin-@{lightFlavor}-@{accentColor}.css\")\n (prefers-color-scheme: light);\n @import (css)\n url(\"https://git.isabelroses.com/assets/css/theme-catppuccin-@{darkFlavor}-@{accentColor}.css\")\n (prefers-color-scheme: dark);\n\n #catppuccin(@lookup, @accent) {\n --color-nav-text: @catppuccin[@@lookup][@crust];\n --color-nav-hover-bg: darken(@catppuccin[@@lookup][@@accent], 20%);\n }\n\n @media (prefers-color-scheme: light) {\n .theme-codeberg-auto {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n .theme-codeberg-auto {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n .theme-codeberg-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .theme-codeberg-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Codeberg Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/codeberg\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg\n@version 1.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg\n@description Soothing pastel theme for Codeberg\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('codeberg.org') {\n @import (css)\n url(\"https://catppuccin.github.io/gitea/theme-catppuccin-@{lightFlavor}-@{accentColor}.css\")\n (prefers-color-scheme: light);\n @import (css)\n url(\"https://catppuccin.github.io/gitea/theme-catppuccin-@{darkFlavor}-@{accentColor}.css\")\n (prefers-color-scheme: dark);\n\n #catppuccin(@lookup, @accent) {\n --color-nav-text: @catppuccin[@@lookup][@crust];\n --color-nav-hover-bg: darken(@catppuccin[@@lookup][@@accent], 20%);\n }\n\n @media (prefers-color-scheme: light) {\n .theme-codeberg-auto {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n .theme-codeberg-auto {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n .theme-codeberg-light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n .theme-codeberg-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Codeberg Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/codeberg", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/codeberg", - "version": "1.0.2", + "version": "1.0.4", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg", "description": "Soothing pastel theme for Codeberg", @@ -5843,12 +6135,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Codeberg", "name": "Codeberg Catppuccin", - "originalDigest": "6e6f1fe84f93d35c4d76874eed474b78f858087c", + "originalDigest": "cb0280537bad216fdc09ae967ef3292f3c419167", "_id": "3349733a-dd52-4820-a867-5df5b50caf3d", - "_rev": 1709902305049, + "_rev": 1712856190036, "id": 71, - "etag": "W/\"41fad662b268d85721b937076a37a66ae34571c540231c5063fa039c80e9f7da\"", - "updateDate": 1709902305017 + "etag": "W/\"5227286c39b340e81b5167ed556a728c9d6dce868c8feb29408d13b23708d354\"", + "updateDate": 1712856189540 }, { "enabled": true, @@ -5857,23 +6149,27 @@ "installDate": 1700768722341, "sections": [ { - "code": "/* ==UserStyle==\n@name NixOS Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos.wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki\n@description Soothing pastel theme for NixOS Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name NixOS Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos.wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki\n@description Soothing pastel theme for NixOS Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n }\n html[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: #ed8796;\n box-shadow: 0 4px 16px rgba(24, 25, 38, 0.1), 0 8px 32px rgba(24, 25, 38, 0.05);\n color: #181926;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n body {\n background-color: #24273a;\n }\n hr {\n border-color: #5b6078;\n }\n .navbar-default {\n color: #cad3f5;\n background-color: #1e2030 !important;\n background-image: none !important;\n border-color: transparent !important;\n }\n .navbar-default .navbar-brand {\n color: #8aadf4;\n }\n .navbar-default .navbar-brand:hover {\n color: #91d7e3;\n }\n .navbar-default li a {\n color: #cad3f5 !important;\n }\n .navbar-default li a:hover {\n color: #a5adcb !important;\n }\n .navbar-default li.nav.open > a,\n .navbar-default li ul {\n background-color: #363a4f !important;\n background-image: none !important;\n }\n .navbar-default li.nav.open > a a:hover,\n .navbar-default li ul a:hover {\n background-color: rgba(73, 77, 100, 0.5) !important;\n background-image: none !important;\n }\n .navbar-default .active > a {\n color: #181926 !important;\n background: #8aadf4 !important;\n }\n .navbar-default .active > a:hover {\n color: #24273a !important;\n }\n .search-query.form-control {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #363a4f;\n }\n * {\n color: #cad3f5;\n }\n a {\n color: #8aadf4;\n }\n a:hover {\n color: #91d7e3;\n }\n a.new {\n color: #ed8796;\n }\n a.new:hover {\n color: #ee99a0;\n }\n .panel {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n .panel .panel-heading {\n color: #cad3f5;\n background-color: #363a4f !important;\n border-bottom-color: #5b6078;\n }\n .panel .panel-heading img {\n filter: invert(100%);\n }\n .btn-primary {\n color: #181926;\n background-color: #8aadf4 !important;\n background-image: none !important;\n border-color: #181926 !important;\n }\n .btn-primary:hover {\n color: #181926 !important;\n background-color: #91d7e3 !important;\n background-image: none !important;\n }\n table,\n table * {\n color: #cad3f5;\n border-color: #6e738d !important;\n background-color: #1e2030;\n }\n table th,\n table th * {\n background-color: #363a4f !important;\n }\n blockquote,\n cite {\n border-left-color: #f5bde6 !important;\n }\n cite a {\n color: #f5bde6;\n }\n cite a:hover {\n color: #f4dbd6;\n }\n pre,\n code {\n box-shadow: none !important;\n background-color: #1e2030;\n border-color: #181926;\n }\n pre {\n color: #cad3f5;\n }\n code {\n color: #f4dbd6;\n }\n *[style*=\"background-color: #C1E5FF\"] {\n color: #cad3f5 !important;\n background-color: rgba(138, 173, 244, 0.15) !important;\n border-color: #8aadf4 !important;\n }\n *[style*=\"background-color: #FFD0B7\"] {\n color: #cad3f5 !important;\n background-color: rgba(245, 169, 127, 0.15) !important;\n border-color: #f5a97f !important;\n }\n *[style*=\"background: #F6F6F6\"] {\n color: #cad3f5 !important;\n background-color: rgba(110, 115, 141, 0.15) !important;\n border-color: #6e738d !important;\n }\n .mw-highlight,\n .mw-highlight > pre {\n color: #cad3f5 !important;\n background-color: #1e2030 !important;\n }\n .mw-highlight .nv,\n .mw-highlight > pre .nv {\n color: #cad3f5;\n }\n .mw-highlight .gp,\n .mw-highlight > pre .gp {\n color: #f5bde6;\n }\n .mw-highlight .c1,\n .mw-highlight > pre .c1,\n .mw-highlight .cm,\n .mw-highlight > pre .cm {\n color: #939ab7;\n }\n .mw-highlight .s1,\n .mw-highlight > pre .s1,\n .mw-highlight .s2,\n .mw-highlight > pre .s2,\n .mw-highlight .se,\n .mw-highlight > pre .se {\n color: #a6da95;\n }\n .mw-highlight .si,\n .mw-highlight > pre .si {\n color: #f5bde6;\n }\n .mw-highlight .ss,\n .mw-highlight > pre .ss,\n .mw-highlight .nb,\n .mw-highlight > pre .nb {\n color: #8aadf4;\n }\n .mw-highlight .p,\n .mw-highlight > pre .p,\n .mw-highlight .o,\n .mw-highlight > pre .o {\n color: #8bd5ca;\n }\n .mw-highlight .mi,\n .mw-highlight > pre .mi,\n .mw-highlight .no,\n .mw-highlight > pre .no {\n color: #f5a97f;\n }\n .mw-highlight .k,\n .mw-highlight > pre .k,\n .mw-highlight .ow,\n .mw-highlight > pre .ow {\n color: #c6a0f6;\n }\n .mw-highlight .ch,\n .mw-highlight > pre .ch {\n color: #f5bde6;\n }\n .mw-highlight .go,\n .mw-highlight > pre .go {\n color: #cad3f5;\n }\n .mw-highlight .gi,\n .mw-highlight > pre .gi {\n color: #a6da95;\n }\n .mw-highlight .gd,\n .mw-highlight > pre .gd {\n color: #ed8796;\n }\n .mw-highlight .gh,\n .mw-highlight > pre .gh {\n color: #cad3f5;\n }\n .mw-highlight .gu,\n .mw-highlight > pre .gu {\n color: #f5a97f;\n }\n .suggestions .suggestions-result {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .suggestions .suggestions-result:hover {\n background-color: #212435;\n }\n .suggestions .suggestions-result .highlight {\n color: #b7bdf8;\n }\n .suggestions .suggestions-results {\n border-color: #363a4f !important;\n }\n .suggestions .suggestions-special {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .suggestions .suggestions-special:hover {\n background-color: #35384e;\n }\n .suggestions .suggestions-special .special-label {\n color: #a5adcb;\n }\n .suggestions .suggestions-special .special-query {\n color: #cad3f5;\n }\n .toc li.active > a {\n border-left-color: #b7bdf8 !important;\n }\n .toc ul.nav a:hover {\n background: #b7bdf8 !important;\n }\n .toc ul.nav a:hover,\n .toc ul.nav a:hover * {\n color: #181926 !important;\n }\n .page-header {\n border-bottom-color: #939ab7;\n }\n #catlinks {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n #footer {\n background-color: #1e2030;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n html[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: #ed8796;\n box-shadow: 0 4px 16px rgba(24, 25, 38, 0.1), 0 8px 32px rgba(24, 25, 38, 0.05);\n color: #181926;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n body {\n background-color: #24273a;\n }\n hr {\n border-color: #5b6078;\n }\n .navbar-default {\n color: #cad3f5;\n background-color: #1e2030 !important;\n background-image: none !important;\n border-color: transparent !important;\n }\n .navbar-default .navbar-brand {\n color: #8aadf4;\n }\n .navbar-default .navbar-brand:hover {\n color: #91d7e3;\n }\n .navbar-default li a {\n color: #cad3f5 !important;\n }\n .navbar-default li a:hover {\n color: #a5adcb !important;\n }\n .navbar-default li.nav.open > a,\n .navbar-default li ul {\n background-color: #363a4f !important;\n background-image: none !important;\n }\n .navbar-default li.nav.open > a a:hover,\n .navbar-default li ul a:hover {\n background-color: rgba(73, 77, 100, 0.5) !important;\n background-image: none !important;\n }\n .navbar-default .active > a {\n color: #181926 !important;\n background: #8aadf4 !important;\n }\n .navbar-default .active > a:hover {\n color: #24273a !important;\n }\n .search-query.form-control {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #363a4f;\n }\n * {\n color: #cad3f5;\n }\n a {\n color: #8aadf4;\n }\n a:hover {\n color: #91d7e3;\n }\n a.new {\n color: #ed8796;\n }\n a.new:hover {\n color: #ee99a0;\n }\n .panel {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n .panel .panel-heading {\n color: #cad3f5;\n background-color: #363a4f !important;\n border-bottom-color: #5b6078;\n }\n .panel .panel-heading img {\n filter: invert(100%);\n }\n .btn-primary {\n color: #181926;\n background-color: #8aadf4 !important;\n background-image: none !important;\n border-color: #181926 !important;\n }\n .btn-primary:hover {\n color: #181926 !important;\n background-color: #91d7e3 !important;\n background-image: none !important;\n }\n table,\n table * {\n color: #cad3f5;\n border-color: #6e738d !important;\n background-color: #1e2030;\n }\n table th,\n table th * {\n background-color: #363a4f !important;\n }\n blockquote,\n cite {\n border-left-color: #f5bde6 !important;\n }\n cite a {\n color: #f5bde6;\n }\n cite a:hover {\n color: #f4dbd6;\n }\n pre,\n code {\n box-shadow: none !important;\n background-color: #1e2030;\n border-color: #181926;\n }\n pre {\n color: #cad3f5;\n }\n code {\n color: #f4dbd6;\n }\n *[style*=\"background-color: #C1E5FF\"] {\n color: #cad3f5 !important;\n background-color: rgba(138, 173, 244, 0.15) !important;\n border-color: #8aadf4 !important;\n }\n *[style*=\"background-color: #FFD0B7\"] {\n color: #cad3f5 !important;\n background-color: rgba(245, 169, 127, 0.15) !important;\n border-color: #f5a97f !important;\n }\n *[style*=\"background: #F6F6F6\"] {\n color: #cad3f5 !important;\n background-color: rgba(110, 115, 141, 0.15) !important;\n border-color: #6e738d !important;\n }\n .mw-highlight,\n .mw-highlight > pre {\n color: #cad3f5 !important;\n background-color: #1e2030 !important;\n }\n .mw-highlight .nv,\n .mw-highlight > pre .nv {\n color: #cad3f5;\n }\n .mw-highlight .gp,\n .mw-highlight > pre .gp {\n color: #f5bde6;\n }\n .mw-highlight .c1,\n .mw-highlight > pre .c1,\n .mw-highlight .cm,\n .mw-highlight > pre .cm {\n color: #939ab7;\n }\n .mw-highlight .s1,\n .mw-highlight > pre .s1,\n .mw-highlight .s2,\n .mw-highlight > pre .s2,\n .mw-highlight .se,\n .mw-highlight > pre .se {\n color: #a6da95;\n }\n .mw-highlight .si,\n .mw-highlight > pre .si {\n color: #f5bde6;\n }\n .mw-highlight .ss,\n .mw-highlight > pre .ss,\n .mw-highlight .nb,\n .mw-highlight > pre .nb {\n color: #8aadf4;\n }\n .mw-highlight .p,\n .mw-highlight > pre .p,\n .mw-highlight .o,\n .mw-highlight > pre .o {\n color: #8bd5ca;\n }\n .mw-highlight .mi,\n .mw-highlight > pre .mi,\n .mw-highlight .no,\n .mw-highlight > pre .no {\n color: #f5a97f;\n }\n .mw-highlight .k,\n .mw-highlight > pre .k,\n .mw-highlight .ow,\n .mw-highlight > pre .ow {\n color: #c6a0f6;\n }\n .mw-highlight .ch,\n .mw-highlight > pre .ch {\n color: #f5bde6;\n }\n .mw-highlight .go,\n .mw-highlight > pre .go {\n color: #cad3f5;\n }\n .mw-highlight .gi,\n .mw-highlight > pre .gi {\n color: #a6da95;\n }\n .mw-highlight .gd,\n .mw-highlight > pre .gd {\n color: #ed8796;\n }\n .mw-highlight .gh,\n .mw-highlight > pre .gh {\n color: #cad3f5;\n }\n .mw-highlight .gu,\n .mw-highlight > pre .gu {\n color: #f5a97f;\n }\n .suggestions .suggestions-result {\n background-color: #1e2030;\n color: #cad3f5;\n }\n .suggestions .suggestions-result:hover {\n background-color: #212435;\n }\n .suggestions .suggestions-result .highlight {\n color: #b7bdf8;\n }\n .suggestions .suggestions-results {\n border-color: #363a4f !important;\n }\n .suggestions .suggestions-special {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n .suggestions .suggestions-special:hover {\n background-color: #35384e;\n }\n .suggestions .suggestions-special .special-label {\n color: #a5adcb;\n }\n .suggestions .suggestions-special .special-query {\n color: #cad3f5;\n }\n .toc li.active > a {\n border-left-color: #b7bdf8 !important;\n }\n .toc ul.nav a:hover {\n background: #b7bdf8 !important;\n }\n .toc ul.nav a:hover,\n .toc ul.nav a:hover * {\n color: #181926 !important;\n }\n .page-header {\n border-bottom-color: #939ab7;\n }\n #catlinks {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n #footer {\n background-color: #1e2030;\n }\n }", + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: #ed8796;\n box-shadow: 0 4px 16px rgba(24, 25, 38, 0.1), 0 8px 32px rgba(24, 25, 38, 0.05);\n color: #181926;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n :root body {\n background-color: #24273a;\n }\n :root hr {\n border-color: #5b6078;\n }\n :root .navbar-default {\n color: #cad3f5;\n background-color: #1e2030 !important;\n background-image: none !important;\n border-color: transparent !important;\n }\n :root .navbar-default .navbar-brand {\n color: #8aadf4;\n }\n :root .navbar-default .navbar-brand:hover {\n color: #91d7e3;\n }\n :root .navbar-default li a {\n color: #cad3f5 !important;\n }\n :root .navbar-default li a:hover {\n color: #a5adcb !important;\n }\n :root .navbar-default li.nav.open > a,\n :root .navbar-default li ul {\n background-color: #363a4f !important;\n background-image: none !important;\n }\n :root .navbar-default li.nav.open > a a:hover,\n :root .navbar-default li ul a:hover {\n background-color: rgba(73, 77, 100, 0.5) !important;\n background-image: none !important;\n }\n :root .navbar-default .active > a {\n color: #181926 !important;\n background: #8aadf4 !important;\n }\n :root .navbar-default .active > a:hover {\n color: #24273a !important;\n }\n :root .search-query.form-control {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root * {\n color: #cad3f5;\n }\n :root a {\n color: #8aadf4;\n }\n :root a:hover {\n color: #91d7e3;\n }\n :root a.new {\n color: #ed8796;\n }\n :root a.new:hover {\n color: #ee99a0;\n }\n :root .panel {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n :root .panel .panel-heading {\n color: #cad3f5;\n background-color: #363a4f !important;\n border-bottom-color: #5b6078;\n }\n :root .panel .panel-heading img {\n filter: invert(100%);\n }\n :root .btn-primary {\n color: #181926;\n background-color: #8aadf4 !important;\n background-image: none !important;\n border-color: #181926 !important;\n }\n :root .btn-primary:hover {\n color: #181926 !important;\n background-color: #91d7e3 !important;\n background-image: none !important;\n }\n :root table,\n :root table * {\n color: #cad3f5;\n border-color: #6e738d !important;\n background-color: #1e2030;\n }\n :root table th,\n :root table th * {\n background-color: #363a4f !important;\n }\n :root blockquote,\n :root cite {\n border-left-color: #f5bde6 !important;\n }\n :root cite a {\n color: #f5bde6;\n }\n :root cite a:hover {\n color: #f4dbd6;\n }\n :root pre,\n :root code {\n box-shadow: none !important;\n background-color: #1e2030;\n border-color: #181926;\n }\n :root pre {\n color: #cad3f5;\n }\n :root code {\n color: #f4dbd6;\n }\n :root *[style*=\"background-color: #C1E5FF\"] {\n color: #cad3f5 !important;\n background-color: rgba(138, 173, 244, 0.15) !important;\n border-color: #8aadf4 !important;\n }\n :root *[style*=\"background-color: #FFD0B7\"] {\n color: #cad3f5 !important;\n background-color: rgba(245, 169, 127, 0.15) !important;\n border-color: #f5a97f !important;\n }\n :root *[style*=\"background: #F6F6F6\"] {\n color: #cad3f5 !important;\n background-color: rgba(110, 115, 141, 0.15) !important;\n border-color: #6e738d !important;\n }\n :root .mw-highlight,\n :root .mw-highlight > pre {\n color: #cad3f5 !important;\n background-color: #1e2030 !important;\n }\n :root .mw-highlight .nv,\n :root .mw-highlight > pre .nv {\n color: #cad3f5;\n }\n :root .mw-highlight .gp,\n :root .mw-highlight > pre .gp {\n color: #f5bde6;\n }\n :root .mw-highlight .c1,\n :root .mw-highlight > pre .c1,\n :root .mw-highlight .cm,\n :root .mw-highlight > pre .cm {\n color: #939ab7;\n }\n :root .mw-highlight .s1,\n :root .mw-highlight > pre .s1,\n :root .mw-highlight .s2,\n :root .mw-highlight > pre .s2,\n :root .mw-highlight .se,\n :root .mw-highlight > pre .se {\n color: #a6da95;\n }\n :root .mw-highlight .si,\n :root .mw-highlight > pre .si {\n color: #f5bde6;\n }\n :root .mw-highlight .ss,\n :root .mw-highlight > pre .ss,\n :root .mw-highlight .nb,\n :root .mw-highlight > pre .nb {\n color: #8aadf4;\n }\n :root .mw-highlight .p,\n :root .mw-highlight > pre .p,\n :root .mw-highlight .o,\n :root .mw-highlight > pre .o {\n color: #8bd5ca;\n }\n :root .mw-highlight .mi,\n :root .mw-highlight > pre .mi,\n :root .mw-highlight .no,\n :root .mw-highlight > pre .no {\n color: #f5a97f;\n }\n :root .mw-highlight .k,\n :root .mw-highlight > pre .k,\n :root .mw-highlight .ow,\n :root .mw-highlight > pre .ow {\n color: #c6a0f6;\n }\n :root .mw-highlight .ch,\n :root .mw-highlight > pre .ch {\n color: #f5bde6;\n }\n :root .mw-highlight .go,\n :root .mw-highlight > pre .go {\n color: #cad3f5;\n }\n :root .mw-highlight .gi,\n :root .mw-highlight > pre .gi {\n color: #a6da95;\n }\n :root .mw-highlight .gd,\n :root .mw-highlight > pre .gd {\n color: #ed8796;\n }\n :root .mw-highlight .gh,\n :root .mw-highlight > pre .gh {\n color: #cad3f5;\n }\n :root .mw-highlight .gu,\n :root .mw-highlight > pre .gu {\n color: #f5a97f;\n }\n :root .suggestions .suggestions-result {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .suggestions .suggestions-result:hover {\n background-color: #212435;\n }\n :root .suggestions .suggestions-result .highlight {\n color: #b7bdf8;\n }\n :root .suggestions .suggestions-results {\n border-color: #363a4f !important;\n }\n :root .suggestions .suggestions-special {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .suggestions .suggestions-special:hover {\n background-color: #35384e;\n }\n :root .suggestions .suggestions-special .special-label {\n color: #a5adcb;\n }\n :root .suggestions .suggestions-special .special-query {\n color: #cad3f5;\n }\n :root .toc li.active > a {\n border-left-color: #b7bdf8 !important;\n }\n :root .toc ul.nav a:hover {\n background: #b7bdf8 !important;\n }\n :root .toc ul.nav a:hover,\n :root .toc ul.nav a:hover * {\n color: #181926 !important;\n }\n :root .page-header {\n border-bottom-color: #939ab7;\n }\n :root #catlinks {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n :root #footer {\n background-color: #1e2030;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: #ed8796;\n box-shadow: 0 4px 16px rgba(24, 25, 38, 0.1), 0 8px 32px rgba(24, 25, 38, 0.05);\n color: #181926;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n :root body {\n background-color: #24273a;\n }\n :root hr {\n border-color: #5b6078;\n }\n :root .navbar-default {\n color: #cad3f5;\n background-color: #1e2030 !important;\n background-image: none !important;\n border-color: transparent !important;\n }\n :root .navbar-default .navbar-brand {\n color: #8aadf4;\n }\n :root .navbar-default .navbar-brand:hover {\n color: #91d7e3;\n }\n :root .navbar-default li a {\n color: #cad3f5 !important;\n }\n :root .navbar-default li a:hover {\n color: #a5adcb !important;\n }\n :root .navbar-default li.nav.open > a,\n :root .navbar-default li ul {\n background-color: #363a4f !important;\n background-image: none !important;\n }\n :root .navbar-default li.nav.open > a a:hover,\n :root .navbar-default li ul a:hover {\n background-color: rgba(73, 77, 100, 0.5) !important;\n background-image: none !important;\n }\n :root .navbar-default .active > a {\n color: #181926 !important;\n background: #8aadf4 !important;\n }\n :root .navbar-default .active > a:hover {\n color: #24273a !important;\n }\n :root .search-query.form-control {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root * {\n color: #cad3f5;\n }\n :root a {\n color: #8aadf4;\n }\n :root a:hover {\n color: #91d7e3;\n }\n :root a.new {\n color: #ed8796;\n }\n :root a.new:hover {\n color: #ee99a0;\n }\n :root .panel {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n :root .panel .panel-heading {\n color: #cad3f5;\n background-color: #363a4f !important;\n border-bottom-color: #5b6078;\n }\n :root .panel .panel-heading img {\n filter: invert(100%);\n }\n :root .btn-primary {\n color: #181926;\n background-color: #8aadf4 !important;\n background-image: none !important;\n border-color: #181926 !important;\n }\n :root .btn-primary:hover {\n color: #181926 !important;\n background-color: #91d7e3 !important;\n background-image: none !important;\n }\n :root table,\n :root table * {\n color: #cad3f5;\n border-color: #6e738d !important;\n background-color: #1e2030;\n }\n :root table th,\n :root table th * {\n background-color: #363a4f !important;\n }\n :root blockquote,\n :root cite {\n border-left-color: #f5bde6 !important;\n }\n :root cite a {\n color: #f5bde6;\n }\n :root cite a:hover {\n color: #f4dbd6;\n }\n :root pre,\n :root code {\n box-shadow: none !important;\n background-color: #1e2030;\n border-color: #181926;\n }\n :root pre {\n color: #cad3f5;\n }\n :root code {\n color: #f4dbd6;\n }\n :root *[style*=\"background-color: #C1E5FF\"] {\n color: #cad3f5 !important;\n background-color: rgba(138, 173, 244, 0.15) !important;\n border-color: #8aadf4 !important;\n }\n :root *[style*=\"background-color: #FFD0B7\"] {\n color: #cad3f5 !important;\n background-color: rgba(245, 169, 127, 0.15) !important;\n border-color: #f5a97f !important;\n }\n :root *[style*=\"background: #F6F6F6\"] {\n color: #cad3f5 !important;\n background-color: rgba(110, 115, 141, 0.15) !important;\n border-color: #6e738d !important;\n }\n :root .mw-highlight,\n :root .mw-highlight > pre {\n color: #cad3f5 !important;\n background-color: #1e2030 !important;\n }\n :root .mw-highlight .nv,\n :root .mw-highlight > pre .nv {\n color: #cad3f5;\n }\n :root .mw-highlight .gp,\n :root .mw-highlight > pre .gp {\n color: #f5bde6;\n }\n :root .mw-highlight .c1,\n :root .mw-highlight > pre .c1,\n :root .mw-highlight .cm,\n :root .mw-highlight > pre .cm {\n color: #939ab7;\n }\n :root .mw-highlight .s1,\n :root .mw-highlight > pre .s1,\n :root .mw-highlight .s2,\n :root .mw-highlight > pre .s2,\n :root .mw-highlight .se,\n :root .mw-highlight > pre .se {\n color: #a6da95;\n }\n :root .mw-highlight .si,\n :root .mw-highlight > pre .si {\n color: #f5bde6;\n }\n :root .mw-highlight .ss,\n :root .mw-highlight > pre .ss,\n :root .mw-highlight .nb,\n :root .mw-highlight > pre .nb {\n color: #8aadf4;\n }\n :root .mw-highlight .p,\n :root .mw-highlight > pre .p,\n :root .mw-highlight .o,\n :root .mw-highlight > pre .o {\n color: #8bd5ca;\n }\n :root .mw-highlight .mi,\n :root .mw-highlight > pre .mi,\n :root .mw-highlight .no,\n :root .mw-highlight > pre .no {\n color: #f5a97f;\n }\n :root .mw-highlight .k,\n :root .mw-highlight > pre .k,\n :root .mw-highlight .ow,\n :root .mw-highlight > pre .ow {\n color: #c6a0f6;\n }\n :root .mw-highlight .ch,\n :root .mw-highlight > pre .ch {\n color: #f5bde6;\n }\n :root .mw-highlight .go,\n :root .mw-highlight > pre .go {\n color: #cad3f5;\n }\n :root .mw-highlight .gi,\n :root .mw-highlight > pre .gi {\n color: #a6da95;\n }\n :root .mw-highlight .gd,\n :root .mw-highlight > pre .gd {\n color: #ed8796;\n }\n :root .mw-highlight .gh,\n :root .mw-highlight > pre .gh {\n color: #cad3f5;\n }\n :root .mw-highlight .gu,\n :root .mw-highlight > pre .gu {\n color: #f5a97f;\n }\n :root .suggestions .suggestions-result {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .suggestions .suggestions-result:hover {\n background-color: #212435;\n }\n :root .suggestions .suggestions-result .highlight {\n color: #b7bdf8;\n }\n :root .suggestions .suggestions-results {\n border-color: #363a4f !important;\n }\n :root .suggestions .suggestions-special {\n border-color: #363a4f !important;\n background-color: #1e2030;\n }\n :root .suggestions .suggestions-special:hover {\n background-color: #35384e;\n }\n :root .suggestions .suggestions-special .special-label {\n color: #a5adcb;\n }\n :root .suggestions .suggestions-special .special-query {\n color: #cad3f5;\n }\n :root .toc li.active > a {\n border-left-color: #b7bdf8 !important;\n }\n :root .toc ul.nav a:hover {\n background: #b7bdf8 !important;\n }\n :root .toc ul.nav a:hover,\n :root .toc ul.nav a:hover * {\n color: #181926 !important;\n }\n :root .page-header {\n border-bottom-color: #939ab7;\n }\n :root #catlinks {\n background-color: #1e2030;\n border-color: #1e2030;\n }\n :root #footer {\n background-color: #1e2030;\n }\n }", "start": 1060, "domains": [ "nixos.wiki" ] + }, + { + "code": "/* prettier-ignore */", + "start": 15713 } ], - "sourceCode": "/* ==UserStyle==\n@name NixOS Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos.wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki\n@description Soothing pastel theme for NixOS Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain('nixos.wiki') {\n #catppuccin(@lookup, @accent-color) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent: @catppuccin[@@lookup][@@accent-color];\n\n :root {\n color-scheme: if(@lookup = latte, light, dark);\n }\n\n html[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: @red;\n box-shadow:\n 0 4px 16px fade(@crust, 10%),\n 0 8px 32px fade(@crust, 5%);\n color: @crust;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n\n body {\n background-color: @base;\n }\n hr {\n border-color: @surface2;\n }\n .navbar-default {\n color: @text;\n background-color: @mantle !important;\n background-image: none !important;\n border-color: transparent !important;\n\n .navbar-brand {\n color: @blue;\n &:hover {\n color: @sky;\n }\n }\n\n li {\n a {\n color: @text !important;\n &:hover {\n color: @subtext0 !important;\n }\n }\n &.nav.open > a,\n ul {\n background-color: @surface0 !important;\n background-image: none !important;\n a:hover {\n background-color: fade(@surface1, 50%) !important;\n background-image: none !important;\n }\n }\n }\n .active > a {\n color: @crust !important;\n &:hover {\n color: @base !important;\n }\n background: @blue !important;\n }\n }\n\n .search-query.form-control {\n color: @text;\n background-color: @surface0;\n border-color: @surface0;\n }\n\n * {\n color: @text;\n }\n\n a {\n color: @blue;\n &:hover {\n color: @sky;\n }\n &.new {\n color: @red;\n &:hover {\n color: @maroon;\n }\n }\n }\n\n .panel {\n background-color: @mantle;\n border-color: @mantle;\n .panel-heading {\n color: @text;\n background-color: @surface0 !important;\n border-bottom-color: @surface2;\n img {\n & when not (@lookup = latte) {\n filter: invert(100%);\n }\n }\n }\n }\n\n .btn-primary {\n color: @crust;\n background-color: @blue !important;\n background-image: none !important;\n border-color: @crust !important;\n &:hover {\n color: @crust !important;\n background-color: @sky !important;\n background-image: none !important;\n }\n }\n\n table {\n &,\n * {\n color: @text;\n border-color: @overlay0 !important;\n background-color: @mantle;\n }\n th {\n &,\n * {\n background-color: @surface0 !important;\n }\n }\n }\n\n blockquote,\n cite {\n border-left-color: @pink !important;\n }\n\n cite a {\n color: @pink;\n &:hover {\n color: @rosewater;\n }\n }\n\n pre,\n code {\n box-shadow: none !important;\n background-color: @mantle;\n border-color: @crust;\n }\n pre {\n color: @text;\n }\n code {\n color: @rosewater;\n }\n\n *[style*=\"background-color: #C1E5FF\"] {\n color: @text !important;\n background-color: fade(@blue, 15%) !important;\n border-color: @blue !important;\n }\n\n *[style*=\"background-color: #FFD0B7\"] {\n color: @text !important;\n background-color: fade(@peach, 15%) !important;\n border-color: @peach !important;\n }\n\n *[style*=\"background: #F6F6F6\"] {\n color: @text !important;\n background-color: fade(@overlay0, 15%) !important;\n border-color: @overlay0 !important;\n }\n\n .mw-highlight,\n .mw-highlight > pre {\n color: @text !important;\n background-color: @mantle !important;\n\n // env assignment\n .nv {\n color: @text;\n }\n // dollar sign\n .gp {\n color: @pink;\n }\n // comment\n .c1,\n .cm {\n color: @overlay2;\n }\n // strings\n .s1,\n .s2,\n .se {\n color: @green;\n }\n // string interpolation\n .si {\n color: @pink;\n }\n // lhe\n .ss,\n .nb {\n color: @blue;\n }\n // operators\n .p,\n .o {\n color: @teal;\n }\n // numbers, boolean\n .mi,\n .no {\n color: @peach;\n }\n // keyword\n .k,\n .ow {\n color: @mauve;\n }\n // shebangs\n .ch {\n color: @pink;\n }\n // etc\n .go {\n color: @text;\n }\n // diff added\n .gi {\n color: @green;\n }\n // diff removed\n .gd {\n color: @red;\n }\n // diff header\n .gh {\n color: @text;\n }\n // diff changes\n .gu {\n color: @peach;\n }\n }\n\n .suggestions {\n .suggestions-result {\n background-color: @mantle;\n &:hover {\n background-color: mix(@base, @mantle, 50%);\n }\n color: @text;\n .highlight {\n color: @accent;\n }\n }\n .suggestions-results {\n border-color: @surface0 !important;\n }\n .suggestions-special {\n border-color: @surface0 !important;\n background-color: @mantle;\n &:hover {\n background-color: mix(@accent, @mantle, 15%);\n }\n .special-label {\n color: @subtext0;\n }\n .special-query {\n color: @text;\n }\n }\n }\n\n .toc {\n li.active > a {\n border-left-color: @accent !important;\n }\n ul.nav a:hover {\n background: @accent !important;\n &,\n * {\n color: @crust !important;\n }\n }\n }\n\n .page-header {\n border-bottom-color: @overlay2;\n }\n\n #catlinks {\n background-color: @mantle;\n border-color: @mantle;\n }\n\n #footer {\n background-color: @mantle;\n }\n }\n\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n // prettier-ignore\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name NixOS Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nixos.wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki\n@description Soothing pastel theme for NixOS Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('nixos.wiki') {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &[data-darkreader-scheme=\"dark\"] body::before {\n content: \"Please turn off DarkReader for this domain when Catppuccin for NixOS Wiki is active.\";\n background: @red;\n box-shadow:\n 0 4px 16px fade(@crust, 10%),\n 0 8px 32px fade(@crust, 5%);\n color: @crust;\n position: fixed;\n top: 0;\n right: 0;\n z-index: 99999;\n max-width: 24rem;\n padding: 0.75rem;\n margin: 0.5rem;\n border-radius: 5px;\n }\n\n body {\n background-color: @base;\n }\n hr {\n border-color: @surface2;\n }\n .navbar-default {\n color: @text;\n background-color: @mantle !important;\n background-image: none !important;\n border-color: transparent !important;\n\n .navbar-brand {\n color: @blue;\n &:hover {\n color: @sky;\n }\n }\n\n li {\n a {\n color: @text !important;\n &:hover {\n color: @subtext0 !important;\n }\n }\n &.nav.open > a,\n ul {\n background-color: @surface0 !important;\n background-image: none !important;\n a:hover {\n background-color: fade(@surface1, 50%) !important;\n background-image: none !important;\n }\n }\n }\n .active > a {\n color: @crust !important;\n &:hover {\n color: @base !important;\n }\n background: @blue !important;\n }\n }\n\n .search-query.form-control {\n color: @text;\n background-color: @surface0;\n border-color: @surface0;\n }\n\n * {\n color: @text;\n }\n\n a {\n color: @blue;\n &:hover {\n color: @sky;\n }\n &.new {\n color: @red;\n &:hover {\n color: @maroon;\n }\n }\n }\n\n .panel {\n background-color: @mantle;\n border-color: @mantle;\n .panel-heading {\n color: @text;\n background-color: @surface0 !important;\n border-bottom-color: @surface2;\n img {\n & when not (@lookup = latte) {\n filter: invert(100%);\n }\n }\n }\n }\n\n .btn-primary {\n color: @crust;\n background-color: @blue !important;\n background-image: none !important;\n border-color: @crust !important;\n &:hover {\n color: @crust !important;\n background-color: @sky !important;\n background-image: none !important;\n }\n }\n\n table {\n &,\n * {\n color: @text;\n border-color: @overlay0 !important;\n background-color: @mantle;\n }\n th {\n &,\n * {\n background-color: @surface0 !important;\n }\n }\n }\n\n blockquote,\n cite {\n border-left-color: @pink !important;\n }\n\n cite a {\n color: @pink;\n &:hover {\n color: @rosewater;\n }\n }\n\n pre,\n code {\n box-shadow: none !important;\n background-color: @mantle;\n border-color: @crust;\n }\n pre {\n color: @text;\n }\n code {\n color: @rosewater;\n }\n\n *[style*=\"background-color: #C1E5FF\"] {\n color: @text !important;\n background-color: fade(@blue, 15%) !important;\n border-color: @blue !important;\n }\n\n *[style*=\"background-color: #FFD0B7\"] {\n color: @text !important;\n background-color: fade(@peach, 15%) !important;\n border-color: @peach !important;\n }\n\n *[style*=\"background: #F6F6F6\"] {\n color: @text !important;\n background-color: fade(@overlay0, 15%) !important;\n border-color: @overlay0 !important;\n }\n\n .mw-highlight,\n .mw-highlight > pre {\n color: @text !important;\n background-color: @mantle !important;\n\n // env assignment\n .nv {\n color: @text;\n }\n // dollar sign\n .gp {\n color: @pink;\n }\n // comment\n .c1,\n .cm {\n color: @overlay2;\n }\n // strings\n .s1,\n .s2,\n .se {\n color: @green;\n }\n // string interpolation\n .si {\n color: @pink;\n }\n // lhe\n .ss,\n .nb {\n color: @blue;\n }\n // operators\n .p,\n .o {\n color: @teal;\n }\n // numbers, boolean\n .mi,\n .no {\n color: @peach;\n }\n // keyword\n .k,\n .ow {\n color: @mauve;\n }\n // shebangs\n .ch {\n color: @pink;\n }\n // etc\n .go {\n color: @text;\n }\n // diff added\n .gi {\n color: @green;\n }\n // diff removed\n .gd {\n color: @red;\n }\n // diff header\n .gh {\n color: @text;\n }\n // diff changes\n .gu {\n color: @peach;\n }\n }\n\n .suggestions {\n .suggestions-result {\n background-color: @mantle;\n &:hover {\n background-color: mix(@base, @mantle, 50%);\n }\n color: @text;\n .highlight {\n color: @accent-color;\n }\n }\n .suggestions-results {\n border-color: @surface0 !important;\n }\n .suggestions-special {\n border-color: @surface0 !important;\n background-color: @mantle;\n &:hover {\n background-color: mix(@accent-color, @mantle, 15%);\n }\n .special-label {\n color: @subtext0;\n }\n .special-query {\n color: @text;\n }\n }\n }\n\n .toc {\n li.active > a {\n border-left-color: @accent-color !important;\n }\n ul.nav a:hover {\n background: @accent-color !important;\n &,\n * {\n color: @crust !important;\n }\n }\n }\n\n .page-header {\n border-bottom-color: @overlay2;\n }\n\n #catlinks {\n background-color: @mantle;\n border-color: @mantle;\n }\n\n #footer {\n background-color: @mantle;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "NixOS Wiki Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/nixos.wiki", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/nixos.wiki", - "version": "0.0.4", + "version": "0.0.5", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/nixos.wiki/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos.wiki", "description": "Soothing pastel theme for NixOS Wiki", @@ -6028,12 +6324,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for NixOS Wiki", "name": "NixOS Wiki Catppuccin", - "originalDigest": "6fbf8c06445d1d239391bd4a9b5caf6227e05b48", + "originalDigest": "be41658ae0cc022848e83a4fd0531fb6de4906dc", "_id": "5b0a6791-1913-4db7-9caf-37e2562a5854", - "_rev": 1703873398261, + "_rev": 1712856189658, "id": 72, - "etag": "W/\"38d5746f518d0879f41737a92454617541ea6fb63075e5324325b1dd66dee69a\"", - "updateDate": 1703873398245 + "etag": "W/\"9d39f69d2adf3f13468bc8ba13f7ab29f44df92a04b5c9c5357451871ab40fa3\"", + "updateDate": 1712856189537 }, { "enabled": true, @@ -6042,23 +6338,27 @@ "installDate": 1700768747663, "sections": [ { - "code": "/* ==UserStyle==\n@name LinkedIn Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/linkedin\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin\n@description Soothing pastel theme for LinkedIn\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name LinkedIn Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/linkedin\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin\n@description Soothing pastel theme for LinkedIn\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: light) {\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n .theme--dark,\n .theme--mercado-dark {\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n }\n .theme--dark pre,\n .theme--mercado-dark pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n .theme--dark .share-promoted-detour-button-legacy,\n .theme--mercado-dark .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }\n }\n :root {\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n }\n :root pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n :root .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }\n .theme--dark,\n .theme--mercado-dark {\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n }\n .theme--dark pre,\n .theme--mercado-dark pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n .theme--dark .share-promoted-detour-button-legacy,\n .theme--mercado-dark .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }", + "code": ":root:not(.theme--dark, .theme--mercado-dark) {\n color-scheme: dark;\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n }\n :root:not(.theme--dark, .theme--mercado-dark) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.theme--dark, .theme--mercado-dark) input::placeholder,\n :root:not(.theme--dark, .theme--mercado-dark) textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.theme--dark, .theme--mercado-dark) pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n :root:not(.theme--dark, .theme--mercado-dark) .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }\n :root.theme--dark,\n :root.theme--mercado-dark {\n color-scheme: dark;\n --black: #181926;\n --black-a90: #181926;\n --black-a75: #181926;\n --black-a60: rgba(24, 25, 38, 0.6);\n --black-a45: #181926;\n --black-a30: #181926;\n --black-a15: #181926;\n --black-a12: #181926;\n --black-a08: #181926;\n --black-a04: #181926;\n --black-a100: #181926;\n --white: #cad3f5;\n --white-a06: #363a4f;\n --white-a12: #363a4f;\n --white-a18: #363a4f;\n --white-a25: #363a4f;\n --white-a30: #cad3f5;\n --white-a40: #cad3f5;\n --white-a45: #cad3f5;\n --white-a55: #cad3f5;\n --white-a60: #a5adcb;\n --white-a70: #cad3f5;\n --white-a75: #cad3f5;\n --white-a85: #cad3f5;\n --white-a90: #cad3f5;\n --white-a100: #cad3f5;\n --blue-10: #8aadf4;\n --blue-20: #8aadf4;\n --blue-30: #8aadf4;\n --blue-40: #8aadf4;\n --blue-50: #8aadf4;\n --blue-60: #8aadf4;\n --blue-70: #8aadf4;\n --blue-80: #8aadf4;\n --blue-90: #8aadf4;\n --blue-100: #8aadf4;\n --blue-50-a20: rgba(138, 173, 244, 0.2);\n --blue-50-a25: rgba(138, 173, 244, 0.25);\n --blue-50-a30: rgba(138, 173, 244, 0.3);\n --blue-50-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a10: rgba(138, 173, 244, 0.1);\n --blue-60-a15: rgba(138, 173, 244, 0.85);\n --blue-60-a20: rgba(138, 173, 244, 0.2);\n --blue-60-a25: rgba(138, 173, 244, 0.25);\n --blue-60-a30: rgba(138, 173, 244, 0.3);\n --blue-60-a35: rgba(138, 173, 244, 0.35);\n --blue-60-a40: rgba(138, 173, 244, 0.4);\n --blue-60-a45: rgba(138, 173, 244, 0.45);\n --blue-70-a30: rgba(125, 196, 228, 0.3);\n --blue-70-a40: rgba(125, 196, 228, 0.4);\n --blue-70-a50: rgba(125, 196, 228, 0.5);\n --cool-gray-10: #1e2030;\n --cool-gray-20: #363a4f;\n --cool-gray-30: #1e2030;\n --cool-gray-40: #1e2030;\n --cool-gray-50: #1e2030;\n --cool-gray-60: #1e2030;\n --cool-gray-70: #1e2030;\n --cool-gray-80: #363a4f;\n --cool-gray-85: #1e2030;\n --cool-gray-90: #1e2030;\n --cool-gray-100: #1e2030;\n --cool-gray-60-a10: rgba(30, 32, 48, 0.1);\n --cool-gray-60-a15: rgba(30, 32, 48, 0.15);\n --cool-gray-60-a20: rgba(30, 32, 48, 0.2);\n --cool-gray-60-a25: rgba(30, 32, 48, 0.25);\n --cool-gray-60-a30: rgba(30, 32, 48, 0.3);\n --cool-gray-60-a35: rgba(30, 32, 48, 0.35);\n --warm-gray-10: #8087a2;\n --warm-gray-20: #8087a2;\n --warm-gray-30: #8087a2;\n --warm-gray-40: #8087a2;\n --warm-gray-50: #8087a2;\n --warm-gray-60: #8087a2;\n --warm-gray-70: #8087a2;\n --warm-gray-80: #8087a2;\n --warm-gray-90: #8087a2;\n --warm-gray-100: #8087a2;\n --warm-gray-60-a10: rgba(128, 135, 162, 0.1);\n --warm-gray-60-a15: rgba(128, 135, 162, 0.15);\n --warm-gray-60-a20: rgba(128, 135, 162, 0.2);\n --warm-gray-60-a25: rgba(128, 135, 162, 0.25);\n --warm-gray-60-a30: rgba(128, 135, 162, 0.3);\n --warm-gray-60-a35: rgba(128, 135, 162, 0.35);\n --warm-red-10: #ee99a0;\n --warm-red-20: #ee99a0;\n --warm-red-30: #ee99a0;\n --warm-red-40: #ee99a0;\n --warm-red-50: #ee99a0;\n --warm-red-60: #ee99a0;\n --warm-red-70: #ee99a0;\n --warm-red-80: #ee99a0;\n --warm-red-90: #ee99a0;\n --warm-red-100: #ee99a0;\n --warm-red-60-a10: rgba(238, 153, 160, 0.1);\n --warm-red-60-a15: rgba(238, 153, 160, 0.15);\n --warm-red-60-a20: rgba(238, 153, 160, 0.2);\n --warm-red-60-a25: rgba(238, 153, 160, 0.25);\n --warm-red-60-a30: rgba(238, 153, 160, 0.3);\n --warm-red-60-a35: rgba(238, 153, 160, 0.35);\n --teal-10: #8bd5ca;\n --teal-20: #8bd5ca;\n --teal-30: #8bd5ca;\n --teal-40: #8bd5ca;\n --teal-50: #8bd5ca;\n --teal-60: #8bd5ca;\n --teal-70: #8bd5ca;\n --teal-80: #8bd5ca;\n --teal-90: #8bd5ca;\n --teal-100: #8bd5ca;\n --teal-50-a30: #8bd5ca;\n --teal-60-a10: rgba(139, 213, 202, 0.1);\n --teal-60-a15: rgba(139, 213, 202, 0.15);\n --teal-60-a20: rgba(139, 213, 202, 0.2);\n --teal-60-a25: rgba(139, 213, 202, 0.25);\n --teal-60-a30: rgba(139, 213, 202, 0.3);\n --teal-60-a35: rgba(139, 213, 202, 0.35);\n --purple-10: #b7bdf8;\n --purple-20: #b7bdf8;\n --purple-30: #b7bdf8;\n --purple-40: #b7bdf8;\n --purple-50: #b7bdf8;\n --purple-60: #b7bdf8;\n --purple-70: #b7bdf8;\n --purple-80: #b7bdf8;\n --purple-90: #b7bdf8;\n --purple-100: #b7bdf8;\n --purple-40-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a10: rgba(183, 189, 248, 0.1);\n --purple-60-a15: rgba(183, 189, 248, 0.15);\n --purple-60-a20: rgba(183, 189, 248, 0.2);\n --purple-60-a25: rgba(183, 189, 248, 0.25);\n --purple-60-a30: rgba(183, 189, 248, 0.3);\n --purple-60-a35: rgba(183, 189, 248, 0.35);\n --purple-70-a15: rgba(183, 189, 248, 0.15);\n --system-red-10: #ed8796;\n --system-red-20: #ed8796;\n --system-red-30: #ed8796;\n --system-red-40: #ed8796;\n --system-red-50: #ed8796;\n --system-red-60: #ed8796;\n --system-red-70: #ed8796;\n --system-red-80: #ed8796;\n --system-red-90: #ed8796;\n --system-red-100: #ed8796;\n --system-red-60-a10: rgba(237, 135, 150, 0.1);\n --system-red-60-a15: rgba(237, 135, 150, 0.15);\n --system-red-60-a20: rgba(237, 135, 150, 0.2);\n --system-red-60-a25: rgba(237, 135, 150, 0.25);\n --system-red-60-a30: rgba(237, 135, 150, 0.3);\n --system-red-60-a35: rgba(237, 135, 150, 0.35);\n --system-green-10: #67c049;\n --system-green-20: #67c049;\n --system-green-30: #67c049;\n --system-green-40: #67c049;\n --system-green-50: #67c049;\n --system-green-60: #67c049;\n --system-green-70: #67c049;\n --system-green-80: #67c049;\n --system-green-90: #67c049;\n --system-green-100: #67c049;\n --system-green-60-a10: rgba(103, 192, 73, 0.1);\n --system-green-60-a15: rgba(103, 192, 73, 0.15);\n --system-green-60-a20: rgba(103, 192, 73, 0.2);\n --system-green-60-a25: rgba(103, 192, 73, 0.25);\n --system-green-60-a30: rgba(103, 192, 73, 0.3);\n --system-green-60-a35: rgba(103, 192, 73, 0.35);\n --pink-10: #f5bde6;\n --pink-20: #f5bde6;\n --pink-30: #f5bde6;\n --pink-40: #f5bde6;\n --pink-50: #f5bde6;\n --pink-60: #f5bde6;\n --pink-70: #f5bde6;\n --pink-80: #f5bde6;\n --pink-90: #f5bde6;\n --pink-100: #f5bde6;\n --pink-60-a10: rgba(245, 189, 230, 0.1);\n --pink-60-a15: rgba(245, 189, 230, 0.15);\n --pink-60-a20: rgba(245, 189, 230, 0.2);\n --pink-60-a25: rgba(245, 189, 230, 0.25);\n --pink-60-a30: rgba(245, 189, 230, 0.3);\n --pink-60-a35: rgba(245, 189, 230, 0.35);\n --amber-10: #eed49f;\n --amber-20: #eed49f;\n --amber-30: #eed49f;\n --amber-40: #eed49f;\n --amber-50: #eed49f;\n --amber-60: #eed49f;\n --amber-70: #eed49f;\n --amber-80: #eed49f;\n --amber-90: #eed49f;\n --amber-100: #eed49f;\n --amber-30-a50: #eed49f;\n --amber-60-a10: rgba(238, 212, 159, 0.1);\n --amber-60-a15: rgba(238, 212, 159, 0.15);\n --amber-60-a20: rgba(238, 212, 159, 0.2);\n --amber-60-a25: rgba(238, 212, 159, 0.25);\n --amber-60-a30: rgba(238, 212, 159, 0.3);\n --amber-60-a35: rgba(238, 212, 159, 0.35);\n --copper-10: #f4dbd6;\n --copper-20: #f4dbd6;\n --copper-30: #f4dbd6;\n --copper-40: #f4dbd6;\n --copper-50: #f4dbd6;\n --copper-60: #f4dbd6;\n --copper-70: #f4dbd6;\n --copper-80: #f4dbd6;\n --copper-90: #f4dbd6;\n --copper-100: #f4dbd6;\n --copper-60-a10: rgba(244, 219, 214, 0.1);\n --copper-60-a15: rgba(244, 219, 214, 0.15);\n --copper-60-a20: rgba(244, 219, 214, 0.2);\n --copper-60-a25: rgba(244, 219, 214, 0.25);\n --copper-60-a30: rgba(244, 219, 214, 0.3);\n --copper-60-a35: rgba(244, 219, 214, 0.35);\n --green-10: #a6da95;\n --green-20: #a6da95;\n --green-30: #a6da95;\n --green-40: #a6da95;\n --green-50: #a6da95;\n --green-60: #a6da95;\n --green-70: #a6da95;\n --green-80: #a6da95;\n --green-90: #a6da95;\n --green-100: #a6da95;\n --green-60-a10: rgba(166, 218, 149, 0.1);\n --green-60-a15: rgba(166, 218, 149, 0.15);\n --green-60-a20: rgba(166, 218, 149, 0.2);\n --green-60-a25: rgba(166, 218, 149, 0.25);\n --green-60-a30: rgba(166, 218, 149, 0.3);\n --green-60-a35: rgba(166, 218, 149, 0.35);\n --sage-10: #3e792a;\n --sage-20: #3e792a;\n --sage-30: #3e792a;\n --sage-40: #3e792a;\n --sage-50: #3e792a;\n --sage-60: #3e792a;\n --sage-70: #3e792a;\n --sage-80: #3e792a;\n --sage-90: #3e792a;\n --sage-100: #3e792a;\n --sage-60-a10: rgba(62, 121, 42, 0.1);\n --sage-60-a15: rgba(62, 121, 42, 0.15);\n --sage-60-a20: rgba(62, 121, 42, 0.2);\n --sage-60-a25: rgba(62, 121, 42, 0.25);\n --sage-60-a30: rgba(62, 121, 42, 0.3);\n --sage-60-a35: rgba(62, 121, 42, 0.35);\n --lime-10: #e5f4e1;\n --lime-20: #e5f4e1;\n --lime-30: #e5f4e1;\n --lime-40: #e5f4e1;\n --lime-50: #e5f4e1;\n --lime-60: #e5f4e1;\n --lime-70: #e5f4e1;\n --lime-80: #e5f4e1;\n --lime-90: #e5f4e1;\n --lime-100: #e5f4e1;\n --lime-60-a10: rgba(229, 244, 225, 0.1);\n --lime-60-a15: rgba(229, 244, 225, 0.15);\n --lime-60-a20: rgba(229, 244, 225, 0.2);\n --lime-60-a25: rgba(229, 244, 225, 0.25);\n --lime-60-a30: rgba(229, 244, 225, 0.3);\n --lime-60-a35: rgba(229, 244, 225, 0.35);\n --camo-10: #b7bdf8;\n --camo-20: #b7bdf8;\n --camo-30: #b7bdf8;\n --camo-40: #b7bdf8;\n --camo-50: #b7bdf8;\n --camo-60: #b7bdf8;\n --camo-70: #b7bdf8;\n --camo-80: #b7bdf8;\n --camo-90: #b7bdf8;\n --camo-100: #b7bdf8;\n --camo-60-a10: rgba(183, 189, 248, 0.1);\n --camo-60-a15: rgba(183, 189, 248, 0.15);\n --camo-60-a20: rgba(183, 189, 248, 0.2);\n --camo-60-a25: rgba(183, 189, 248, 0.25);\n --camo-60-a30: rgba(183, 189, 248, 0.3);\n --camo-60-a35: rgba(183, 189, 248, 0.35);\n --smoke-10: #494d64;\n --smoke-20: #494d64;\n --smoke-30: #494d64;\n --smoke-40: #494d64;\n --smoke-50: #494d64;\n --smoke-60: #494d64;\n --smoke-70: #494d64;\n --smoke-80: #494d64;\n --smoke-90: #494d64;\n --smoke-100: #494d64;\n --smoke-60-a10: rgba(73, 77, 100, 0.1);\n --smoke-60-a15: rgba(73, 77, 100, 0.15);\n --smoke-60-a20: rgba(73, 77, 100, 0.2);\n --smoke-60-a25: rgba(73, 77, 100, 0.25);\n --smoke-60-a30: rgba(73, 77, 100, 0.3);\n --smoke-60-a35: rgba(73, 77, 100, 0.35);\n --lavender-10: #b7bdf8;\n --lavender-20: #b7bdf8;\n --lavender-30: #b7bdf8;\n --lavender-40: #b7bdf8;\n --lavender-50: #b7bdf8;\n --lavender-60: #b7bdf8;\n --lavender-70: #b7bdf8;\n --lavender-80: #b7bdf8;\n --lavender-90: #b7bdf8;\n --lavender-100: #b7bdf8;\n --lavender-60-a10: rgba(183, 189, 248, 0.1);\n --lavender-60-a15: rgba(183, 189, 248, 0.15);\n --lavender-60-a20: rgba(183, 189, 248, 0.2);\n --lavender-60-a25: rgba(183, 189, 248, 0.25);\n --lavender-60-a30: rgba(183, 189, 248, 0.3);\n --lavender-60-a35: rgba(183, 189, 248, 0.35);\n --mauve-10: #c6a0f6;\n --mauve-20: #c6a0f6;\n --mauve-30: #c6a0f6;\n --mauve-40: #c6a0f6;\n --mauve-50: #c6a0f6;\n --mauve-60: #c6a0f6;\n --mauve-70: #c6a0f6;\n --mauve-80: #c6a0f6;\n --mauve-90: #c6a0f6;\n --mauve-100: #c6a0f6;\n --mauve-60-a10: rgba(198, 160, 246, 0.1);\n --mauve-60-a15: rgba(198, 160, 246, 0.15);\n --mauve-60-a20: rgba(198, 160, 246, 0.2);\n --mauve-60-a25: rgba(198, 160, 246, 0.25);\n --mauve-60-a30: rgba(198, 160, 246, 0.3);\n --mauve-60-a35: rgba(198, 160, 246, 0.35);\n --mauve-80-a50: rgba(198, 160, 246, 0.5);\n --system-gray-10: #363a4f;\n --system-gray-20: #363a4f;\n --system-gray-30: #363a4f;\n --system-gray-40: #363a4f;\n --system-gray-50: #363a4f;\n --system-gray-60: #363a4f;\n --system-gray-70: #363a4f;\n --system-gray-80: #363a4f;\n --system-gray-90: #363a4f;\n --system-gray-100: #363a4f;\n --system-gray-60-a10: rgba(54, 58, 79, 0.1);\n --system-gray-60-a15: rgba(54, 58, 79, 0.15);\n --system-gray-60-a20: rgba(54, 58, 79, 0.2);\n --system-gray-60-a25: rgba(54, 58, 79, 0.25);\n --system-gray-60-a30: rgba(54, 58, 79, 0.3);\n --system-gray-60-a35: rgba(54, 58, 79, 0.35);\n --system-gray-60-a40: rgba(54, 58, 79, 0.4);\n --system-gray-60-a45: rgba(54, 58, 79, 0.45);\n --system-orange-10: #f5a97f;\n --system-orange-20: #f5a97f;\n --system-orange-30: #f5a97f;\n --system-orange-40: #f5a97f;\n --system-orange-50: #f5a97f;\n --system-orange-60: #f5a97f;\n --system-orange-70: #f5a97f;\n --system-orange-80: #f5a97f;\n --system-orange-90: #f5a97f;\n --system-orange-100: #f5a97f;\n --system-orange-60-a10: rgba(245, 169, 127, 0.1);\n --system-orange-60-a15: rgba(245, 169, 127, 0.15);\n --system-orange-60-a20: rgba(245, 169, 127, 0.2);\n --system-orange-60-a25: rgba(245, 169, 127, 0.25);\n --system-orange-60-a30: rgba(245, 169, 127, 0.3);\n --system-orange-60-a35: rgba(245, 169, 127, 0.35);\n /* quality of life changes */\n --color-border-low-emphasis: #363a4f;\n /* Codeblock fixes */\n /* more accent */\n --voyager-color-background-badge-notification: #b7bdf8;\n --color-signal-positive: #b7bdf8;\n --color-checked: #b7bdf8;\n --color-checked-hover: #b7bdf8;\n --color-checked-active: #b7bdf8;\n --color-text-on-dark: #181926;\n --color-element: #181926;\n }\n :root.theme--dark ::selection,\n :root.theme--mercado-dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.theme--dark input::placeholder,\n :root.theme--mercado-dark input::placeholder,\n :root.theme--dark textarea::placeholder,\n :root.theme--mercado-dark textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.theme--dark pre,\n :root.theme--mercado-dark pre {\n --color-text-on-dark: #cad3f5;\n --color-background-container-dark-tint: #181926;\n }\n :root.theme--dark .share-promoted-detour-button-legacy,\n :root.theme--mercado-dark .share-promoted-detour-button-legacy {\n background-color: #b7bdf8 !important;\n }", "start": 1054, "domains": [ "www.linkedin.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 28284 } ], - "sourceCode": "/* ==UserStyle==\n@name LinkedIn Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/linkedin\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin\n@description Soothing pastel theme for LinkedIn\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('www.linkedin.com') {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @surface0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @surface0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @surface0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @surface0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --black: @crust;\n --black-a90: @crust;\n --black-a75: @crust;\n --black-a60: fadeout(@crust, 40);\n --black-a45: @crust;\n --black-a30: @crust;\n --black-a15: @crust;\n --black-a12: @crust;\n --black-a08: @crust;\n --black-a04: @crust;\n --black-a100: @crust;\n\n --white: @text;\n --white-a06: @surface0;\n --white-a12: @surface0;\n --white-a18: @surface0;\n --white-a25: @surface0;\n --white-a30: @text;\n --white-a40: @text;\n --white-a45: @text;\n --white-a55: @text;\n --white-a60: @subtext0;\n --white-a70: @text;\n --white-a75: @text;\n --white-a85: @text;\n --white-a90: @text;\n --white-a100: @text;\n\n --blue-10: @blue;\n --blue-20: @blue;\n --blue-30: @blue;\n --blue-40: @blue;\n --blue-50: @blue;\n --blue-60: @blue;\n --blue-70: @blue;\n --blue-80: @blue;\n --blue-90: @blue;\n --blue-100: @blue;\n --blue-50-a20: fadeout(@blue, 80);\n --blue-50-a25: fadeout(@blue, 75);\n --blue-50-a30: fadeout(@blue, 70);\n --blue-50-a40: fadeout(@blue, 60);\n --blue-60-a10: fadeout(@blue, 90);\n --blue-60-a15: fadeout(@blue, 15);\n --blue-60-a20: fadeout(@blue, 80);\n --blue-60-a25: fadeout(@blue, 75);\n --blue-60-a30: fadeout(@blue, 70);\n --blue-60-a35: fadeout(@blue, 65);\n --blue-60-a40: fadeout(@blue, 60);\n --blue-60-a45: fadeout(@blue, 55);\n --blue-70-a30: fadeout(@sapphire, 70);\n --blue-70-a40: fadeout(@sapphire, 60);\n --blue-70-a50: fadeout(@sapphire, 50);\n\n --cool-gray-10: @mantle;\n --cool-gray-20: @surface0;\n --cool-gray-30: @mantle;\n --cool-gray-40: @mantle;\n --cool-gray-50: @mantle;\n --cool-gray-60: @mantle;\n --cool-gray-70: @mantle;\n --cool-gray-80: @surface0;\n --cool-gray-85: @mantle;\n --cool-gray-90: @mantle;\n --cool-gray-100: @mantle;\n --cool-gray-60-a10: fadeout(@mantle, 90);\n --cool-gray-60-a15: fadeout(@mantle, 85);\n --cool-gray-60-a20: fadeout(@mantle, 80);\n --cool-gray-60-a25: fadeout(@mantle, 75);\n --cool-gray-60-a30: fadeout(@mantle, 70);\n --cool-gray-60-a35: fadeout(@mantle, 65);\n\n --warm-gray-10: @overlay1;\n --warm-gray-20: @overlay1;\n --warm-gray-30: @overlay1;\n --warm-gray-40: @overlay1;\n --warm-gray-50: @overlay1;\n --warm-gray-60: @overlay1;\n --warm-gray-70: @overlay1;\n --warm-gray-80: @overlay1;\n --warm-gray-90: @overlay1;\n --warm-gray-100: @overlay1;\n --warm-gray-60-a10: fadeout(@overlay1, 90);\n --warm-gray-60-a15: fadeout(@overlay1, 85);\n --warm-gray-60-a20: fadeout(@overlay1, 80);\n --warm-gray-60-a25: fadeout(@overlay1, 75);\n --warm-gray-60-a30: fadeout(@overlay1, 70);\n --warm-gray-60-a35: fadeout(@overlay1, 65);\n\n --warm-red-10: @maroon;\n --warm-red-20: @maroon;\n --warm-red-30: @maroon;\n --warm-red-40: @maroon;\n --warm-red-50: @maroon;\n --warm-red-60: @maroon;\n --warm-red-70: @maroon;\n --warm-red-80: @maroon;\n --warm-red-90: @maroon;\n --warm-red-100: @maroon;\n --warm-red-60-a10: fadeout(@maroon, 90);\n --warm-red-60-a15: fadeout(@maroon, 85);\n --warm-red-60-a20: fadeout(@maroon, 80);\n --warm-red-60-a25: fadeout(@maroon, 75);\n --warm-red-60-a30: fadeout(@maroon, 70);\n --warm-red-60-a35: fadeout(@maroon, 65);\n\n --teal-10: @teal;\n --teal-20: @teal;\n --teal-30: @teal;\n --teal-40: @teal;\n --teal-50: @teal;\n --teal-60: @teal;\n --teal-70: @teal;\n --teal-80: @teal;\n --teal-90: @teal;\n --teal-100: @teal;\n --teal-50-a30: fadein(@teal, 70);\n --teal-60-a10: fadeout(@teal, 90);\n --teal-60-a15: fadeout(@teal, 85);\n --teal-60-a20: fadeout(@teal, 80);\n --teal-60-a25: fadeout(@teal, 75);\n --teal-60-a30: fadeout(@teal, 70);\n --teal-60-a35: fadeout(@teal, 65);\n\n --purple-10: @lavender;\n --purple-20: @lavender;\n --purple-30: @lavender;\n --purple-40: @lavender;\n --purple-50: @lavender;\n --purple-60: @lavender;\n --purple-70: @lavender;\n --purple-80: @lavender;\n --purple-90: @lavender;\n --purple-100: @lavender;\n --purple-40-a15: fadeout(@lavender, 85);\n --purple-60-a10: fadeout(@lavender, 90);\n --purple-60-a15: fadeout(@lavender, 85);\n --purple-60-a20: fadeout(@lavender, 80);\n --purple-60-a25: fadeout(@lavender, 75);\n --purple-60-a30: fadeout(@lavender, 70);\n --purple-60-a35: fadeout(@lavender, 65);\n --purple-70-a15: fadeout(@lavender, 85);\n\n --system-red-10: @red;\n --system-red-20: @red;\n --system-red-30: @red;\n --system-red-40: @red;\n --system-red-50: @red;\n --system-red-60: @red;\n --system-red-70: @red;\n --system-red-80: @red;\n --system-red-90: @red;\n --system-red-100: @red;\n --system-red-60-a10: fadeout(@red, 90);\n --system-red-60-a15: fadeout(@red, 85);\n --system-red-60-a20: fadeout(@red, 80);\n --system-red-60-a25: fadeout(@red, 75);\n --system-red-60-a30: fadeout(@red, 70);\n --system-red-60-a35: fadeout(@red, 65);\n\n --system-green-10: darken(@green, 20);\n --system-green-20: darken(@green, 20);\n --system-green-30: darken(@green, 20);\n --system-green-40: darken(@green, 20);\n --system-green-50: darken(@green, 20);\n --system-green-60: darken(@green, 20);\n --system-green-70: darken(@green, 20);\n --system-green-80: darken(@green, 20);\n --system-green-90: darken(@green, 20);\n --system-green-100: darken(@green, 20);\n --system-green-60-a10: fadeout(darken(@green, 20), 90);\n --system-green-60-a15: fadeout(darken(@green, 20), 85);\n --system-green-60-a20: fadeout(darken(@green, 20), 80);\n --system-green-60-a25: fadeout(darken(@green, 20), 75);\n --system-green-60-a30: fadeout(darken(@green, 20), 70);\n --system-green-60-a35: fadeout(darken(@green, 20), 65);\n\n --pink-10: @pink;\n --pink-20: @pink;\n --pink-30: @pink;\n --pink-40: @pink;\n --pink-50: @pink;\n --pink-60: @pink;\n --pink-70: @pink;\n --pink-80: @pink;\n --pink-90: @pink;\n --pink-100: @pink;\n --pink-60-a10: fadeout(@pink, 90);\n --pink-60-a15: fadeout(@pink, 85);\n --pink-60-a20: fadeout(@pink, 80);\n --pink-60-a25: fadeout(@pink, 75);\n --pink-60-a30: fadeout(@pink, 70);\n --pink-60-a35: fadeout(@pink, 65);\n\n --amber-10: @yellow;\n --amber-20: @yellow;\n --amber-30: @yellow;\n --amber-40: @yellow;\n --amber-50: @yellow;\n --amber-60: @yellow;\n --amber-70: @yellow;\n --amber-80: @yellow;\n --amber-90: @yellow;\n --amber-100: @yellow;\n --amber-30-a50: fadein(@yellow, 50);\n --amber-60-a10: fadeout(@yellow, 90);\n --amber-60-a15: fadeout(@yellow, 85);\n --amber-60-a20: fadeout(@yellow, 80);\n --amber-60-a25: fadeout(@yellow, 75);\n --amber-60-a30: fadeout(@yellow, 70);\n --amber-60-a35: fadeout(@yellow, 65);\n\n --copper-10: @rosewater;\n --copper-20: @rosewater;\n --copper-30: @rosewater;\n --copper-40: @rosewater;\n --copper-50: @rosewater;\n --copper-60: @rosewater;\n --copper-70: @rosewater;\n --copper-80: @rosewater;\n --copper-90: @rosewater;\n --copper-100: @rosewater;\n --copper-60-a10: fadeout(@rosewater, 90);\n --copper-60-a15: fadeout(@rosewater, 85);\n --copper-60-a20: fadeout(@rosewater, 80);\n --copper-60-a25: fadeout(@rosewater, 75);\n --copper-60-a30: fadeout(@rosewater, 70);\n --copper-60-a35: fadeout(@rosewater, 65);\n\n --green-10: @green;\n --green-20: @green;\n --green-30: @green;\n --green-40: @green;\n --green-50: @green;\n --green-60: @green;\n --green-70: @green;\n --green-80: @green;\n --green-90: @green;\n --green-100: @green;\n --green-60-a10: fadeout(@green, 90);\n --green-60-a15: fadeout(@green, 85);\n --green-60-a20: fadeout(@green, 80);\n --green-60-a25: fadeout(@green, 75);\n --green-60-a30: fadeout(@green, 70);\n --green-60-a35: fadeout(@green, 65);\n\n --sage-10: darken(@green, 40);\n --sage-20: darken(@green, 40);\n --sage-30: darken(@green, 40);\n --sage-40: darken(@green, 40);\n --sage-50: darken(@green, 40);\n --sage-60: darken(@green, 40);\n --sage-70: darken(@green, 40);\n --sage-80: darken(@green, 40);\n --sage-90: darken(@green, 40);\n --sage-100: darken(@green, 40);\n --sage-60-a10: fadeout(darken(@green, 40), 90);\n --sage-60-a15: fadeout(darken(@green, 40), 85);\n --sage-60-a20: fadeout(darken(@green, 40), 80);\n --sage-60-a25: fadeout(darken(@green, 40), 75);\n --sage-60-a30: fadeout(darken(@green, 40), 70);\n --sage-60-a35: fadeout(darken(@green, 40), 65);\n\n --lime-10: lighten(@green, 20);\n --lime-20: lighten(@green, 20);\n --lime-30: lighten(@green, 20);\n --lime-40: lighten(@green, 20);\n --lime-50: lighten(@green, 20);\n --lime-60: lighten(@green, 20);\n --lime-70: lighten(@green, 20);\n --lime-80: lighten(@green, 20);\n --lime-90: lighten(@green, 20);\n --lime-100: lighten(@green, 20);\n --lime-60-a10: fadeout(lighten(@green, 20), 90);\n --lime-60-a15: fadeout(lighten(@green, 20), 85);\n --lime-60-a20: fadeout(lighten(@green, 20), 80);\n --lime-60-a25: fadeout(lighten(@green, 20), 75);\n --lime-60-a30: fadeout(lighten(@green, 20), 70);\n --lime-60-a35: fadeout(lighten(@green, 20), 65);\n\n --camo-10: @accent-color;\n --camo-20: @accent-color;\n --camo-30: @accent-color;\n --camo-40: @accent-color;\n --camo-50: @accent-color;\n --camo-60: @accent-color;\n --camo-70: @accent-color;\n --camo-80: @accent-color;\n --camo-90: @accent-color;\n --camo-100: @accent-color;\n --camo-60-a10: fadeout(@accent-color, 90);\n --camo-60-a15: fadeout(@accent-color, 85);\n --camo-60-a20: fadeout(@accent-color, 80);\n --camo-60-a25: fadeout(@accent-color, 75);\n --camo-60-a30: fadeout(@accent-color, 70);\n --camo-60-a35: fadeout(@accent-color, 65);\n\n --smoke-10: @surface1;\n --smoke-20: @surface1;\n --smoke-30: @surface1;\n --smoke-40: @surface1;\n --smoke-50: @surface1;\n --smoke-60: @surface1;\n --smoke-70: @surface1;\n --smoke-80: @surface1;\n --smoke-90: @surface1;\n --smoke-100: @surface1;\n --smoke-60-a10: fadeout(@surface1, 90);\n --smoke-60-a15: fadeout(@surface1, 85);\n --smoke-60-a20: fadeout(@surface1, 80);\n --smoke-60-a25: fadeout(@surface1, 75);\n --smoke-60-a30: fadeout(@surface1, 70);\n --smoke-60-a35: fadeout(@surface1, 65);\n\n --lavender-10: @lavender;\n --lavender-20: @lavender;\n --lavender-30: @lavender;\n --lavender-40: @lavender;\n --lavender-50: @lavender;\n --lavender-60: @lavender;\n --lavender-70: @lavender;\n --lavender-80: @lavender;\n --lavender-90: @lavender;\n --lavender-100: @lavender;\n --lavender-60-a10: fadeout(@lavender, 90);\n --lavender-60-a15: fadeout(@lavender, 85);\n --lavender-60-a20: fadeout(@lavender, 80);\n --lavender-60-a25: fadeout(@lavender, 75);\n --lavender-60-a30: fadeout(@lavender, 70);\n --lavender-60-a35: fadeout(@lavender, 65);\n\n --mauve-10: @mauve;\n --mauve-20: @mauve;\n --mauve-30: @mauve;\n --mauve-40: @mauve;\n --mauve-50: @mauve;\n --mauve-60: @mauve;\n --mauve-70: @mauve;\n --mauve-80: @mauve;\n --mauve-90: @mauve;\n --mauve-100: @mauve;\n --mauve-60-a10: fadeout(@mauve, 90);\n --mauve-60-a15: fadeout(@mauve, 85);\n --mauve-60-a20: fadeout(@mauve, 80);\n --mauve-60-a25: fadeout(@mauve, 75);\n --mauve-60-a30: fadeout(@mauve, 70);\n --mauve-60-a35: fadeout(@mauve, 65);\n --mauve-80-a50: fadeout(@mauve, 50);\n\n --system-gray-10: @surface0;\n --system-gray-20: @surface0;\n --system-gray-30: @surface0;\n --system-gray-40: @surface0;\n --system-gray-50: @surface0;\n --system-gray-60: @surface0;\n --system-gray-70: @surface0;\n --system-gray-80: @surface0;\n --system-gray-90: @surface0;\n --system-gray-100: @surface0;\n --system-gray-60-a10: fadeout(@surface0, 90);\n --system-gray-60-a15: fadeout(@surface0, 85);\n --system-gray-60-a20: fadeout(@surface0, 80);\n --system-gray-60-a25: fadeout(@surface0, 75);\n --system-gray-60-a30: fadeout(@surface0, 70);\n --system-gray-60-a35: fadeout(@surface0, 65);\n --system-gray-60-a40: fadeout(@surface0, 60);\n --system-gray-60-a45: fadeout(@surface0, 55);\n\n --system-orange-10: @peach;\n --system-orange-20: @peach;\n --system-orange-30: @peach;\n --system-orange-40: @peach;\n --system-orange-50: @peach;\n --system-orange-60: @peach;\n --system-orange-70: @peach;\n --system-orange-80: @peach;\n --system-orange-90: @peach;\n --system-orange-100: @peach;\n --system-orange-60-a10: fadeout(@peach, 90);\n --system-orange-60-a15: fadeout(@peach, 85);\n --system-orange-60-a20: fadeout(@peach, 80);\n --system-orange-60-a25: fadeout(@peach, 75);\n --system-orange-60-a30: fadeout(@peach, 70);\n --system-orange-60-a35: fadeout(@peach, 65);\n\n /* quality of life changes */\n --color-border-low-emphasis: @surface0;\n\n /* Codeblock fixes */\n pre {\n --color-text-on-dark: @text;\n --color-background-container-dark-tint: @crust;\n }\n\n /* more accent */\n --voyager-color-background-badge-notification: @accent-color;\n --color-signal-positive: @accent-color;\n --color-checked: @accent-color;\n --color-checked-hover: @accent-color;\n --color-checked-active: @accent-color;\n\n & when not (@lookup =latte) {\n --color-text-on-dark: @crust;\n --color-element: @crust;\n }\n\n & when (@lookup =latte) {\n --black: @text;\n --black-a90: @text;\n --black-a75: @text;\n --black-a45: @text;\n --black-a30: @text;\n --black-a60: @subtext0;\n --black-a15: @text;\n --black-a04: @text;\n --black-a100: @text;\n\n --color-background-scrim: fadeout(@crust, 60);\n\n --white: @mantle;\n --white-a06: @surface0;\n --white-a12: @surface0;\n --white-a18: @surface0;\n --white-a25: @surface0;\n --white-a30: @mantle;\n --white-a40: @mantle;\n --white-a45: @mantle;\n --white-a55: @mantle;\n --white-a60: @subtext0;\n --white-a70: @mantle;\n --white-a75: @mantle;\n --white-a85: @mantle;\n --white-a90: @mantle;\n --white-a100: @mantle;\n\n --warm-gray-10: @base;\n --warm-gray-20: @base;\n --warm-gray-30: @base;\n --warm-gray-40: @base;\n --warm-gray-50: @base;\n --warm-gray-60: @base;\n --warm-gray-70: @base;\n --warm-gray-80: @base;\n --warm-gray-90: @base;\n --warm-gray-100: @base;\n --warm-gray-60-a10: fadeout(@base, 90);\n --warm-gray-60-a15: fadeout(@base, 85);\n --warm-gray-60-a20: fadeout(@base, 80);\n --warm-gray-60-a25: fadeout(@base, 75);\n --warm-gray-60-a30: fadeout(@base, 70);\n --warm-gray-60-a35: fadeout(@base, 65);\n }\n\n .share-promoted-detour-button-legacy {\n background-color: @accent-color !important;\n }\n }\n\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n .theme--dark,\n .theme--mercado-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n } // manually set colorscheme\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .theme--dark,\n .theme--mercado-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name LinkedIn Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/linkedin\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin\n@description Soothing pastel theme for LinkedIn\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('www.linkedin.com') {\n :root:not(.theme--dark, .theme--mercado-dark) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n :root.theme--dark,\n :root.theme--mercado-dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --black: @crust;\n --black-a90: @crust;\n --black-a75: @crust;\n --black-a60: fadeout(@crust, 40);\n --black-a45: @crust;\n --black-a30: @crust;\n --black-a15: @crust;\n --black-a12: @crust;\n --black-a08: @crust;\n --black-a04: @crust;\n --black-a100: @crust;\n\n --white: @text;\n --white-a06: @surface0;\n --white-a12: @surface0;\n --white-a18: @surface0;\n --white-a25: @surface0;\n --white-a30: @text;\n --white-a40: @text;\n --white-a45: @text;\n --white-a55: @text;\n --white-a60: @subtext0;\n --white-a70: @text;\n --white-a75: @text;\n --white-a85: @text;\n --white-a90: @text;\n --white-a100: @text;\n\n --blue-10: @blue;\n --blue-20: @blue;\n --blue-30: @blue;\n --blue-40: @blue;\n --blue-50: @blue;\n --blue-60: @blue;\n --blue-70: @blue;\n --blue-80: @blue;\n --blue-90: @blue;\n --blue-100: @blue;\n --blue-50-a20: fadeout(@blue, 80);\n --blue-50-a25: fadeout(@blue, 75);\n --blue-50-a30: fadeout(@blue, 70);\n --blue-50-a40: fadeout(@blue, 60);\n --blue-60-a10: fadeout(@blue, 90);\n --blue-60-a15: fadeout(@blue, 15);\n --blue-60-a20: fadeout(@blue, 80);\n --blue-60-a25: fadeout(@blue, 75);\n --blue-60-a30: fadeout(@blue, 70);\n --blue-60-a35: fadeout(@blue, 65);\n --blue-60-a40: fadeout(@blue, 60);\n --blue-60-a45: fadeout(@blue, 55);\n --blue-70-a30: fadeout(@sapphire, 70);\n --blue-70-a40: fadeout(@sapphire, 60);\n --blue-70-a50: fadeout(@sapphire, 50);\n\n --cool-gray-10: @mantle;\n --cool-gray-20: @surface0;\n --cool-gray-30: @mantle;\n --cool-gray-40: @mantle;\n --cool-gray-50: @mantle;\n --cool-gray-60: @mantle;\n --cool-gray-70: @mantle;\n --cool-gray-80: @surface0;\n --cool-gray-85: @mantle;\n --cool-gray-90: @mantle;\n --cool-gray-100: @mantle;\n --cool-gray-60-a10: fadeout(@mantle, 90);\n --cool-gray-60-a15: fadeout(@mantle, 85);\n --cool-gray-60-a20: fadeout(@mantle, 80);\n --cool-gray-60-a25: fadeout(@mantle, 75);\n --cool-gray-60-a30: fadeout(@mantle, 70);\n --cool-gray-60-a35: fadeout(@mantle, 65);\n\n --warm-gray-10: @overlay1;\n --warm-gray-20: @overlay1;\n --warm-gray-30: @overlay1;\n --warm-gray-40: @overlay1;\n --warm-gray-50: @overlay1;\n --warm-gray-60: @overlay1;\n --warm-gray-70: @overlay1;\n --warm-gray-80: @overlay1;\n --warm-gray-90: @overlay1;\n --warm-gray-100: @overlay1;\n --warm-gray-60-a10: fadeout(@overlay1, 90);\n --warm-gray-60-a15: fadeout(@overlay1, 85);\n --warm-gray-60-a20: fadeout(@overlay1, 80);\n --warm-gray-60-a25: fadeout(@overlay1, 75);\n --warm-gray-60-a30: fadeout(@overlay1, 70);\n --warm-gray-60-a35: fadeout(@overlay1, 65);\n\n --warm-red-10: @maroon;\n --warm-red-20: @maroon;\n --warm-red-30: @maroon;\n --warm-red-40: @maroon;\n --warm-red-50: @maroon;\n --warm-red-60: @maroon;\n --warm-red-70: @maroon;\n --warm-red-80: @maroon;\n --warm-red-90: @maroon;\n --warm-red-100: @maroon;\n --warm-red-60-a10: fadeout(@maroon, 90);\n --warm-red-60-a15: fadeout(@maroon, 85);\n --warm-red-60-a20: fadeout(@maroon, 80);\n --warm-red-60-a25: fadeout(@maroon, 75);\n --warm-red-60-a30: fadeout(@maroon, 70);\n --warm-red-60-a35: fadeout(@maroon, 65);\n\n --teal-10: @teal;\n --teal-20: @teal;\n --teal-30: @teal;\n --teal-40: @teal;\n --teal-50: @teal;\n --teal-60: @teal;\n --teal-70: @teal;\n --teal-80: @teal;\n --teal-90: @teal;\n --teal-100: @teal;\n --teal-50-a30: fadein(@teal, 70);\n --teal-60-a10: fadeout(@teal, 90);\n --teal-60-a15: fadeout(@teal, 85);\n --teal-60-a20: fadeout(@teal, 80);\n --teal-60-a25: fadeout(@teal, 75);\n --teal-60-a30: fadeout(@teal, 70);\n --teal-60-a35: fadeout(@teal, 65);\n\n --purple-10: @lavender;\n --purple-20: @lavender;\n --purple-30: @lavender;\n --purple-40: @lavender;\n --purple-50: @lavender;\n --purple-60: @lavender;\n --purple-70: @lavender;\n --purple-80: @lavender;\n --purple-90: @lavender;\n --purple-100: @lavender;\n --purple-40-a15: fadeout(@lavender, 85);\n --purple-60-a10: fadeout(@lavender, 90);\n --purple-60-a15: fadeout(@lavender, 85);\n --purple-60-a20: fadeout(@lavender, 80);\n --purple-60-a25: fadeout(@lavender, 75);\n --purple-60-a30: fadeout(@lavender, 70);\n --purple-60-a35: fadeout(@lavender, 65);\n --purple-70-a15: fadeout(@lavender, 85);\n\n --system-red-10: @red;\n --system-red-20: @red;\n --system-red-30: @red;\n --system-red-40: @red;\n --system-red-50: @red;\n --system-red-60: @red;\n --system-red-70: @red;\n --system-red-80: @red;\n --system-red-90: @red;\n --system-red-100: @red;\n --system-red-60-a10: fadeout(@red, 90);\n --system-red-60-a15: fadeout(@red, 85);\n --system-red-60-a20: fadeout(@red, 80);\n --system-red-60-a25: fadeout(@red, 75);\n --system-red-60-a30: fadeout(@red, 70);\n --system-red-60-a35: fadeout(@red, 65);\n\n --system-green-10: darken(@green, 20);\n --system-green-20: darken(@green, 20);\n --system-green-30: darken(@green, 20);\n --system-green-40: darken(@green, 20);\n --system-green-50: darken(@green, 20);\n --system-green-60: darken(@green, 20);\n --system-green-70: darken(@green, 20);\n --system-green-80: darken(@green, 20);\n --system-green-90: darken(@green, 20);\n --system-green-100: darken(@green, 20);\n --system-green-60-a10: fadeout(darken(@green, 20), 90);\n --system-green-60-a15: fadeout(darken(@green, 20), 85);\n --system-green-60-a20: fadeout(darken(@green, 20), 80);\n --system-green-60-a25: fadeout(darken(@green, 20), 75);\n --system-green-60-a30: fadeout(darken(@green, 20), 70);\n --system-green-60-a35: fadeout(darken(@green, 20), 65);\n\n --pink-10: @pink;\n --pink-20: @pink;\n --pink-30: @pink;\n --pink-40: @pink;\n --pink-50: @pink;\n --pink-60: @pink;\n --pink-70: @pink;\n --pink-80: @pink;\n --pink-90: @pink;\n --pink-100: @pink;\n --pink-60-a10: fadeout(@pink, 90);\n --pink-60-a15: fadeout(@pink, 85);\n --pink-60-a20: fadeout(@pink, 80);\n --pink-60-a25: fadeout(@pink, 75);\n --pink-60-a30: fadeout(@pink, 70);\n --pink-60-a35: fadeout(@pink, 65);\n\n --amber-10: @yellow;\n --amber-20: @yellow;\n --amber-30: @yellow;\n --amber-40: @yellow;\n --amber-50: @yellow;\n --amber-60: @yellow;\n --amber-70: @yellow;\n --amber-80: @yellow;\n --amber-90: @yellow;\n --amber-100: @yellow;\n --amber-30-a50: fadein(@yellow, 50);\n --amber-60-a10: fadeout(@yellow, 90);\n --amber-60-a15: fadeout(@yellow, 85);\n --amber-60-a20: fadeout(@yellow, 80);\n --amber-60-a25: fadeout(@yellow, 75);\n --amber-60-a30: fadeout(@yellow, 70);\n --amber-60-a35: fadeout(@yellow, 65);\n\n --copper-10: @rosewater;\n --copper-20: @rosewater;\n --copper-30: @rosewater;\n --copper-40: @rosewater;\n --copper-50: @rosewater;\n --copper-60: @rosewater;\n --copper-70: @rosewater;\n --copper-80: @rosewater;\n --copper-90: @rosewater;\n --copper-100: @rosewater;\n --copper-60-a10: fadeout(@rosewater, 90);\n --copper-60-a15: fadeout(@rosewater, 85);\n --copper-60-a20: fadeout(@rosewater, 80);\n --copper-60-a25: fadeout(@rosewater, 75);\n --copper-60-a30: fadeout(@rosewater, 70);\n --copper-60-a35: fadeout(@rosewater, 65);\n\n --green-10: @green;\n --green-20: @green;\n --green-30: @green;\n --green-40: @green;\n --green-50: @green;\n --green-60: @green;\n --green-70: @green;\n --green-80: @green;\n --green-90: @green;\n --green-100: @green;\n --green-60-a10: fadeout(@green, 90);\n --green-60-a15: fadeout(@green, 85);\n --green-60-a20: fadeout(@green, 80);\n --green-60-a25: fadeout(@green, 75);\n --green-60-a30: fadeout(@green, 70);\n --green-60-a35: fadeout(@green, 65);\n\n --sage-10: darken(@green, 40);\n --sage-20: darken(@green, 40);\n --sage-30: darken(@green, 40);\n --sage-40: darken(@green, 40);\n --sage-50: darken(@green, 40);\n --sage-60: darken(@green, 40);\n --sage-70: darken(@green, 40);\n --sage-80: darken(@green, 40);\n --sage-90: darken(@green, 40);\n --sage-100: darken(@green, 40);\n --sage-60-a10: fadeout(darken(@green, 40), 90);\n --sage-60-a15: fadeout(darken(@green, 40), 85);\n --sage-60-a20: fadeout(darken(@green, 40), 80);\n --sage-60-a25: fadeout(darken(@green, 40), 75);\n --sage-60-a30: fadeout(darken(@green, 40), 70);\n --sage-60-a35: fadeout(darken(@green, 40), 65);\n\n --lime-10: lighten(@green, 20);\n --lime-20: lighten(@green, 20);\n --lime-30: lighten(@green, 20);\n --lime-40: lighten(@green, 20);\n --lime-50: lighten(@green, 20);\n --lime-60: lighten(@green, 20);\n --lime-70: lighten(@green, 20);\n --lime-80: lighten(@green, 20);\n --lime-90: lighten(@green, 20);\n --lime-100: lighten(@green, 20);\n --lime-60-a10: fadeout(lighten(@green, 20), 90);\n --lime-60-a15: fadeout(lighten(@green, 20), 85);\n --lime-60-a20: fadeout(lighten(@green, 20), 80);\n --lime-60-a25: fadeout(lighten(@green, 20), 75);\n --lime-60-a30: fadeout(lighten(@green, 20), 70);\n --lime-60-a35: fadeout(lighten(@green, 20), 65);\n\n --camo-10: @accent-color;\n --camo-20: @accent-color;\n --camo-30: @accent-color;\n --camo-40: @accent-color;\n --camo-50: @accent-color;\n --camo-60: @accent-color;\n --camo-70: @accent-color;\n --camo-80: @accent-color;\n --camo-90: @accent-color;\n --camo-100: @accent-color;\n --camo-60-a10: fadeout(@accent-color, 90);\n --camo-60-a15: fadeout(@accent-color, 85);\n --camo-60-a20: fadeout(@accent-color, 80);\n --camo-60-a25: fadeout(@accent-color, 75);\n --camo-60-a30: fadeout(@accent-color, 70);\n --camo-60-a35: fadeout(@accent-color, 65);\n\n --smoke-10: @surface1;\n --smoke-20: @surface1;\n --smoke-30: @surface1;\n --smoke-40: @surface1;\n --smoke-50: @surface1;\n --smoke-60: @surface1;\n --smoke-70: @surface1;\n --smoke-80: @surface1;\n --smoke-90: @surface1;\n --smoke-100: @surface1;\n --smoke-60-a10: fadeout(@surface1, 90);\n --smoke-60-a15: fadeout(@surface1, 85);\n --smoke-60-a20: fadeout(@surface1, 80);\n --smoke-60-a25: fadeout(@surface1, 75);\n --smoke-60-a30: fadeout(@surface1, 70);\n --smoke-60-a35: fadeout(@surface1, 65);\n\n --lavender-10: @lavender;\n --lavender-20: @lavender;\n --lavender-30: @lavender;\n --lavender-40: @lavender;\n --lavender-50: @lavender;\n --lavender-60: @lavender;\n --lavender-70: @lavender;\n --lavender-80: @lavender;\n --lavender-90: @lavender;\n --lavender-100: @lavender;\n --lavender-60-a10: fadeout(@lavender, 90);\n --lavender-60-a15: fadeout(@lavender, 85);\n --lavender-60-a20: fadeout(@lavender, 80);\n --lavender-60-a25: fadeout(@lavender, 75);\n --lavender-60-a30: fadeout(@lavender, 70);\n --lavender-60-a35: fadeout(@lavender, 65);\n\n --mauve-10: @mauve;\n --mauve-20: @mauve;\n --mauve-30: @mauve;\n --mauve-40: @mauve;\n --mauve-50: @mauve;\n --mauve-60: @mauve;\n --mauve-70: @mauve;\n --mauve-80: @mauve;\n --mauve-90: @mauve;\n --mauve-100: @mauve;\n --mauve-60-a10: fadeout(@mauve, 90);\n --mauve-60-a15: fadeout(@mauve, 85);\n --mauve-60-a20: fadeout(@mauve, 80);\n --mauve-60-a25: fadeout(@mauve, 75);\n --mauve-60-a30: fadeout(@mauve, 70);\n --mauve-60-a35: fadeout(@mauve, 65);\n --mauve-80-a50: fadeout(@mauve, 50);\n\n --system-gray-10: @surface0;\n --system-gray-20: @surface0;\n --system-gray-30: @surface0;\n --system-gray-40: @surface0;\n --system-gray-50: @surface0;\n --system-gray-60: @surface0;\n --system-gray-70: @surface0;\n --system-gray-80: @surface0;\n --system-gray-90: @surface0;\n --system-gray-100: @surface0;\n --system-gray-60-a10: fadeout(@surface0, 90);\n --system-gray-60-a15: fadeout(@surface0, 85);\n --system-gray-60-a20: fadeout(@surface0, 80);\n --system-gray-60-a25: fadeout(@surface0, 75);\n --system-gray-60-a30: fadeout(@surface0, 70);\n --system-gray-60-a35: fadeout(@surface0, 65);\n --system-gray-60-a40: fadeout(@surface0, 60);\n --system-gray-60-a45: fadeout(@surface0, 55);\n\n --system-orange-10: @peach;\n --system-orange-20: @peach;\n --system-orange-30: @peach;\n --system-orange-40: @peach;\n --system-orange-50: @peach;\n --system-orange-60: @peach;\n --system-orange-70: @peach;\n --system-orange-80: @peach;\n --system-orange-90: @peach;\n --system-orange-100: @peach;\n --system-orange-60-a10: fadeout(@peach, 90);\n --system-orange-60-a15: fadeout(@peach, 85);\n --system-orange-60-a20: fadeout(@peach, 80);\n --system-orange-60-a25: fadeout(@peach, 75);\n --system-orange-60-a30: fadeout(@peach, 70);\n --system-orange-60-a35: fadeout(@peach, 65);\n\n /* quality of life changes */\n --color-border-low-emphasis: @surface0;\n\n /* Codeblock fixes */\n pre {\n --color-text-on-dark: @text;\n --color-background-container-dark-tint: @crust;\n }\n\n /* more accent */\n --voyager-color-background-badge-notification: @accent-color;\n --color-signal-positive: @accent-color;\n --color-checked: @accent-color;\n --color-checked-hover: @accent-color;\n --color-checked-active: @accent-color;\n\n & when not (@lookup =latte) {\n --color-text-on-dark: @crust;\n --color-element: @crust;\n }\n\n & when (@lookup =latte) {\n --black: @text;\n --black-a90: @text;\n --black-a75: @text;\n --black-a45: @text;\n --black-a30: @text;\n --black-a60: @subtext0;\n --black-a15: @text;\n --black-a04: @text;\n --black-a100: @text;\n\n --color-background-scrim: fadeout(@crust, 60);\n\n --white: @mantle;\n --white-a06: @surface0;\n --white-a12: @surface0;\n --white-a18: @surface0;\n --white-a25: @surface0;\n --white-a30: @mantle;\n --white-a40: @mantle;\n --white-a45: @mantle;\n --white-a55: @mantle;\n --white-a60: @subtext0;\n --white-a70: @mantle;\n --white-a75: @mantle;\n --white-a85: @mantle;\n --white-a90: @mantle;\n --white-a100: @mantle;\n\n --warm-gray-10: @base;\n --warm-gray-20: @base;\n --warm-gray-30: @base;\n --warm-gray-40: @base;\n --warm-gray-50: @base;\n --warm-gray-60: @base;\n --warm-gray-70: @base;\n --warm-gray-80: @base;\n --warm-gray-90: @base;\n --warm-gray-100: @base;\n --warm-gray-60-a10: fadeout(@base, 90);\n --warm-gray-60-a15: fadeout(@base, 85);\n --warm-gray-60-a20: fadeout(@base, 80);\n --warm-gray-60-a25: fadeout(@base, 75);\n --warm-gray-60-a30: fadeout(@base, 70);\n --warm-gray-60-a35: fadeout(@base, 65);\n }\n\n .share-promoted-detour-button-legacy {\n background-color: @accent-color !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "LinkedIn Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/linkedin", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/linkedin", - "version": "0.0.3", + "version": "0.0.4", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin", "description": "Soothing pastel theme for LinkedIn", @@ -6213,12 +6513,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for LinkedIn", "name": "LinkedIn Catppuccin", - "originalDigest": "9388cf7bac10213f54687d306470d929fae38305", + "originalDigest": "28ab5a616f8f3df0fe63e475502825c4ee47f242", "_id": "a97719a3-aab8-45b6-b3fc-b3f9b9532ae3", - "_rev": 1709071426580, + "_rev": 1712856189927, "id": 73, - "etag": "W/\"4240f3103e77d510c07ce54902b8d37e159026c4e1a301e91f1603219d50a01c\"", - "updateDate": 1709071426516 + "etag": "W/\"bee4541622302ff762b9d573d8e32768b8e2ffeb3a3367f1898603fdab2a115c\"", + "updateDate": 1712856189539 }, { "enabled": true, @@ -6227,12 +6527,12 @@ "installDate": 1700768761416, "sections": [ { - "code": "/* ==UserStyle==\n@name Invidious Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/invidious\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious\n@version 0.4.0\n@description Soothing pastel theme for Invidious\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css\n@license \t\t MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [ \"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\" ]\n@var checkbox styleVideoPlayer \"Style Video Player\" 1\n==/UserStyle== */\n/**\n * kept up-to-date with\n * `curl https://api.invidious.io/instances.json | jq '.[] | select(.[1].type==\"https\") | .[0]'`\n */", + "code": "/* ==UserStyle==\n@name Invidious Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/invidious\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious\n@version 0.4.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvidious\n@description Soothing pastel theme for Invidious\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox styleVideoPlayer \"Style Video Player\" 1\n==/UserStyle== */\n/**\n * kept up-to-date with\n * `curl https://api.invidious.io/instances.json | jq '.[] | select(.[1].type==\"https\") | .[0]'`\n */", "start": 0 }, { - "code": "/* synced colorscheme */\n @media (prefers-color-scheme: light) {\n .no-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .no-theme ::placeholder {\n color: #a5adcb;\n }\n .no-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .no-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .no-theme a,\n .no-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .no-theme a:hover,\n .no-theme .pure-menu-heading:hover,\n .no-theme a:focus,\n .no-theme .pure-menu-heading:focus,\n .no-theme a:active,\n .no-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .no-theme hr,\n .no-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .no-theme legend {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-primary:hover,\n .no-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary:hover,\n .no-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .no-theme #subscribe :hover,\n .no-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .no-theme #filters-box {\n background-color: #363a4f !important;\n }\n .no-theme .underlined {\n border-color: #8087a2;\n }\n .no-theme .video-js .vjs-control-bar,\n .no-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .no-theme .video-js .vjs-slider:hover,\n .no-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .no-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js .vjs-load-progress,\n .no-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .no-theme .vjs-menu li.vjs-menu-item:focus,\n .no-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover,\n .no-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .no-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .no-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .no-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .no-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .no-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .no-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .no-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .no-theme footer a,\n .no-theme footer span {\n color: #a5adcb !important;\n }\n .no-theme footer span a:hover,\n .no-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .no-theme select,\n .no-theme input[type=\"text\"],\n .no-theme input[type=\"number\"],\n .no-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme select:active,\n .no-theme input[type=\"text\"]:active,\n .no-theme input[type=\"number\"]:active,\n .no-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .no-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .no-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%22/%3E%3C/svg%3E\");\n }\n .no-theme #player-container > .video-js > video,\n .no-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .no-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .no-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n }\n @media (prefers-color-scheme: dark) {\n .no-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .no-theme ::placeholder {\n color: #a5adcb;\n }\n .no-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .no-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .no-theme a,\n .no-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .no-theme a:hover,\n .no-theme .pure-menu-heading:hover,\n .no-theme a:focus,\n .no-theme .pure-menu-heading:focus,\n .no-theme a:active,\n .no-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .no-theme hr,\n .no-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .no-theme legend {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-primary:hover,\n .no-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary:hover,\n .no-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .no-theme #subscribe :hover,\n .no-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .no-theme #filters-box {\n background-color: #363a4f !important;\n }\n .no-theme .underlined {\n border-color: #8087a2;\n }\n .no-theme .video-js .vjs-control-bar,\n .no-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .no-theme .video-js .vjs-slider:hover,\n .no-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .no-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js .vjs-load-progress,\n .no-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .no-theme .vjs-menu li.vjs-menu-item:focus,\n .no-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover,\n .no-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .no-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .no-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .no-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .no-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .no-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .no-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .no-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .no-theme footer a,\n .no-theme footer span {\n color: #a5adcb !important;\n }\n .no-theme footer span a:hover,\n .no-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .no-theme select,\n .no-theme input[type=\"text\"],\n .no-theme input[type=\"number\"],\n .no-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme select:active,\n .no-theme input[type=\"text\"]:active,\n .no-theme input[type=\"number\"]:active,\n .no-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .no-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .no-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%22/%3E%3C/svg%3E\");\n }\n .no-theme #player-container > .video-js > video,\n .no-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .no-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .no-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n }\n /* manually set colorscheme */\n .light-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .light-theme ::placeholder {\n color: #a5adcb;\n }\n .light-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .light-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .light-theme a,\n .light-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .light-theme a:hover,\n .light-theme .pure-menu-heading:hover,\n .light-theme a:focus,\n .light-theme .pure-menu-heading:focus,\n .light-theme a:active,\n .light-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .light-theme hr,\n .light-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .light-theme legend {\n color: #b7bdf8 !important;\n }\n .light-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-primary:hover,\n .light-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-secondary:hover,\n .light-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .light-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .light-theme #subscribe :hover,\n .light-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .light-theme #filters-box {\n background-color: #363a4f !important;\n }\n .light-theme .underlined {\n border-color: #8087a2;\n }\n .light-theme .video-js .vjs-control-bar,\n .light-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .light-theme .video-js .vjs-slider:hover,\n .light-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .light-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .light-theme .video-js .vjs-load-progress,\n .light-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .light-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .light-theme .vjs-menu li.vjs-menu-item:focus,\n .light-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .light-theme .vjs-menu li.vjs-selected,\n .light-theme .vjs-menu li.vjs-selected:focus,\n .light-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .light-theme .vjs-menu li.vjs-selected,\n .light-theme .vjs-menu li.vjs-selected:focus,\n .light-theme .vjs-menu li.vjs-selected:hover,\n .light-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .light-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .light-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .light-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .light-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .light-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .light-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .light-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .light-theme footer a,\n .light-theme footer span {\n color: #a5adcb !important;\n }\n .light-theme footer span a:hover,\n .light-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .light-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .light-theme select,\n .light-theme input[type=\"text\"],\n .light-theme input[type=\"number\"],\n .light-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .light-theme select:active,\n .light-theme input[type=\"text\"]:active,\n .light-theme input[type=\"number\"]:active,\n .light-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .light-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .light-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .light-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%22/%3E%3C/svg%3E\");\n }\n .light-theme #player-container > .video-js > video,\n .light-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .light-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .light-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n .dark-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .dark-theme ::placeholder {\n color: #a5adcb;\n }\n .dark-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .dark-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .dark-theme a,\n .dark-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .dark-theme a:hover,\n .dark-theme .pure-menu-heading:hover,\n .dark-theme a:focus,\n .dark-theme .pure-menu-heading:focus,\n .dark-theme a:active,\n .dark-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .dark-theme hr,\n .dark-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .dark-theme legend {\n color: #b7bdf8 !important;\n }\n .dark-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-primary:hover,\n .dark-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-secondary:hover,\n .dark-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .dark-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .dark-theme #subscribe :hover,\n .dark-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .dark-theme #filters-box {\n background-color: #363a4f !important;\n }\n .dark-theme .underlined {\n border-color: #8087a2;\n }\n .dark-theme .video-js .vjs-control-bar,\n .dark-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .dark-theme .video-js .vjs-slider:hover,\n .dark-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .dark-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .dark-theme .video-js .vjs-load-progress,\n .dark-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .dark-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .dark-theme .vjs-menu li.vjs-menu-item:focus,\n .dark-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .dark-theme .vjs-menu li.vjs-selected,\n .dark-theme .vjs-menu li.vjs-selected:focus,\n .dark-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .dark-theme .vjs-menu li.vjs-selected,\n .dark-theme .vjs-menu li.vjs-selected:focus,\n .dark-theme .vjs-menu li.vjs-selected:hover,\n .dark-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .dark-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .dark-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .dark-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .dark-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .dark-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .dark-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .dark-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .dark-theme footer a,\n .dark-theme footer span {\n color: #a5adcb !important;\n }\n .dark-theme footer span a:hover,\n .dark-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .dark-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .dark-theme select,\n .dark-theme input[type=\"text\"],\n .dark-theme input[type=\"number\"],\n .dark-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .dark-theme select:active,\n .dark-theme input[type=\"text\"]:active,\n .dark-theme input[type=\"number\"]:active,\n .dark-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .dark-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .dark-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .dark-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%20010%201.414l-5%205a1%201%200%2001-1.414%200l-2-2a1%201%200%20011.414-1.414L6.5%209.086l4.293-4.293a1%201%200%20011.414%200z%22/%3E%3C/svg%3E\");\n }\n .dark-theme #player-container > .video-js > video,\n .dark-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .dark-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .dark-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }", - "start": 2637, + "code": "@media (prefers-color-scheme: light) {\n .no-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .no-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .no-theme input::placeholder,\n .no-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .no-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .no-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .no-theme a,\n .no-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .no-theme a:hover,\n .no-theme .pure-menu-heading:hover,\n .no-theme a:focus,\n .no-theme .pure-menu-heading:focus,\n .no-theme a:active,\n .no-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .no-theme hr,\n .no-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .no-theme legend {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-primary:hover,\n .no-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary:hover,\n .no-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .no-theme #subscribe :hover,\n .no-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .no-theme #filters-box {\n background-color: #363a4f !important;\n }\n .no-theme .underlined {\n border-color: #8087a2;\n }\n .no-theme .video-js .vjs-control-bar,\n .no-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .no-theme .video-js .vjs-slider:hover,\n .no-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .no-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js .vjs-load-progress,\n .no-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .no-theme .vjs-menu li.vjs-menu-item:focus,\n .no-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover,\n .no-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .no-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .no-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .no-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .no-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .no-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .no-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .no-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .no-theme footer a,\n .no-theme footer span {\n color: #a5adcb !important;\n }\n .no-theme footer span a:hover,\n .no-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .no-theme select,\n .no-theme input[type=\"text\"],\n .no-theme input[type=\"number\"],\n .no-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme select:active,\n .no-theme input[type=\"text\"]:active,\n .no-theme input[type=\"number\"]:active,\n .no-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .no-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .no-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414%200l-2-2a1%201%200%200%201%201.414-1.414L6.5%209.086l4.293-4.293a1%201%200%200%201%201.414%200%22/%3E%3C/svg%3E\");\n }\n .no-theme #player-container > .video-js > video,\n .no-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .no-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .no-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n }\n @media (prefers-color-scheme: dark) {\n .no-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .no-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .no-theme input::placeholder,\n .no-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .no-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .no-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .no-theme a,\n .no-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .no-theme a:hover,\n .no-theme .pure-menu-heading:hover,\n .no-theme a:focus,\n .no-theme .pure-menu-heading:focus,\n .no-theme a:active,\n .no-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .no-theme hr,\n .no-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .no-theme legend {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-primary:hover,\n .no-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme .pure-button-secondary:hover,\n .no-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .no-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .no-theme #subscribe :hover,\n .no-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .no-theme #filters-box {\n background-color: #363a4f !important;\n }\n .no-theme .underlined {\n border-color: #8087a2;\n }\n .no-theme .video-js .vjs-control-bar,\n .no-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .no-theme .video-js .vjs-slider:hover,\n .no-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .no-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js .vjs-load-progress,\n .no-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .no-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .no-theme .vjs-menu li.vjs-menu-item:focus,\n .no-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .no-theme .vjs-menu li.vjs-selected,\n .no-theme .vjs-menu li.vjs-selected:focus,\n .no-theme .vjs-menu li.vjs-selected:hover,\n .no-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .no-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .no-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .no-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .no-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .no-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .no-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .no-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .no-theme footer a,\n .no-theme footer span {\n color: #a5adcb !important;\n }\n .no-theme footer span a:hover,\n .no-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .no-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .no-theme select,\n .no-theme input[type=\"text\"],\n .no-theme input[type=\"number\"],\n .no-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme select:active,\n .no-theme input[type=\"text\"]:active,\n .no-theme input[type=\"number\"]:active,\n .no-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .no-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .no-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .no-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414%200l-2-2a1%201%200%200%201%201.414-1.414L6.5%209.086l4.293-4.293a1%201%200%200%201%201.414%200%22/%3E%3C/svg%3E\");\n }\n .no-theme #player-container > .video-js > video,\n .no-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .no-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .no-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n }\n .light-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .light-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .light-theme input::placeholder,\n .light-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .light-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .light-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .light-theme a,\n .light-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .light-theme a:hover,\n .light-theme .pure-menu-heading:hover,\n .light-theme a:focus,\n .light-theme .pure-menu-heading:focus,\n .light-theme a:active,\n .light-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .light-theme hr,\n .light-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .light-theme legend {\n color: #b7bdf8 !important;\n }\n .light-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-primary:hover,\n .light-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .light-theme .pure-button-secondary:hover,\n .light-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .light-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .light-theme #subscribe :hover,\n .light-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .light-theme #filters-box {\n background-color: #363a4f !important;\n }\n .light-theme .underlined {\n border-color: #8087a2;\n }\n .light-theme .video-js .vjs-control-bar,\n .light-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .light-theme .video-js .vjs-slider:hover,\n .light-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .light-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .light-theme .video-js .vjs-load-progress,\n .light-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .light-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .light-theme .vjs-menu li.vjs-menu-item:focus,\n .light-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .light-theme .vjs-menu li.vjs-selected,\n .light-theme .vjs-menu li.vjs-selected:focus,\n .light-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .light-theme .vjs-menu li.vjs-selected,\n .light-theme .vjs-menu li.vjs-selected:focus,\n .light-theme .vjs-menu li.vjs-selected:hover,\n .light-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .light-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .light-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .light-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .light-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .light-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .light-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .light-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .light-theme footer a,\n .light-theme footer span {\n color: #a5adcb !important;\n }\n .light-theme footer span a:hover,\n .light-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .light-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .light-theme select,\n .light-theme input[type=\"text\"],\n .light-theme input[type=\"number\"],\n .light-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .light-theme select:active,\n .light-theme input[type=\"text\"]:active,\n .light-theme input[type=\"number\"]:active,\n .light-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .light-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .light-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .light-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414%200l-2-2a1%201%200%200%201%201.414-1.414L6.5%209.086l4.293-4.293a1%201%200%200%201%201.414%200%22/%3E%3C/svg%3E\");\n }\n .light-theme #player-container > .video-js > video,\n .light-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .light-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .light-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }\n .dark-theme {\n color-scheme: dark;\n background-color: #24273a !important;\n color: #cad3f5 !important;\n /* video player background */\n /* watch progress on videos */\n /* Channel owner comments */\n }\n .dark-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .dark-theme input::placeholder,\n .dark-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n .dark-theme::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n .dark-theme::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: #b7bdf8;\n }\n .dark-theme a,\n .dark-theme .pure-menu-heading {\n color: #b7bdf8;\n }\n .dark-theme a:hover,\n .dark-theme .pure-menu-heading:hover,\n .dark-theme a:focus,\n .dark-theme .pure-menu-heading:focus,\n .dark-theme a:active,\n .dark-theme .pure-menu-heading:active {\n color: #ced2fa !important;\n }\n .dark-theme hr,\n .dark-theme legend {\n border-color: #777ca4;\n border-style: solid;\n }\n .dark-theme legend {\n color: #b7bdf8 !important;\n }\n .dark-theme .pure-button-primary {\n background-color: #494d64 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-primary:hover,\n .dark-theme .pure-button-primary:focus {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-secondary {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .dark-theme .pure-button-secondary:hover,\n .dark-theme .pure-button-secondary:focus {\n background-color: #c0c6f9 !important;\n color: #181926 !important;\n border-color: #181926 !important;\n }\n .dark-theme #subscribe {\n background-color: #b7bdf8 !important;\n color: #181926 !important;\n }\n .dark-theme #subscribe :hover,\n .dark-theme #subscribe :focus {\n background-color: #ced2fa !important;\n color: #181926 !important;\n }\n .dark-theme #filters-box {\n background-color: #363a4f !important;\n }\n .dark-theme .underlined {\n border-color: #8087a2;\n }\n .dark-theme .video-js .vjs-control-bar,\n .dark-theme .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: #181926 !important;\n color: #cad3f5 !important;\n }\n .dark-theme .video-js .vjs-slider:hover,\n .dark-theme .video-js button:hover {\n color: #b7bdf8 !important;\n }\n .dark-theme .video-js .vjs-slider {\n background-color: #5b6078 !important;\n }\n .dark-theme .video-js .vjs-load-progress,\n .dark-theme .video-js .vjs-load-progress div {\n background-color: #5b6078 !important;\n }\n .dark-theme .video-js.player-style-invidious .vjs-play-progress {\n background-color: #b7bdf8 !important;\n }\n .dark-theme .vjs-menu li.vjs-menu-item:focus,\n .dark-theme .vjs-menu li.vjs-menu-item:hover {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n }\n .dark-theme .vjs-menu li.vjs-selected,\n .dark-theme .vjs-menu li.vjs-selected:focus,\n .dark-theme .vjs-menu li.vjs-selected:hover {\n background-color: #8aadf4 !important;\n }\n .dark-theme .vjs-menu li.vjs-selected,\n .dark-theme .vjs-menu li.vjs-selected:focus,\n .dark-theme .vjs-menu li.vjs-selected:hover,\n .dark-theme .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: #181926 !important;\n }\n .dark-theme .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n .dark-theme .vjs-share__title {\n color: #cad3f5 !important;\n }\n .dark-theme .vjs-share__subtitle {\n color: #a5adcb !important;\n opacity: 100% !important;\n }\n .dark-theme .vjs-share__short-link {\n color: #cad3f5 !important;\n background: #24273a !important;\n }\n .dark-theme .vjs-share__btn {\n background: #181926 !important;\n }\n .dark-theme .vjs-share__btn svg path {\n fill: #cad3f5 !important;\n }\n .dark-theme #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n .dark-theme footer a,\n .dark-theme footer span {\n color: #a5adcb !important;\n }\n .dark-theme footer span a:hover,\n .dark-theme footer span:has(i):hover {\n color: #b7bdf8 !important;\n }\n .dark-theme .pure-form-message-inline {\n color: #a5adcb;\n }\n .dark-theme select,\n .dark-theme input[type=\"text\"],\n .dark-theme input[type=\"number\"],\n .dark-theme input[type=\"input\"] {\n color: #cad3f5 !important;\n background-color: #363a4f !important;\n border-color: #181926 !important;\n box-shadow: none !important;\n }\n .dark-theme select:active,\n .dark-theme input[type=\"text\"]:active,\n .dark-theme input[type=\"number\"]:active,\n .dark-theme input[type=\"input\"]:active {\n color: #cad3f5 !important;\n }\n .dark-theme input[type=\"search\"] {\n color: #cad3f5 !important;\n background-color: #24273a !important;\n border-bottom-color: #181926 !important;\n box-shadow: none !important;\n }\n .dark-theme input[type=\"checkbox\"] {\n background-color: #5b6078;\n border-color: #181926;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n }\n .dark-theme input[type=\"checkbox\"]:checked {\n background-image: url(\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22%23b7bdf8%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M12.207%204.793a1%201%200%200%201%200%201.414l-5%205a1%201%200%200%201-1.414%200l-2-2a1%201%200%200%201%201.414-1.414L6.5%209.086l4.293-4.293a1%201%200%200%201%201.414%200%22/%3E%3C/svg%3E\");\n }\n .dark-theme #player-container > .video-js > video,\n .dark-theme .vjs-poster {\n background-color: #1e2030 !important;\n }\n .dark-theme div.watched-indicator {\n background-color: #ed8796;\n }\n .dark-theme a.channel-owner {\n color: #181926;\n background-color: #b7bdf8;\n }", + "start": 2673, "domains": [ "anontube.lvkaszus.pl", "inv.citw.lgbt", @@ -6271,18 +6571,19 @@ }, { "code": "/* prettier-ignore */", - "start": 26034 + "start": 26632 } ], - "sourceCode": "/* ==UserStyle==\n@name Invidious Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/invidious\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious\n@version 0.4.0\n@description Soothing pastel theme for Invidious\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css\n@license \t\t MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [ \"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue*\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\" ]\n@var checkbox styleVideoPlayer \"Style Video Player\" 1\n==/UserStyle== */\n\n/**\n * kept up-to-date with\n * `curl https://api.invidious.io/instances.json | jq '.[] | select(.[1].type==\"https\") | .[0]'`\n */\n@-moz-document domain(\"anontube.lvkaszus.pl\"),\n domain(\"inv.citw.lgbt\"),\n domain(\"inv.in.projectsegfau.lt\"),\n domain(\"inv.tux.pizza\"),\n domain(\"inv.us.projectsegfau.lt\"),\n domain(\"inv.zzls.xyz\"),\n domain(\"invidious.asir.dev\"),\n domain(\"invidious.drgns.space\"),\n domain(\"invidious.einfachzocken.eu\"),\n domain(\"invidious.fdn.fr\"),\n domain(\"invidious.io.lol\"),\n domain(\"invidious.lunar.icu\"),\n domain(\"invidious.nerdvpn.de\"),\n domain(\"invidious.no-logs.com\"),\n domain(\"invidious.perennialte.ch\"),\n domain(\"invidious.privacydev.net\"),\n domain(\"invidious.private.coffee\"),\n domain(\"invidious.projectsegfau.lt\"),\n domain(\"invidious.protokolla.fi\"),\n domain(\"invidious.slipfox.xyz\"),\n domain(\"iv.datura.network\"),\n domain(\"iv.ggtyler.dev\"),\n domain(\"iv.melmac.space\"),\n domain(\"iv.nboeck.de\"),\n domain(\"iv.winston.sh\"),\n domain(\"onion.tube\"),\n domain(\"vid.priv.au\"),\n domain(\"vid.puffyan.us\"),\n domain(\"yewtu.be\"),\n domain(\"yt.artemislena.eu\"),\n domain(\"yt.cdaut.de\"),\n domain(\"yt.drgnz.club\"),\n domain(\"yt.oelrichsgarcia.de\"), {\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accentColor: @catppuccin[@@lookup][@@accent];\n @linkColor: @accentColor;\n @linkHover: #lightenOrDarken(@accentColor, 5%) [ @result];\n\n #lightenOrDarken(@color, @value) {\n @result: if(\n @lookup = latte,\n darken(@color, @value),\n lighten(@color, @value)\n );\n }\n\n color-scheme: if(@lookup = latte, light, dark);\n background-color: @base !important;\n color: @text !important;\n\n ::placeholder {\n color: @subtext0;\n }\n\n &::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n\n &::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: @accentColor;\n }\n\n a,\n /* menu under the search bar */\n .pure-menu-heading {\n color: @linkColor;\n &:hover,\n &:focus,\n &:active {\n color: @linkHover !important;\n }\n }\n\n hr,\n /* legend borders are visible as dividers in Settings */\n legend {\n border-color: mix(@accentColor, @surface0, 50%);\n border-style: solid;\n }\n\n legend {\n color: @accentColor !important;\n }\n\n .pure-button-primary {\n background-color: @surface1 !important;\n color: @text !important;\n border-color: @crust !important;\n &:hover,\n &:focus {\n background-color: @surface2 !important;\n color: @text !important;\n border-color: @crust !important;\n }\n }\n .pure-button-secondary {\n background-color: @accentColor !important;\n color: @crust !important;\n border-color: @crust !important;\n &:hover,\n &:focus {\n background-color: #lightenOrDarken(@accentColor, 2%) [ @result] !important;\n color: @crust !important;\n border-color: @crust !important;\n }\n }\n\n #subscribe {\n background-color: @linkColor !important;\n color: @crust !important;\n :hover,\n :focus {\n background-color: @linkHover !important;\n color: @crust !important;\n }\n }\n\n #filters-box {\n background-color: @surface0 !important;\n }\n\n .underlined {\n border-color: @overlay1;\n }\n\n .video-js .vjs-control-bar,\n .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: @crust !important;\n color: @text !important;\n }\n\n .video-js .vjs-slider:hover,\n .video-js button:hover {\n color: @accentColor !important;\n }\n\n .video-js .vjs-slider {\n background-color: @surface2 !important;\n }\n\n .video-js .vjs-load-progress,\n .video-js .vjs-load-progress div {\n background-color: @surface2 !important;\n }\n\n .video-js.player-style-invidious .vjs-play-progress {\n background-color: @accentColor !important;\n }\n\n .vjs-menu li.vjs-menu-item:focus,\n .vjs-menu li.vjs-menu-item:hover {\n background-color: @surface0 !important;\n color: @text !important;\n }\n\n .vjs-menu li.vjs-selected,\n .vjs-menu li.vjs-selected:focus,\n .vjs-menu li.vjs-selected:hover {\n background-color: @blue !important;\n }\n\n .vjs-menu li.vjs-selected,\n .vjs-menu li.vjs-selected:focus,\n .vjs-menu li.vjs-selected:hover,\n .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: @crust !important;\n }\n\n .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n\n .vjs-share__title {\n color: @text !important;\n }\n .vjs-share__subtitle {\n color: @subtext0 !important;\n opacity: 100% !important;\n }\n .vjs-share__short-link {\n color: @text !important;\n background: @base !important;\n }\n .vjs-share__btn {\n background: @crust !important;\n svg path {\n fill: @text !important;\n }\n }\n\n #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n\n footer a,\n footer span {\n color: @subtext0 !important;\n }\n\n footer span a,\n footer span:has(i) {\n &:hover {\n color: @accentColor !important;\n }\n }\n\n .pure-form-message-inline {\n color: @subtext0;\n }\n\n select,\n input[type=\"text\"],\n input[type=\"number\"],\n input[type=\"input\"] {\n color: @text !important;\n background-color: @surface0 !important;\n border-color: @crust !important;\n box-shadow: none !important;\n &:active {\n color: @text !important;\n }\n }\n input[type=\"search\"] {\n color: @text !important;\n background-color: @base !important;\n border-bottom-color: @crust !important;\n box-shadow: none !important;\n }\n input[type=\"checkbox\"] {\n background-color: @surface2;\n border-color: @crust;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n &:checked {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n\n /* video player background */\n #player-container > .video-js > video,\n /* placeholder for loading thumbnails */\n .vjs-poster {\n & when (@styleVideoPlayer = 1) {\n background-color: @mantle !important;\n }\n }\n\n /* watch progress on videos */\n div.watched-indicator {\n background-color: @red;\n }\n\n /* Channel owner comments */\n a.channel-owner {\n color: @crust;\n background-color: @accentColor;\n }\n }\n\n /* synced colorscheme */\n @media (prefers-color-scheme: light) {\n .no-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n .no-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n /* manually set colorscheme */\n .light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }\n}\n\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Invidious Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/invidious\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious\n@version 0.4.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvidious\n@description Soothing pastel theme for Invidious\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox styleVideoPlayer \"Style Video Player\" 1\n==/UserStyle== */\n\n/**\n * kept up-to-date with\n * `curl https://api.invidious.io/instances.json | jq '.[] | select(.[1].type==\"https\") | .[0]'`\n */\n@-moz-document domain(\"anontube.lvkaszus.pl\"),\n domain(\"inv.citw.lgbt\"),\n domain(\"inv.in.projectsegfau.lt\"),\n domain(\"inv.tux.pizza\"),\n domain(\"inv.us.projectsegfau.lt\"),\n domain(\"inv.zzls.xyz\"),\n domain(\"invidious.asir.dev\"),\n domain(\"invidious.drgns.space\"),\n domain(\"invidious.einfachzocken.eu\"),\n domain(\"invidious.fdn.fr\"),\n domain(\"invidious.io.lol\"),\n domain(\"invidious.lunar.icu\"),\n domain(\"invidious.nerdvpn.de\"),\n domain(\"invidious.no-logs.com\"),\n domain(\"invidious.perennialte.ch\"),\n domain(\"invidious.privacydev.net\"),\n domain(\"invidious.private.coffee\"),\n domain(\"invidious.projectsegfau.lt\"),\n domain(\"invidious.protokolla.fi\"),\n domain(\"invidious.slipfox.xyz\"),\n domain(\"iv.datura.network\"),\n domain(\"iv.ggtyler.dev\"),\n domain(\"iv.melmac.space\"),\n domain(\"iv.nboeck.de\"),\n domain(\"iv.winston.sh\"),\n domain(\"onion.tube\"),\n domain(\"vid.priv.au\"),\n domain(\"vid.puffyan.us\"),\n domain(\"yewtu.be\"),\n domain(\"yt.artemislena.eu\"),\n domain(\"yt.cdaut.de\"),\n domain(\"yt.drgnz.club\"),\n domain(\"yt.oelrichsgarcia.de\") {\n @media (prefers-color-scheme: light) {\n .no-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n .no-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n .light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n .dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n #lightenOrDarken(@color, @value) {\n @result: if(\n @lookup = latte,\n darken(@color, @value),\n lighten(@color, @value)\n );\n }\n\n @link-color: @accent-color;\n @link-hover: #lightenOrDarken(@accent-color, 5%) [ @result];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n background-color: @base !important;\n color: @text !important;\n\n &::-webkit-scrollbar {\n width: 0.25rem;\n background: transparent;\n }\n\n &::-webkit-scrollbar-thumb {\n border-radius: 9999px;\n background: @accent-color;\n }\n\n a,\n /* menu under the search bar */\n .pure-menu-heading {\n color: @link-color;\n &:hover,\n &:focus,\n &:active {\n color: @link-hover !important;\n }\n }\n\n hr,\n /* legend borders are visible as dividers in Settings */\n legend {\n border-color: mix(@accent-color, @surface0, 50%);\n border-style: solid;\n }\n\n legend {\n color: @accent-color !important;\n }\n\n .pure-button-primary {\n background-color: @surface1 !important;\n color: @text !important;\n border-color: @crust !important;\n &:hover,\n &:focus {\n background-color: @surface2 !important;\n color: @text !important;\n border-color: @crust !important;\n }\n }\n .pure-button-secondary {\n background-color: @accent-color !important;\n color: @crust !important;\n border-color: @crust !important;\n &:hover,\n &:focus {\n background-color: #lightenOrDarken(@accent-color, 2%) [ @result] !important;\n color: @crust !important;\n border-color: @crust !important;\n }\n }\n\n #subscribe {\n background-color: @link-color !important;\n color: @crust !important;\n :hover,\n :focus {\n background-color: @link-hover !important;\n color: @crust !important;\n }\n }\n\n #filters-box {\n background-color: @surface0 !important;\n }\n\n .underlined {\n border-color: @overlay1;\n }\n\n .video-js .vjs-control-bar,\n .vjs-menu-button-popup .vjs-menu .vjs-menu-content {\n background-color: @crust !important;\n color: @text !important;\n }\n\n .video-js .vjs-slider:hover,\n .video-js button:hover {\n color: @accent-color !important;\n }\n\n .video-js .vjs-slider {\n background-color: @surface2 !important;\n }\n\n .video-js .vjs-load-progress,\n .video-js .vjs-load-progress div {\n background-color: @surface2 !important;\n }\n\n .video-js.player-style-invidious .vjs-play-progress {\n background-color: @accent-color !important;\n }\n\n .vjs-menu li.vjs-menu-item:focus,\n .vjs-menu li.vjs-menu-item:hover {\n background-color: @surface0 !important;\n color: @text !important;\n }\n\n .vjs-menu li.vjs-selected,\n .vjs-menu li.vjs-selected:focus,\n .vjs-menu li.vjs-selected:hover {\n background-color: @blue !important;\n }\n\n .vjs-menu li.vjs-selected,\n .vjs-menu li.vjs-selected:focus,\n .vjs-menu li.vjs-selected:hover,\n .js-focus-visible .vjs-menu li.vjs-selected:hover {\n color: @crust !important;\n }\n\n .vjs-modal-dialog-content {\n backdrop-filter: blur(4px);\n }\n\n .vjs-share__title {\n color: @text !important;\n }\n .vjs-share__subtitle {\n color: @subtext0 !important;\n opacity: 100% !important;\n }\n .vjs-share__short-link {\n color: @text !important;\n background: @base !important;\n }\n .vjs-share__btn {\n background: @crust !important;\n svg path {\n fill: @text !important;\n }\n }\n\n #related-videos > .h-box > div:not(#autoplay-controls) {\n margin-bottom: 48px !important;\n }\n\n footer a,\n footer span {\n color: @subtext0 !important;\n }\n\n footer span a,\n footer span:has(i) {\n &:hover {\n color: @accent-color !important;\n }\n }\n\n .pure-form-message-inline {\n color: @subtext0;\n }\n\n select,\n input[type=\"text\"],\n input[type=\"number\"],\n input[type=\"input\"] {\n color: @text !important;\n background-color: @surface0 !important;\n border-color: @crust !important;\n box-shadow: none !important;\n &:active {\n color: @text !important;\n }\n }\n input[type=\"search\"] {\n color: @text !important;\n background-color: @base !important;\n border-bottom-color: @crust !important;\n box-shadow: none !important;\n }\n input[type=\"checkbox\"] {\n background-color: @surface2;\n border-color: @crust;\n height: 1rem;\n width: 1rem;\n -webkit-appearance: none;\n appearance: none;\n cursor: pointer;\n &:checked {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n\n /* video player background */\n #player-container > .video-js > video,\n /* placeholder for loading thumbnails */\n .vjs-poster {\n & when (@styleVideoPlayer = 1) {\n background-color: @mantle !important;\n }\n }\n\n /* watch progress on videos */\n div.watched-indicator {\n background-color: @red;\n }\n\n /* Channel owner comments */\n a.channel-owner {\n color: @crust;\n background-color: @accent-color;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; }\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; }\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; }\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; }\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Invidious Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/invidious", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/invidious", - "version": "0.4.0", + "version": "0.4.1", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvidious", "description": "Soothing pastel theme for Invidious", "author": "Catppuccin", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.css", "license": "MIT", "preprocessor": "less", "vars": { @@ -6349,7 +6650,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "blue", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -6441,11 +6742,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Invidious", "name": "Invidious Catppuccin", - "originalDigest": "d6d8bdd8bfbcc3be83d385d1e120aff026e27b0c", + "originalDigest": "1c4633c4ddcbd95f43f9189adbe8cb0621759832", "_id": "009f1ea2-c381-4a78-861a-5ba574aa3b38", - "_rev": 1700768761416, + "_rev": 1712856189959, "id": 74, - "etag": "W/\"b15c4f9b5ebf54c453b0c032de1c78cc7f18d71193c0c73e1697609b0da3e533\"" + "etag": "W/\"3fee0263415051ac2e3b48a0bfc10b2e075f877b6d02e8178f7edcad88dc005f\"", + "updateDate": 1712856189539 }, { "enabled": true, @@ -6637,29 +6939,30 @@ "installDate": 1701260503380, "sections": [ { - "code": "/* ==UserStyle==\n@name Startpage Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/startpage\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/startpage\n@version 0.2.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.css\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Startpage Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/startpage\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/startpage\n@version 0.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astartpage\n@description Soothing pastel theme for Startpage\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n :root {\n /* fonts */\n }\n :root,\n :root body {\n --sx-accent: #b7bdf8;\n --sx-background: #24273a;\n --sx-border: #363a4f;\n --sx-tabLinkHover: #8bd5ca;\n --sx-foreground: #cad3f5;\n --sx-foregroundAlt: #b8c0e0;\n --sx-foregroundEmphasis: #f5f7fd;\n --sx-popupBackground: #363a4f;\n --sx-popupForeground: #cad3f5;\n --sx-popupForegroundEm: #cad3f5;\n --sx-popupUrl: #8aadf4;\n --sx-buttonHighlight: #b7bdf8;\n --sx-loadingBars: #1e2030;\n --sx-darkIcons: #181926;\n --sx-arrowButtonBackground: #cad3f5;\n --sx-arrowButtonForeground: #cad3f5;\n }\n :root .css-nguon6 button {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .css-fg9wif,\n :root .header,\n :root .wp-qi-sb__result,\n :root .linkHover,\n :root .footer__container {\n background: #1e2030 !important;\n }\n :root body {\n color: #cad3f5;\n }\n :root body,\n :root .layout-web,\n :root .layout-web__body,\n :root .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air) .sx-kp-infobox-wrap .sx-infobox tr:not(.sx-heading-row) > *,\n :root .w-gl {\n background: #24273a !important;\n }\n :root .wp-qi-sb__result {\n border-color: #1e2030 !important;\n }\n :root .wp-qi-sb__top-square-img {\n border-bottom-color: #1e2030 !important;\n }\n :root .w-gl__result-title,\n :root .inline-nav-menu__link,\n :root .wp-qi-sb__title {\n color: #cad3f5 !important;\n }\n :root .w-gl__result,\n :root .search-filter-time__dropdown,\n :root .search-filter-region__dropdown,\n :root .search-filter-family__field-label,\n :root .wp-qi-sb__extract {\n color: #b8c0e0 !important;\n }\n :root .w-gl__result-url {\n color: #b7bdf8 !important;\n }\n :root .wp-qi-sb__expand-text,\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link:hover {\n color: #a6da95 !important;\n }\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link__post-link:hover {\n border-bottom-color: #a6da95 !important;\n }\n :root .pagination .num--active {\n background: #f0c6c6 !important;\n border-color: #f0c6c6 !important;\n }\n :root .pagination__num:hover,\n :root .pagination__next-prev-button:hover {\n background: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root header {\n background-color: #1e2030 !important;\n }\n :root .w-gl__result-title:visited {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n /* fonts */\n }\n :root,\n :root body {\n --sx-accent: #b7bdf8;\n --sx-background: #24273a;\n --sx-border: #363a4f;\n --sx-tabLinkHover: #8bd5ca;\n --sx-foreground: #cad3f5;\n --sx-foregroundAlt: #b8c0e0;\n --sx-foregroundEmphasis: #f5f7fd;\n --sx-popupBackground: #363a4f;\n --sx-popupForeground: #cad3f5;\n --sx-popupForegroundEm: #cad3f5;\n --sx-popupUrl: #8aadf4;\n --sx-buttonHighlight: #b7bdf8;\n --sx-loadingBars: #1e2030;\n --sx-darkIcons: #181926;\n --sx-arrowButtonBackground: #cad3f5;\n --sx-arrowButtonForeground: #cad3f5;\n }\n :root .css-nguon6 button {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .css-fg9wif,\n :root .header,\n :root .wp-qi-sb__result,\n :root .linkHover,\n :root .footer__container {\n background: #1e2030 !important;\n }\n :root body {\n color: #cad3f5;\n }\n :root body,\n :root .layout-web,\n :root .layout-web__body,\n :root .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air) .sx-kp-infobox-wrap .sx-infobox tr:not(.sx-heading-row) > *,\n :root .w-gl {\n background: #24273a !important;\n }\n :root .wp-qi-sb__result {\n border-color: #1e2030 !important;\n }\n :root .wp-qi-sb__top-square-img {\n border-bottom-color: #1e2030 !important;\n }\n :root .w-gl__result-title,\n :root .inline-nav-menu__link,\n :root .wp-qi-sb__title {\n color: #cad3f5 !important;\n }\n :root .w-gl__result,\n :root .search-filter-time__dropdown,\n :root .search-filter-region__dropdown,\n :root .search-filter-family__field-label,\n :root .wp-qi-sb__extract {\n color: #b8c0e0 !important;\n }\n :root .w-gl__result-url {\n color: #b7bdf8 !important;\n }\n :root .wp-qi-sb__expand-text,\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link:hover {\n color: #a6da95 !important;\n }\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link__post-link:hover {\n border-bottom-color: #a6da95 !important;\n }\n :root .pagination .num--active {\n background: #f0c6c6 !important;\n border-color: #f0c6c6 !important;\n }\n :root .pagination__num:hover,\n :root .pagination__next-prev-button:hover {\n background: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root header {\n background-color: #1e2030 !important;\n }\n :root .w-gl__result-title:visited {\n color: #b7bdf8 !important;\n }\n }", - "start": 954, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n /* fonts */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root,\n :root body {\n --sx-accent: #b7bdf8;\n --sx-background: #24273a;\n --sx-border: #363a4f;\n --sx-tabLinkHover: #8bd5ca;\n --sx-foreground: #cad3f5;\n --sx-foregroundAlt: #b8c0e0;\n --sx-foregroundEmphasis: #f5f7fd;\n --sx-popupBackground: #363a4f;\n --sx-popupForeground: #cad3f5;\n --sx-popupForegroundEm: #cad3f5;\n --sx-popupUrl: #8aadf4;\n --sx-buttonHighlight: #b7bdf8;\n --sx-loadingBars: #1e2030;\n --sx-darkIcons: #181926;\n --sx-arrowButtonBackground: #cad3f5;\n --sx-arrowButtonForeground: #cad3f5;\n }\n :root .css-nguon6 button {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .css-fg9wif,\n :root .header,\n :root .wp-qi-sb__result,\n :root .linkHover,\n :root .footer__container {\n background: #1e2030 !important;\n }\n :root body {\n color: #cad3f5;\n }\n :root body,\n :root .layout-web,\n :root .layout-web__body,\n :root .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air) .sx-kp-infobox-wrap .sx-infobox tr:not(.sx-heading-row) > *,\n :root .w-gl {\n background: #24273a !important;\n }\n :root .wp-qi-sb__result {\n border-color: #1e2030 !important;\n }\n :root .wp-qi-sb__top-square-img {\n border-bottom-color: #1e2030 !important;\n }\n :root .w-gl__result-title,\n :root .inline-nav-menu__link,\n :root .wp-qi-sb__title {\n color: #cad3f5 !important;\n }\n :root .w-gl__result,\n :root .search-filter-time__dropdown,\n :root .search-filter-region__dropdown,\n :root .search-filter-family__field-label,\n :root .wp-qi-sb__extract {\n color: #b8c0e0 !important;\n }\n :root .w-gl__result-url {\n color: #b7bdf8 !important;\n }\n :root .wp-qi-sb__expand-text,\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link:hover {\n color: #a6da95 !important;\n }\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link__post-link:hover {\n border-bottom-color: #a6da95 !important;\n }\n :root .pagination .num--active {\n background: #f0c6c6 !important;\n border-color: #f0c6c6 !important;\n }\n :root .pagination__num:hover,\n :root .pagination__next-prev-button:hover {\n background: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root header {\n background-color: #1e2030 !important;\n }\n :root .w-gl__result-title:visited {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n /* fonts */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root,\n :root body {\n --sx-accent: #b7bdf8;\n --sx-background: #24273a;\n --sx-border: #363a4f;\n --sx-tabLinkHover: #8bd5ca;\n --sx-foreground: #cad3f5;\n --sx-foregroundAlt: #b8c0e0;\n --sx-foregroundEmphasis: #f5f7fd;\n --sx-popupBackground: #363a4f;\n --sx-popupForeground: #cad3f5;\n --sx-popupForegroundEm: #cad3f5;\n --sx-popupUrl: #8aadf4;\n --sx-buttonHighlight: #b7bdf8;\n --sx-loadingBars: #1e2030;\n --sx-darkIcons: #181926;\n --sx-arrowButtonBackground: #cad3f5;\n --sx-arrowButtonForeground: #cad3f5;\n }\n :root .css-nguon6 button {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .css-fg9wif,\n :root .header,\n :root .wp-qi-sb__result,\n :root .linkHover,\n :root .footer__container {\n background: #1e2030 !important;\n }\n :root body {\n color: #cad3f5;\n }\n :root body,\n :root .layout-web,\n :root .layout-web__body,\n :root .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air) .sx-kp-infobox-wrap .sx-infobox tr:not(.sx-heading-row) > *,\n :root .w-gl {\n background: #24273a !important;\n }\n :root .wp-qi-sb__result {\n border-color: #1e2030 !important;\n }\n :root .wp-qi-sb__top-square-img {\n border-bottom-color: #1e2030 !important;\n }\n :root .w-gl__result-title,\n :root .inline-nav-menu__link,\n :root .wp-qi-sb__title {\n color: #cad3f5 !important;\n }\n :root .w-gl__result,\n :root .search-filter-time__dropdown,\n :root .search-filter-region__dropdown,\n :root .search-filter-family__field-label,\n :root .wp-qi-sb__extract {\n color: #b8c0e0 !important;\n }\n :root .w-gl__result-url {\n color: #b7bdf8 !important;\n }\n :root .wp-qi-sb__expand-text,\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link:hover {\n color: #a6da95 !important;\n }\n :root .inline-nav-menu__link__active,\n :root .inline-nav-menu__link__post-link:hover {\n border-bottom-color: #a6da95 !important;\n }\n :root .pagination .num--active {\n background: #f0c6c6 !important;\n border-color: #f0c6c6 !important;\n }\n :root .pagination__num:hover,\n :root .pagination__next-prev-button:hover {\n background: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root header {\n background-color: #1e2030 !important;\n }\n :root .w-gl__result-title:visited {\n color: #b7bdf8 !important;\n }\n }", + "start": 1057, "domains": [ "startpage.com" ] }, { "code": "/* prettier-ignore */", - "start": 6103 + "start": 6624 } ], - "sourceCode": "/* ==UserStyle==\n@name Startpage Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/startpage\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/startpage\n@version 0.2.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.css\n@description Soothing pastel theme for YouTube\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain(\"startpage.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent-color) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent: @catppuccin[@@lookup][@@accent-color];\n\n &,\n body {\n --sx-accent: @accent;\n --sx-background: @base;\n --sx-border: @surface0;\n --sx-tabLinkHover: @teal;\n --sx-foreground: @text;\n --sx-foregroundAlt: @subtext1;\n --sx-foregroundEmphasis: lighten(@text, 10%);\n --sx-popupBackground: @surface0;\n --sx-popupForeground: @text;\n --sx-popupForegroundEm: @text;\n --sx-popupUrl: @blue;\n --sx-buttonHighlight: @accent;\n --sx-loadingBars: @mantle;\n --sx-darkIcons: @crust;\n --sx-arrowButtonBackground: @text;\n --sx-arrowButtonForeground: @text;\n }\n\n .css-nguon6 button {\n color: @accent;\n border-color: @accent;\n }\n\n .css-fg9wif,\n .header,\n .wp-qi-sb__result,\n .linkHover,\n .footer__container {\n background: @mantle !important;\n }\n\n body {\n color: @text;\n }\n\n body,\n .layout-web,\n .layout-web__body,\n .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air)\n .sx-kp-infobox-wrap\n .sx-infobox\n tr:not(.sx-heading-row)\n > *,\n .w-gl {\n background: @base !important;\n }\n\n .wp-qi-sb__result {\n border-color: @mantle !important;\n }\n\n .wp-qi-sb__top-square-img {\n border-bottom-color: @mantle !important;\n }\n\n /* fonts */\n .w-gl__result-title,\n .inline-nav-menu__link,\n .wp-qi-sb__title {\n color: @text !important;\n }\n\n .w-gl__result,\n .search-filter-time__dropdown,\n .search-filter-region__dropdown,\n .search-filter-family__field-label,\n .wp-qi-sb__extract {\n color: @subtext1 !important;\n }\n\n .w-gl__result-url {\n color: @accent !important;\n }\n\n .wp-qi-sb__expand-text,\n .inline-nav-menu__link__active,\n .inline-nav-menu__link:hover {\n color: @green !important;\n }\n\n .inline-nav-menu__link__active,\n .inline-nav-menu__link__post-link:hover {\n border-bottom-color: @green !important;\n }\n\n .pagination .num--active {\n background: @flamingo !important;\n border-color: @flamingo !important;\n }\n\n .pagination__num:hover,\n .pagination__next-prev-button:hover {\n background: @blue !important;\n border-color: @blue !important;\n }\n\n header {\n background-color: @mantle !important;\n }\n\n .w-gl__result-title:visited {\n color: @lavender !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Startpage Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/startpage\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/startpage\n@version 0.2.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astartpage\n@description Soothing pastel theme for Startpage\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"startpage.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &,\n body {\n --sx-accent: @accent-color;\n --sx-background: @base;\n --sx-border: @surface0;\n --sx-tabLinkHover: @teal;\n --sx-foreground: @text;\n --sx-foregroundAlt: @subtext1;\n --sx-foregroundEmphasis: lighten(@text, 10%);\n --sx-popupBackground: @surface0;\n --sx-popupForeground: @text;\n --sx-popupForegroundEm: @text;\n --sx-popupUrl: @blue;\n --sx-buttonHighlight: @accent-color;\n --sx-loadingBars: @mantle;\n --sx-darkIcons: @crust;\n --sx-arrowButtonBackground: @text;\n --sx-arrowButtonForeground: @text;\n }\n\n .css-nguon6 button {\n color: @accent-color;\n border-color: @accent-color;\n }\n\n .css-fg9wif,\n .header,\n .wp-qi-sb__result,\n .linkHover,\n .footer__container {\n background: @mantle !important;\n }\n\n body {\n color: @text;\n }\n\n body,\n .layout-web,\n .layout-web__body,\n .ex-qi-kp:not(.ex-qi-kp--light, .ex-qi-kp--night, .ex-qi-kp--air)\n .sx-kp-infobox-wrap\n .sx-infobox\n tr:not(.sx-heading-row)\n > *,\n .w-gl {\n background: @base !important;\n }\n\n .wp-qi-sb__result {\n border-color: @mantle !important;\n }\n\n .wp-qi-sb__top-square-img {\n border-bottom-color: @mantle !important;\n }\n\n /* fonts */\n .w-gl__result-title,\n .inline-nav-menu__link,\n .wp-qi-sb__title {\n color: @text !important;\n }\n\n .w-gl__result,\n .search-filter-time__dropdown,\n .search-filter-region__dropdown,\n .search-filter-family__field-label,\n .wp-qi-sb__extract {\n color: @subtext1 !important;\n }\n\n .w-gl__result-url {\n color: @accent-color !important;\n }\n\n .wp-qi-sb__expand-text,\n .inline-nav-menu__link__active,\n .inline-nav-menu__link:hover {\n color: @green !important;\n }\n\n .inline-nav-menu__link__active,\n .inline-nav-menu__link__post-link:hover {\n border-bottom-color: @green !important;\n }\n\n .pagination .num--active {\n background: @flamingo !important;\n border-color: @flamingo !important;\n }\n\n .pagination__num:hover,\n .pagination__next-prev-button:hover {\n background: @blue !important;\n border-color: @blue !important;\n }\n\n header {\n background-color: @mantle !important;\n }\n\n .w-gl__result-title:visited {\n color: @lavender !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Startpage Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/startpage", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/startpage", - "version": "0.2.0", + "version": "0.2.1", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.css", - "description": "Soothing pastel theme for YouTube", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astartpage", + "description": "Soothing pastel theme for Startpage", "author": "Catppuccin", "license": "MIT", "preprocessor": "less", @@ -6678,7 +6981,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -6707,7 +7010,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -6727,7 +7030,7 @@ "label": "Accent", "name": "accentColor", "value": "lavender", - "default": "red", + "default": "sapphire", "options": [ { "name": "rosewater", @@ -6809,13 +7112,14 @@ } }, "author": "Catppuccin", - "description": "Soothing pastel theme for YouTube", + "description": "Soothing pastel theme for Startpage", "name": "Startpage Catppuccin", - "originalDigest": "02f1c2d282e2d1c6cb4b3b15805ad7749abb767f", + "originalDigest": "f5400ccdb58afe97ed094cca636dc6f748e4aac5", "_id": "43bf17bd-1f70-43ae-b922-315a74ca62e6", - "_rev": 1701260503381, + "_rev": 1712856189999, "id": 76, - "etag": "W/\"264114f43d33850e240e0b756fcc355ff7f474abf5b8e84136b4b1a6a9442460\"" + "etag": "W/\"5f9a65b82495e3841add38f00d62229c5c399e5e342f5ab7855c6da5787abe13\"", + "updateDate": 1712856189539 }, { "enabled": false, @@ -6824,34 +7128,27 @@ "installDate": 1701626585369, "sections": [ { - "code": "/* ==UserStyle==\n@name Google Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/google\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google\n@version 0.2.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle\n@description Soothing pastel theme for Google\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Google Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/google\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google\n@version 0.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle\n@description Soothing pastel theme for Google\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n body {\n background: #eff1f5 !important;\n --uv-styles-color-surface: #dce0e8;\n --uv-styles-color-tertiary: #ccd0da;\n --uv-styles-color-secondary: rgba(30, 102, 245, 0.25);\n --uv-styles-color-text-primary: #1e66f5;\n --uv-styles-color-icon-default: #4c4f69;\n --uv-styles-color-text-emphasis: #4c4f69;\n --uv-styles-color-icon-on-secondary: #6c6f85;\n --uv-styles-color-on-tertiary: #4c4f69;\n --uv-styles-color-icon-on-tertiary: #4c4f69;\n --xhUGwc: #eff1f5;\n --bbQxAb: #4c4f69;\n --IXoxUe: #6c6f85;\n --COEmY: #4c4f69;\n --YLNNHc: #4c4f69;\n --gS5jXb: #ccd0da;\n --EpFNW: #e6e9ef;\n --tefdc5886c2f04483: #4c4f69;\n --te8f1ea4d4928be48: #4c4f69 !important;\n --ta884a309a24f44f4: #6c6f85 !important;\n --tdee01b39543f1cac: #eff1f5 !important;\n --tcc8c9ef487836e2b: #ccd0da !important;\n --ta83cba65577ef850: #1e66f5 !important;\n --t7d1a3050c2c1c0a5: #4c4f69 !important;\n --t6a0469853a1a02c1: #4c4f69 !important;\n --t5feec22832a0fdd6: #ccd0da !important;\n --t342c96645d13ae13: #209fb5 !important;\n --t6c7325fca9d536d4: #4c4f69 !important;\n --tf7148cf5018d5074: #4c4f69 !important;\n --t9ab8d922307d428d: #4c4f69;\n --t62e84c71989f1975: #d20f39 !important;\n --tc9db399ed82142e1: #40a02b !important;\n --uv-styles-color-text-default: #6c6f85 !important;\n --uv-styles-color-review-stars: #df8e1d !important;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #6c6f85;\n }\n body .z4R3Z.yb2zA {\n color: #1e66f5 !important;\n }\n body .z4R3Z {\n color: #4c4f69 !important;\n }\n body .PNCib.fT6ABc::after {\n background-color: #bcc0cc !important;\n border-color: #1e66f5 !important;\n }\n body .Usd1Ac {\n background-color: #ccd0da !important;\n border-color: #acb0be !important;\n }\n body .P77izf {\n background-color: #eff1f5 !important;\n color: #4c4f69 !important;\n }\n body .VfPpkd-StrnGf-rymPhb-f7MjDc,\n body .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #209fb5 !important;\n }\n body .EL3pcf {\n color: #209fb5 !important;\n }\n body .bVfPpkd-StrnGf-rymPhb,\n body .DMZ54e {\n color: #4c4f69 !important;\n }\n body .VfPpkd-pafCAf,\n body .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #e6e9ef !important;\n }\n body .VfPpkd-l6JLsf::after {\n background-color: #1e66f5 !important;\n }\n body .VfPpkd-l6JLsf::before {\n background-color: #acb0be !important;\n }\n body .VfPpkd-uMhiad::after {\n background: #9ca0b0;\n }\n body .dmaMHc {\n background-color: #ccd0da !important;\n }\n body .AJxgH {\n background-color: #e6e9ef !important;\n }\n body .VfPpkd-cTi5dd {\n color: #209fb5 !important;\n }\n body .z7T1i,\n body .nEklgc {\n background-color: #ccd0da;\n }\n body .rbYSKb {\n color: #6c6f85;\n }\n body .FuOudf {\n color: #6c6f85;\n }\n body .zRQJhd {\n background-color: #eff1f5 !important;\n }\n body .XH1CIc {\n color: #6c6f85;\n }\n body .pno7A.hU1rMc .Tqvz7b,\n body .pno7A.rfUaPd .SwDSDf {\n color: #5c5f77;\n }\n body .tR3EBc {\n background-color: #e6e9ef;\n }\n body .AOvabd,\n body .dxp44d {\n background: #ccd0da !important;\n color: #4c4f69 !important;\n border-color: #ccd0da !important;\n }\n body .zbvg1c {\n color: #4c4f69;\n }\n body .UUhRt {\n background-color: #1e66f5;\n color: #e6e9ef;\n border-color: #1e66f5;\n }\n body .qv3Wpe {\n color: #4c4f69;\n }\n body .TIGsTb {\n border-color: #ccd0da;\n }\n body .TIGsTb:hover {\n background-color: #ccd0da;\n border-color: #ccd0da;\n }\n body .MEdqYd,\n body .feqqG {\n background: #acb0be;\n color: #4c4f69;\n border-color: #acb0be;\n }\n body .H73aad,\n body .H73aadhover {\n background-color: #e6e9ef !important;\n border-color: #ccd0da !important;\n }\n body .AQtWSd,\n body .ulmfef,\n body .xCBykf,\n body .m2E3md {\n color: #1e66f5;\n }\n body .joHe2d {\n background-color: #eff1f5 !important;\n box-shadow: 0 1px 0 #eff1f5 !important;\n }\n body .xt8Uw,\n body .ipwqjc,\n body .Bk8Hxd:link,\n body .ucRBdc,\n body .PDzHbe,\n body .pt3Hdf,\n body .Cv2Brc,\n body .IFGUre,\n body .review-dialog {\n color: #4c4f69;\n }\n body .GK1a5e {\n background-color: #4c4f69;\n }\n body .RC9d6e {\n border-top-color: #4c4f69;\n }\n body .IFmkIb.IFmkIb {\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n body .ab_button {\n background-image: linear-gradient(to top, #ccd0da, #eff1f5);\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .PGbOqf {\n background-color: #209fb5;\n }\n body .yAbdSd {\n color: #d20f39;\n }\n body .ycghLd {\n background-color: #d20f39;\n border-color: #d20f39;\n }\n body .IRH78d,\n body .CFjcj,\n body .HkuhB {\n color: #6c6f85;\n }\n body .l2gNXd {\n background-color: #df8e1d;\n }\n body .uVGhGc,\n body .hIqKNb {\n background-color: #ccd0da;\n }\n body .tcuWYc {\n background-image: linear-gradient(#9ca0b0 1px, rgba(255, 255, 255, 0) 0);\n }\n body .qk7LXc.Fb1AKc,\n body .fAt9Jd,\n body .SME0md,\n body .ipwqjc {\n background-color: #eff1f5 !important;\n }\n body .ttBXeb {\n color: #6c6f85;\n }\n body .sQ6RSc {\n fill: #4c4f69;\n }\n body .gb_Ka.gb_f,\n body .gb_Na.gb_f,\n body #gb {\n background-color: #eff1f5 !important;\n }\n body .gb_Ka.gb_f svg,\n body .gb_Na.gb_f svg,\n body #gb svg,\n body .gb_Ka.gb_f .gb_Rc svg,\n body .gb_Na.gb_f .gb_Rc svg,\n body #gb .gb_Rc svg,\n body .gb_Ka.gb_f .gb_dd .gb_ld,\n body .gb_Na.gb_f .gb_dd .gb_ld,\n body #gb .gb_dd .gb_ld,\n body .gb_Ka.gb_f .gb_3c .gb_ld,\n body .gb_Na.gb_f .gb_3c .gb_ld,\n body #gb .gb_3c .gb_ld {\n color: #4c4f69;\n }\n body .gb_Nc a.gb_F,\n body .gb_Nc span.gb_F {\n color: #4c4f69;\n }\n body .uU7dJb {\n border-bottom-color: #ccd0da;\n background-color: #e6e9ef;\n color: #5c5f77;\n }\n body .gb_Nc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .KxwPGc {\n background-color: #e6e9ef;\n }\n body .HJSKzf {\n color: #4c4f69;\n }\n body .gbqfba,\n body .lJ9FBc input[type=\"submit\"] {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .gbqfba:hover,\n body .lJ9FBc input[type=\"submit\"]:hover {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n body .UxeQfc,\n body .s7d4ef,\n body .yXu61c,\n body .X6JNf,\n body .BERAof,\n body .oxbMzd,\n body .A5s9h,\n body .V9Wb7c,\n body .GVUPk,\n body .GyAeWb,\n body .A0hi5,\n body .Tme6jf {\n background-color: #eff1f5 !important;\n }\n body .d3o3Ad,\n body .sZKvbe {\n fill: #40a02b !important;\n }\n body .Fzsovc,\n body .cwYVJe,\n body .RJPOee,\n body .vM0jzc,\n body .clOx1e,\n body .vDF3Oc.vDF3Oc .R8BTeb,\n body .vDF3Oc.vDF3Oc .ouxCkc,\n body .Yt787,\n body .mulB1,\n body .xUc8Ie,\n body .sfgTZc,\n body .I6Kpxd,\n body .cQEt3 {\n color: #4c4f69 !important;\n }\n body .yQLaje,\n body .tVoQIb,\n body .f9nOyf,\n body .kHtcsd,\n body .DopHqc,\n body .p7bv,\n body .ar9V1,\n body .DfMusf,\n body .y6CIle,\n body .JukT7c,\n body .xUc8Ie.BXdrne,\n body .sEqX7e,\n body .ZFiwCf {\n background-color: #ccd0da !important;\n }\n body .xUc8Ie.BXdrne,\n body .YUg0se,\n body .WGbsof {\n border-color: #acb0be !important;\n }\n body .NOo3C {\n color: #5c5f77;\n }\n body .WGbsof[selected] {\n background-color: #1e66f5;\n border-color: #1e66f5 !important;\n }\n body .pHiOh,\n body a.pHiOh {\n color: #5c5f77 !important;\n }\n body a {\n color: #1e66f5;\n }\n body .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .RNNXgb:hover,\n body .sbfc .RNNXgb {\n background: #ccd0da !important;\n border-color: #ccd0da;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .minidiv .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #dce0e8;\n }\n body .HSryR .KsRP6 {\n border-color: #acb0be;\n }\n body .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #dce0e8;\n background: #ccd0da;\n border-color: #ccd0da;\n }\n body .aajZCb {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n body .xtSCL {\n border-top-color: #acb0be;\n }\n body .sbct:hover {\n background-color: #bcc0cc;\n }\n body .WggQGd {\n color: #8839ef !important;\n }\n body .JCHpcb {\n color: #6c6f85;\n }\n body .JCHpcb:hover {\n color: #1e66f5;\n }\n body .wM6W7d,\n body .ABAbCc {\n color: #4c4f69;\n }\n body .uDetx {\n fill: #4c4f69;\n }\n body .ExCKkf,\n body .BjWz4c {\n color: #6c6f85;\n }\n body .ACRAdd {\n border-left-color: #9ca0b0;\n }\n body .Pvpvv {\n background-color: #dce0e8;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .w9dUj {\n color: #4c4f69 !important;\n }\n body .Pvpvv .zE5Aq,\n body .adnFRd,\n body .XfJHbe {\n color: #1e66f5;\n }\n body .CS4h3e {\n background-color: #6c6f85;\n }\n body .Pvpvv .xyGai {\n color: #4c4f69;\n }\n body #SIvCob {\n color: #4c4f69;\n }\n body .gb_Jc a.gb_B,\n body .gb_Jc span.gb_B {\n color: #4c4f69;\n }\n body .gb_Jc svg,\n body .gb_Oc.gb_Sc svg,\n body .gb_Jc .gb_ad .gb_id,\n body .gb_Jc .gb_ad .gb_Ic,\n body .gb_Jc .gb_ad .gb_cd,\n body .gb_Oc.gb_Sc .gb_id {\n color: #4c4f69;\n }\n body .gb_Ka svg,\n body .gb_Oc svg,\n body .gb_ad .gb_id,\n body .gb_0c .gb_id {\n color: #4c4f69;\n }\n body .gLFyf {\n color: #4c4f69;\n }\n body .QCzoEc {\n color: #7c7f93;\n }\n body .szppmdbYutt__middle-slot-promo {\n color: #4c4f69;\n }\n body .gb_Jc .gb_Ud button:hover svg,\n body .gb_Jc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_Jc .gb_Ud.gb_qe button:hover svg,\n body .gb_Ud button:hover svg,\n body .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_We {\n background: #e6e9ef;\n color: #4c4f69;\n }\n body a.gb_B,\n body span.gb_B {\n color: #4c4f69;\n }\n body .gb_zc div:first-child {\n color: #4c4f69;\n }\n body .gb_zc > * {\n color: #6c6f85;\n }\n body .ClJ9Yb {\n color: #6c6f85;\n }\n body .sfbg {\n background-color: #eff1f5;\n }\n body .jfN4p,\n body .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18zm-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44z%22/%3E%3Cpath%20fill%3D%22%23df8e1d%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18zm-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44z%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36z%22/%3E%3Cpath%20fill%3D%22%2340a02b%22%20d%3D%22M225%203v65h-9.5V3h9.5z%22/%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14zm-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93z%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91.36%2015.93%2016.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03%200%2013.86%2010.84%2025.03%2024.7%2025.03%208.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65l-22.49.01z%22/%3E%3C/svg%3E\");\n }\n body .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234c4f69%22%20d%3D%22M20.49%2019l-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49%2020.49%2019zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5z%22/%3E%3C/svg%3E\");\n }\n body .zgAlFc {\n color: #1e66f5;\n }\n body .fLciMb {\n color: #4c4f69;\n }\n body .d2IKib {\n color: #d20f39;\n }\n body .fLciMb:hover {\n background-color: #ccd0da;\n }\n body .kno-ftr.rpBMYb {\n color: #6c6f85;\n }\n body .aTI8gc {\n color: #4c4f69;\n }\n body .wwUB2c {\n color: #6c6f85;\n }\n body .z1asCe {\n color: #4c4f69 !important;\n fill: #4c4f69 !important;\n }\n body .rsGxI.Ww4FFb,\n body .Ww4FFb {\n background-color: #eff1f5;\n }\n body .RES9jf {\n color: #4c4f69;\n }\n body .CSkcDe,\n body .related-question-pair div.iDjcJe {\n color: #4c4f69;\n }\n body .cUnQKe .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n body .cUnQKe .ILfuVd,\n body .cUnQKe .UiGGAb.ILfuVd {\n color: #5c5f77;\n }\n body .ZYHQ7e {\n color: #6c6f85;\n }\n body .VuuXrf {\n color: #4c4f69;\n }\n body .hb8SAc {\n color: #4c4f69;\n }\n body .TQc1id .I6TXqe {\n border-color: #acb0be;\n }\n body .I6TXqe {\n background: #eff1f5;\n }\n body .HsZQAe {\n border-bottom-color: #acb0be;\n }\n body .NtaMpb .niO4u,\n body .nZWEZc .ttwCMe {\n background-color: #eff1f5;\n }\n body .iRPzcb {\n border-bottom-color: #bcc0cc;\n }\n body .related-question-pair .d0fCJc {\n color: #4c4f69;\n }\n body cite,\n body cite a:link,\n body cite a:visited {\n color: #6c6f85;\n }\n body .WZ8Tjf,\n body .EZAeBe,\n body .F0gfrd {\n color: #6c6f85;\n }\n body .yDYNvb.lyLwlc {\n color: #4c4f69;\n }\n body .H9lube {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n body .Bi9oQd {\n background-color: #bcc0cc;\n }\n body .akqY6 {\n background: #bcc0cc;\n }\n body .KFFQ0c .YfftMc,\n body .KFFQ0c .YfftMc span,\n body .KFFQ0c .YfftMc div,\n body .KFFQ0c .YfftMc a,\n body g-menu.DWsAYc g-menu-item a.K1yPdf,\n body .f3LoEf,\n body .TXBhSe:hover,\n body .TXBhSe:not(:hover),\n body .r025kc.lVm3ye,\n body .Bo9xMe,\n body .oyj2db {\n color: #6c6f85;\n }\n body .dyjrff,\n body .LEwnzc {\n color: #5c5f77;\n }\n body .ZFiwCf {\n background-color: #ccd0da;\n }\n body .ZFiwCf:hover {\n background-color: #bcc0cc;\n }\n body .LGwnxb,\n body .WGwSK {\n color: #4c4f69;\n }\n body .EsIlz {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .O7G3Gd {\n color: #4c4f69;\n }\n body .O7G3Gd:hover {\n color: #1e66f5;\n }\n body .appbar {\n background: #eff1f5;\n border-top-color: #bcc0cc;\n }\n body .bSeRjc:hover .fKmH1e {\n color: #5c5f77;\n background-color: #ccd0da;\n }\n body .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n body div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n body .LHJvCe,\n body .vqseUe,\n body .dMCttd {\n color: #6c6f85;\n }\n body .dG2XIf .xpdbox .yc7KLc {\n background-color: #eff1f5;\n }\n body .URgIvb {\n border-color: #1e66f5;\n background-color: #1e66f5;\n }\n body .pdpvld {\n color: #40a02b;\n }\n body .YrbPuc {\n color: #5c5f77;\n }\n body .y6CIle {\n background-color: #ccd0da;\n }\n body .Yt787,\n body .vDF3Oc.vDF3Oc .R8BTeb {\n color: #4c4f69;\n }\n body .IDFSOe {\n background-color: #acb0be;\n }\n body .ffmmcd,\n body .u7yw9 .WeviRb {\n border-color: #bcc0cc;\n }\n body .wdQNof {\n border-color: #bcc0cc;\n background-color: #eff1f5;\n }\n body .eadHV.Ses7yd {\n color: #4c4f69 !important;\n }\n body .f,\n body .j04ED,\n body .j04ED a,\n body .j04ED a:link,\n body .XaIwc {\n color: #6c6f85 !important;\n }\n body #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n body g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #dce0e8 !important;\n }\n body .kLhEKe {\n background-color: #eff1f5;\n }\n body .S8ee5.CwbYXd {\n color: #4c4f69;\n }\n body .S8ee5 {\n background: #ccd0da;\n }\n body .S8ee5:hover {\n background: #bcc0cc;\n }\n body .rhHIGd {\n background-color: #acb0be;\n }\n body .sY7ric {\n color: #4c4f69;\n }\n body .I6a0ee {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #4c4f69;\n }\n body .I6a0ee:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n body .I6a0ee:focus {\n background-color: #dce0e8;\n border-color: #acb0be;\n }\n body .pxhZNb {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n body .d2F2Td {\n color: #4c4f69;\n }\n body .c07z9 {\n color: #6c6f85;\n }\n body .c07z9 a,\n body .c07z9 a:active,\n body .c07z9 a:link {\n color: #4c4f69;\n text-decoration-color: #6c6f85;\n }\n body .wHYlTd {\n color: #6c6f85;\n }\n body .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #eff1f5;\n }\n body .fm06If .ILfuVd,\n body .c2xzTb .ILfuVd,\n body .Jb0Zif .c2xzTb .ILfuVd {\n color: #4c4f69;\n }\n body .fm06If .ILfuVd b,\n body .c2xzTb .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n body .GKS7s {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .GKS7s:hover {\n background-color: #bcc0cc !important;\n border-color: #acb0be;\n }\n body .yXK7lf em {\n color: #4c4f69;\n }\n body .Lb0dA:hover {\n background-color: #ccd0da;\n }\n body .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #1e66f5;\n }\n body .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .BaegVc:hover {\n background-color: #ccd0da;\n }\n body .hdtb-tl-sel .BaegVc {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .BaegVc:focus {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .TZqsAd {\n background: #9ca0b0;\n }\n body .FalWJb {\n background: #eff1f5;\n }\n body .YeThId {\n border-top-color: #bcc0cc;\n }\n body .k8XOCe {\n background-color: #ccd0da;\n }\n body .s75CSd {\n color: #4c4f69;\n }\n body .ZkkK1e,\n body .uAbMZd {\n background: #eff1f5;\n border-color: #bcc0cc;\n }\n body .ZkkK1e:hover,\n body .uAbMZd:hover {\n background: #ccd0da;\n }\n body .QjI2jc {\n color: #6c6f85;\n }\n body .lhLbod {\n color: #6c6f85;\n }\n body .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n body .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #1e66f5;\n }\n body .F75bid {\n color: #6c6f85;\n }\n body div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n body .MAMMm {\n background: #e6e9ef;\n box-shadow: 0 2px 6px #dce0e8 !important;\n }\n body [selected].nWtjMe {\n background: rgba(30, 102, 245, 0.25) !important;\n }\n body .uZNuIf:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n body [selected].nWtjMe .FMKtTb {\n color: #4c4f69;\n }\n body .nWtjMe .FMKtTb {\n color: #6c6f85;\n }\n body .GKS7s .FMKtTb,\n body .GKS7s .RWhoyd.mol54e {\n color: #4c4f69;\n }\n body .ePSouf .FMKtTb {\n color: #6c6f85;\n }\n body .NkCsjc:hover {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n body .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #4c4f69;\n }\n body a.hisnlb {\n background: rgba(124, 127, 147, 0.25);\n }\n body div[aria-expanded=\"true\"] .fFI3rb,\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #ccd0da !important;\n }\n body .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #1e66f5;\n }\n body .hdtb-mn-hd {\n color: #6c6f85;\n }\n body .hdtb-mn-hd:hover {\n color: #4c4f69;\n }\n body .fSnalc {\n stroke: #1e66f5;\n }\n body .oOg6Ne {\n stroke: #df8e1d;\n }\n body .ZqPjbb {\n stroke: #d20f39;\n }\n body .aPiskd {\n stroke: #40a02b;\n }\n body .s8GCU {\n background-color: #eff1f5;\n }\n body .Lj9fsd {\n background-color: #eff1f5;\n }\n body .jZWadf {\n background-color: #eff1f5;\n }\n body .rQEFy,\n body .rQEFy:hover {\n border-color: rgba(30, 102, 245, 0.25);\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .gbZSUe {\n color: #4c4f69;\n }\n body .gbZSUe:hover {\n background: #ccd0da;\n }\n body .XZ5MVe {\n color: #1e66f5;\n }\n body a:visited {\n color: #8839ef;\n }\n body .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #eff1f5 60%, #eff1f5);\n }\n body .SvoXfb > .x5f7Bc {\n fill: #6c6f85;\n }\n body .SvoXfb:hover > .x5f7Bc {\n fill: #4c4f69;\n }\n body .SvoXfb:hover {\n background-color: #ccd0da;\n }\n body .IsZvec,\n body .yxAsKe {\n color: #6c6f85;\n }\n body .zqrO0.k0Jjg .QuU3Wb,\n body .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #5c5f77;\n }\n body .uo4vr {\n color: #6c6f85;\n }\n body .minidiv .sfbg {\n background: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .aqCVJb {\n background-color: #1e66f5 !important;\n border-color: #1e66f5 !important;\n }\n body .T8VaVe {\n color: #1e66f5;\n }\n body #tw-source-text-container .tw-ta,\n body #tw-source-rmn-container .tw-ta {\n color: #4c4f69;\n }\n body #tw-target {\n background-color: #ccd0da;\n }\n body .tw-data-placeholder {\n color: #4c4f69;\n }\n body .j1iyq {\n border-color: #acb0be;\n }\n body .w8qArf .fl {\n color: #4c4f69 !important;\n }\n body .HSryR a.B1uW2d {\n border-bottom-color: #acb0be;\n }\n body .usJj9c .zz3gNc {\n color: #4c4f69;\n }\n body .Ss2Faf a {\n color: #4c4f69;\n }\n body .aCOpRe em,\n body .yXK7lf em {\n color: #4c4f69;\n }\n body .FR7ZSc .niO4u {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #1e66f5;\n }\n body .g {\n color: #4c4f69;\n }\n body .VSHxQ {\n color: #6c6f85;\n }\n body .cF4V5c {\n background-color: #dce0e8 !important;\n }\n body .cF4V5c g-menu-item a,\n body .cF4V5c g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n color: #4c4f69;\n }\n body .cF4V5c:hover g-menu-item:hover a,\n body .cF4V5c:hover g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n background-color: #ccd0da;\n }\n body .GZnQqe.LGiluc {\n border-top-color: #acb0be !important;\n }\n body .pkWBse {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n body .dG2XIf {\n background: #eff1f5;\n }\n body .Z0LcW {\n color: #4c4f69;\n }\n body .i29hTd .qLLird {\n color: #4c4f69;\n }\n body .i29hTd .kR7nSc {\n color: #4c4f69;\n }\n body .N6Sb2c {\n color: #6c6f85;\n }\n body .C9iYEe {\n color: #6c6f85;\n }\n body .KcXNxb {\n background: #eff1f5;\n }\n body .ss6qqb .PKDVJd {\n color: #6c6f85;\n }\n body a.oBa0Fe {\n color: #6c6f85;\n }\n body .o6juZc {\n background-color: #ccd0da;\n }\n body .o6juZc:hover {\n background-color: #ccd0da;\n box-shadow: 0 4px 12px #dce0e8;\n }\n body .W6pGoe {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n body .WdWr7c {\n border-top-color: #acb0be;\n }\n body .sU3bKf {\n color: #4c4f69;\n }\n body .O5OUld {\n color: #6c6f85;\n }\n body .zP7KFe {\n background: #bcc0cc;\n }\n body .O5OUld:hover {\n color: #1e66f5;\n }\n body .og3lId {\n color: #4c4f69;\n }\n body .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .r8xEL {\n color: #4c4f69;\n }\n body .ZZ7G7b {\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .NZmxZe {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .NZmxZe:not(.rQEFy):hover,\n body .cj2HCb.iuN0sf .w6PoOe:hover,\n body .CgGjZc:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .ssfWCe .ZXJQ7c,\n body .cj2HCb.iuN0sf .w6PoOe,\n body .G2XB8d,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #6c6f85;\n }\n body .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n body .G2XB8d .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #5c5f77;\n }\n body .KA8Jyb {\n fill: #6c6f85;\n }\n body .CgGjZc:hover .G2XB8d {\n color: #5c5f77;\n }\n body .o6OF0 {\n background-color: #bcc0cc;\n }\n body .o6OF0:hover {\n background-color: #acb0be;\n }\n body .o6OF0 .SHFPkb {\n color: #4c4f69;\n }\n body .o6OF0 .PnfqLc {\n color: #6c6f85;\n }\n body .zbRPDe,\n body .scU1d {\n color: #4c4f69;\n }\n body .UafVBb {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n body .mEQved {\n color: #6c6f85;\n }\n body .goxjub > path:nth-child(1) {\n fill: #1e66f5;\n }\n body .goxjub > path:nth-child(2) {\n fill: #40a02b;\n }\n body .goxjub > path:nth-child(3) {\n fill: #df8e1d;\n }\n body .goxjub > path:nth-child(4) {\n fill: #d20f39;\n }\n body [fill=\"#34a853\"] {\n fill: #40a02b;\n }\n body [fill=\"#4285f4\"] {\n fill: #1e66f5;\n }\n body [fill=\"#ea4335\"] {\n fill: #d20f39;\n }\n body [fill=\"#fbbc05\"] {\n fill: #df8e1d;\n }\n body .ssfWCe .ZXJQ7c:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n body .qcTKEe {\n background-color: #eff1f5;\n }\n body .ooPrBf {\n background: #eff1f5;\n }\n body .r9PaP {\n color: #6c6f85;\n }\n body .r9PaP:hover {\n color: #1e66f5;\n }\n body .H1KrKd {\n fill: #6c6f85;\n }\n body .cEPPT {\n border-bottom-color: #bcc0cc;\n }\n body .Ix6LGe {\n background: #eff1f5;\n box-shadow: 0 2px 10px 0 #dce0e8;\n }\n body .Hm7Qac:hover,\n body .EuKAde {\n background-color: #ccd0da;\n }\n body .igM9Le {\n color: #4c4f69;\n }\n body .irf0hb {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n body .gb_Mc .gb_Vd button:hover svg,\n body .gb_Mc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_Mc svg,\n body .gb_Rc.gb_Vc svg,\n body .gb_Mc .gb_dd .gb_ld,\n body .gb_Mc .gb_dd .gb_Lc,\n body .gb_Mc .gb_dd .gb_fd,\n body .gb_Rc.gb_Vc .gb_ld {\n color: #4c4f69;\n }\n body .cEW58 {\n background-color: #ccd0da;\n }\n body .dyAbMb {\n fill: #6c6f85;\n }\n body .zItAnd,\n body .zItAnd:link,\n body .zItAnd:visited,\n body .zItAnd:hover,\n body .zItAnd:active {\n color: #4c4f69;\n }\n body .zItAnd {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .zItAnd:not(.MgQdud):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .fKmH1e {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #6c6f85;\n }\n body .fKmH1e:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .nfSF8e,\n body .WRhYSc {\n color: #6c6f85;\n }\n body .nfSF8e:hover,\n body .WRhYSc:hover {\n background-color: #ccd0da;\n color: #6c6f85;\n }\n body .ssJ7i {\n color: #4c4f69;\n }\n body .iAIpCb {\n color: #6c6f85;\n }\n body .KMdzJ,\n body .ss6qqb .oBrLN,\n body .ylgVCe {\n color: #5c5f77;\n }\n body .PmPt7d {\n color: #6c6f85;\n }\n body .gb_Mc a.gb_E,\n body .gb_Mc span.gb_E {\n color: #4c4f69;\n }\n body a.gb_E,\n body span.gb_E {\n color: #4c4f69 !important;\n }\n body .RzdJxc {\n border-top-color: #acb0be;\n }\n body .rKnmn {\n border-top-color: #acb0be;\n }\n body .FzCfme {\n color: #6c6f85;\n }\n body .hMJ0yc {\n color: #6c6f85;\n }\n body .yg51vc {\n background-color: #eff1f5;\n }\n body .hdtb-mitem a {\n color: #6c6f85;\n }\n body .hdtb-mitem .GOE98c,\n body .hdtb-mitem a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad {\n color: #6c6f85;\n }\n body .t2vtad:not(.hdtb-tl-sel) {\n color: #6c6f85;\n }\n body .dG2XIf .xpdopen .mJ2Mod {\n border-color: #bcc0cc;\n }\n body .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n box-shadow: 0 1px 1px #dce0e8;\n }\n body .hdtb-mitem:hover .GOE98c:hover,\n body .hdtb-mitem:hover a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad:hover {\n color: #1e66f5;\n }\n body .w6PoOe {\n color: #6c6f85;\n }\n body .w6PoOe:hover {\n color: #4c4f69;\n }\n body .Lj9fsd.DU1Mzb {\n background-color: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #bcc0cc !important;\n }\n body .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #ccd0da;\n }\n body .FjVBEd {\n color: #40a02b;\n }\n body title-with-lhs-icon:hover .ekf0x h3 {\n color: #1e66f5;\n }\n body .GmE3X {\n color: #4c4f69;\n }\n body .iv236 {\n color: #4c4f69;\n }\n body .GLcBOb {\n border-bottom-color: #bcc0cc;\n }\n body .ss6qqb .Ui2TZ {\n color: #4c4f69;\n }\n body .wx62f {\n color: #6c6f85;\n }\n body #rhs .u7yw9 {\n border-left-color: #bcc0cc;\n }\n body .ss6qqb .Jk5Tjc {\n border-color: #acb0be;\n }\n body #rhs .u7yw9 .cLjAic {\n border-bottom-color: #bcc0cc;\n }\n body .JNkvid .HnYYW {\n color: #4c4f69;\n }\n body .aokhrd .TZahnb {\n border-left-color: #bcc0cc;\n }\n body .Cx1ZMc {\n color: #6c6f85;\n }\n body .CBPSbf {\n background-color: #eff1f5;\n }\n body .E74aCb {\n color: #4c4f69;\n }\n body .OE86Gc {\n background-color: #eff1f5;\n color: #4c4f69;\n fill: #4c4f69;\n }\n body .c72nic {\n color: #4c4f69;\n }\n body .GXMTjb {\n background-color: #eff1f5;\n border-color: #ccd0da;\n }\n body .A9y7kf {\n color: #6c6f85;\n }\n body .OE86Gc a {\n color: #1e66f5;\n }\n body .Es2Et {\n color: #6c6f85;\n }\n body .KwJT0.VqKh3b div div {\n background-color: #eff1f5;\n fill: #4c4f69;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .rx7XFb {\n background-color: #ccd0da;\n }\n body .VP31Vb {\n color: #4c4f69;\n }\n body .HXQjqf {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n body .SW5pqf {\n color: #1e66f5;\n }\n body .rQEFy:hover {\n color: #1e66f5;\n }\n body .hdtb-tl-sel {\n border-color: #acb0be;\n background: #ccd0da;\n color: #4c4f69;\n }\n body .hdtb-tl-sel:focus {\n border-color: #acb0be;\n background: #ccd0da;\n color: #1e66f5;\n }\n body .t2vtad:active,\n body .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #ccd0da !important;\n box-shadow: inset 0 1px 2px #dce0e8 !important;\n }\n body .gTl8xb {\n border-color: #6c6f85 transparent;\n }\n body .hdtb-mn-hd:hover .gTl8xb {\n border-color: #4c4f69 transparent;\n }\n body .h3L8Ub .yMAEcf {\n background: #ccd0da;\n border-color: #acb0be;\n }\n body .ynRric {\n color: #6c6f85;\n }\n body .cRV9hb .pcTkSc .wM6W7d {\n color: #4c4f69;\n }\n body .h3L8Ub .yMAEcf.sbhl {\n background-color: #bcc0cc;\n }\n body .sbhl {\n background: #bcc0cc;\n }\n body .CjiZvb,\n body .GZnQqe.EpPYLd:active {\n background-color: #ccd0da;\n }\n body .PyJv1b {\n color: #4c4f69;\n }\n body .REySof {\n color: #7c7f93 !important;\n }\n body .NQyKp {\n color: #ccd0da !important;\n background: #209fb5 !important;\n }\n body .b0Xfjd {\n color: #eff1f5 !important;\n }\n body .LiOdre {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .LiOdre:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n body .LiOdre:focus {\n border-color: #1e66f5;\n }\n body .mfsgsd {\n color: #4c4f69;\n }\n body .GCSyeb {\n background: #bcc0cc;\n }\n body .IVvPP .cLjAic.WY0eLb,\n body .Hwkikb.WY0eLb {\n border-left-color: #bcc0cc;\n }\n body .mQo3nc {\n background-color: #ccd0da;\n color: #6c6f85 !important;\n }\n body .cfBJGe {\n color: #4c4f69;\n }\n body .f6F9Be {\n background: #e6e9ef;\n }\n body .KwU3F {\n color: #1e66f5;\n }\n body .b0KoTc {\n color: #4c4f69;\n }\n body .dfB0uf {\n color: #4c4f69;\n }\n body .unknown_loc {\n background: #4c4f69;\n }\n body .GS5rRd {\n color: #1e66f5;\n }\n body .xSQxL {\n color: #1e66f5;\n }\n body .smiUbb {\n color: #4c4f69;\n }\n body .b2hzT {\n border-bottom-color: #ccd0da;\n }\n body #swml {\n border-left-color: #ccd0da;\n }\n body .KXbwLb {\n background-color: #acb0be;\n }\n body .WZH4jc .VknLRd .GNJvt {\n background: #ccd0da;\n }\n body .WZH4jc .VknLRd:hover .GNJvt {\n background: #bcc0cc;\n }\n body .GNJvt {\n color: #4c4f69;\n }\n body .fJOpI.H9lube {\n background-color: #1e66f5 !important;\n border-color: #1e66f5;\n }\n body .XNo5Ab.XNo5Ab {\n color: #eff1f5 !important;\n fill: #eff1f5 !important;\n }\n body .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #4c4f69 !important;\n }\n body .xEzgBc {\n color: #4c4f69 !important;\n }\n body .Ss2Faf.sq4Bpf {\n color: #4c4f69 !important;\n }\n body .ea0Lbe {\n background: #ccd0da;\n }\n body .f6GA0,\n body .CacfB,\n body .Ua7Yuf {\n background: #eff1f5;\n }\n body .DV7the {\n color: #1e66f5;\n }\n body .ZeVBtc {\n color: #6c6f85;\n }\n body .cB9M7 {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .cB9M7:hover {\n border-color: #acb0be;\n }\n body .cB9M7:focus {\n border-color: #1e66f5;\n }\n body .Qwbd3 {\n background: #ccd0da;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .Qwbd3:hover {\n background: #bcc0cc;\n border-color: #acb0be;\n }\n body .ArIAXb {\n fill: #ccd0da;\n }\n body .qOFLsb {\n fill: #ccd0da;\n }\n body .aHK1bd {\n color: #6c6f85;\n }\n body .diOlIe {\n border-top-color: #9ca0b0;\n }\n body .p4pvTd {\n color: #4c4f69;\n }\n body .gIYJUc {\n background: #eff1f5 !important;\n border-color: #bcc0cc !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #40a02b !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #1e66f5 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #d20f39 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #df8e1d !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #1e66f5 !important;\n }\n body .CbAZb {\n background: #eff1f5;\n border-bottom-color: #ccd0da;\n }\n body .S8wJ3 {\n color: #4c4f69 !important;\n }\n body .ZI7elf {\n color: #4c4f69 !important;\n }\n body .tGS0Nc {\n color: #4c4f69;\n }\n body .kzt0Nc a {\n color: #6c6f85 !important;\n }\n body .fgc1P,\n body .N7KPxb {\n border-top-color: #ccd0da !important;\n }\n body .kQEH5b {\n color: #6c6f85 !important;\n }\n body .kNKdL {\n color: #4c4f69 !important;\n }\n body .q0yked:hover {\n background-color: #e6e9ef !important;\n }\n body .Oz5Rbb:hover {\n background: #e6e9ef !important;\n }\n body .lwwARb {\n background-color: #dce0e8 !important;\n }\n body .LO47Ff {\n color: #4c4f69;\n }\n body .j8PBfc {\n color: #6c6f85;\n }\n body .act-tim-txt-cnt {\n color: #4c4f69;\n }\n body .act-switch-area {\n background-color: #eff1f5 !important;\n }\n body .q8U8x > div:nth-child(1) {\n background-color: #eff1f5 !important;\n }\n body .EwDHG,\n body .vNdLpe,\n body .vNdLpe:visited {\n color: #6c6f85 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n body {\n background: #24273a !important;\n --uv-styles-color-surface: #181926;\n --uv-styles-color-tertiary: #363a4f;\n --uv-styles-color-secondary: rgba(138, 173, 244, 0.25);\n --uv-styles-color-text-primary: #8aadf4;\n --uv-styles-color-icon-default: #cad3f5;\n --uv-styles-color-text-emphasis: #cad3f5;\n --uv-styles-color-icon-on-secondary: #a5adcb;\n --uv-styles-color-on-tertiary: #cad3f5;\n --uv-styles-color-icon-on-tertiary: #cad3f5;\n --xhUGwc: #24273a;\n --bbQxAb: #cad3f5;\n --IXoxUe: #a5adcb;\n --COEmY: #cad3f5;\n --YLNNHc: #cad3f5;\n --gS5jXb: #363a4f;\n --EpFNW: #1e2030;\n --tefdc5886c2f04483: #cad3f5;\n --te8f1ea4d4928be48: #cad3f5 !important;\n --ta884a309a24f44f4: #a5adcb !important;\n --tdee01b39543f1cac: #24273a !important;\n --tcc8c9ef487836e2b: #363a4f !important;\n --ta83cba65577ef850: #8aadf4 !important;\n --t7d1a3050c2c1c0a5: #cad3f5 !important;\n --t6a0469853a1a02c1: #cad3f5 !important;\n --t5feec22832a0fdd6: #363a4f !important;\n --t342c96645d13ae13: #7dc4e4 !important;\n --t6c7325fca9d536d4: #cad3f5 !important;\n --tf7148cf5018d5074: #cad3f5 !important;\n --t9ab8d922307d428d: #cad3f5;\n --t62e84c71989f1975: #ed8796 !important;\n --tc9db399ed82142e1: #a6da95 !important;\n --uv-styles-color-text-default: #a5adcb !important;\n --uv-styles-color-review-stars: #eed49f !important;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #a5adcb;\n }\n body .z4R3Z.yb2zA {\n color: #8aadf4 !important;\n }\n body .z4R3Z {\n color: #cad3f5 !important;\n }\n body .PNCib.fT6ABc::after {\n background-color: #494d64 !important;\n border-color: #8aadf4 !important;\n }\n body .Usd1Ac {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n }\n body .P77izf {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n body .VfPpkd-StrnGf-rymPhb-f7MjDc,\n body .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #7dc4e4 !important;\n }\n body .EL3pcf {\n color: #7dc4e4 !important;\n }\n body .bVfPpkd-StrnGf-rymPhb,\n body .DMZ54e {\n color: #cad3f5 !important;\n }\n body .VfPpkd-pafCAf,\n body .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #1e2030 !important;\n }\n body .VfPpkd-l6JLsf::after {\n background-color: #8aadf4 !important;\n }\n body .VfPpkd-l6JLsf::before {\n background-color: #5b6078 !important;\n }\n body .VfPpkd-uMhiad::after {\n background: #6e738d;\n }\n body .dmaMHc {\n background-color: #363a4f !important;\n }\n body .AJxgH {\n background-color: #1e2030 !important;\n }\n body .VfPpkd-cTi5dd {\n color: #7dc4e4 !important;\n }\n body .z7T1i,\n body .nEklgc {\n background-color: #363a4f;\n }\n body .rbYSKb {\n color: #a5adcb;\n }\n body .FuOudf {\n color: #a5adcb;\n }\n body .zRQJhd {\n background-color: #24273a !important;\n }\n body .XH1CIc {\n color: #a5adcb;\n }\n body .pno7A.hU1rMc .Tqvz7b,\n body .pno7A.rfUaPd .SwDSDf {\n color: #b8c0e0;\n }\n body .tR3EBc {\n background-color: #1e2030;\n }\n body .AOvabd,\n body .dxp44d {\n background: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n }\n body .zbvg1c {\n color: #cad3f5;\n }\n body .UUhRt {\n background-color: #8aadf4;\n color: #1e2030;\n border-color: #8aadf4;\n }\n body .qv3Wpe {\n color: #cad3f5;\n }\n body .TIGsTb {\n border-color: #363a4f;\n }\n body .TIGsTb:hover {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n body .MEdqYd,\n body .feqqG {\n background: #5b6078;\n color: #cad3f5;\n border-color: #5b6078;\n }\n body .H73aad,\n body .H73aadhover {\n background-color: #1e2030 !important;\n border-color: #363a4f !important;\n }\n body .AQtWSd,\n body .ulmfef,\n body .xCBykf,\n body .m2E3md {\n color: #8aadf4;\n }\n body .joHe2d {\n background-color: #24273a !important;\n box-shadow: 0 1px 0 #24273a !important;\n }\n body .xt8Uw,\n body .ipwqjc,\n body .Bk8Hxd:link,\n body .ucRBdc,\n body .PDzHbe,\n body .pt3Hdf,\n body .Cv2Brc,\n body .IFGUre,\n body .review-dialog {\n color: #cad3f5;\n }\n body .GK1a5e {\n background-color: #cad3f5;\n }\n body .RC9d6e {\n border-top-color: #cad3f5;\n }\n body .IFmkIb.IFmkIb {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n body .ab_button {\n background-image: linear-gradient(to top, #363a4f, #24273a);\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .PGbOqf {\n background-color: #7dc4e4;\n }\n body .yAbdSd {\n color: #ed8796;\n }\n body .ycghLd {\n background-color: #ed8796;\n border-color: #ed8796;\n }\n body .IRH78d,\n body .CFjcj,\n body .HkuhB {\n color: #a5adcb;\n }\n body .l2gNXd {\n background-color: #eed49f;\n }\n body .uVGhGc,\n body .hIqKNb {\n background-color: #363a4f;\n }\n body .tcuWYc {\n background-image: linear-gradient(#6e738d 1px, rgba(255, 255, 255, 0) 0);\n }\n body .qk7LXc.Fb1AKc,\n body .fAt9Jd,\n body .SME0md,\n body .ipwqjc {\n background-color: #24273a !important;\n }\n body .ttBXeb {\n color: #a5adcb;\n }\n body .sQ6RSc {\n fill: #cad3f5;\n }\n body .gb_Ka.gb_f,\n body .gb_Na.gb_f,\n body #gb {\n background-color: #24273a !important;\n }\n body .gb_Ka.gb_f svg,\n body .gb_Na.gb_f svg,\n body #gb svg,\n body .gb_Ka.gb_f .gb_Rc svg,\n body .gb_Na.gb_f .gb_Rc svg,\n body #gb .gb_Rc svg,\n body .gb_Ka.gb_f .gb_dd .gb_ld,\n body .gb_Na.gb_f .gb_dd .gb_ld,\n body #gb .gb_dd .gb_ld,\n body .gb_Ka.gb_f .gb_3c .gb_ld,\n body .gb_Na.gb_f .gb_3c .gb_ld,\n body #gb .gb_3c .gb_ld {\n color: #cad3f5;\n }\n body .gb_Nc a.gb_F,\n body .gb_Nc span.gb_F {\n color: #cad3f5;\n }\n body .uU7dJb {\n border-bottom-color: #363a4f;\n background-color: #1e2030;\n color: #b8c0e0;\n }\n body .gb_Nc .gb_d:hover {\n background-color: #363a4f;\n }\n body .KxwPGc {\n background-color: #1e2030;\n }\n body .HJSKzf {\n color: #cad3f5;\n }\n body .gbqfba,\n body .lJ9FBc input[type=\"submit\"] {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .gbqfba:hover,\n body .lJ9FBc input[type=\"submit\"]:hover {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #5b6078;\n }\n body .UxeQfc,\n body .s7d4ef,\n body .yXu61c,\n body .X6JNf,\n body .BERAof,\n body .oxbMzd,\n body .A5s9h,\n body .V9Wb7c,\n body .GVUPk,\n body .GyAeWb,\n body .A0hi5,\n body .Tme6jf {\n background-color: #24273a !important;\n }\n body .d3o3Ad,\n body .sZKvbe {\n fill: #a6da95 !important;\n }\n body .Fzsovc,\n body .cwYVJe,\n body .RJPOee,\n body .vM0jzc,\n body .clOx1e,\n body .vDF3Oc.vDF3Oc .R8BTeb,\n body .vDF3Oc.vDF3Oc .ouxCkc,\n body .Yt787,\n body .mulB1,\n body .xUc8Ie,\n body .sfgTZc,\n body .I6Kpxd,\n body .cQEt3 {\n color: #cad3f5 !important;\n }\n body .yQLaje,\n body .tVoQIb,\n body .f9nOyf,\n body .kHtcsd,\n body .DopHqc,\n body .p7bv,\n body .ar9V1,\n body .DfMusf,\n body .y6CIle,\n body .JukT7c,\n body .xUc8Ie.BXdrne,\n body .sEqX7e,\n body .ZFiwCf {\n background-color: #363a4f !important;\n }\n body .xUc8Ie.BXdrne,\n body .YUg0se,\n body .WGbsof {\n border-color: #5b6078 !important;\n }\n body .NOo3C {\n color: #b8c0e0;\n }\n body .WGbsof[selected] {\n background-color: #8aadf4;\n border-color: #8aadf4 !important;\n }\n body .pHiOh,\n body a.pHiOh {\n color: #b8c0e0 !important;\n }\n body a {\n color: #8aadf4;\n }\n body .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n body .RNNXgb:hover,\n body .sbfc .RNNXgb {\n background: #363a4f !important;\n border-color: #363a4f;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .minidiv .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n body .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #181926;\n }\n body .HSryR .KsRP6 {\n border-color: #5b6078;\n }\n body .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #181926;\n background: #363a4f;\n border-color: #363a4f;\n }\n body .aajZCb {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n body .xtSCL {\n border-top-color: #5b6078;\n }\n body .sbct:hover {\n background-color: #494d64;\n }\n body .WggQGd {\n color: #c6a0f6 !important;\n }\n body .JCHpcb {\n color: #a5adcb;\n }\n body .JCHpcb:hover {\n color: #8aadf4;\n }\n body .wM6W7d,\n body .ABAbCc {\n color: #cad3f5;\n }\n body .uDetx {\n fill: #cad3f5;\n }\n body .ExCKkf,\n body .BjWz4c {\n color: #a5adcb;\n }\n body .ACRAdd {\n border-left-color: #6e738d;\n }\n body .Pvpvv {\n background-color: #181926;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .w9dUj {\n color: #cad3f5 !important;\n }\n body .Pvpvv .zE5Aq,\n body .adnFRd,\n body .XfJHbe {\n color: #8aadf4;\n }\n body .CS4h3e {\n background-color: #a5adcb;\n }\n body .Pvpvv .xyGai {\n color: #cad3f5;\n }\n body #SIvCob {\n color: #cad3f5;\n }\n body .gb_Jc a.gb_B,\n body .gb_Jc span.gb_B {\n color: #cad3f5;\n }\n body .gb_Jc svg,\n body .gb_Oc.gb_Sc svg,\n body .gb_Jc .gb_ad .gb_id,\n body .gb_Jc .gb_ad .gb_Ic,\n body .gb_Jc .gb_ad .gb_cd,\n body .gb_Oc.gb_Sc .gb_id {\n color: #cad3f5;\n }\n body .gb_Ka svg,\n body .gb_Oc svg,\n body .gb_ad .gb_id,\n body .gb_0c .gb_id {\n color: #cad3f5;\n }\n body .gLFyf {\n color: #cad3f5;\n }\n body .QCzoEc {\n color: #939ab7;\n }\n body .szppmdbYutt__middle-slot-promo {\n color: #cad3f5;\n }\n body .gb_Jc .gb_Ud button:hover svg,\n body .gb_Jc .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_Jc .gb_Ud.gb_qe button:hover svg,\n body .gb_Ud button:hover svg,\n body .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_We {\n background: #1e2030;\n color: #cad3f5;\n }\n body a.gb_B,\n body span.gb_B {\n color: #cad3f5;\n }\n body .gb_zc div:first-child {\n color: #cad3f5;\n }\n body .gb_zc > * {\n color: #a5adcb;\n }\n body .ClJ9Yb {\n color: #a5adcb;\n }\n body .sfbg {\n background-color: #24273a;\n }\n body .jfN4p,\n body .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18zm-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18zm-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44z%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M225%203v65h-9.5V3h9.5z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14zm-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93z%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91.36%2015.93%2016.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03%200%2013.86%2010.84%2025.03%2024.7%2025.03%208.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65l-22.49.01z%22/%3E%3C/svg%3E\");\n }\n body .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M20.49%2019l-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49%2020.49%2019zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5z%22/%3E%3C/svg%3E\");\n }\n body .zgAlFc {\n color: #8aadf4;\n }\n body .fLciMb {\n color: #cad3f5;\n }\n body .d2IKib {\n color: #ed8796;\n }\n body .fLciMb:hover {\n background-color: #363a4f;\n }\n body .kno-ftr.rpBMYb {\n color: #a5adcb;\n }\n body .aTI8gc {\n color: #cad3f5;\n }\n body .wwUB2c {\n color: #a5adcb;\n }\n body .z1asCe {\n color: #cad3f5 !important;\n fill: #cad3f5 !important;\n }\n body .rsGxI.Ww4FFb,\n body .Ww4FFb {\n background-color: #24273a;\n }\n body .RES9jf {\n color: #cad3f5;\n }\n body .CSkcDe,\n body .related-question-pair div.iDjcJe {\n color: #cad3f5;\n }\n body .cUnQKe .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n body .cUnQKe .ILfuVd,\n body .cUnQKe .UiGGAb.ILfuVd {\n color: #b8c0e0;\n }\n body .ZYHQ7e {\n color: #a5adcb;\n }\n body .VuuXrf {\n color: #cad3f5;\n }\n body .hb8SAc {\n color: #cad3f5;\n }\n body .TQc1id .I6TXqe {\n border-color: #5b6078;\n }\n body .I6TXqe {\n background: #24273a;\n }\n body .HsZQAe {\n border-bottom-color: #5b6078;\n }\n body .NtaMpb .niO4u,\n body .nZWEZc .ttwCMe {\n background-color: #24273a;\n }\n body .iRPzcb {\n border-bottom-color: #494d64;\n }\n body .related-question-pair .d0fCJc {\n color: #cad3f5;\n }\n body cite,\n body cite a:link,\n body cite a:visited {\n color: #a5adcb;\n }\n body .WZ8Tjf,\n body .EZAeBe,\n body .F0gfrd {\n color: #a5adcb;\n }\n body .yDYNvb.lyLwlc {\n color: #cad3f5;\n }\n body .H9lube {\n background-color: #24273a;\n border-color: #5b6078;\n }\n body .Bi9oQd {\n background-color: #494d64;\n }\n body .akqY6 {\n background: #494d64;\n }\n body .KFFQ0c .YfftMc,\n body .KFFQ0c .YfftMc span,\n body .KFFQ0c .YfftMc div,\n body .KFFQ0c .YfftMc a,\n body g-menu.DWsAYc g-menu-item a.K1yPdf,\n body .f3LoEf,\n body .TXBhSe:hover,\n body .TXBhSe:not(:hover),\n body .r025kc.lVm3ye,\n body .Bo9xMe,\n body .oyj2db {\n color: #a5adcb;\n }\n body .dyjrff,\n body .LEwnzc {\n color: #b8c0e0;\n }\n body .ZFiwCf {\n background-color: #363a4f;\n }\n body .ZFiwCf:hover {\n background-color: #494d64;\n }\n body .LGwnxb,\n body .WGwSK {\n color: #cad3f5;\n }\n body .EsIlz {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .O7G3Gd {\n color: #cad3f5;\n }\n body .O7G3Gd:hover {\n color: #8aadf4;\n }\n body .appbar {\n background: #24273a;\n border-top-color: #494d64;\n }\n body .bSeRjc:hover .fKmH1e {\n color: #b8c0e0;\n background-color: #363a4f;\n }\n body .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n body div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n body .LHJvCe,\n body .vqseUe,\n body .dMCttd {\n color: #a5adcb;\n }\n body .dG2XIf .xpdbox .yc7KLc {\n background-color: #24273a;\n }\n body .URgIvb {\n border-color: #8aadf4;\n background-color: #8aadf4;\n }\n body .pdpvld {\n color: #a6da95;\n }\n body .YrbPuc {\n color: #b8c0e0;\n }\n body .y6CIle {\n background-color: #363a4f;\n }\n body .Yt787,\n body .vDF3Oc.vDF3Oc .R8BTeb {\n color: #cad3f5;\n }\n body .IDFSOe {\n background-color: #5b6078;\n }\n body .ffmmcd,\n body .u7yw9 .WeviRb {\n border-color: #494d64;\n }\n body .wdQNof {\n border-color: #494d64;\n background-color: #24273a;\n }\n body .eadHV.Ses7yd {\n color: #cad3f5 !important;\n }\n body .f,\n body .j04ED,\n body .j04ED a,\n body .j04ED a:link,\n body .XaIwc {\n color: #a5adcb !important;\n }\n body #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n body g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #181926 !important;\n }\n body .kLhEKe {\n background-color: #24273a;\n }\n body .S8ee5.CwbYXd {\n color: #cad3f5;\n }\n body .S8ee5 {\n background: #363a4f;\n }\n body .S8ee5:hover {\n background: #494d64;\n }\n body .rhHIGd {\n background-color: #5b6078;\n }\n body .sY7ric {\n color: #cad3f5;\n }\n body .I6a0ee {\n background-color: #24273a;\n border-color: #5b6078;\n color: #cad3f5;\n }\n body .I6a0ee:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n body .I6a0ee:focus {\n background-color: #181926;\n border-color: #5b6078;\n }\n body .pxhZNb {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n body .d2F2Td {\n color: #cad3f5;\n }\n body .c07z9 {\n color: #a5adcb;\n }\n body .c07z9 a,\n body .c07z9 a:active,\n body .c07z9 a:link {\n color: #cad3f5;\n text-decoration-color: #a5adcb;\n }\n body .wHYlTd {\n color: #a5adcb;\n }\n body .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #24273a;\n }\n body .fm06If .ILfuVd,\n body .c2xzTb .ILfuVd,\n body .Jb0Zif .c2xzTb .ILfuVd {\n color: #cad3f5;\n }\n body .fm06If .ILfuVd b,\n body .c2xzTb .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n body .GKS7s {\n background: #363a4f;\n border-color: #494d64;\n }\n body .GKS7s:hover {\n background-color: #494d64 !important;\n border-color: #5b6078;\n }\n body .yXK7lf em {\n color: #cad3f5;\n }\n body .Lb0dA:hover {\n background-color: #363a4f;\n }\n body .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #8aadf4;\n }\n body .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .BaegVc:hover {\n background-color: #363a4f;\n }\n body .hdtb-tl-sel .BaegVc {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .BaegVc:focus {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .TZqsAd {\n background: #6e738d;\n }\n body .FalWJb {\n background: #24273a;\n }\n body .YeThId {\n border-top-color: #494d64;\n }\n body .k8XOCe {\n background-color: #363a4f;\n }\n body .s75CSd {\n color: #cad3f5;\n }\n body .ZkkK1e,\n body .uAbMZd {\n background: #24273a;\n border-color: #494d64;\n }\n body .ZkkK1e:hover,\n body .uAbMZd:hover {\n background: #363a4f;\n }\n body .QjI2jc {\n color: #a5adcb;\n }\n body .lhLbod {\n color: #a5adcb;\n }\n body .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n body .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #8aadf4;\n }\n body .F75bid {\n color: #a5adcb;\n }\n body div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n body .MAMMm {\n background: #1e2030;\n box-shadow: 0 2px 6px #181926 !important;\n }\n body [selected].nWtjMe {\n background: rgba(138, 173, 244, 0.25) !important;\n }\n body .uZNuIf:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n body [selected].nWtjMe .FMKtTb {\n color: #cad3f5;\n }\n body .nWtjMe .FMKtTb {\n color: #a5adcb;\n }\n body .GKS7s .FMKtTb,\n body .GKS7s .RWhoyd.mol54e {\n color: #cad3f5;\n }\n body .ePSouf .FMKtTb {\n color: #a5adcb;\n }\n body .NkCsjc:hover {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n body .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #cad3f5;\n }\n body a.hisnlb {\n background: rgba(147, 154, 183, 0.25);\n }\n body div[aria-expanded=\"true\"] .fFI3rb,\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #363a4f !important;\n }\n body .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #8aadf4;\n }\n body .hdtb-mn-hd {\n color: #a5adcb;\n }\n body .hdtb-mn-hd:hover {\n color: #cad3f5;\n }\n body .fSnalc {\n stroke: #8aadf4;\n }\n body .oOg6Ne {\n stroke: #eed49f;\n }\n body .ZqPjbb {\n stroke: #ed8796;\n }\n body .aPiskd {\n stroke: #a6da95;\n }\n body .s8GCU {\n background-color: #24273a;\n }\n body .Lj9fsd {\n background-color: #24273a;\n }\n body .jZWadf {\n background-color: #24273a;\n }\n body .rQEFy,\n body .rQEFy:hover {\n border-color: rgba(138, 173, 244, 0.25);\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .gbZSUe {\n color: #cad3f5;\n }\n body .gbZSUe:hover {\n background: #363a4f;\n }\n body .XZ5MVe {\n color: #8aadf4;\n }\n body a:visited {\n color: #c6a0f6;\n }\n body .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #24273a 60%, #24273a);\n }\n body .SvoXfb > .x5f7Bc {\n fill: #a5adcb;\n }\n body .SvoXfb:hover > .x5f7Bc {\n fill: #cad3f5;\n }\n body .SvoXfb:hover {\n background-color: #363a4f;\n }\n body .IsZvec,\n body .yxAsKe {\n color: #a5adcb;\n }\n body .zqrO0.k0Jjg .QuU3Wb,\n body .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #b8c0e0;\n }\n body .uo4vr {\n color: #a5adcb;\n }\n body .minidiv .sfbg {\n background: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .aqCVJb {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n body .T8VaVe {\n color: #8aadf4;\n }\n body #tw-source-text-container .tw-ta,\n body #tw-source-rmn-container .tw-ta {\n color: #cad3f5;\n }\n body #tw-target {\n background-color: #363a4f;\n }\n body .tw-data-placeholder {\n color: #cad3f5;\n }\n body .j1iyq {\n border-color: #5b6078;\n }\n body .w8qArf .fl {\n color: #cad3f5 !important;\n }\n body .HSryR a.B1uW2d {\n border-bottom-color: #5b6078;\n }\n body .usJj9c .zz3gNc {\n color: #cad3f5;\n }\n body .Ss2Faf a {\n color: #cad3f5;\n }\n body .aCOpRe em,\n body .yXK7lf em {\n color: #cad3f5;\n }\n body .FR7ZSc .niO4u {\n background-color: #24273a;\n border-color: #5b6078;\n color: #8aadf4;\n }\n body .g {\n color: #cad3f5;\n }\n body .VSHxQ {\n color: #a5adcb;\n }\n body .cF4V5c {\n background-color: #181926 !important;\n }\n body .cF4V5c g-menu-item a,\n body .cF4V5c g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n color: #cad3f5;\n }\n body .cF4V5c:hover g-menu-item:hover a,\n body .cF4V5c:hover g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n background-color: #363a4f;\n }\n body .GZnQqe.LGiluc {\n border-top-color: #5b6078 !important;\n }\n body .pkWBse {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n body .dG2XIf {\n background: #24273a;\n }\n body .Z0LcW {\n color: #cad3f5;\n }\n body .i29hTd .qLLird {\n color: #cad3f5;\n }\n body .i29hTd .kR7nSc {\n color: #cad3f5;\n }\n body .N6Sb2c {\n color: #a5adcb;\n }\n body .C9iYEe {\n color: #a5adcb;\n }\n body .KcXNxb {\n background: #24273a;\n }\n body .ss6qqb .PKDVJd {\n color: #a5adcb;\n }\n body a.oBa0Fe {\n color: #a5adcb;\n }\n body .o6juZc {\n background-color: #363a4f;\n }\n body .o6juZc:hover {\n background-color: #363a4f;\n box-shadow: 0 4px 12px #181926;\n }\n body .W6pGoe {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n body .WdWr7c {\n border-top-color: #5b6078;\n }\n body .sU3bKf {\n color: #cad3f5;\n }\n body .O5OUld {\n color: #a5adcb;\n }\n body .zP7KFe {\n background: #494d64;\n }\n body .O5OUld:hover {\n color: #8aadf4;\n }\n body .og3lId {\n color: #cad3f5;\n }\n body .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .r8xEL {\n color: #cad3f5;\n }\n body .ZZ7G7b {\n color: #cad3f5;\n border-color: #494d64;\n }\n body .NZmxZe {\n background-color: #24273a;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .NZmxZe:not(.rQEFy):hover,\n body .cj2HCb.iuN0sf .w6PoOe:hover,\n body .CgGjZc:hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .ssfWCe .ZXJQ7c,\n body .cj2HCb.iuN0sf .w6PoOe,\n body .G2XB8d,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #a5adcb;\n }\n body .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n body .G2XB8d .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #b8c0e0;\n }\n body .KA8Jyb {\n fill: #a5adcb;\n }\n body .CgGjZc:hover .G2XB8d {\n color: #b8c0e0;\n }\n body .o6OF0 {\n background-color: #494d64;\n }\n body .o6OF0:hover {\n background-color: #5b6078;\n }\n body .o6OF0 .SHFPkb {\n color: #cad3f5;\n }\n body .o6OF0 .PnfqLc {\n color: #a5adcb;\n }\n body .zbRPDe,\n body .scU1d {\n color: #cad3f5;\n }\n body .UafVBb {\n background-color: #24273a;\n border-color: #5b6078;\n }\n body .mEQved {\n color: #a5adcb;\n }\n body .goxjub > path:nth-child(1) {\n fill: #8aadf4;\n }\n body .goxjub > path:nth-child(2) {\n fill: #a6da95;\n }\n body .goxjub > path:nth-child(3) {\n fill: #eed49f;\n }\n body .goxjub > path:nth-child(4) {\n fill: #ed8796;\n }\n body [fill=\"#34a853\"] {\n fill: #a6da95;\n }\n body [fill=\"#4285f4\"] {\n fill: #8aadf4;\n }\n body [fill=\"#ea4335\"] {\n fill: #ed8796;\n }\n body [fill=\"#fbbc05\"] {\n fill: #eed49f;\n }\n body .ssfWCe .ZXJQ7c:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n body .qcTKEe {\n background-color: #24273a;\n }\n body .ooPrBf {\n background: #24273a;\n }\n body .r9PaP {\n color: #a5adcb;\n }\n body .r9PaP:hover {\n color: #8aadf4;\n }\n body .H1KrKd {\n fill: #a5adcb;\n }\n body .cEPPT {\n border-bottom-color: #494d64;\n }\n body .Ix6LGe {\n background: #24273a;\n box-shadow: 0 2px 10px 0 #181926;\n }\n body .Hm7Qac:hover,\n body .EuKAde {\n background-color: #363a4f;\n }\n body .igM9Le {\n color: #cad3f5;\n }\n body .irf0hb {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n body .gb_Mc .gb_Vd button:hover svg,\n body .gb_Mc .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_Mc svg,\n body .gb_Rc.gb_Vc svg,\n body .gb_Mc .gb_dd .gb_ld,\n body .gb_Mc .gb_dd .gb_Lc,\n body .gb_Mc .gb_dd .gb_fd,\n body .gb_Rc.gb_Vc .gb_ld {\n color: #cad3f5;\n }\n body .cEW58 {\n background-color: #363a4f;\n }\n body .dyAbMb {\n fill: #a5adcb;\n }\n body .zItAnd,\n body .zItAnd:link,\n body .zItAnd:visited,\n body .zItAnd:hover,\n body .zItAnd:active {\n color: #cad3f5;\n }\n body .zItAnd {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .zItAnd:not(.MgQdud):hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .fKmH1e {\n background-color: #24273a;\n border-color: #494d64;\n color: #a5adcb;\n }\n body .fKmH1e:hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .nfSF8e,\n body .WRhYSc {\n color: #a5adcb;\n }\n body .nfSF8e:hover,\n body .WRhYSc:hover {\n background-color: #363a4f;\n color: #a5adcb;\n }\n body .ssJ7i {\n color: #cad3f5;\n }\n body .iAIpCb {\n color: #a5adcb;\n }\n body .KMdzJ,\n body .ss6qqb .oBrLN,\n body .ylgVCe {\n color: #b8c0e0;\n }\n body .PmPt7d {\n color: #a5adcb;\n }\n body .gb_Mc a.gb_E,\n body .gb_Mc span.gb_E {\n color: #cad3f5;\n }\n body a.gb_E,\n body span.gb_E {\n color: #cad3f5 !important;\n }\n body .RzdJxc {\n border-top-color: #5b6078;\n }\n body .rKnmn {\n border-top-color: #5b6078;\n }\n body .FzCfme {\n color: #a5adcb;\n }\n body .hMJ0yc {\n color: #a5adcb;\n }\n body .yg51vc {\n background-color: #24273a;\n }\n body .hdtb-mitem a {\n color: #a5adcb;\n }\n body .hdtb-mitem .GOE98c,\n body .hdtb-mitem a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad {\n color: #a5adcb;\n }\n body .t2vtad:not(.hdtb-tl-sel) {\n color: #a5adcb;\n }\n body .dG2XIf .xpdopen .mJ2Mod {\n border-color: #494d64;\n }\n body .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n box-shadow: 0 1px 1px #181926;\n }\n body .hdtb-mitem:hover .GOE98c:hover,\n body .hdtb-mitem:hover a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad:hover {\n color: #8aadf4;\n }\n body .w6PoOe {\n color: #a5adcb;\n }\n body .w6PoOe:hover {\n color: #cad3f5;\n }\n body .Lj9fsd.DU1Mzb {\n background-color: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #494d64 !important;\n }\n body .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #363a4f;\n }\n body .FjVBEd {\n color: #a6da95;\n }\n body title-with-lhs-icon:hover .ekf0x h3 {\n color: #8aadf4;\n }\n body .GmE3X {\n color: #cad3f5;\n }\n body .iv236 {\n color: #cad3f5;\n }\n body .GLcBOb {\n border-bottom-color: #494d64;\n }\n body .ss6qqb .Ui2TZ {\n color: #cad3f5;\n }\n body .wx62f {\n color: #a5adcb;\n }\n body #rhs .u7yw9 {\n border-left-color: #494d64;\n }\n body .ss6qqb .Jk5Tjc {\n border-color: #5b6078;\n }\n body #rhs .u7yw9 .cLjAic {\n border-bottom-color: #494d64;\n }\n body .JNkvid .HnYYW {\n color: #cad3f5;\n }\n body .aokhrd .TZahnb {\n border-left-color: #494d64;\n }\n body .Cx1ZMc {\n color: #a5adcb;\n }\n body .CBPSbf {\n background-color: #24273a;\n }\n body .E74aCb {\n color: #cad3f5;\n }\n body .OE86Gc {\n background-color: #24273a;\n color: #cad3f5;\n fill: #cad3f5;\n }\n body .c72nic {\n color: #cad3f5;\n }\n body .GXMTjb {\n background-color: #24273a;\n border-color: #363a4f;\n }\n body .A9y7kf {\n color: #a5adcb;\n }\n body .OE86Gc a {\n color: #8aadf4;\n }\n body .Es2Et {\n color: #a5adcb;\n }\n body .KwJT0.VqKh3b div div {\n background-color: #24273a;\n fill: #cad3f5;\n color: #cad3f5;\n border-color: #494d64;\n }\n body .rx7XFb {\n background-color: #363a4f;\n }\n body .VP31Vb {\n color: #cad3f5;\n }\n body .HXQjqf {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n body .SW5pqf {\n color: #8aadf4;\n }\n body .rQEFy:hover {\n color: #8aadf4;\n }\n body .hdtb-tl-sel {\n border-color: #5b6078;\n background: #363a4f;\n color: #cad3f5;\n }\n body .hdtb-tl-sel:focus {\n border-color: #5b6078;\n background: #363a4f;\n color: #8aadf4;\n }\n body .t2vtad:active,\n body .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #363a4f !important;\n box-shadow: inset 0 1px 2px #181926 !important;\n }\n body .gTl8xb {\n border-color: #a5adcb transparent;\n }\n body .hdtb-mn-hd:hover .gTl8xb {\n border-color: #cad3f5 transparent;\n }\n body .h3L8Ub .yMAEcf {\n background: #363a4f;\n border-color: #5b6078;\n }\n body .ynRric {\n color: #a5adcb;\n }\n body .cRV9hb .pcTkSc .wM6W7d {\n color: #cad3f5;\n }\n body .h3L8Ub .yMAEcf.sbhl {\n background-color: #494d64;\n }\n body .sbhl {\n background: #494d64;\n }\n body .CjiZvb,\n body .GZnQqe.EpPYLd:active {\n background-color: #363a4f;\n }\n body .PyJv1b {\n color: #cad3f5;\n }\n body .REySof {\n color: #939ab7 !important;\n }\n body .NQyKp {\n color: #363a4f !important;\n background: #7dc4e4 !important;\n }\n body .b0Xfjd {\n color: #24273a !important;\n }\n body .LiOdre {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .LiOdre:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n body .LiOdre:focus {\n border-color: #8aadf4;\n }\n body .mfsgsd {\n color: #cad3f5;\n }\n body .GCSyeb {\n background: #494d64;\n }\n body .IVvPP .cLjAic.WY0eLb,\n body .Hwkikb.WY0eLb {\n border-left-color: #494d64;\n }\n body .mQo3nc {\n background-color: #363a4f;\n color: #a5adcb !important;\n }\n body .cfBJGe {\n color: #cad3f5;\n }\n body .f6F9Be {\n background: #1e2030;\n }\n body .KwU3F {\n color: #8aadf4;\n }\n body .b0KoTc {\n color: #cad3f5;\n }\n body .dfB0uf {\n color: #cad3f5;\n }\n body .unknown_loc {\n background: #cad3f5;\n }\n body .GS5rRd {\n color: #8aadf4;\n }\n body .xSQxL {\n color: #8aadf4;\n }\n body .smiUbb {\n color: #cad3f5;\n }\n body .b2hzT {\n border-bottom-color: #363a4f;\n }\n body #swml {\n border-left-color: #363a4f;\n }\n body .KXbwLb {\n background-color: #5b6078;\n }\n body .WZH4jc .VknLRd .GNJvt {\n background: #363a4f;\n }\n body .WZH4jc .VknLRd:hover .GNJvt {\n background: #494d64;\n }\n body .GNJvt {\n color: #cad3f5;\n }\n body .fJOpI.H9lube {\n background-color: #8aadf4 !important;\n border-color: #8aadf4;\n }\n body .XNo5Ab.XNo5Ab {\n color: #24273a !important;\n fill: #24273a !important;\n }\n body .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #cad3f5 !important;\n }\n body .xEzgBc {\n color: #cad3f5 !important;\n }\n body .Ss2Faf.sq4Bpf {\n color: #cad3f5 !important;\n }\n body .ea0Lbe {\n background: #363a4f;\n }\n body .f6GA0,\n body .CacfB,\n body .Ua7Yuf {\n background: #24273a;\n }\n body .DV7the {\n color: #8aadf4;\n }\n body .ZeVBtc {\n color: #a5adcb;\n }\n body .cB9M7 {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .cB9M7:hover {\n border-color: #5b6078;\n }\n body .cB9M7:focus {\n border-color: #8aadf4;\n }\n body .Qwbd3 {\n background: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n body .Qwbd3:hover {\n background: #494d64;\n border-color: #5b6078;\n }\n body .ArIAXb {\n fill: #363a4f;\n }\n body .qOFLsb {\n fill: #363a4f;\n }\n body .aHK1bd {\n color: #a5adcb;\n }\n body .diOlIe {\n border-top-color: #6e738d;\n }\n body .p4pvTd {\n color: #cad3f5;\n }\n body .gIYJUc {\n background: #24273a !important;\n border-color: #494d64 !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #a6da95 !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #8aadf4 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #ed8796 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #eed49f !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #8aadf4 !important;\n }\n body .CbAZb {\n background: #24273a;\n border-bottom-color: #363a4f;\n }\n body .S8wJ3 {\n color: #cad3f5 !important;\n }\n body .ZI7elf {\n color: #cad3f5 !important;\n }\n body .tGS0Nc {\n color: #cad3f5;\n }\n body .kzt0Nc a {\n color: #a5adcb !important;\n }\n body .fgc1P,\n body .N7KPxb {\n border-top-color: #363a4f !important;\n }\n body .kQEH5b {\n color: #a5adcb !important;\n }\n body .kNKdL {\n color: #cad3f5 !important;\n }\n body .q0yked:hover {\n background-color: #1e2030 !important;\n }\n body .Oz5Rbb:hover {\n background: #1e2030 !important;\n }\n body .lwwARb {\n background-color: #181926 !important;\n }\n body .LO47Ff {\n color: #cad3f5;\n }\n body .j8PBfc {\n color: #a5adcb;\n }\n body .act-tim-txt-cnt {\n color: #cad3f5;\n }\n body .act-switch-area {\n background-color: #24273a !important;\n }\n body .q8U8x > div:nth-child(1) {\n background-color: #24273a !important;\n }\n body .EwDHG,\n body .vNdLpe,\n body .vNdLpe:visited {\n color: #a5adcb !important;\n }\n }", + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: light;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #6c6f85;\n }\n :root ::selection {\n background-color: rgba(32, 159, 181, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #6c6f85 !important;\n }\n :root,\n :root body {\n background: #eff1f5 !important;\n --uv-styles-color-surface: #dce0e8;\n --uv-styles-color-tertiary: #ccd0da;\n --uv-styles-color-secondary: rgba(30, 102, 245, 0.25);\n --uv-styles-color-text-primary: #1e66f5;\n --uv-styles-color-icon-default: #4c4f69;\n --uv-styles-color-text-emphasis: #4c4f69;\n --uv-styles-color-icon-on-secondary: #6c6f85;\n --uv-styles-color-on-tertiary: #4c4f69;\n --uv-styles-color-icon-on-tertiary: #4c4f69;\n --xhUGwc: #eff1f5;\n --bbQxAb: #4c4f69;\n --IXoxUe: #6c6f85;\n --COEmY: #4c4f69;\n --YLNNHc: #4c4f69;\n --gS5jXb: #ccd0da;\n --EpFNW: #e6e9ef;\n --tefdc5886c2f04483: #4c4f69;\n --te8f1ea4d4928be48: #4c4f69 !important;\n --ta884a309a24f44f4: #6c6f85 !important;\n --tdee01b39543f1cac: #eff1f5 !important;\n --tcc8c9ef487836e2b: #ccd0da !important;\n --ta83cba65577ef850: #1e66f5 !important;\n --t7d1a3050c2c1c0a5: #4c4f69 !important;\n --t6a0469853a1a02c1: #4c4f69 !important;\n --t5feec22832a0fdd6: #ccd0da !important;\n --t342c96645d13ae13: #209fb5 !important;\n --t6c7325fca9d536d4: #4c4f69 !important;\n --tf7148cf5018d5074: #4c4f69 !important;\n --t9ab8d922307d428d: #4c4f69;\n --t62e84c71989f1975: #d20f39 !important;\n --tc9db399ed82142e1: #40a02b !important;\n --uv-styles-color-text-default: #6c6f85 !important;\n --uv-styles-color-review-stars: #df8e1d !important;\n }\n :root .z4R3Z.yb2zA {\n color: #1e66f5 !important;\n }\n :root .z4R3Z {\n color: #4c4f69 !important;\n }\n :root .PNCib.fT6ABc::after {\n background-color: #bcc0cc !important;\n border-color: #1e66f5 !important;\n }\n :root .Usd1Ac {\n background-color: #ccd0da !important;\n border-color: #acb0be !important;\n }\n :root .P77izf {\n background-color: #eff1f5 !important;\n color: #4c4f69 !important;\n }\n :root .VfPpkd-StrnGf-rymPhb-f7MjDc,\n :root .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #209fb5 !important;\n }\n :root .EL3pcf {\n color: #209fb5 !important;\n }\n :root .bVfPpkd-StrnGf-rymPhb,\n :root .DMZ54e {\n color: #4c4f69 !important;\n }\n :root .VfPpkd-pafCAf,\n :root .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #e6e9ef !important;\n }\n :root .VfPpkd-l6JLsf::after {\n background-color: #1e66f5 !important;\n }\n :root .VfPpkd-l6JLsf::before {\n background-color: #acb0be !important;\n }\n :root .VfPpkd-uMhiad::after {\n background: #9ca0b0;\n }\n :root .dmaMHc {\n background-color: #ccd0da !important;\n }\n :root .AJxgH {\n background-color: #e6e9ef !important;\n }\n :root .VfPpkd-cTi5dd {\n color: #209fb5 !important;\n }\n :root .z7T1i,\n :root .nEklgc {\n background-color: #ccd0da;\n }\n :root .rbYSKb {\n color: #6c6f85;\n }\n :root .FuOudf {\n color: #6c6f85;\n }\n :root .zRQJhd {\n background-color: #eff1f5 !important;\n }\n :root .XH1CIc {\n color: #6c6f85;\n }\n :root .pno7A.hU1rMc .Tqvz7b,\n :root .pno7A.rfUaPd .SwDSDf {\n color: #5c5f77;\n }\n :root .pno7A.rfUaPd .Tqvz7b {\n color: #4c4f69;\n }\n :root .tR3EBc {\n background-color: #e6e9ef;\n }\n :root .AOvabd,\n :root .dxp44d {\n background: #ccd0da !important;\n color: #4c4f69 !important;\n border-color: #ccd0da !important;\n }\n :root .AOvabd:hover,\n :root .dxp44d:hover {\n background-color: #bcc0cc;\n border-color: #bcc0cc;\n }\n :root .zbvg1c {\n color: #4c4f69;\n }\n :root .UUhRt {\n background-color: #1e66f5;\n color: #e6e9ef;\n border-color: #1e66f5;\n }\n :root .UUhRt:hover {\n background-color: #04a5e5;\n border-color: #04a5e5;\n }\n :root .tw-lliw.item-selected .language_list_item {\n color: #1e66f5;\n }\n :root .qv3Wpe {\n color: #4c4f69;\n }\n :root .TIGsTb {\n border-color: #ccd0da;\n }\n :root .TIGsTb:hover {\n background-color: #ccd0da;\n border-color: #ccd0da;\n }\n :root .MEdqYd,\n :root .feqqG {\n background: #acb0be;\n color: #4c4f69;\n border-color: #acb0be;\n }\n :root .MEdqYd:hover,\n :root .feqqG:hover {\n background-color: #9ca0b0;\n border-color: #9ca0b0;\n }\n :root .H73aad,\n :root .H73aadhover {\n background-color: #e6e9ef !important;\n border-color: #ccd0da !important;\n }\n :root .AQtWSd,\n :root .ulmfef,\n :root .xCBykf,\n :root .m2E3md {\n color: #1e66f5;\n }\n :root .joHe2d {\n background-color: #eff1f5 !important;\n box-shadow: 0 1px 0 #eff1f5 !important;\n }\n :root .xt8Uw,\n :root .ipwqjc,\n :root .Bk8Hxd:link,\n :root .ucRBdc,\n :root .PDzHbe,\n :root .pt3Hdf,\n :root .Cv2Brc,\n :root .IFGUre,\n :root .review-dialog {\n color: #4c4f69;\n }\n :root .GK1a5e {\n background-color: #4c4f69;\n }\n :root .RC9d6e {\n border-top-color: #4c4f69;\n }\n :root .IFmkIb.IFmkIb {\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n :root .ab_button {\n background-image: linear-gradient(to top, #ccd0da, #eff1f5);\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .PGbOqf {\n background-color: #209fb5;\n }\n :root .yAbdSd {\n color: #d20f39;\n }\n :root .ycghLd {\n background-color: #d20f39;\n border-color: #d20f39;\n }\n :root .IRH78d,\n :root .CFjcj,\n :root .HkuhB {\n color: #6c6f85;\n }\n :root .l2gNXd {\n background-color: #df8e1d;\n }\n :root .uVGhGc,\n :root .hIqKNb {\n background-color: #ccd0da;\n }\n :root .tcuWYc {\n background-image: linear-gradient(#9ca0b0 1px, rgba(255, 255, 255, 0) 0);\n }\n :root .qk7LXc.Fb1AKc,\n :root .fAt9Jd,\n :root .SME0md,\n :root .ipwqjc {\n background-color: #eff1f5 !important;\n }\n :root .ttBXeb,\n :root .NDTw3e.K7R36c,\n :root .knowledge-finance-wholepage-chart__fw-uch .uch-svg {\n color: #6c6f85;\n }\n :root .sQ6RSc {\n fill: #4c4f69;\n }\n :root .egcvbb {\n border-color: #acb0be;\n }\n :root .egcvbb:hover {\n border-color: #4c4f69;\n }\n :root .knowledge-finance-wholepage-chart__hover-card {\n background-color: #eff1f5;\n }\n :root .knowledge-finance-wholepage-chart__hover-card-time {\n color: #6c6f85;\n }\n :root .fw-ch-sel .KWk7r.qUjgX {\n background-color: #ccd0da;\n color: #1e66f5;\n }\n :root .gb_Ka.gb_f,\n :root .gb_Na.gb_f,\n :root #gb {\n background-color: #eff1f5 !important;\n }\n :root .gb_Ka.gb_f svg,\n :root .gb_Na.gb_f svg,\n :root #gb svg,\n :root .gb_Ka.gb_f .gb_Rc svg,\n :root .gb_Na.gb_f .gb_Rc svg,\n :root #gb .gb_Rc svg,\n :root .gb_Ka.gb_f .gb_dd .gb_ld,\n :root .gb_Na.gb_f .gb_dd .gb_ld,\n :root #gb .gb_dd .gb_ld,\n :root .gb_Ka.gb_f .gb_3c .gb_ld,\n :root .gb_Na.gb_f .gb_3c .gb_ld,\n :root #gb .gb_3c .gb_ld {\n color: #4c4f69;\n }\n :root .gb_Nc a.gb_F,\n :root .gb_Nc span.gb_F {\n color: #4c4f69;\n }\n :root .uU7dJb {\n border-bottom-color: #ccd0da;\n background-color: #e6e9ef;\n color: #5c5f77;\n }\n :root .gb_Nc .gb_d:hover {\n background-color: #ccd0da;\n }\n :root .KxwPGc {\n background-color: #e6e9ef;\n }\n :root .HJSKzf {\n color: #4c4f69;\n }\n :root .gbqfba,\n :root .lJ9FBc input[type=\"submit\"] {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .gbqfba:hover,\n :root .lJ9FBc input[type=\"submit\"]:hover {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n :root .UxeQfc,\n :root .s7d4ef,\n :root .yXu61c,\n :root .X6JNf,\n :root .BERAof,\n :root .oxbMzd,\n :root .A5s9h,\n :root .V9Wb7c,\n :root .GVUPk,\n :root .GyAeWb,\n :root .A0hi5,\n :root .Tme6jf {\n background-color: #eff1f5 !important;\n }\n :root .d3o3Ad,\n :root .sZKvbe {\n fill: #40a02b !important;\n }\n :root .Fzsovc,\n :root .cwYVJe,\n :root .RJPOee,\n :root .vM0jzc,\n :root .clOx1e,\n :root .vDF3Oc.vDF3Oc .R8BTeb,\n :root .vDF3Oc.vDF3Oc .ouxCkc,\n :root .Yt787,\n :root .mulB1,\n :root .xUc8Ie,\n :root .sfgTZc,\n :root .I6Kpxd,\n :root .cQEt3 {\n color: #4c4f69 !important;\n }\n :root .yQLaje,\n :root .tVoQIb,\n :root .f9nOyf,\n :root .kHtcsd,\n :root .DopHqc,\n :root .p7bv,\n :root .ar9V1,\n :root .DfMusf,\n :root .y6CIle,\n :root .JukT7c,\n :root .xUc8Ie.BXdrne,\n :root .sEqX7e,\n :root .ZFiwCf {\n background-color: #ccd0da !important;\n }\n :root .xUc8Ie.BXdrne,\n :root .YUg0se,\n :root .WGbsof {\n border-color: #acb0be !important;\n }\n :root .NOo3C {\n color: #5c5f77;\n }\n :root .WGbsof[selected] {\n background-color: #1e66f5;\n border-color: #1e66f5 !important;\n }\n :root .pHiOh,\n :root a.pHiOh {\n color: #5c5f77 !important;\n }\n :root a {\n color: #1e66f5;\n }\n :root .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .RNNXgb:hover,\n :root .sbfc .RNNXgb {\n background: #ccd0da !important;\n border-color: #ccd0da;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n :root .minidiv .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #dce0e8;\n }\n :root .HSryR .KsRP6 {\n border-color: #acb0be;\n }\n :root .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #dce0e8;\n background: #ccd0da;\n border-color: #ccd0da;\n }\n :root .aajZCb {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n :root .xtSCL {\n border-top-color: #acb0be;\n }\n :root .sbct:hover {\n background-color: #bcc0cc;\n }\n :root .WggQGd {\n color: #8839ef !important;\n }\n :root .JCHpcb {\n color: #6c6f85;\n }\n :root .JCHpcb:hover {\n color: #1e66f5;\n }\n :root .wM6W7d,\n :root .ABAbCc {\n color: #4c4f69;\n }\n :root .uDetx {\n fill: #4c4f69;\n }\n :root .ExCKkf,\n :root .BjWz4c {\n color: #6c6f85;\n }\n :root .ACRAdd {\n border-left-color: #9ca0b0;\n }\n :root .Pvpvv {\n background-color: #dce0e8;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n :root .w9dUj {\n color: #4c4f69 !important;\n }\n :root .Pvpvv .zE5Aq,\n :root .adnFRd,\n :root .XfJHbe {\n color: #1e66f5;\n }\n :root .CS4h3e {\n background-color: #6c6f85;\n }\n :root .Pvpvv .xyGai {\n color: #4c4f69;\n }\n :root #SIvCob {\n color: #4c4f69;\n }\n :root .gb_Jc a.gb_B,\n :root .gb_Jc span.gb_B {\n color: #4c4f69;\n }\n :root .gb_Jc svg,\n :root .gb_Oc.gb_Sc svg,\n :root .gb_Jc .gb_ad .gb_id,\n :root .gb_Jc .gb_ad .gb_Ic,\n :root .gb_Jc .gb_ad .gb_cd,\n :root .gb_Oc.gb_Sc .gb_id {\n color: #4c4f69;\n }\n :root .gb_Ka svg,\n :root .gb_Oc svg,\n :root .gb_ad .gb_id,\n :root .gb_0c .gb_id {\n color: #4c4f69;\n }\n :root .gLFyf {\n color: #4c4f69;\n }\n :root .QCzoEc {\n color: #7c7f93;\n }\n :root .szppmdbYutt__middle-slot-promo {\n color: #4c4f69;\n }\n :root .gb_Jc .gb_Ud button:hover svg,\n :root .gb_Jc .gb_d:hover {\n background-color: #ccd0da;\n }\n :root .gb_Jc .gb_Ud.gb_qe button:hover svg,\n :root .gb_Ud button:hover svg,\n :root .gb_d:hover {\n background-color: #ccd0da;\n }\n :root .gb_We {\n background: #e6e9ef;\n color: #4c4f69;\n }\n :root a.gb_B,\n :root span.gb_B {\n color: #4c4f69;\n }\n :root .gb_zc div:first-child {\n color: #4c4f69;\n }\n :root .gb_zc > * {\n color: #6c6f85;\n }\n :root .ClJ9Yb {\n color: #6c6f85;\n }\n :root .sfbg {\n background-color: #eff1f5;\n }\n :root .jfN4p,\n :root .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%23df8e1d%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36%22/%3E%3Cpath%20fill%3D%22%2340a02b%22%20d%3D%22M225%203v65h-9.5V3z%22/%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14m-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91S16.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03s10.84%2025.03%2024.7%2025.03c8.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65z%22/%3E%3C/svg%3E\");\n }\n :root .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234c4f69%22%20d%3D%22m20.49%2019-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5%22/%3E%3C/svg%3E\");\n }\n :root .zgAlFc {\n color: #1e66f5;\n }\n :root .fLciMb {\n color: #4c4f69;\n }\n :root .d2IKib {\n color: #d20f39;\n }\n :root .fLciMb:hover {\n background-color: #ccd0da;\n }\n :root .kno-ftr.rpBMYb {\n color: #6c6f85;\n }\n :root .aTI8gc {\n color: #4c4f69;\n }\n :root .wwUB2c {\n color: #6c6f85;\n }\n :root .dhERQc {\n color: #eff1f5 !important;\n background-color: #1e66f5 !important;\n }\n :root .z1asCe,\n :root .ikb4Bb {\n color: #4c4f69 !important;\n }\n :root .rsGxI.Ww4FFb,\n :root .Ww4FFb {\n background-color: #eff1f5;\n }\n :root .RES9jf {\n color: #4c4f69;\n }\n :root .CSkcDe,\n :root .related-question-pair div.iDjcJe {\n color: #4c4f69;\n }\n :root .cUnQKe .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n :root .cUnQKe .ILfuVd,\n :root .cUnQKe .UiGGAb.ILfuVd {\n color: #5c5f77;\n }\n :root .ZYHQ7e {\n color: #6c6f85;\n }\n :root .VuuXrf {\n color: #4c4f69;\n }\n :root .hb8SAc,\n :root .gb_Oc a.gb_H,\n :root .gb_Oc span.gb_H {\n color: #4c4f69;\n }\n :root .TQc1id .I6TXqe {\n border-color: #acb0be;\n }\n :root .I6TXqe,\n :root .zaokob {\n background: #eff1f5;\n }\n :root .tw-lliw:hover,\n :root .tw-lliw:focus {\n background-color: #ccd0da;\n }\n :root .language_list_languages.tw-ll-top::after {\n background: linear-gradient(to bottom, rgba(239, 241, 245, 0), #eff1f5);\n }\n :root .HsZQAe {\n border-bottom-color: #acb0be;\n }\n :root .KLEmSd {\n border-bottom-color: #bcc0cc;\n }\n :root .NtaMpb .niO4u,\n :root .nZWEZc .ttwCMe,\n :root .xNzW0d,\n :root .lWzCpb {\n background-color: #eff1f5;\n }\n :root .aURkK {\n border-left-color: #bcc0cc;\n }\n :root .iRPzcb {\n border-bottom-color: #bcc0cc;\n }\n :root .related-question-pair .d0fCJc {\n color: #4c4f69;\n }\n :root cite,\n :root cite a:link,\n :root cite a:visited {\n color: #6c6f85;\n }\n :root .WZ8Tjf,\n :root .EZAeBe,\n :root .F0gfrd {\n color: #6c6f85;\n }\n :root .yDYNvb.lyLwlc {\n color: #4c4f69;\n }\n :root .H9lube {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n :root .Bi9oQd {\n background-color: #bcc0cc;\n }\n :root .akqY6 {\n background: #bcc0cc;\n }\n :root .KFFQ0c .YfftMc,\n :root .KFFQ0c .YfftMc span,\n :root .KFFQ0c .YfftMc div,\n :root .KFFQ0c .YfftMc a,\n :root g-menu.DWsAYc g-menu-item a.K1yPdf,\n :root .f3LoEf,\n :root .TXBhSe:hover,\n :root .TXBhSe:not(:hover),\n :root .r025kc.lVm3ye,\n :root .Bo9xMe,\n :root .oyj2db {\n color: #6c6f85;\n }\n :root .dyjrff,\n :root .LEwnzc {\n color: #5c5f77;\n }\n :root .ZFiwCf {\n background-color: #ccd0da;\n }\n :root .ZFiwCf:hover {\n background-color: #bcc0cc;\n }\n :root .LGwnxb,\n :root .WGwSK {\n color: #4c4f69;\n }\n :root .EsIlz {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n :root .O7G3Gd {\n color: #4c4f69;\n }\n :root .O7G3Gd:hover {\n color: #1e66f5;\n }\n :root .appbar {\n background: #eff1f5;\n border-top-color: #bcc0cc;\n }\n :root .bSeRjc:hover .fKmH1e {\n color: #5c5f77;\n background-color: #ccd0da;\n }\n :root .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n :root div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n :root .LHJvCe,\n :root .vqseUe,\n :root .dMCttd {\n color: #6c6f85;\n }\n :root .dG2XIf .xpdbox .yc7KLc {\n background-color: #eff1f5;\n }\n :root .URgIvb {\n border-color: #1e66f5;\n background-color: #1e66f5;\n }\n :root .pdpvld {\n color: #40a02b;\n }\n :root .YrbPuc {\n color: #5c5f77;\n }\n :root .y6CIle {\n background-color: #ccd0da;\n }\n :root .Yt787,\n :root .vDF3Oc.vDF3Oc .R8BTeb {\n color: #4c4f69;\n }\n :root .IDFSOe {\n background-color: #acb0be;\n }\n :root .ffmmcd,\n :root .u7yw9 .WeviRb {\n border-color: #bcc0cc;\n }\n :root .wdQNof {\n border-color: #bcc0cc;\n background-color: #eff1f5;\n }\n :root .eadHV.Ses7yd {\n color: #4c4f69 !important;\n }\n :root .f,\n :root .j04ED,\n :root .j04ED a,\n :root .j04ED a:link,\n :root .XaIwc {\n color: #6c6f85 !important;\n }\n :root #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n :root g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #dce0e8 !important;\n }\n :root .gb_2e {\n background-color: #ccd0da;\n }\n :root .gb_Ec div:first-child {\n color: #4c4f69;\n }\n :root .gb_Ec > * {\n color: #6c6f85;\n }\n :root .kLhEKe {\n background-color: #eff1f5;\n }\n :root .S8ee5.CwbYXd {\n color: #4c4f69;\n }\n :root .S8ee5 {\n background: #ccd0da;\n }\n :root .S8ee5:hover {\n background: #bcc0cc;\n }\n :root .rhHIGd {\n background-color: #acb0be;\n }\n :root .sY7ric {\n color: #4c4f69;\n }\n :root .I6a0ee {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #4c4f69;\n }\n :root .I6a0ee:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n :root .I6a0ee:focus {\n background-color: #dce0e8;\n border-color: #acb0be;\n }\n :root .pxhZNb {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n :root .d2F2Td {\n color: #4c4f69;\n }\n :root .c07z9 {\n color: #6c6f85;\n }\n :root .c07z9 a,\n :root .c07z9 a:active,\n :root .c07z9 a:link {\n color: #4c4f69;\n text-decoration-color: #6c6f85;\n }\n :root .wHYlTd {\n color: #6c6f85;\n }\n :root .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #eff1f5;\n }\n :root .fm06If .ILfuVd,\n :root .c2xzTb .ILfuVd,\n :root .Jb0Zif .c2xzTb .ILfuVd {\n color: #4c4f69;\n }\n :root .fm06If .ILfuVd b,\n :root .c2xzTb .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n :root .GKS7s {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .GKS7s:hover {\n background-color: #bcc0cc !important;\n border-color: #acb0be;\n }\n :root .yXK7lf em {\n color: #4c4f69;\n }\n :root .Lb0dA:hover {\n background-color: #ccd0da;\n }\n :root .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #1e66f5;\n }\n :root .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(30, 102, 245, 0.25);\n }\n :root .BaegVc:hover {\n background-color: #ccd0da;\n }\n :root .hdtb-tl-sel .BaegVc {\n background-color: rgba(30, 102, 245, 0.25);\n }\n :root .BaegVc:focus {\n background-color: rgba(30, 102, 245, 0.25);\n }\n :root .TZqsAd {\n background: #9ca0b0;\n }\n :root .FalWJb {\n background: #eff1f5;\n }\n :root .YeThId {\n border-top-color: #bcc0cc;\n }\n :root .k8XOCe {\n background-color: #ccd0da;\n }\n :root .s75CSd {\n color: #4c4f69;\n }\n :root .ZkkK1e,\n :root .uAbMZd {\n background: #eff1f5;\n border-color: #bcc0cc;\n }\n :root .ZkkK1e:hover,\n :root .uAbMZd:hover {\n background: #ccd0da;\n }\n :root .QjI2jc {\n color: #6c6f85;\n }\n :root .lhLbod {\n color: #6c6f85;\n }\n :root .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n :root .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #1e66f5;\n }\n :root .F75bid {\n color: #6c6f85;\n }\n :root div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n :root div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n :root .MAMMm {\n background: #e6e9ef;\n box-shadow: 0 2px 6px #dce0e8 !important;\n }\n :root [selected].nWtjMe {\n background: rgba(30, 102, 245, 0.25) !important;\n }\n :root .uZNuIf:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n :root [selected].nWtjMe .FMKtTb {\n color: #4c4f69;\n }\n :root .nWtjMe .FMKtTb {\n color: #6c6f85;\n }\n :root .GKS7s .FMKtTb,\n :root .GKS7s .RWhoyd.mol54e {\n color: #4c4f69;\n }\n :root .ePSouf .FMKtTb {\n color: #6c6f85;\n }\n :root .NkCsjc:hover {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n :root .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #4c4f69;\n }\n :root a.hisnlb {\n background: rgba(124, 127, 147, 0.25);\n }\n :root div[aria-expanded=\"true\"] .fFI3rb,\n :root div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #ccd0da !important;\n }\n :root .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #1e66f5;\n }\n :root .hdtb-mn-hd {\n color: #6c6f85;\n }\n :root .hdtb-mn-hd:hover {\n color: #4c4f69;\n }\n :root .fSnalc {\n stroke: #1e66f5;\n }\n :root .oOg6Ne {\n stroke: #df8e1d;\n }\n :root .ZqPjbb {\n stroke: #d20f39;\n }\n :root .aPiskd {\n stroke: #40a02b;\n }\n :root .s8GCU {\n background-color: #eff1f5;\n }\n :root .Lj9fsd {\n background-color: #eff1f5;\n }\n :root .jZWadf {\n background-color: #eff1f5;\n }\n :root .rQEFy,\n :root .rQEFy:hover {\n border-color: rgba(30, 102, 245, 0.25);\n background-color: rgba(30, 102, 245, 0.25);\n }\n :root .gbZSUe {\n color: #4c4f69;\n }\n :root .gbZSUe:hover {\n background: #ccd0da;\n }\n :root .XZ5MVe {\n color: #1e66f5;\n }\n :root a:visited {\n color: #8839ef;\n }\n :root .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #eff1f5 60%, #eff1f5);\n }\n :root .SvoXfb > .x5f7Bc {\n fill: #6c6f85;\n }\n :root .SvoXfb:hover > .x5f7Bc {\n fill: #4c4f69;\n }\n :root .SvoXfb:hover {\n background-color: #ccd0da;\n }\n :root .IsZvec,\n :root .yxAsKe {\n color: #6c6f85;\n }\n :root .zqrO0.k0Jjg .QuU3Wb,\n :root .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #5c5f77;\n }\n :root .uo4vr {\n color: #6c6f85;\n }\n :root .minidiv .sfbg {\n background: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n :root .aqCVJb {\n background-color: #1e66f5 !important;\n border-color: #1e66f5 !important;\n }\n :root .T8VaVe {\n color: #1e66f5;\n }\n :root .tw-ta,\n :root #tw-source-text-container .tw-ta,\n :root #tw-source-rmn-container .tw-ta {\n color: #4c4f69;\n }\n :root .tw-bilingual-marked {\n border-color: #1e66f5;\n }\n :root #tw-target {\n background-color: #ccd0da;\n }\n :root .tw-data-placeholder {\n color: #4c4f69;\n }\n :root .j1iyq {\n border-color: #acb0be;\n }\n :root .w8qArf .fl {\n color: #4c4f69 !important;\n }\n :root .HSryR a.B1uW2d {\n border-bottom-color: #acb0be;\n }\n :root .usJj9c .zz3gNc {\n color: #4c4f69;\n }\n :root .Ss2Faf a {\n color: #4c4f69;\n }\n :root .aCOpRe em,\n :root .yXK7lf em {\n color: #4c4f69;\n }\n :root .FR7ZSc .niO4u {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #1e66f5;\n }\n :root .g {\n color: #4c4f69;\n }\n :root .VSHxQ {\n color: #6c6f85;\n }\n :root .cF4V5c {\n background-color: #dce0e8 !important;\n }\n :root .cF4V5c g-menu-item a,\n :root .cF4V5c g-menu-item a:visited,\n :root .cF4V5c g-menu-item a:hover {\n color: #4c4f69;\n }\n :root .cF4V5c:hover g-menu-item:hover a,\n :root .cF4V5c:hover g-menu-item a:visited,\n :root .cF4V5c g-menu-item a:hover {\n background-color: #ccd0da;\n }\n :root .GZnQqe.LGiluc {\n border-top-color: #acb0be !important;\n }\n :root .pkWBse {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n :root .dG2XIf {\n background: #eff1f5;\n }\n :root .Z0LcW {\n color: #4c4f69;\n }\n :root .i29hTd .qLLird {\n color: #4c4f69;\n }\n :root .i29hTd .kR7nSc {\n color: #4c4f69;\n }\n :root .N6Sb2c {\n color: #6c6f85;\n }\n :root .C9iYEe {\n color: #6c6f85;\n }\n :root .KcXNxb {\n background: #eff1f5;\n }\n :root .ss6qqb .PKDVJd {\n color: #6c6f85;\n }\n :root a.oBa0Fe {\n color: #6c6f85;\n }\n :root .o6juZc {\n background-color: #ccd0da;\n }\n :root .o6juZc:hover {\n background-color: #ccd0da;\n box-shadow: 0 4px 12px #dce0e8;\n }\n :root .W6pGoe {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n :root .WdWr7c {\n border-top-color: #acb0be;\n }\n :root .sU3bKf {\n color: #4c4f69;\n }\n :root .O5OUld {\n color: #6c6f85;\n }\n :root .zP7KFe {\n background: #bcc0cc;\n }\n :root .O5OUld:hover {\n color: #1e66f5;\n }\n :root .og3lId {\n color: #4c4f69;\n }\n :root .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n :root .r8xEL {\n color: #4c4f69;\n }\n :root .ZZ7G7b {\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n :root .NZmxZe {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n :root .NZmxZe:not(.rQEFy):hover,\n :root .cj2HCb.iuN0sf .w6PoOe:hover,\n :root .CgGjZc:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n :root .ssfWCe .ZXJQ7c,\n :root .cj2HCb.iuN0sf .w6PoOe,\n :root .G2XB8d,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #6c6f85;\n }\n :root .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n :root .G2XB8d .KA8Jyb:hover,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #5c5f77;\n }\n :root .KA8Jyb {\n fill: #6c6f85;\n }\n :root .CgGjZc:hover .G2XB8d {\n color: #5c5f77;\n }\n :root .o6OF0 {\n background-color: #bcc0cc;\n }\n :root .o6OF0:hover {\n background-color: #acb0be;\n }\n :root .o6OF0 .SHFPkb {\n color: #4c4f69;\n }\n :root .o6OF0 .PnfqLc {\n color: #6c6f85;\n }\n :root .zbRPDe,\n :root .scU1d {\n color: #4c4f69;\n }\n :root .UafVBb {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n :root .mEQved {\n color: #6c6f85;\n }\n :root .goxjub > path:nth-child(1) {\n fill: #1e66f5;\n }\n :root .goxjub > path:nth-child(2) {\n fill: #40a02b;\n }\n :root .goxjub > path:nth-child(3) {\n fill: #df8e1d;\n }\n :root .goxjub > path:nth-child(4) {\n fill: #d20f39;\n }\n :root [fill=\"#34a853\"] {\n fill: #40a02b;\n }\n :root [fill=\"#4285f4\"] {\n fill: #1e66f5;\n }\n :root [fill=\"#ea4335\"] {\n fill: #d20f39;\n }\n :root [fill=\"#fbbc05\"] {\n fill: #df8e1d;\n }\n :root .ssfWCe .ZXJQ7c:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n :root .qcTKEe {\n background-color: #eff1f5;\n }\n :root .ooPrBf {\n background: #eff1f5;\n }\n :root .r9PaP {\n color: #6c6f85;\n }\n :root .r9PaP:hover {\n color: #1e66f5;\n }\n :root .H1KrKd {\n fill: #6c6f85;\n }\n :root .cEPPT {\n border-bottom-color: #bcc0cc;\n }\n :root .Ix6LGe {\n background: #eff1f5;\n box-shadow: 0 2px 10px 0 #dce0e8;\n }\n :root .Hm7Qac:hover,\n :root .EuKAde {\n background-color: #ccd0da;\n }\n :root .igM9Le {\n color: #4c4f69;\n }\n :root .irf0hb {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n :root .gb_Mc .gb_Vd button:hover svg,\n :root .gb_Mc .gb_d:hover {\n background-color: #ccd0da;\n }\n :root .gb_Mc svg,\n :root .gb_Rc.gb_Vc svg,\n :root .gb_Mc .gb_dd .gb_ld,\n :root .gb_Mc .gb_dd .gb_Lc,\n :root .gb_Mc .gb_dd .gb_fd,\n :root .gb_Rc.gb_Vc .gb_ld {\n color: #4c4f69;\n }\n :root .cEW58 {\n background-color: #ccd0da;\n }\n :root .dyAbMb {\n fill: #6c6f85;\n }\n :root .zItAnd,\n :root .zItAnd:link,\n :root .zItAnd:visited,\n :root .zItAnd:hover,\n :root .zItAnd:active {\n color: #4c4f69;\n }\n :root .zItAnd {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n :root .zItAnd:not(.MgQdud):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .fKmH1e {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #6c6f85;\n }\n :root .fKmH1e:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n :root .nfSF8e,\n :root .WRhYSc {\n color: #6c6f85;\n }\n :root .nfSF8e:hover,\n :root .WRhYSc:hover {\n background-color: #ccd0da;\n color: #6c6f85;\n }\n :root .ssJ7i {\n color: #4c4f69;\n }\n :root .iAIpCb {\n color: #6c6f85;\n }\n :root .KMdzJ,\n :root .ss6qqb .oBrLN,\n :root .ylgVCe {\n color: #5c5f77;\n }\n :root .PmPt7d {\n color: #6c6f85;\n }\n :root .gb_Mc a.gb_E,\n :root .gb_Mc span.gb_E {\n color: #4c4f69;\n }\n :root a.gb_E,\n :root span.gb_E {\n color: #4c4f69 !important;\n }\n :root .RzdJxc {\n border-top-color: #acb0be;\n }\n :root .rKnmn {\n border-top-color: #acb0be;\n }\n :root .FzCfme {\n color: #6c6f85;\n }\n :root .hMJ0yc {\n color: #6c6f85;\n }\n :root .yg51vc {\n background-color: #eff1f5;\n }\n :root .hdtb-mitem a {\n color: #6c6f85;\n }\n :root .hdtb-mitem .GOE98c,\n :root .hdtb-mitem a,\n :root .hdtb-mitem.hdtb-msel,\n :root .t2vtad {\n color: #6c6f85;\n }\n :root .t2vtad:not(.hdtb-tl-sel) {\n color: #6c6f85;\n }\n :root .dG2XIf .xpdopen .mJ2Mod {\n border-color: #bcc0cc;\n }\n :root .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n box-shadow: 0 1px 1px #dce0e8;\n }\n :root .hdtb-mitem:hover .GOE98c:hover,\n :root .hdtb-mitem:hover a,\n :root .hdtb-mitem.hdtb-msel,\n :root .t2vtad:hover {\n color: #1e66f5;\n }\n :root .w6PoOe {\n color: #6c6f85;\n }\n :root .w6PoOe:hover {\n color: #4c4f69;\n }\n :root .Lj9fsd.DU1Mzb {\n background-color: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n :root .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #bcc0cc !important;\n }\n :root .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #ccd0da;\n }\n :root .FjVBEd {\n color: #40a02b;\n }\n :root title-with-lhs-icon:hover .ekf0x h3 {\n color: #1e66f5;\n }\n :root .GmE3X {\n color: #4c4f69;\n }\n :root .iv236 {\n color: #4c4f69;\n }\n :root .GLcBOb {\n border-bottom-color: #bcc0cc;\n }\n :root .ss6qqb .Ui2TZ {\n color: #4c4f69;\n }\n :root .wx62f {\n color: #6c6f85;\n }\n :root #rhs .u7yw9 {\n border-left-color: #bcc0cc;\n }\n :root .ss6qqb .Jk5Tjc {\n border-color: #acb0be;\n }\n :root #rhs .u7yw9 .cLjAic {\n border-bottom-color: #bcc0cc;\n }\n :root .JNkvid .HnYYW {\n color: #4c4f69;\n }\n :root .aokhrd .TZahnb {\n border-left-color: #bcc0cc;\n }\n :root .Cx1ZMc {\n color: #6c6f85;\n }\n :root .CBPSbf {\n background-color: #eff1f5;\n }\n :root .E74aCb {\n color: #4c4f69;\n }\n :root .OE86Gc {\n background-color: #eff1f5;\n color: #4c4f69;\n fill: #4c4f69;\n }\n :root .c72nic {\n color: #4c4f69;\n }\n :root .GXMTjb {\n background-color: #eff1f5;\n border-color: #ccd0da;\n }\n :root .A9y7kf {\n color: #6c6f85;\n }\n :root .OE86Gc a {\n color: #1e66f5;\n }\n :root .Es2Et {\n color: #6c6f85;\n }\n :root .KwJT0.VqKh3b div div {\n background-color: #eff1f5;\n fill: #4c4f69;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n :root .rx7XFb {\n background-color: #ccd0da;\n }\n :root .VP31Vb {\n color: #4c4f69;\n }\n :root .HXQjqf {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n :root .SW5pqf {\n color: #1e66f5;\n }\n :root .rQEFy:hover {\n color: #1e66f5;\n }\n :root .hdtb-tl-sel {\n border-color: #acb0be;\n background: #ccd0da;\n color: #4c4f69;\n }\n :root .hdtb-tl-sel:focus {\n border-color: #acb0be;\n background: #ccd0da;\n color: #1e66f5;\n }\n :root .t2vtad:active,\n :root .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #ccd0da !important;\n box-shadow: inset 0 1px 2px #dce0e8 !important;\n }\n :root .gTl8xb {\n border-color: #6c6f85 transparent;\n }\n :root .hdtb-mn-hd:hover .gTl8xb {\n border-color: #4c4f69 transparent;\n }\n :root .h3L8Ub .yMAEcf {\n background: #ccd0da;\n border-color: #acb0be;\n }\n :root .ynRric {\n color: #6c6f85;\n }\n :root .cRV9hb .pcTkSc .wM6W7d {\n color: #4c4f69;\n }\n :root .h3L8Ub .yMAEcf.sbhl {\n background-color: #bcc0cc;\n }\n :root .sbhl {\n background: #bcc0cc;\n }\n :root .CjiZvb,\n :root .GZnQqe.EpPYLd:active {\n background-color: #ccd0da;\n }\n :root .PyJv1b {\n color: #4c4f69;\n }\n :root .REySof {\n color: #7c7f93 !important;\n }\n :root .NQyKp {\n color: #ccd0da !important;\n background: #209fb5 !important;\n }\n :root .b0Xfjd {\n color: #eff1f5 !important;\n }\n :root .LiOdre {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n :root .LiOdre:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n :root .LiOdre:focus {\n border-color: #1e66f5;\n }\n :root .mfsgsd {\n color: #4c4f69;\n }\n :root .GCSyeb {\n background: #bcc0cc;\n }\n :root .IVvPP .cLjAic.WY0eLb,\n :root .Hwkikb.WY0eLb {\n border-left-color: #bcc0cc;\n }\n :root .mQo3nc {\n background-color: #ccd0da;\n color: #6c6f85 !important;\n }\n :root .cfBJGe {\n color: #4c4f69;\n }\n :root .f6F9Be {\n background: #e6e9ef;\n }\n :root .KwU3F {\n color: #1e66f5;\n }\n :root .b0KoTc {\n color: #4c4f69;\n }\n :root .dfB0uf {\n color: #4c4f69;\n }\n :root .unknown_loc {\n background: #4c4f69;\n }\n :root .GS5rRd {\n color: #1e66f5;\n }\n :root .xSQxL {\n color: #1e66f5;\n }\n :root .smiUbb {\n color: #4c4f69;\n }\n :root .b2hzT {\n border-bottom-color: #ccd0da;\n }\n :root #swml {\n border-left-color: #ccd0da;\n }\n :root .KXbwLb {\n background-color: #acb0be;\n }\n :root .WZH4jc .VknLRd .GNJvt {\n background: #ccd0da;\n }\n :root .WZH4jc .VknLRd:hover .GNJvt {\n background: #bcc0cc;\n }\n :root .GNJvt {\n color: #4c4f69;\n }\n :root .fJOpI.H9lube {\n background-color: #1e66f5 !important;\n border-color: #1e66f5;\n }\n :root .XNo5Ab.XNo5Ab {\n color: #eff1f5 !important;\n fill: #eff1f5 !important;\n }\n :root .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #4c4f69 !important;\n }\n :root .xEzgBc {\n color: #4c4f69 !important;\n }\n :root .Ss2Faf.sq4Bpf {\n color: #4c4f69 !important;\n }\n :root .ea0Lbe {\n background: #ccd0da;\n }\n :root .f6GA0,\n :root .CacfB,\n :root .Ua7Yuf {\n background: #eff1f5;\n }\n :root .DV7the {\n color: #1e66f5;\n }\n :root .ZeVBtc {\n color: #6c6f85;\n }\n :root .cB9M7 {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n :root .cB9M7:hover {\n border-color: #acb0be;\n }\n :root .cB9M7:focus {\n border-color: #1e66f5;\n }\n :root .Qwbd3 {\n background: #ccd0da;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n :root .Qwbd3:hover {\n background: #bcc0cc;\n border-color: #acb0be;\n }\n :root .ArIAXb {\n fill: #ccd0da;\n }\n :root .qOFLsb {\n fill: #ccd0da;\n }\n :root .aHK1bd {\n color: #6c6f85;\n }\n :root .diOlIe {\n border-top-color: #9ca0b0;\n }\n :root .p4pvTd {\n color: #4c4f69;\n }\n :root .gIYJUc {\n background: #eff1f5 !important;\n border-color: #bcc0cc !important;\n }\n :root .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #40a02b !important;\n }\n :root .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #1e66f5 !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #d20f39 !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #df8e1d !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #1e66f5 !important;\n }\n :root .CbAZb {\n background: #eff1f5;\n border-bottom-color: #ccd0da;\n }\n :root .S8wJ3 {\n color: #4c4f69 !important;\n }\n :root .ZI7elf {\n color: #4c4f69 !important;\n }\n :root .tGS0Nc {\n color: #4c4f69;\n }\n :root .kzt0Nc a {\n color: #6c6f85 !important;\n }\n :root .fgc1P,\n :root .N7KPxb {\n border-top-color: #ccd0da !important;\n }\n :root .kQEH5b {\n color: #6c6f85 !important;\n }\n :root .kNKdL {\n color: #4c4f69 !important;\n }\n :root .q0yked:hover {\n background-color: #e6e9ef !important;\n }\n :root .Oz5Rbb:hover {\n background: #e6e9ef !important;\n }\n :root .lwwARb {\n background-color: #dce0e8 !important;\n }\n :root .LO47Ff {\n color: #4c4f69;\n }\n :root .j8PBfc {\n color: #6c6f85;\n }\n :root .act-tim-txt-cnt {\n color: #4c4f69;\n }\n :root .act-switch-area {\n background-color: #eff1f5 !important;\n }\n :root .q8U8x > div:nth-child(1) {\n background-color: #eff1f5 !important;\n }\n :root .EwDHG,\n :root .vNdLpe,\n :root .vNdLpe:visited {\n color: #6c6f85 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #a5adcb;\n }\n :root ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root,\n :root body {\n background: #24273a !important;\n --uv-styles-color-surface: #181926;\n --uv-styles-color-tertiary: #363a4f;\n --uv-styles-color-secondary: rgba(138, 173, 244, 0.25);\n --uv-styles-color-text-primary: #8aadf4;\n --uv-styles-color-icon-default: #cad3f5;\n --uv-styles-color-text-emphasis: #cad3f5;\n --uv-styles-color-icon-on-secondary: #a5adcb;\n --uv-styles-color-on-tertiary: #cad3f5;\n --uv-styles-color-icon-on-tertiary: #cad3f5;\n --xhUGwc: #24273a;\n --bbQxAb: #cad3f5;\n --IXoxUe: #a5adcb;\n --COEmY: #cad3f5;\n --YLNNHc: #cad3f5;\n --gS5jXb: #363a4f;\n --EpFNW: #1e2030;\n --tefdc5886c2f04483: #cad3f5;\n --te8f1ea4d4928be48: #cad3f5 !important;\n --ta884a309a24f44f4: #a5adcb !important;\n --tdee01b39543f1cac: #24273a !important;\n --tcc8c9ef487836e2b: #363a4f !important;\n --ta83cba65577ef850: #8aadf4 !important;\n --t7d1a3050c2c1c0a5: #cad3f5 !important;\n --t6a0469853a1a02c1: #cad3f5 !important;\n --t5feec22832a0fdd6: #363a4f !important;\n --t342c96645d13ae13: #7dc4e4 !important;\n --t6c7325fca9d536d4: #cad3f5 !important;\n --tf7148cf5018d5074: #cad3f5 !important;\n --t9ab8d922307d428d: #cad3f5;\n --t62e84c71989f1975: #ed8796 !important;\n --tc9db399ed82142e1: #a6da95 !important;\n --uv-styles-color-text-default: #a5adcb !important;\n --uv-styles-color-review-stars: #eed49f !important;\n }\n :root .z4R3Z.yb2zA {\n color: #8aadf4 !important;\n }\n :root .z4R3Z {\n color: #cad3f5 !important;\n }\n :root .PNCib.fT6ABc::after {\n background-color: #494d64 !important;\n border-color: #8aadf4 !important;\n }\n :root .Usd1Ac {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n }\n :root .P77izf {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n :root .VfPpkd-StrnGf-rymPhb-f7MjDc,\n :root .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #7dc4e4 !important;\n }\n :root .EL3pcf {\n color: #7dc4e4 !important;\n }\n :root .bVfPpkd-StrnGf-rymPhb,\n :root .DMZ54e {\n color: #cad3f5 !important;\n }\n :root .VfPpkd-pafCAf,\n :root .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #1e2030 !important;\n }\n :root .VfPpkd-l6JLsf::after {\n background-color: #8aadf4 !important;\n }\n :root .VfPpkd-l6JLsf::before {\n background-color: #5b6078 !important;\n }\n :root .VfPpkd-uMhiad::after {\n background: #6e738d;\n }\n :root .dmaMHc {\n background-color: #363a4f !important;\n }\n :root .AJxgH {\n background-color: #1e2030 !important;\n }\n :root .VfPpkd-cTi5dd {\n color: #7dc4e4 !important;\n }\n :root .z7T1i,\n :root .nEklgc {\n background-color: #363a4f;\n }\n :root .rbYSKb {\n color: #a5adcb;\n }\n :root .FuOudf {\n color: #a5adcb;\n }\n :root .zRQJhd {\n background-color: #24273a !important;\n }\n :root .XH1CIc {\n color: #a5adcb;\n }\n :root .pno7A.hU1rMc .Tqvz7b,\n :root .pno7A.rfUaPd .SwDSDf {\n color: #b8c0e0;\n }\n :root .pno7A.rfUaPd .Tqvz7b {\n color: #cad3f5;\n }\n :root .tR3EBc {\n background-color: #1e2030;\n }\n :root .AOvabd,\n :root .dxp44d {\n background: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n }\n :root .AOvabd:hover,\n :root .dxp44d:hover {\n background-color: #494d64;\n border-color: #494d64;\n }\n :root .zbvg1c {\n color: #cad3f5;\n }\n :root .UUhRt {\n background-color: #8aadf4;\n color: #1e2030;\n border-color: #8aadf4;\n }\n :root .UUhRt:hover {\n background-color: #91d7e3;\n border-color: #91d7e3;\n }\n :root .tw-lliw.item-selected .language_list_item {\n color: #8aadf4;\n }\n :root .qv3Wpe {\n color: #cad3f5;\n }\n :root .TIGsTb {\n border-color: #363a4f;\n }\n :root .TIGsTb:hover {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root .MEdqYd,\n :root .feqqG {\n background: #5b6078;\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root .MEdqYd:hover,\n :root .feqqG:hover {\n background-color: #6e738d;\n border-color: #6e738d;\n }\n :root .H73aad,\n :root .H73aadhover {\n background-color: #1e2030 !important;\n border-color: #363a4f !important;\n }\n :root .AQtWSd,\n :root .ulmfef,\n :root .xCBykf,\n :root .m2E3md {\n color: #8aadf4;\n }\n :root .joHe2d {\n background-color: #24273a !important;\n box-shadow: 0 1px 0 #24273a !important;\n }\n :root .xt8Uw,\n :root .ipwqjc,\n :root .Bk8Hxd:link,\n :root .ucRBdc,\n :root .PDzHbe,\n :root .pt3Hdf,\n :root .Cv2Brc,\n :root .IFGUre,\n :root .review-dialog {\n color: #cad3f5;\n }\n :root .GK1a5e {\n background-color: #cad3f5;\n }\n :root .RC9d6e {\n border-top-color: #cad3f5;\n }\n :root .IFmkIb.IFmkIb {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .ab_button {\n background-image: linear-gradient(to top, #363a4f, #24273a);\n background-color: #363a4f;\n border-color: #494d64;\n }\n :root .PGbOqf {\n background-color: #7dc4e4;\n }\n :root .yAbdSd {\n color: #ed8796;\n }\n :root .ycghLd {\n background-color: #ed8796;\n border-color: #ed8796;\n }\n :root .IRH78d,\n :root .CFjcj,\n :root .HkuhB {\n color: #a5adcb;\n }\n :root .l2gNXd {\n background-color: #eed49f;\n }\n :root .uVGhGc,\n :root .hIqKNb {\n background-color: #363a4f;\n }\n :root .tcuWYc {\n background-image: linear-gradient(#6e738d 1px, rgba(255, 255, 255, 0) 0);\n }\n :root .qk7LXc.Fb1AKc,\n :root .fAt9Jd,\n :root .SME0md,\n :root .ipwqjc {\n background-color: #24273a !important;\n }\n :root .ttBXeb,\n :root .NDTw3e.K7R36c,\n :root .knowledge-finance-wholepage-chart__fw-uch .uch-svg {\n color: #a5adcb;\n }\n :root .sQ6RSc {\n fill: #cad3f5;\n }\n :root .egcvbb {\n border-color: #5b6078;\n }\n :root .egcvbb:hover {\n border-color: #cad3f5;\n }\n :root .knowledge-finance-wholepage-chart__hover-card {\n background-color: #24273a;\n }\n :root .knowledge-finance-wholepage-chart__hover-card-time {\n color: #a5adcb;\n }\n :root .fw-ch-sel .KWk7r.qUjgX {\n background-color: #363a4f;\n color: #8aadf4;\n }\n :root .gb_Ka.gb_f,\n :root .gb_Na.gb_f,\n :root #gb {\n background-color: #24273a !important;\n }\n :root .gb_Ka.gb_f svg,\n :root .gb_Na.gb_f svg,\n :root #gb svg,\n :root .gb_Ka.gb_f .gb_Rc svg,\n :root .gb_Na.gb_f .gb_Rc svg,\n :root #gb .gb_Rc svg,\n :root .gb_Ka.gb_f .gb_dd .gb_ld,\n :root .gb_Na.gb_f .gb_dd .gb_ld,\n :root #gb .gb_dd .gb_ld,\n :root .gb_Ka.gb_f .gb_3c .gb_ld,\n :root .gb_Na.gb_f .gb_3c .gb_ld,\n :root #gb .gb_3c .gb_ld {\n color: #cad3f5;\n }\n :root .gb_Nc a.gb_F,\n :root .gb_Nc span.gb_F {\n color: #cad3f5;\n }\n :root .uU7dJb {\n border-bottom-color: #363a4f;\n background-color: #1e2030;\n color: #b8c0e0;\n }\n :root .gb_Nc .gb_d:hover {\n background-color: #363a4f;\n }\n :root .KxwPGc {\n background-color: #1e2030;\n }\n :root .HJSKzf {\n color: #cad3f5;\n }\n :root .gbqfba,\n :root .lJ9FBc input[type=\"submit\"] {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #494d64;\n }\n :root .gbqfba:hover,\n :root .lJ9FBc input[type=\"submit\"]:hover {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .UxeQfc,\n :root .s7d4ef,\n :root .yXu61c,\n :root .X6JNf,\n :root .BERAof,\n :root .oxbMzd,\n :root .A5s9h,\n :root .V9Wb7c,\n :root .GVUPk,\n :root .GyAeWb,\n :root .A0hi5,\n :root .Tme6jf {\n background-color: #24273a !important;\n }\n :root .d3o3Ad,\n :root .sZKvbe {\n fill: #a6da95 !important;\n }\n :root .Fzsovc,\n :root .cwYVJe,\n :root .RJPOee,\n :root .vM0jzc,\n :root .clOx1e,\n :root .vDF3Oc.vDF3Oc .R8BTeb,\n :root .vDF3Oc.vDF3Oc .ouxCkc,\n :root .Yt787,\n :root .mulB1,\n :root .xUc8Ie,\n :root .sfgTZc,\n :root .I6Kpxd,\n :root .cQEt3 {\n color: #cad3f5 !important;\n }\n :root .yQLaje,\n :root .tVoQIb,\n :root .f9nOyf,\n :root .kHtcsd,\n :root .DopHqc,\n :root .p7bv,\n :root .ar9V1,\n :root .DfMusf,\n :root .y6CIle,\n :root .JukT7c,\n :root .xUc8Ie.BXdrne,\n :root .sEqX7e,\n :root .ZFiwCf {\n background-color: #363a4f !important;\n }\n :root .xUc8Ie.BXdrne,\n :root .YUg0se,\n :root .WGbsof {\n border-color: #5b6078 !important;\n }\n :root .NOo3C {\n color: #b8c0e0;\n }\n :root .WGbsof[selected] {\n background-color: #8aadf4;\n border-color: #8aadf4 !important;\n }\n :root .pHiOh,\n :root a.pHiOh {\n color: #b8c0e0 !important;\n }\n :root a {\n color: #8aadf4;\n }\n :root .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n :root .RNNXgb:hover,\n :root .sbfc .RNNXgb {\n background: #363a4f !important;\n border-color: #363a4f;\n box-shadow: 0 1px 6px 0 #181926;\n }\n :root .minidiv .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n :root .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #181926;\n }\n :root .HSryR .KsRP6 {\n border-color: #5b6078;\n }\n :root .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #181926;\n background: #363a4f;\n border-color: #363a4f;\n }\n :root .aajZCb {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n :root .xtSCL {\n border-top-color: #5b6078;\n }\n :root .sbct:hover {\n background-color: #494d64;\n }\n :root .WggQGd {\n color: #c6a0f6 !important;\n }\n :root .JCHpcb {\n color: #a5adcb;\n }\n :root .JCHpcb:hover {\n color: #8aadf4;\n }\n :root .wM6W7d,\n :root .ABAbCc {\n color: #cad3f5;\n }\n :root .uDetx {\n fill: #cad3f5;\n }\n :root .ExCKkf,\n :root .BjWz4c {\n color: #a5adcb;\n }\n :root .ACRAdd {\n border-left-color: #6e738d;\n }\n :root .Pvpvv {\n background-color: #181926;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .w9dUj {\n color: #cad3f5 !important;\n }\n :root .Pvpvv .zE5Aq,\n :root .adnFRd,\n :root .XfJHbe {\n color: #8aadf4;\n }\n :root .CS4h3e {\n background-color: #a5adcb;\n }\n :root .Pvpvv .xyGai {\n color: #cad3f5;\n }\n :root #SIvCob {\n color: #cad3f5;\n }\n :root .gb_Jc a.gb_B,\n :root .gb_Jc span.gb_B {\n color: #cad3f5;\n }\n :root .gb_Jc svg,\n :root .gb_Oc.gb_Sc svg,\n :root .gb_Jc .gb_ad .gb_id,\n :root .gb_Jc .gb_ad .gb_Ic,\n :root .gb_Jc .gb_ad .gb_cd,\n :root .gb_Oc.gb_Sc .gb_id {\n color: #cad3f5;\n }\n :root .gb_Ka svg,\n :root .gb_Oc svg,\n :root .gb_ad .gb_id,\n :root .gb_0c .gb_id {\n color: #cad3f5;\n }\n :root .gLFyf {\n color: #cad3f5;\n }\n :root .QCzoEc {\n color: #939ab7;\n }\n :root .szppmdbYutt__middle-slot-promo {\n color: #cad3f5;\n }\n :root .gb_Jc .gb_Ud button:hover svg,\n :root .gb_Jc .gb_d:hover {\n background-color: #363a4f;\n }\n :root .gb_Jc .gb_Ud.gb_qe button:hover svg,\n :root .gb_Ud button:hover svg,\n :root .gb_d:hover {\n background-color: #363a4f;\n }\n :root .gb_We {\n background: #1e2030;\n color: #cad3f5;\n }\n :root a.gb_B,\n :root span.gb_B {\n color: #cad3f5;\n }\n :root .gb_zc div:first-child {\n color: #cad3f5;\n }\n :root .gb_zc > * {\n color: #a5adcb;\n }\n :root .ClJ9Yb {\n color: #a5adcb;\n }\n :root .sfbg {\n background-color: #24273a;\n }\n :root .jfN4p,\n :root .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M225%203v65h-9.5V3z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14m-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91S16.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03s10.84%2025.03%2024.7%2025.03c8.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65z%22/%3E%3C/svg%3E\");\n }\n :root .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.49%2019-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5%22/%3E%3C/svg%3E\");\n }\n :root .zgAlFc {\n color: #8aadf4;\n }\n :root .fLciMb {\n color: #cad3f5;\n }\n :root .d2IKib {\n color: #ed8796;\n }\n :root .fLciMb:hover {\n background-color: #363a4f;\n }\n :root .kno-ftr.rpBMYb {\n color: #a5adcb;\n }\n :root .aTI8gc {\n color: #cad3f5;\n }\n :root .wwUB2c {\n color: #a5adcb;\n }\n :root .dhERQc {\n color: #24273a !important;\n background-color: #8aadf4 !important;\n }\n :root .z1asCe,\n :root .ikb4Bb {\n color: #cad3f5 !important;\n }\n :root .rsGxI.Ww4FFb,\n :root .Ww4FFb {\n background-color: #24273a;\n }\n :root .RES9jf {\n color: #cad3f5;\n }\n :root .CSkcDe,\n :root .related-question-pair div.iDjcJe {\n color: #cad3f5;\n }\n :root .cUnQKe .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n :root .cUnQKe .ILfuVd,\n :root .cUnQKe .UiGGAb.ILfuVd {\n color: #b8c0e0;\n }\n :root .ZYHQ7e {\n color: #a5adcb;\n }\n :root .VuuXrf {\n color: #cad3f5;\n }\n :root .hb8SAc,\n :root .gb_Oc a.gb_H,\n :root .gb_Oc span.gb_H {\n color: #cad3f5;\n }\n :root .TQc1id .I6TXqe {\n border-color: #5b6078;\n }\n :root .I6TXqe,\n :root .zaokob {\n background: #24273a;\n }\n :root .tw-lliw:hover,\n :root .tw-lliw:focus {\n background-color: #363a4f;\n }\n :root .language_list_languages.tw-ll-top::after {\n background: linear-gradient(to bottom, rgba(36, 39, 58, 0), #24273a);\n }\n :root .HsZQAe {\n border-bottom-color: #5b6078;\n }\n :root .KLEmSd {\n border-bottom-color: #494d64;\n }\n :root .NtaMpb .niO4u,\n :root .nZWEZc .ttwCMe,\n :root .xNzW0d,\n :root .lWzCpb {\n background-color: #24273a;\n }\n :root .aURkK {\n border-left-color: #494d64;\n }\n :root .iRPzcb {\n border-bottom-color: #494d64;\n }\n :root .related-question-pair .d0fCJc {\n color: #cad3f5;\n }\n :root cite,\n :root cite a:link,\n :root cite a:visited {\n color: #a5adcb;\n }\n :root .WZ8Tjf,\n :root .EZAeBe,\n :root .F0gfrd {\n color: #a5adcb;\n }\n :root .yDYNvb.lyLwlc {\n color: #cad3f5;\n }\n :root .H9lube {\n background-color: #24273a;\n border-color: #5b6078;\n }\n :root .Bi9oQd {\n background-color: #494d64;\n }\n :root .akqY6 {\n background: #494d64;\n }\n :root .KFFQ0c .YfftMc,\n :root .KFFQ0c .YfftMc span,\n :root .KFFQ0c .YfftMc div,\n :root .KFFQ0c .YfftMc a,\n :root g-menu.DWsAYc g-menu-item a.K1yPdf,\n :root .f3LoEf,\n :root .TXBhSe:hover,\n :root .TXBhSe:not(:hover),\n :root .r025kc.lVm3ye,\n :root .Bo9xMe,\n :root .oyj2db {\n color: #a5adcb;\n }\n :root .dyjrff,\n :root .LEwnzc {\n color: #b8c0e0;\n }\n :root .ZFiwCf {\n background-color: #363a4f;\n }\n :root .ZFiwCf:hover {\n background-color: #494d64;\n }\n :root .LGwnxb,\n :root .WGwSK {\n color: #cad3f5;\n }\n :root .EsIlz {\n background-color: #24273a;\n border-color: #494d64;\n }\n :root .O7G3Gd {\n color: #cad3f5;\n }\n :root .O7G3Gd:hover {\n color: #8aadf4;\n }\n :root .appbar {\n background: #24273a;\n border-top-color: #494d64;\n }\n :root .bSeRjc:hover .fKmH1e {\n color: #b8c0e0;\n background-color: #363a4f;\n }\n :root .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n :root div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n :root .LHJvCe,\n :root .vqseUe,\n :root .dMCttd {\n color: #a5adcb;\n }\n :root .dG2XIf .xpdbox .yc7KLc {\n background-color: #24273a;\n }\n :root .URgIvb {\n border-color: #8aadf4;\n background-color: #8aadf4;\n }\n :root .pdpvld {\n color: #a6da95;\n }\n :root .YrbPuc {\n color: #b8c0e0;\n }\n :root .y6CIle {\n background-color: #363a4f;\n }\n :root .Yt787,\n :root .vDF3Oc.vDF3Oc .R8BTeb {\n color: #cad3f5;\n }\n :root .IDFSOe {\n background-color: #5b6078;\n }\n :root .ffmmcd,\n :root .u7yw9 .WeviRb {\n border-color: #494d64;\n }\n :root .wdQNof {\n border-color: #494d64;\n background-color: #24273a;\n }\n :root .eadHV.Ses7yd {\n color: #cad3f5 !important;\n }\n :root .f,\n :root .j04ED,\n :root .j04ED a,\n :root .j04ED a:link,\n :root .XaIwc {\n color: #a5adcb !important;\n }\n :root #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n :root g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #181926 !important;\n }\n :root .gb_2e {\n background-color: #363a4f;\n }\n :root .gb_Ec div:first-child {\n color: #cad3f5;\n }\n :root .gb_Ec > * {\n color: #a5adcb;\n }\n :root .kLhEKe {\n background-color: #24273a;\n }\n :root .S8ee5.CwbYXd {\n color: #cad3f5;\n }\n :root .S8ee5 {\n background: #363a4f;\n }\n :root .S8ee5:hover {\n background: #494d64;\n }\n :root .rhHIGd {\n background-color: #5b6078;\n }\n :root .sY7ric {\n color: #cad3f5;\n }\n :root .I6a0ee {\n background-color: #24273a;\n border-color: #5b6078;\n color: #cad3f5;\n }\n :root .I6a0ee:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n :root .I6a0ee:focus {\n background-color: #181926;\n border-color: #5b6078;\n }\n :root .pxhZNb {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n :root .d2F2Td {\n color: #cad3f5;\n }\n :root .c07z9 {\n color: #a5adcb;\n }\n :root .c07z9 a,\n :root .c07z9 a:active,\n :root .c07z9 a:link {\n color: #cad3f5;\n text-decoration-color: #a5adcb;\n }\n :root .wHYlTd {\n color: #a5adcb;\n }\n :root .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #24273a;\n }\n :root .fm06If .ILfuVd,\n :root .c2xzTb .ILfuVd,\n :root .Jb0Zif .c2xzTb .ILfuVd {\n color: #cad3f5;\n }\n :root .fm06If .ILfuVd b,\n :root .c2xzTb .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n :root .GKS7s {\n background: #363a4f;\n border-color: #494d64;\n }\n :root .GKS7s:hover {\n background-color: #494d64 !important;\n border-color: #5b6078;\n }\n :root .yXK7lf em {\n color: #cad3f5;\n }\n :root .Lb0dA:hover {\n background-color: #363a4f;\n }\n :root .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #8aadf4;\n }\n :root .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(138, 173, 244, 0.25);\n }\n :root .BaegVc:hover {\n background-color: #363a4f;\n }\n :root .hdtb-tl-sel .BaegVc {\n background-color: rgba(138, 173, 244, 0.25);\n }\n :root .BaegVc:focus {\n background-color: rgba(138, 173, 244, 0.25);\n }\n :root .TZqsAd {\n background: #6e738d;\n }\n :root .FalWJb {\n background: #24273a;\n }\n :root .YeThId {\n border-top-color: #494d64;\n }\n :root .k8XOCe {\n background-color: #363a4f;\n }\n :root .s75CSd {\n color: #cad3f5;\n }\n :root .ZkkK1e,\n :root .uAbMZd {\n background: #24273a;\n border-color: #494d64;\n }\n :root .ZkkK1e:hover,\n :root .uAbMZd:hover {\n background: #363a4f;\n }\n :root .QjI2jc {\n color: #a5adcb;\n }\n :root .lhLbod {\n color: #a5adcb;\n }\n :root .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n :root .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #8aadf4;\n }\n :root .F75bid {\n color: #a5adcb;\n }\n :root div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n :root div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n :root .MAMMm {\n background: #1e2030;\n box-shadow: 0 2px 6px #181926 !important;\n }\n :root [selected].nWtjMe {\n background: rgba(138, 173, 244, 0.25) !important;\n }\n :root .uZNuIf:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root [selected].nWtjMe .FMKtTb {\n color: #cad3f5;\n }\n :root .nWtjMe .FMKtTb {\n color: #a5adcb;\n }\n :root .GKS7s .FMKtTb,\n :root .GKS7s .RWhoyd.mol54e {\n color: #cad3f5;\n }\n :root .ePSouf .FMKtTb {\n color: #a5adcb;\n }\n :root .NkCsjc:hover {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n :root .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #cad3f5;\n }\n :root a.hisnlb {\n background: rgba(147, 154, 183, 0.25);\n }\n :root div[aria-expanded=\"true\"] .fFI3rb,\n :root div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #363a4f !important;\n }\n :root .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #8aadf4;\n }\n :root .hdtb-mn-hd {\n color: #a5adcb;\n }\n :root .hdtb-mn-hd:hover {\n color: #cad3f5;\n }\n :root .fSnalc {\n stroke: #8aadf4;\n }\n :root .oOg6Ne {\n stroke: #eed49f;\n }\n :root .ZqPjbb {\n stroke: #ed8796;\n }\n :root .aPiskd {\n stroke: #a6da95;\n }\n :root .s8GCU {\n background-color: #24273a;\n }\n :root .Lj9fsd {\n background-color: #24273a;\n }\n :root .jZWadf {\n background-color: #24273a;\n }\n :root .rQEFy,\n :root .rQEFy:hover {\n border-color: rgba(138, 173, 244, 0.25);\n background-color: rgba(138, 173, 244, 0.25);\n }\n :root .gbZSUe {\n color: #cad3f5;\n }\n :root .gbZSUe:hover {\n background: #363a4f;\n }\n :root .XZ5MVe {\n color: #8aadf4;\n }\n :root a:visited {\n color: #c6a0f6;\n }\n :root .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #24273a 60%, #24273a);\n }\n :root .SvoXfb > .x5f7Bc {\n fill: #a5adcb;\n }\n :root .SvoXfb:hover > .x5f7Bc {\n fill: #cad3f5;\n }\n :root .SvoXfb:hover {\n background-color: #363a4f;\n }\n :root .IsZvec,\n :root .yxAsKe {\n color: #a5adcb;\n }\n :root .zqrO0.k0Jjg .QuU3Wb,\n :root .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #b8c0e0;\n }\n :root .uo4vr {\n color: #a5adcb;\n }\n :root .minidiv .sfbg {\n background: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n :root .aqCVJb {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root .T8VaVe {\n color: #8aadf4;\n }\n :root .tw-ta,\n :root #tw-source-text-container .tw-ta,\n :root #tw-source-rmn-container .tw-ta {\n color: #cad3f5;\n }\n :root .tw-bilingual-marked {\n border-color: #8aadf4;\n }\n :root #tw-target {\n background-color: #363a4f;\n }\n :root .tw-data-placeholder {\n color: #cad3f5;\n }\n :root .j1iyq {\n border-color: #5b6078;\n }\n :root .w8qArf .fl {\n color: #cad3f5 !important;\n }\n :root .HSryR a.B1uW2d {\n border-bottom-color: #5b6078;\n }\n :root .usJj9c .zz3gNc {\n color: #cad3f5;\n }\n :root .Ss2Faf a {\n color: #cad3f5;\n }\n :root .aCOpRe em,\n :root .yXK7lf em {\n color: #cad3f5;\n }\n :root .FR7ZSc .niO4u {\n background-color: #24273a;\n border-color: #5b6078;\n color: #8aadf4;\n }\n :root .g {\n color: #cad3f5;\n }\n :root .VSHxQ {\n color: #a5adcb;\n }\n :root .cF4V5c {\n background-color: #181926 !important;\n }\n :root .cF4V5c g-menu-item a,\n :root .cF4V5c g-menu-item a:visited,\n :root .cF4V5c g-menu-item a:hover {\n color: #cad3f5;\n }\n :root .cF4V5c:hover g-menu-item:hover a,\n :root .cF4V5c:hover g-menu-item a:visited,\n :root .cF4V5c g-menu-item a:hover {\n background-color: #363a4f;\n }\n :root .GZnQqe.LGiluc {\n border-top-color: #5b6078 !important;\n }\n :root .pkWBse {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n :root .dG2XIf {\n background: #24273a;\n }\n :root .Z0LcW {\n color: #cad3f5;\n }\n :root .i29hTd .qLLird {\n color: #cad3f5;\n }\n :root .i29hTd .kR7nSc {\n color: #cad3f5;\n }\n :root .N6Sb2c {\n color: #a5adcb;\n }\n :root .C9iYEe {\n color: #a5adcb;\n }\n :root .KcXNxb {\n background: #24273a;\n }\n :root .ss6qqb .PKDVJd {\n color: #a5adcb;\n }\n :root a.oBa0Fe {\n color: #a5adcb;\n }\n :root .o6juZc {\n background-color: #363a4f;\n }\n :root .o6juZc:hover {\n background-color: #363a4f;\n box-shadow: 0 4px 12px #181926;\n }\n :root .W6pGoe {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n :root .WdWr7c {\n border-top-color: #5b6078;\n }\n :root .sU3bKf {\n color: #cad3f5;\n }\n :root .O5OUld {\n color: #a5adcb;\n }\n :root .zP7KFe {\n background: #494d64;\n }\n :root .O5OUld:hover {\n color: #8aadf4;\n }\n :root .og3lId {\n color: #cad3f5;\n }\n :root .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #181926;\n }\n :root .r8xEL {\n color: #cad3f5;\n }\n :root .ZZ7G7b {\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .NZmxZe {\n background-color: #24273a;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .NZmxZe:not(.rQEFy):hover,\n :root .cj2HCb.iuN0sf .w6PoOe:hover,\n :root .CgGjZc:hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .ssfWCe .ZXJQ7c,\n :root .cj2HCb.iuN0sf .w6PoOe,\n :root .G2XB8d,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #a5adcb;\n }\n :root .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n :root .G2XB8d .KA8Jyb:hover,\n :root .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #b8c0e0;\n }\n :root .KA8Jyb {\n fill: #a5adcb;\n }\n :root .CgGjZc:hover .G2XB8d {\n color: #b8c0e0;\n }\n :root .o6OF0 {\n background-color: #494d64;\n }\n :root .o6OF0:hover {\n background-color: #5b6078;\n }\n :root .o6OF0 .SHFPkb {\n color: #cad3f5;\n }\n :root .o6OF0 .PnfqLc {\n color: #a5adcb;\n }\n :root .zbRPDe,\n :root .scU1d {\n color: #cad3f5;\n }\n :root .UafVBb {\n background-color: #24273a;\n border-color: #5b6078;\n }\n :root .mEQved {\n color: #a5adcb;\n }\n :root .goxjub > path:nth-child(1) {\n fill: #8aadf4;\n }\n :root .goxjub > path:nth-child(2) {\n fill: #a6da95;\n }\n :root .goxjub > path:nth-child(3) {\n fill: #eed49f;\n }\n :root .goxjub > path:nth-child(4) {\n fill: #ed8796;\n }\n :root [fill=\"#34a853\"] {\n fill: #a6da95;\n }\n :root [fill=\"#4285f4\"] {\n fill: #8aadf4;\n }\n :root [fill=\"#ea4335\"] {\n fill: #ed8796;\n }\n :root [fill=\"#fbbc05\"] {\n fill: #eed49f;\n }\n :root .ssfWCe .ZXJQ7c:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n :root .qcTKEe {\n background-color: #24273a;\n }\n :root .ooPrBf {\n background: #24273a;\n }\n :root .r9PaP {\n color: #a5adcb;\n }\n :root .r9PaP:hover {\n color: #8aadf4;\n }\n :root .H1KrKd {\n fill: #a5adcb;\n }\n :root .cEPPT {\n border-bottom-color: #494d64;\n }\n :root .Ix6LGe {\n background: #24273a;\n box-shadow: 0 2px 10px 0 #181926;\n }\n :root .Hm7Qac:hover,\n :root .EuKAde {\n background-color: #363a4f;\n }\n :root .igM9Le {\n color: #cad3f5;\n }\n :root .irf0hb {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n :root .gb_Mc .gb_Vd button:hover svg,\n :root .gb_Mc .gb_d:hover {\n background-color: #363a4f;\n }\n :root .gb_Mc svg,\n :root .gb_Rc.gb_Vc svg,\n :root .gb_Mc .gb_dd .gb_ld,\n :root .gb_Mc .gb_dd .gb_Lc,\n :root .gb_Mc .gb_dd .gb_fd,\n :root .gb_Rc.gb_Vc .gb_ld {\n color: #cad3f5;\n }\n :root .cEW58 {\n background-color: #363a4f;\n }\n :root .dyAbMb {\n fill: #a5adcb;\n }\n :root .zItAnd,\n :root .zItAnd:link,\n :root .zItAnd:visited,\n :root .zItAnd:hover,\n :root .zItAnd:active {\n color: #cad3f5;\n }\n :root .zItAnd {\n background-color: #24273a;\n border-color: #494d64;\n }\n :root .zItAnd:not(.MgQdud):hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n :root .fKmH1e {\n background-color: #24273a;\n border-color: #494d64;\n color: #a5adcb;\n }\n :root .fKmH1e:hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n :root .nfSF8e,\n :root .WRhYSc {\n color: #a5adcb;\n }\n :root .nfSF8e:hover,\n :root .WRhYSc:hover {\n background-color: #363a4f;\n color: #a5adcb;\n }\n :root .ssJ7i {\n color: #cad3f5;\n }\n :root .iAIpCb {\n color: #a5adcb;\n }\n :root .KMdzJ,\n :root .ss6qqb .oBrLN,\n :root .ylgVCe {\n color: #b8c0e0;\n }\n :root .PmPt7d {\n color: #a5adcb;\n }\n :root .gb_Mc a.gb_E,\n :root .gb_Mc span.gb_E {\n color: #cad3f5;\n }\n :root a.gb_E,\n :root span.gb_E {\n color: #cad3f5 !important;\n }\n :root .RzdJxc {\n border-top-color: #5b6078;\n }\n :root .rKnmn {\n border-top-color: #5b6078;\n }\n :root .FzCfme {\n color: #a5adcb;\n }\n :root .hMJ0yc {\n color: #a5adcb;\n }\n :root .yg51vc {\n background-color: #24273a;\n }\n :root .hdtb-mitem a {\n color: #a5adcb;\n }\n :root .hdtb-mitem .GOE98c,\n :root .hdtb-mitem a,\n :root .hdtb-mitem.hdtb-msel,\n :root .t2vtad {\n color: #a5adcb;\n }\n :root .t2vtad:not(.hdtb-tl-sel) {\n color: #a5adcb;\n }\n :root .dG2XIf .xpdopen .mJ2Mod {\n border-color: #494d64;\n }\n :root .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n box-shadow: 0 1px 1px #181926;\n }\n :root .hdtb-mitem:hover .GOE98c:hover,\n :root .hdtb-mitem:hover a,\n :root .hdtb-mitem.hdtb-msel,\n :root .t2vtad:hover {\n color: #8aadf4;\n }\n :root .w6PoOe {\n color: #a5adcb;\n }\n :root .w6PoOe:hover {\n color: #cad3f5;\n }\n :root .Lj9fsd.DU1Mzb {\n background-color: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n :root .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #494d64 !important;\n }\n :root .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #363a4f;\n }\n :root .FjVBEd {\n color: #a6da95;\n }\n :root title-with-lhs-icon:hover .ekf0x h3 {\n color: #8aadf4;\n }\n :root .GmE3X {\n color: #cad3f5;\n }\n :root .iv236 {\n color: #cad3f5;\n }\n :root .GLcBOb {\n border-bottom-color: #494d64;\n }\n :root .ss6qqb .Ui2TZ {\n color: #cad3f5;\n }\n :root .wx62f {\n color: #a5adcb;\n }\n :root #rhs .u7yw9 {\n border-left-color: #494d64;\n }\n :root .ss6qqb .Jk5Tjc {\n border-color: #5b6078;\n }\n :root #rhs .u7yw9 .cLjAic {\n border-bottom-color: #494d64;\n }\n :root .JNkvid .HnYYW {\n color: #cad3f5;\n }\n :root .aokhrd .TZahnb {\n border-left-color: #494d64;\n }\n :root .Cx1ZMc {\n color: #a5adcb;\n }\n :root .CBPSbf {\n background-color: #24273a;\n }\n :root .E74aCb {\n color: #cad3f5;\n }\n :root .OE86Gc {\n background-color: #24273a;\n color: #cad3f5;\n fill: #cad3f5;\n }\n :root .c72nic {\n color: #cad3f5;\n }\n :root .GXMTjb {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root .A9y7kf {\n color: #a5adcb;\n }\n :root .OE86Gc a {\n color: #8aadf4;\n }\n :root .Es2Et {\n color: #a5adcb;\n }\n :root .KwJT0.VqKh3b div div {\n background-color: #24273a;\n fill: #cad3f5;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .rx7XFb {\n background-color: #363a4f;\n }\n :root .VP31Vb {\n color: #cad3f5;\n }\n :root .HXQjqf {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n :root .SW5pqf {\n color: #8aadf4;\n }\n :root .rQEFy:hover {\n color: #8aadf4;\n }\n :root .hdtb-tl-sel {\n border-color: #5b6078;\n background: #363a4f;\n color: #cad3f5;\n }\n :root .hdtb-tl-sel:focus {\n border-color: #5b6078;\n background: #363a4f;\n color: #8aadf4;\n }\n :root .t2vtad:active,\n :root .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #363a4f !important;\n box-shadow: inset 0 1px 2px #181926 !important;\n }\n :root .gTl8xb {\n border-color: #a5adcb transparent;\n }\n :root .hdtb-mn-hd:hover .gTl8xb {\n border-color: #cad3f5 transparent;\n }\n :root .h3L8Ub .yMAEcf {\n background: #363a4f;\n border-color: #5b6078;\n }\n :root .ynRric {\n color: #a5adcb;\n }\n :root .cRV9hb .pcTkSc .wM6W7d {\n color: #cad3f5;\n }\n :root .h3L8Ub .yMAEcf.sbhl {\n background-color: #494d64;\n }\n :root .sbhl {\n background: #494d64;\n }\n :root .CjiZvb,\n :root .GZnQqe.EpPYLd:active {\n background-color: #363a4f;\n }\n :root .PyJv1b {\n color: #cad3f5;\n }\n :root .REySof {\n color: #939ab7 !important;\n }\n :root .NQyKp {\n color: #363a4f !important;\n background: #7dc4e4 !important;\n }\n :root .b0Xfjd {\n color: #24273a !important;\n }\n :root .LiOdre {\n background-color: #24273a;\n border-color: #494d64;\n }\n :root .LiOdre:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n :root .LiOdre:focus {\n border-color: #8aadf4;\n }\n :root .mfsgsd {\n color: #cad3f5;\n }\n :root .GCSyeb {\n background: #494d64;\n }\n :root .IVvPP .cLjAic.WY0eLb,\n :root .Hwkikb.WY0eLb {\n border-left-color: #494d64;\n }\n :root .mQo3nc {\n background-color: #363a4f;\n color: #a5adcb !important;\n }\n :root .cfBJGe {\n color: #cad3f5;\n }\n :root .f6F9Be {\n background: #1e2030;\n }\n :root .KwU3F {\n color: #8aadf4;\n }\n :root .b0KoTc {\n color: #cad3f5;\n }\n :root .dfB0uf {\n color: #cad3f5;\n }\n :root .unknown_loc {\n background: #cad3f5;\n }\n :root .GS5rRd {\n color: #8aadf4;\n }\n :root .xSQxL {\n color: #8aadf4;\n }\n :root .smiUbb {\n color: #cad3f5;\n }\n :root .b2hzT {\n border-bottom-color: #363a4f;\n }\n :root #swml {\n border-left-color: #363a4f;\n }\n :root .KXbwLb {\n background-color: #5b6078;\n }\n :root .WZH4jc .VknLRd .GNJvt {\n background: #363a4f;\n }\n :root .WZH4jc .VknLRd:hover .GNJvt {\n background: #494d64;\n }\n :root .GNJvt {\n color: #cad3f5;\n }\n :root .fJOpI.H9lube {\n background-color: #8aadf4 !important;\n border-color: #8aadf4;\n }\n :root .XNo5Ab.XNo5Ab {\n color: #24273a !important;\n fill: #24273a !important;\n }\n :root .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #cad3f5 !important;\n }\n :root .xEzgBc {\n color: #cad3f5 !important;\n }\n :root .Ss2Faf.sq4Bpf {\n color: #cad3f5 !important;\n }\n :root .ea0Lbe {\n background: #363a4f;\n }\n :root .f6GA0,\n :root .CacfB,\n :root .Ua7Yuf {\n background: #24273a;\n }\n :root .DV7the {\n color: #8aadf4;\n }\n :root .ZeVBtc {\n color: #a5adcb;\n }\n :root .cB9M7 {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n :root .cB9M7:hover {\n border-color: #5b6078;\n }\n :root .cB9M7:focus {\n border-color: #8aadf4;\n }\n :root .Qwbd3 {\n background: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .Qwbd3:hover {\n background: #494d64;\n border-color: #5b6078;\n }\n :root .ArIAXb {\n fill: #363a4f;\n }\n :root .qOFLsb {\n fill: #363a4f;\n }\n :root .aHK1bd {\n color: #a5adcb;\n }\n :root .diOlIe {\n border-top-color: #6e738d;\n }\n :root .p4pvTd {\n color: #cad3f5;\n }\n :root .gIYJUc {\n background: #24273a !important;\n border-color: #494d64 !important;\n }\n :root .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #a6da95 !important;\n }\n :root .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #8aadf4 !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #ed8796 !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #eed49f !important;\n }\n :root .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #8aadf4 !important;\n }\n :root .CbAZb {\n background: #24273a;\n border-bottom-color: #363a4f;\n }\n :root .S8wJ3 {\n color: #cad3f5 !important;\n }\n :root .ZI7elf {\n color: #cad3f5 !important;\n }\n :root .tGS0Nc {\n color: #cad3f5;\n }\n :root .kzt0Nc a {\n color: #a5adcb !important;\n }\n :root .fgc1P,\n :root .N7KPxb {\n border-top-color: #363a4f !important;\n }\n :root .kQEH5b {\n color: #a5adcb !important;\n }\n :root .kNKdL {\n color: #cad3f5 !important;\n }\n :root .q0yked:hover {\n background-color: #1e2030 !important;\n }\n :root .Oz5Rbb:hover {\n background: #1e2030 !important;\n }\n :root .lwwARb {\n background-color: #181926 !important;\n }\n :root .LO47Ff {\n color: #cad3f5;\n }\n :root .j8PBfc {\n color: #a5adcb;\n }\n :root .act-tim-txt-cnt {\n color: #cad3f5;\n }\n :root .act-switch-area {\n background-color: #24273a !important;\n }\n :root .q8U8x > div:nth-child(1) {\n background-color: #24273a !important;\n }\n :root .EwDHG,\n :root .vNdLpe,\n :root .vNdLpe:visited {\n color: #a5adcb !important;\n }\n }\n @media (prefers-color-scheme: light) {\n body {\n color-scheme: light;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #6c6f85;\n }\n body ::selection {\n background-color: rgba(32, 159, 181, 0.3);\n }\n body input::placeholder,\n body textarea::placeholder {\n color: #6c6f85 !important;\n }\n body,\n body body {\n background: #eff1f5 !important;\n --uv-styles-color-surface: #dce0e8;\n --uv-styles-color-tertiary: #ccd0da;\n --uv-styles-color-secondary: rgba(30, 102, 245, 0.25);\n --uv-styles-color-text-primary: #1e66f5;\n --uv-styles-color-icon-default: #4c4f69;\n --uv-styles-color-text-emphasis: #4c4f69;\n --uv-styles-color-icon-on-secondary: #6c6f85;\n --uv-styles-color-on-tertiary: #4c4f69;\n --uv-styles-color-icon-on-tertiary: #4c4f69;\n --xhUGwc: #eff1f5;\n --bbQxAb: #4c4f69;\n --IXoxUe: #6c6f85;\n --COEmY: #4c4f69;\n --YLNNHc: #4c4f69;\n --gS5jXb: #ccd0da;\n --EpFNW: #e6e9ef;\n --tefdc5886c2f04483: #4c4f69;\n --te8f1ea4d4928be48: #4c4f69 !important;\n --ta884a309a24f44f4: #6c6f85 !important;\n --tdee01b39543f1cac: #eff1f5 !important;\n --tcc8c9ef487836e2b: #ccd0da !important;\n --ta83cba65577ef850: #1e66f5 !important;\n --t7d1a3050c2c1c0a5: #4c4f69 !important;\n --t6a0469853a1a02c1: #4c4f69 !important;\n --t5feec22832a0fdd6: #ccd0da !important;\n --t342c96645d13ae13: #209fb5 !important;\n --t6c7325fca9d536d4: #4c4f69 !important;\n --tf7148cf5018d5074: #4c4f69 !important;\n --t9ab8d922307d428d: #4c4f69;\n --t62e84c71989f1975: #d20f39 !important;\n --tc9db399ed82142e1: #40a02b !important;\n --uv-styles-color-text-default: #6c6f85 !important;\n --uv-styles-color-review-stars: #df8e1d !important;\n }\n body .z4R3Z.yb2zA {\n color: #1e66f5 !important;\n }\n body .z4R3Z {\n color: #4c4f69 !important;\n }\n body .PNCib.fT6ABc::after {\n background-color: #bcc0cc !important;\n border-color: #1e66f5 !important;\n }\n body .Usd1Ac {\n background-color: #ccd0da !important;\n border-color: #acb0be !important;\n }\n body .P77izf {\n background-color: #eff1f5 !important;\n color: #4c4f69 !important;\n }\n body .VfPpkd-StrnGf-rymPhb-f7MjDc,\n body .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #209fb5 !important;\n }\n body .EL3pcf {\n color: #209fb5 !important;\n }\n body .bVfPpkd-StrnGf-rymPhb,\n body .DMZ54e {\n color: #4c4f69 !important;\n }\n body .VfPpkd-pafCAf,\n body .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #e6e9ef !important;\n }\n body .VfPpkd-l6JLsf::after {\n background-color: #1e66f5 !important;\n }\n body .VfPpkd-l6JLsf::before {\n background-color: #acb0be !important;\n }\n body .VfPpkd-uMhiad::after {\n background: #9ca0b0;\n }\n body .dmaMHc {\n background-color: #ccd0da !important;\n }\n body .AJxgH {\n background-color: #e6e9ef !important;\n }\n body .VfPpkd-cTi5dd {\n color: #209fb5 !important;\n }\n body .z7T1i,\n body .nEklgc {\n background-color: #ccd0da;\n }\n body .rbYSKb {\n color: #6c6f85;\n }\n body .FuOudf {\n color: #6c6f85;\n }\n body .zRQJhd {\n background-color: #eff1f5 !important;\n }\n body .XH1CIc {\n color: #6c6f85;\n }\n body .pno7A.hU1rMc .Tqvz7b,\n body .pno7A.rfUaPd .SwDSDf {\n color: #5c5f77;\n }\n body .pno7A.rfUaPd .Tqvz7b {\n color: #4c4f69;\n }\n body .tR3EBc {\n background-color: #e6e9ef;\n }\n body .AOvabd,\n body .dxp44d {\n background: #ccd0da !important;\n color: #4c4f69 !important;\n border-color: #ccd0da !important;\n }\n body .AOvabd:hover,\n body .dxp44d:hover {\n background-color: #bcc0cc;\n border-color: #bcc0cc;\n }\n body .zbvg1c {\n color: #4c4f69;\n }\n body .UUhRt {\n background-color: #1e66f5;\n color: #e6e9ef;\n border-color: #1e66f5;\n }\n body .UUhRt:hover {\n background-color: #04a5e5;\n border-color: #04a5e5;\n }\n body .tw-lliw.item-selected .language_list_item {\n color: #1e66f5;\n }\n body .qv3Wpe {\n color: #4c4f69;\n }\n body .TIGsTb {\n border-color: #ccd0da;\n }\n body .TIGsTb:hover {\n background-color: #ccd0da;\n border-color: #ccd0da;\n }\n body .MEdqYd,\n body .feqqG {\n background: #acb0be;\n color: #4c4f69;\n border-color: #acb0be;\n }\n body .MEdqYd:hover,\n body .feqqG:hover {\n background-color: #9ca0b0;\n border-color: #9ca0b0;\n }\n body .H73aad,\n body .H73aadhover {\n background-color: #e6e9ef !important;\n border-color: #ccd0da !important;\n }\n body .AQtWSd,\n body .ulmfef,\n body .xCBykf,\n body .m2E3md {\n color: #1e66f5;\n }\n body .joHe2d {\n background-color: #eff1f5 !important;\n box-shadow: 0 1px 0 #eff1f5 !important;\n }\n body .xt8Uw,\n body .ipwqjc,\n body .Bk8Hxd:link,\n body .ucRBdc,\n body .PDzHbe,\n body .pt3Hdf,\n body .Cv2Brc,\n body .IFGUre,\n body .review-dialog {\n color: #4c4f69;\n }\n body .GK1a5e {\n background-color: #4c4f69;\n }\n body .RC9d6e {\n border-top-color: #4c4f69;\n }\n body .IFmkIb.IFmkIb {\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n body .ab_button {\n background-image: linear-gradient(to top, #ccd0da, #eff1f5);\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .PGbOqf {\n background-color: #209fb5;\n }\n body .yAbdSd {\n color: #d20f39;\n }\n body .ycghLd {\n background-color: #d20f39;\n border-color: #d20f39;\n }\n body .IRH78d,\n body .CFjcj,\n body .HkuhB {\n color: #6c6f85;\n }\n body .l2gNXd {\n background-color: #df8e1d;\n }\n body .uVGhGc,\n body .hIqKNb {\n background-color: #ccd0da;\n }\n body .tcuWYc {\n background-image: linear-gradient(#9ca0b0 1px, rgba(255, 255, 255, 0) 0);\n }\n body .qk7LXc.Fb1AKc,\n body .fAt9Jd,\n body .SME0md,\n body .ipwqjc {\n background-color: #eff1f5 !important;\n }\n body .ttBXeb,\n body .NDTw3e.K7R36c,\n body .knowledge-finance-wholepage-chart__fw-uch .uch-svg {\n color: #6c6f85;\n }\n body .sQ6RSc {\n fill: #4c4f69;\n }\n body .egcvbb {\n border-color: #acb0be;\n }\n body .egcvbb:hover {\n border-color: #4c4f69;\n }\n body .knowledge-finance-wholepage-chart__hover-card {\n background-color: #eff1f5;\n }\n body .knowledge-finance-wholepage-chart__hover-card-time {\n color: #6c6f85;\n }\n body .fw-ch-sel .KWk7r.qUjgX {\n background-color: #ccd0da;\n color: #1e66f5;\n }\n body .gb_Ka.gb_f,\n body .gb_Na.gb_f,\n body #gb {\n background-color: #eff1f5 !important;\n }\n body .gb_Ka.gb_f svg,\n body .gb_Na.gb_f svg,\n body #gb svg,\n body .gb_Ka.gb_f .gb_Rc svg,\n body .gb_Na.gb_f .gb_Rc svg,\n body #gb .gb_Rc svg,\n body .gb_Ka.gb_f .gb_dd .gb_ld,\n body .gb_Na.gb_f .gb_dd .gb_ld,\n body #gb .gb_dd .gb_ld,\n body .gb_Ka.gb_f .gb_3c .gb_ld,\n body .gb_Na.gb_f .gb_3c .gb_ld,\n body #gb .gb_3c .gb_ld {\n color: #4c4f69;\n }\n body .gb_Nc a.gb_F,\n body .gb_Nc span.gb_F {\n color: #4c4f69;\n }\n body .uU7dJb {\n border-bottom-color: #ccd0da;\n background-color: #e6e9ef;\n color: #5c5f77;\n }\n body .gb_Nc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .KxwPGc {\n background-color: #e6e9ef;\n }\n body .HJSKzf {\n color: #4c4f69;\n }\n body .gbqfba,\n body .lJ9FBc input[type=\"submit\"] {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .gbqfba:hover,\n body .lJ9FBc input[type=\"submit\"]:hover {\n color: #4c4f69;\n background-color: #ccd0da;\n border-color: #acb0be;\n }\n body .UxeQfc,\n body .s7d4ef,\n body .yXu61c,\n body .X6JNf,\n body .BERAof,\n body .oxbMzd,\n body .A5s9h,\n body .V9Wb7c,\n body .GVUPk,\n body .GyAeWb,\n body .A0hi5,\n body .Tme6jf {\n background-color: #eff1f5 !important;\n }\n body .d3o3Ad,\n body .sZKvbe {\n fill: #40a02b !important;\n }\n body .Fzsovc,\n body .cwYVJe,\n body .RJPOee,\n body .vM0jzc,\n body .clOx1e,\n body .vDF3Oc.vDF3Oc .R8BTeb,\n body .vDF3Oc.vDF3Oc .ouxCkc,\n body .Yt787,\n body .mulB1,\n body .xUc8Ie,\n body .sfgTZc,\n body .I6Kpxd,\n body .cQEt3 {\n color: #4c4f69 !important;\n }\n body .yQLaje,\n body .tVoQIb,\n body .f9nOyf,\n body .kHtcsd,\n body .DopHqc,\n body .p7bv,\n body .ar9V1,\n body .DfMusf,\n body .y6CIle,\n body .JukT7c,\n body .xUc8Ie.BXdrne,\n body .sEqX7e,\n body .ZFiwCf {\n background-color: #ccd0da !important;\n }\n body .xUc8Ie.BXdrne,\n body .YUg0se,\n body .WGbsof {\n border-color: #acb0be !important;\n }\n body .NOo3C {\n color: #5c5f77;\n }\n body .WGbsof[selected] {\n background-color: #1e66f5;\n border-color: #1e66f5 !important;\n }\n body .pHiOh,\n body a.pHiOh {\n color: #5c5f77 !important;\n }\n body a {\n color: #1e66f5;\n }\n body .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .RNNXgb:hover,\n body .sbfc .RNNXgb {\n background: #ccd0da !important;\n border-color: #ccd0da;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .minidiv .RNNXgb {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #dce0e8;\n }\n body .HSryR .KsRP6 {\n border-color: #acb0be;\n }\n body .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #dce0e8;\n background: #ccd0da;\n border-color: #ccd0da;\n }\n body .aajZCb {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n body .xtSCL {\n border-top-color: #acb0be;\n }\n body .sbct:hover {\n background-color: #bcc0cc;\n }\n body .WggQGd {\n color: #8839ef !important;\n }\n body .JCHpcb {\n color: #6c6f85;\n }\n body .JCHpcb:hover {\n color: #1e66f5;\n }\n body .wM6W7d,\n body .ABAbCc {\n color: #4c4f69;\n }\n body .uDetx {\n fill: #4c4f69;\n }\n body .ExCKkf,\n body .BjWz4c {\n color: #6c6f85;\n }\n body .ACRAdd {\n border-left-color: #9ca0b0;\n }\n body .Pvpvv {\n background-color: #dce0e8;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .w9dUj {\n color: #4c4f69 !important;\n }\n body .Pvpvv .zE5Aq,\n body .adnFRd,\n body .XfJHbe {\n color: #1e66f5;\n }\n body .CS4h3e {\n background-color: #6c6f85;\n }\n body .Pvpvv .xyGai {\n color: #4c4f69;\n }\n body #SIvCob {\n color: #4c4f69;\n }\n body .gb_Jc a.gb_B,\n body .gb_Jc span.gb_B {\n color: #4c4f69;\n }\n body .gb_Jc svg,\n body .gb_Oc.gb_Sc svg,\n body .gb_Jc .gb_ad .gb_id,\n body .gb_Jc .gb_ad .gb_Ic,\n body .gb_Jc .gb_ad .gb_cd,\n body .gb_Oc.gb_Sc .gb_id {\n color: #4c4f69;\n }\n body .gb_Ka svg,\n body .gb_Oc svg,\n body .gb_ad .gb_id,\n body .gb_0c .gb_id {\n color: #4c4f69;\n }\n body .gLFyf {\n color: #4c4f69;\n }\n body .QCzoEc {\n color: #7c7f93;\n }\n body .szppmdbYutt__middle-slot-promo {\n color: #4c4f69;\n }\n body .gb_Jc .gb_Ud button:hover svg,\n body .gb_Jc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_Jc .gb_Ud.gb_qe button:hover svg,\n body .gb_Ud button:hover svg,\n body .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_We {\n background: #e6e9ef;\n color: #4c4f69;\n }\n body a.gb_B,\n body span.gb_B {\n color: #4c4f69;\n }\n body .gb_zc div:first-child {\n color: #4c4f69;\n }\n body .gb_zc > * {\n color: #6c6f85;\n }\n body .ClJ9Yb {\n color: #6c6f85;\n }\n body .sfbg {\n background-color: #eff1f5;\n }\n body .jfN4p,\n body .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%23df8e1d%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36%22/%3E%3Cpath%20fill%3D%22%2340a02b%22%20d%3D%22M225%203v65h-9.5V3z%22/%3E%3Cpath%20fill%3D%22%23d20f39%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14m-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93%22/%3E%3Cpath%20fill%3D%22%231e66f5%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91S16.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03s10.84%2025.03%2024.7%2025.03c8.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65z%22/%3E%3C/svg%3E\");\n }\n body .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%234c4f69%22%20d%3D%22m20.49%2019-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5%22/%3E%3C/svg%3E\");\n }\n body .zgAlFc {\n color: #1e66f5;\n }\n body .fLciMb {\n color: #4c4f69;\n }\n body .d2IKib {\n color: #d20f39;\n }\n body .fLciMb:hover {\n background-color: #ccd0da;\n }\n body .kno-ftr.rpBMYb {\n color: #6c6f85;\n }\n body .aTI8gc {\n color: #4c4f69;\n }\n body .wwUB2c {\n color: #6c6f85;\n }\n body .dhERQc {\n color: #eff1f5 !important;\n background-color: #1e66f5 !important;\n }\n body .z1asCe,\n body .ikb4Bb {\n color: #4c4f69 !important;\n }\n body .rsGxI.Ww4FFb,\n body .Ww4FFb {\n background-color: #eff1f5;\n }\n body .RES9jf {\n color: #4c4f69;\n }\n body .CSkcDe,\n body .related-question-pair div.iDjcJe {\n color: #4c4f69;\n }\n body .cUnQKe .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n body .cUnQKe .ILfuVd,\n body .cUnQKe .UiGGAb.ILfuVd {\n color: #5c5f77;\n }\n body .ZYHQ7e {\n color: #6c6f85;\n }\n body .VuuXrf {\n color: #4c4f69;\n }\n body .hb8SAc,\n body .gb_Oc a.gb_H,\n body .gb_Oc span.gb_H {\n color: #4c4f69;\n }\n body .TQc1id .I6TXqe {\n border-color: #acb0be;\n }\n body .I6TXqe,\n body .zaokob {\n background: #eff1f5;\n }\n body .tw-lliw:hover,\n body .tw-lliw:focus {\n background-color: #ccd0da;\n }\n body .language_list_languages.tw-ll-top::after {\n background: linear-gradient(to bottom, rgba(239, 241, 245, 0), #eff1f5);\n }\n body .HsZQAe {\n border-bottom-color: #acb0be;\n }\n body .KLEmSd {\n border-bottom-color: #bcc0cc;\n }\n body .NtaMpb .niO4u,\n body .nZWEZc .ttwCMe,\n body .xNzW0d,\n body .lWzCpb {\n background-color: #eff1f5;\n }\n body .aURkK {\n border-left-color: #bcc0cc;\n }\n body .iRPzcb {\n border-bottom-color: #bcc0cc;\n }\n body .related-question-pair .d0fCJc {\n color: #4c4f69;\n }\n body cite,\n body cite a:link,\n body cite a:visited {\n color: #6c6f85;\n }\n body .WZ8Tjf,\n body .EZAeBe,\n body .F0gfrd {\n color: #6c6f85;\n }\n body .yDYNvb.lyLwlc {\n color: #4c4f69;\n }\n body .H9lube {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n body .Bi9oQd {\n background-color: #bcc0cc;\n }\n body .akqY6 {\n background: #bcc0cc;\n }\n body .KFFQ0c .YfftMc,\n body .KFFQ0c .YfftMc span,\n body .KFFQ0c .YfftMc div,\n body .KFFQ0c .YfftMc a,\n body g-menu.DWsAYc g-menu-item a.K1yPdf,\n body .f3LoEf,\n body .TXBhSe:hover,\n body .TXBhSe:not(:hover),\n body .r025kc.lVm3ye,\n body .Bo9xMe,\n body .oyj2db {\n color: #6c6f85;\n }\n body .dyjrff,\n body .LEwnzc {\n color: #5c5f77;\n }\n body .ZFiwCf {\n background-color: #ccd0da;\n }\n body .ZFiwCf:hover {\n background-color: #bcc0cc;\n }\n body .LGwnxb,\n body .WGwSK {\n color: #4c4f69;\n }\n body .EsIlz {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .O7G3Gd {\n color: #4c4f69;\n }\n body .O7G3Gd:hover {\n color: #1e66f5;\n }\n body .appbar {\n background: #eff1f5;\n border-top-color: #bcc0cc;\n }\n body .bSeRjc:hover .fKmH1e {\n color: #5c5f77;\n background-color: #ccd0da;\n }\n body .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n body div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n body .LHJvCe,\n body .vqseUe,\n body .dMCttd {\n color: #6c6f85;\n }\n body .dG2XIf .xpdbox .yc7KLc {\n background-color: #eff1f5;\n }\n body .URgIvb {\n border-color: #1e66f5;\n background-color: #1e66f5;\n }\n body .pdpvld {\n color: #40a02b;\n }\n body .YrbPuc {\n color: #5c5f77;\n }\n body .y6CIle {\n background-color: #ccd0da;\n }\n body .Yt787,\n body .vDF3Oc.vDF3Oc .R8BTeb {\n color: #4c4f69;\n }\n body .IDFSOe {\n background-color: #acb0be;\n }\n body .ffmmcd,\n body .u7yw9 .WeviRb {\n border-color: #bcc0cc;\n }\n body .wdQNof {\n border-color: #bcc0cc;\n background-color: #eff1f5;\n }\n body .eadHV.Ses7yd {\n color: #4c4f69 !important;\n }\n body .f,\n body .j04ED,\n body .j04ED a,\n body .j04ED a:link,\n body .XaIwc {\n color: #6c6f85 !important;\n }\n body #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n body g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #dce0e8 !important;\n }\n body .gb_2e {\n background-color: #ccd0da;\n }\n body .gb_Ec div:first-child {\n color: #4c4f69;\n }\n body .gb_Ec > * {\n color: #6c6f85;\n }\n body .kLhEKe {\n background-color: #eff1f5;\n }\n body .S8ee5.CwbYXd {\n color: #4c4f69;\n }\n body .S8ee5 {\n background: #ccd0da;\n }\n body .S8ee5:hover {\n background: #bcc0cc;\n }\n body .rhHIGd {\n background-color: #acb0be;\n }\n body .sY7ric {\n color: #4c4f69;\n }\n body .I6a0ee {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #4c4f69;\n }\n body .I6a0ee:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n body .I6a0ee:focus {\n background-color: #dce0e8;\n border-color: #acb0be;\n }\n body .pxhZNb {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n body .d2F2Td {\n color: #4c4f69;\n }\n body .c07z9 {\n color: #6c6f85;\n }\n body .c07z9 a,\n body .c07z9 a:active,\n body .c07z9 a:link {\n color: #4c4f69;\n text-decoration-color: #6c6f85;\n }\n body .wHYlTd {\n color: #6c6f85;\n }\n body .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #eff1f5;\n }\n body .fm06If .ILfuVd,\n body .c2xzTb .ILfuVd,\n body .Jb0Zif .c2xzTb .ILfuVd {\n color: #4c4f69;\n }\n body .fm06If .ILfuVd b,\n body .c2xzTb .ILfuVd b {\n background-color: rgba(30, 102, 245, 0.25);\n color: #4c4f69;\n }\n body .GKS7s {\n background: #ccd0da;\n border-color: #bcc0cc;\n }\n body .GKS7s:hover {\n background-color: #bcc0cc !important;\n border-color: #acb0be;\n }\n body .yXK7lf em {\n color: #4c4f69;\n }\n body .Lb0dA:hover {\n background-color: #ccd0da;\n }\n body .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #1e66f5;\n }\n body .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .BaegVc:hover {\n background-color: #ccd0da;\n }\n body .hdtb-tl-sel .BaegVc {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .BaegVc:focus {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .TZqsAd {\n background: #9ca0b0;\n }\n body .FalWJb {\n background: #eff1f5;\n }\n body .YeThId {\n border-top-color: #bcc0cc;\n }\n body .k8XOCe {\n background-color: #ccd0da;\n }\n body .s75CSd {\n color: #4c4f69;\n }\n body .ZkkK1e,\n body .uAbMZd {\n background: #eff1f5;\n border-color: #bcc0cc;\n }\n body .ZkkK1e:hover,\n body .uAbMZd:hover {\n background: #ccd0da;\n }\n body .QjI2jc {\n color: #6c6f85;\n }\n body .lhLbod {\n color: #6c6f85;\n }\n body .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n body .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #1e66f5;\n }\n body .F75bid {\n color: #6c6f85;\n }\n body div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(30, 102, 245, 0.25) !important;\n }\n body .MAMMm {\n background: #e6e9ef;\n box-shadow: 0 2px 6px #dce0e8 !important;\n }\n body [selected].nWtjMe {\n background: rgba(30, 102, 245, 0.25) !important;\n }\n body .uZNuIf:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n body [selected].nWtjMe .FMKtTb {\n color: #4c4f69;\n }\n body .nWtjMe .FMKtTb {\n color: #6c6f85;\n }\n body .GKS7s .FMKtTb,\n body .GKS7s .RWhoyd.mol54e {\n color: #4c4f69;\n }\n body .ePSouf .FMKtTb {\n color: #6c6f85;\n }\n body .NkCsjc:hover {\n background-color: #ccd0da !important;\n color: #4c4f69;\n }\n body .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #4c4f69;\n }\n body a.hisnlb {\n background: rgba(124, 127, 147, 0.25);\n }\n body div[aria-expanded=\"true\"] .fFI3rb,\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #ccd0da !important;\n }\n body .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #1e66f5;\n }\n body .hdtb-mn-hd {\n color: #6c6f85;\n }\n body .hdtb-mn-hd:hover {\n color: #4c4f69;\n }\n body .fSnalc {\n stroke: #1e66f5;\n }\n body .oOg6Ne {\n stroke: #df8e1d;\n }\n body .ZqPjbb {\n stroke: #d20f39;\n }\n body .aPiskd {\n stroke: #40a02b;\n }\n body .s8GCU {\n background-color: #eff1f5;\n }\n body .Lj9fsd {\n background-color: #eff1f5;\n }\n body .jZWadf {\n background-color: #eff1f5;\n }\n body .rQEFy,\n body .rQEFy:hover {\n border-color: rgba(30, 102, 245, 0.25);\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .gbZSUe {\n color: #4c4f69;\n }\n body .gbZSUe:hover {\n background: #ccd0da;\n }\n body .XZ5MVe {\n color: #1e66f5;\n }\n body a:visited {\n color: #8839ef;\n }\n body .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #eff1f5 60%, #eff1f5);\n }\n body .SvoXfb > .x5f7Bc {\n fill: #6c6f85;\n }\n body .SvoXfb:hover > .x5f7Bc {\n fill: #4c4f69;\n }\n body .SvoXfb:hover {\n background-color: #ccd0da;\n }\n body .IsZvec,\n body .yxAsKe {\n color: #6c6f85;\n }\n body .zqrO0.k0Jjg .QuU3Wb,\n body .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #5c5f77;\n }\n body .uo4vr {\n color: #6c6f85;\n }\n body .minidiv .sfbg {\n background: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .aqCVJb {\n background-color: #1e66f5 !important;\n border-color: #1e66f5 !important;\n }\n body .T8VaVe {\n color: #1e66f5;\n }\n body .tw-ta,\n body #tw-source-text-container .tw-ta,\n body #tw-source-rmn-container .tw-ta {\n color: #4c4f69;\n }\n body .tw-bilingual-marked {\n border-color: #1e66f5;\n }\n body #tw-target {\n background-color: #ccd0da;\n }\n body .tw-data-placeholder {\n color: #4c4f69;\n }\n body .j1iyq {\n border-color: #acb0be;\n }\n body .w8qArf .fl {\n color: #4c4f69 !important;\n }\n body .HSryR a.B1uW2d {\n border-bottom-color: #acb0be;\n }\n body .usJj9c .zz3gNc {\n color: #4c4f69;\n }\n body .Ss2Faf a {\n color: #4c4f69;\n }\n body .aCOpRe em,\n body .yXK7lf em {\n color: #4c4f69;\n }\n body .FR7ZSc .niO4u {\n background-color: #eff1f5;\n border-color: #acb0be;\n color: #1e66f5;\n }\n body .g {\n color: #4c4f69;\n }\n body .VSHxQ {\n color: #6c6f85;\n }\n body .cF4V5c {\n background-color: #dce0e8 !important;\n }\n body .cF4V5c g-menu-item a,\n body .cF4V5c g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n color: #4c4f69;\n }\n body .cF4V5c:hover g-menu-item:hover a,\n body .cF4V5c:hover g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n background-color: #ccd0da;\n }\n body .GZnQqe.LGiluc {\n border-top-color: #acb0be !important;\n }\n body .pkWBse {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n body .dG2XIf {\n background: #eff1f5;\n }\n body .Z0LcW {\n color: #4c4f69;\n }\n body .i29hTd .qLLird {\n color: #4c4f69;\n }\n body .i29hTd .kR7nSc {\n color: #4c4f69;\n }\n body .N6Sb2c {\n color: #6c6f85;\n }\n body .C9iYEe {\n color: #6c6f85;\n }\n body .KcXNxb {\n background: #eff1f5;\n }\n body .ss6qqb .PKDVJd {\n color: #6c6f85;\n }\n body a.oBa0Fe {\n color: #6c6f85;\n }\n body .o6juZc {\n background-color: #ccd0da;\n }\n body .o6juZc:hover {\n background-color: #ccd0da;\n box-shadow: 0 4px 12px #dce0e8;\n }\n body .W6pGoe {\n background: #ccd0da;\n box-shadow: 0 4px 6px 0 #dce0e8;\n }\n body .WdWr7c {\n border-top-color: #acb0be;\n }\n body .sU3bKf {\n color: #4c4f69;\n }\n body .O5OUld {\n color: #6c6f85;\n }\n body .zP7KFe {\n background: #bcc0cc;\n }\n body .O5OUld:hover {\n color: #1e66f5;\n }\n body .og3lId {\n color: #4c4f69;\n }\n body .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .r8xEL {\n color: #4c4f69;\n }\n body .ZZ7G7b {\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .NZmxZe {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .NZmxZe:not(.rQEFy):hover,\n body .cj2HCb.iuN0sf .w6PoOe:hover,\n body .CgGjZc:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .ssfWCe .ZXJQ7c,\n body .cj2HCb.iuN0sf .w6PoOe,\n body .G2XB8d,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #6c6f85;\n }\n body .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n body .G2XB8d .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #5c5f77;\n }\n body .KA8Jyb {\n fill: #6c6f85;\n }\n body .CgGjZc:hover .G2XB8d {\n color: #5c5f77;\n }\n body .o6OF0 {\n background-color: #bcc0cc;\n }\n body .o6OF0:hover {\n background-color: #acb0be;\n }\n body .o6OF0 .SHFPkb {\n color: #4c4f69;\n }\n body .o6OF0 .PnfqLc {\n color: #6c6f85;\n }\n body .zbRPDe,\n body .scU1d {\n color: #4c4f69;\n }\n body .UafVBb {\n background-color: #eff1f5;\n border-color: #acb0be;\n }\n body .mEQved {\n color: #6c6f85;\n }\n body .goxjub > path:nth-child(1) {\n fill: #1e66f5;\n }\n body .goxjub > path:nth-child(2) {\n fill: #40a02b;\n }\n body .goxjub > path:nth-child(3) {\n fill: #df8e1d;\n }\n body .goxjub > path:nth-child(4) {\n fill: #d20f39;\n }\n body [fill=\"#34a853\"] {\n fill: #40a02b;\n }\n body [fill=\"#4285f4\"] {\n fill: #1e66f5;\n }\n body [fill=\"#ea4335\"] {\n fill: #d20f39;\n }\n body [fill=\"#fbbc05\"] {\n fill: #df8e1d;\n }\n body .ssfWCe .ZXJQ7c:hover {\n background-color: #ccd0da;\n color: #4c4f69;\n }\n body .qcTKEe {\n background-color: #eff1f5;\n }\n body .ooPrBf {\n background: #eff1f5;\n }\n body .r9PaP {\n color: #6c6f85;\n }\n body .r9PaP:hover {\n color: #1e66f5;\n }\n body .H1KrKd {\n fill: #6c6f85;\n }\n body .cEPPT {\n border-bottom-color: #bcc0cc;\n }\n body .Ix6LGe {\n background: #eff1f5;\n box-shadow: 0 2px 10px 0 #dce0e8;\n }\n body .Hm7Qac:hover,\n body .EuKAde {\n background-color: #ccd0da;\n }\n body .igM9Le {\n color: #4c4f69;\n }\n body .irf0hb {\n box-shadow: 1px 1px 15px 0 #dce0e8;\n }\n body .gb_Mc .gb_Vd button:hover svg,\n body .gb_Mc .gb_d:hover {\n background-color: #ccd0da;\n }\n body .gb_Mc svg,\n body .gb_Rc.gb_Vc svg,\n body .gb_Mc .gb_dd .gb_ld,\n body .gb_Mc .gb_dd .gb_Lc,\n body .gb_Mc .gb_dd .gb_fd,\n body .gb_Rc.gb_Vc .gb_ld {\n color: #4c4f69;\n }\n body .cEW58 {\n background-color: #ccd0da;\n }\n body .dyAbMb {\n fill: #6c6f85;\n }\n body .zItAnd,\n body .zItAnd:link,\n body .zItAnd:visited,\n body .zItAnd:hover,\n body .zItAnd:active {\n color: #4c4f69;\n }\n body .zItAnd {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .zItAnd:not(.MgQdud):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .fKmH1e {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n color: #6c6f85;\n }\n body .fKmH1e:hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n }\n body .nfSF8e,\n body .WRhYSc {\n color: #6c6f85;\n }\n body .nfSF8e:hover,\n body .WRhYSc:hover {\n background-color: #ccd0da;\n color: #6c6f85;\n }\n body .ssJ7i {\n color: #4c4f69;\n }\n body .iAIpCb {\n color: #6c6f85;\n }\n body .KMdzJ,\n body .ss6qqb .oBrLN,\n body .ylgVCe {\n color: #5c5f77;\n }\n body .PmPt7d {\n color: #6c6f85;\n }\n body .gb_Mc a.gb_E,\n body .gb_Mc span.gb_E {\n color: #4c4f69;\n }\n body a.gb_E,\n body span.gb_E {\n color: #4c4f69 !important;\n }\n body .RzdJxc {\n border-top-color: #acb0be;\n }\n body .rKnmn {\n border-top-color: #acb0be;\n }\n body .FzCfme {\n color: #6c6f85;\n }\n body .hMJ0yc {\n color: #6c6f85;\n }\n body .yg51vc {\n background-color: #eff1f5;\n }\n body .hdtb-mitem a {\n color: #6c6f85;\n }\n body .hdtb-mitem .GOE98c,\n body .hdtb-mitem a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad {\n color: #6c6f85;\n }\n body .t2vtad:not(.hdtb-tl-sel) {\n color: #6c6f85;\n }\n body .dG2XIf .xpdopen .mJ2Mod {\n border-color: #bcc0cc;\n }\n body .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n box-shadow: 0 1px 1px #dce0e8;\n }\n body .hdtb-mitem:hover .GOE98c:hover,\n body .hdtb-mitem:hover a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad:hover {\n color: #1e66f5;\n }\n body .w6PoOe {\n color: #6c6f85;\n }\n body .w6PoOe:hover {\n color: #4c4f69;\n }\n body .Lj9fsd.DU1Mzb {\n background-color: #eff1f5;\n box-shadow: 0 1px 6px 0 #dce0e8;\n }\n body .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #bcc0cc !important;\n }\n body .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #ccd0da;\n }\n body .FjVBEd {\n color: #40a02b;\n }\n body title-with-lhs-icon:hover .ekf0x h3 {\n color: #1e66f5;\n }\n body .GmE3X {\n color: #4c4f69;\n }\n body .iv236 {\n color: #4c4f69;\n }\n body .GLcBOb {\n border-bottom-color: #bcc0cc;\n }\n body .ss6qqb .Ui2TZ {\n color: #4c4f69;\n }\n body .wx62f {\n color: #6c6f85;\n }\n body #rhs .u7yw9 {\n border-left-color: #bcc0cc;\n }\n body .ss6qqb .Jk5Tjc {\n border-color: #acb0be;\n }\n body #rhs .u7yw9 .cLjAic {\n border-bottom-color: #bcc0cc;\n }\n body .JNkvid .HnYYW {\n color: #4c4f69;\n }\n body .aokhrd .TZahnb {\n border-left-color: #bcc0cc;\n }\n body .Cx1ZMc {\n color: #6c6f85;\n }\n body .CBPSbf {\n background-color: #eff1f5;\n }\n body .E74aCb {\n color: #4c4f69;\n }\n body .OE86Gc {\n background-color: #eff1f5;\n color: #4c4f69;\n fill: #4c4f69;\n }\n body .c72nic {\n color: #4c4f69;\n }\n body .GXMTjb {\n background-color: #eff1f5;\n border-color: #ccd0da;\n }\n body .A9y7kf {\n color: #6c6f85;\n }\n body .OE86Gc a {\n color: #1e66f5;\n }\n body .Es2Et {\n color: #6c6f85;\n }\n body .KwJT0.VqKh3b div div {\n background-color: #eff1f5;\n fill: #4c4f69;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .rx7XFb {\n background-color: #ccd0da;\n }\n body .VP31Vb {\n color: #4c4f69;\n }\n body .HXQjqf {\n background-color: rgba(30, 102, 245, 0.25);\n color: #1e66f5;\n }\n body .SW5pqf {\n color: #1e66f5;\n }\n body .rQEFy:hover {\n color: #1e66f5;\n }\n body .hdtb-tl-sel {\n border-color: #acb0be;\n background: #ccd0da;\n color: #4c4f69;\n }\n body .hdtb-tl-sel:focus {\n border-color: #acb0be;\n background: #ccd0da;\n color: #1e66f5;\n }\n body .t2vtad:active,\n body .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #ccd0da !important;\n box-shadow: inset 0 1px 2px #dce0e8 !important;\n }\n body .gTl8xb {\n border-color: #6c6f85 transparent;\n }\n body .hdtb-mn-hd:hover .gTl8xb {\n border-color: #4c4f69 transparent;\n }\n body .h3L8Ub .yMAEcf {\n background: #ccd0da;\n border-color: #acb0be;\n }\n body .ynRric {\n color: #6c6f85;\n }\n body .cRV9hb .pcTkSc .wM6W7d {\n color: #4c4f69;\n }\n body .h3L8Ub .yMAEcf.sbhl {\n background-color: #bcc0cc;\n }\n body .sbhl {\n background: #bcc0cc;\n }\n body .CjiZvb,\n body .GZnQqe.EpPYLd:active {\n background-color: #ccd0da;\n }\n body .PyJv1b {\n color: #4c4f69;\n }\n body .REySof {\n color: #7c7f93 !important;\n }\n body .NQyKp {\n color: #ccd0da !important;\n background: #209fb5 !important;\n }\n body .b0Xfjd {\n color: #eff1f5 !important;\n }\n body .LiOdre {\n background-color: #eff1f5;\n border-color: #bcc0cc;\n }\n body .LiOdre:hover {\n background-color: #e6e9ef;\n border-color: #acb0be;\n }\n body .LiOdre:focus {\n border-color: #1e66f5;\n }\n body .mfsgsd {\n color: #4c4f69;\n }\n body .GCSyeb {\n background: #bcc0cc;\n }\n body .IVvPP .cLjAic.WY0eLb,\n body .Hwkikb.WY0eLb {\n border-left-color: #bcc0cc;\n }\n body .mQo3nc {\n background-color: #ccd0da;\n color: #6c6f85 !important;\n }\n body .cfBJGe {\n color: #4c4f69;\n }\n body .f6F9Be {\n background: #e6e9ef;\n }\n body .KwU3F {\n color: #1e66f5;\n }\n body .b0KoTc {\n color: #4c4f69;\n }\n body .dfB0uf {\n color: #4c4f69;\n }\n body .unknown_loc {\n background: #4c4f69;\n }\n body .GS5rRd {\n color: #1e66f5;\n }\n body .xSQxL {\n color: #1e66f5;\n }\n body .smiUbb {\n color: #4c4f69;\n }\n body .b2hzT {\n border-bottom-color: #ccd0da;\n }\n body #swml {\n border-left-color: #ccd0da;\n }\n body .KXbwLb {\n background-color: #acb0be;\n }\n body .WZH4jc .VknLRd .GNJvt {\n background: #ccd0da;\n }\n body .WZH4jc .VknLRd:hover .GNJvt {\n background: #bcc0cc;\n }\n body .GNJvt {\n color: #4c4f69;\n }\n body .fJOpI.H9lube {\n background-color: #1e66f5 !important;\n border-color: #1e66f5;\n }\n body .XNo5Ab.XNo5Ab {\n color: #eff1f5 !important;\n fill: #eff1f5 !important;\n }\n body .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #4c4f69 !important;\n }\n body .xEzgBc {\n color: #4c4f69 !important;\n }\n body .Ss2Faf.sq4Bpf {\n color: #4c4f69 !important;\n }\n body .ea0Lbe {\n background: #ccd0da;\n }\n body .f6GA0,\n body .CacfB,\n body .Ua7Yuf {\n background: #eff1f5;\n }\n body .DV7the {\n color: #1e66f5;\n }\n body .ZeVBtc {\n color: #6c6f85;\n }\n body .cB9M7 {\n background-color: #ccd0da;\n border-color: #bcc0cc;\n color: #4c4f69;\n }\n body .cB9M7:hover {\n border-color: #acb0be;\n }\n body .cB9M7:focus {\n border-color: #1e66f5;\n }\n body .Qwbd3 {\n background: #ccd0da;\n color: #4c4f69;\n border-color: #bcc0cc;\n }\n body .Qwbd3:hover {\n background: #bcc0cc;\n border-color: #acb0be;\n }\n body .ArIAXb {\n fill: #ccd0da;\n }\n body .qOFLsb {\n fill: #ccd0da;\n }\n body .aHK1bd {\n color: #6c6f85;\n }\n body .diOlIe {\n border-top-color: #9ca0b0;\n }\n body .p4pvTd {\n color: #4c4f69;\n }\n body .gIYJUc {\n background: #eff1f5 !important;\n border-color: #bcc0cc !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #40a02b !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #1e66f5 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #d20f39 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #df8e1d !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #1e66f5 !important;\n }\n body .CbAZb {\n background: #eff1f5;\n border-bottom-color: #ccd0da;\n }\n body .S8wJ3 {\n color: #4c4f69 !important;\n }\n body .ZI7elf {\n color: #4c4f69 !important;\n }\n body .tGS0Nc {\n color: #4c4f69;\n }\n body .kzt0Nc a {\n color: #6c6f85 !important;\n }\n body .fgc1P,\n body .N7KPxb {\n border-top-color: #ccd0da !important;\n }\n body .kQEH5b {\n color: #6c6f85 !important;\n }\n body .kNKdL {\n color: #4c4f69 !important;\n }\n body .q0yked:hover {\n background-color: #e6e9ef !important;\n }\n body .Oz5Rbb:hover {\n background: #e6e9ef !important;\n }\n body .lwwARb {\n background-color: #dce0e8 !important;\n }\n body .LO47Ff {\n color: #4c4f69;\n }\n body .j8PBfc {\n color: #6c6f85;\n }\n body .act-tim-txt-cnt {\n color: #4c4f69;\n }\n body .act-switch-area {\n background-color: #eff1f5 !important;\n }\n body .q8U8x > div:nth-child(1) {\n background-color: #eff1f5 !important;\n }\n body .EwDHG,\n body .vNdLpe,\n body .vNdLpe:visited {\n color: #6c6f85 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n body {\n color-scheme: dark;\n /* safe search toggle dropdown */\n /* selected image background */\n /* travel */\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n /* calculator senpai~ */\n /* knowoledge panel uwu */\n /* AI search */\n /* End of AI search */\n color: #a5adcb;\n }\n body ::selection {\n background-color: rgba(125, 196, 228, 0.3);\n }\n body input::placeholder,\n body textarea::placeholder {\n color: #a5adcb !important;\n }\n body,\n body body {\n background: #24273a !important;\n --uv-styles-color-surface: #181926;\n --uv-styles-color-tertiary: #363a4f;\n --uv-styles-color-secondary: rgba(138, 173, 244, 0.25);\n --uv-styles-color-text-primary: #8aadf4;\n --uv-styles-color-icon-default: #cad3f5;\n --uv-styles-color-text-emphasis: #cad3f5;\n --uv-styles-color-icon-on-secondary: #a5adcb;\n --uv-styles-color-on-tertiary: #cad3f5;\n --uv-styles-color-icon-on-tertiary: #cad3f5;\n --xhUGwc: #24273a;\n --bbQxAb: #cad3f5;\n --IXoxUe: #a5adcb;\n --COEmY: #cad3f5;\n --YLNNHc: #cad3f5;\n --gS5jXb: #363a4f;\n --EpFNW: #1e2030;\n --tefdc5886c2f04483: #cad3f5;\n --te8f1ea4d4928be48: #cad3f5 !important;\n --ta884a309a24f44f4: #a5adcb !important;\n --tdee01b39543f1cac: #24273a !important;\n --tcc8c9ef487836e2b: #363a4f !important;\n --ta83cba65577ef850: #8aadf4 !important;\n --t7d1a3050c2c1c0a5: #cad3f5 !important;\n --t6a0469853a1a02c1: #cad3f5 !important;\n --t5feec22832a0fdd6: #363a4f !important;\n --t342c96645d13ae13: #7dc4e4 !important;\n --t6c7325fca9d536d4: #cad3f5 !important;\n --tf7148cf5018d5074: #cad3f5 !important;\n --t9ab8d922307d428d: #cad3f5;\n --t62e84c71989f1975: #ed8796 !important;\n --tc9db399ed82142e1: #a6da95 !important;\n --uv-styles-color-text-default: #a5adcb !important;\n --uv-styles-color-review-stars: #eed49f !important;\n }\n body .z4R3Z.yb2zA {\n color: #8aadf4 !important;\n }\n body .z4R3Z {\n color: #cad3f5 !important;\n }\n body .PNCib.fT6ABc::after {\n background-color: #494d64 !important;\n border-color: #8aadf4 !important;\n }\n body .Usd1Ac {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n }\n body .P77izf {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n body .VfPpkd-StrnGf-rymPhb-f7MjDc,\n body .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: #7dc4e4 !important;\n }\n body .EL3pcf {\n color: #7dc4e4 !important;\n }\n body .bVfPpkd-StrnGf-rymPhb,\n body .DMZ54e {\n color: #cad3f5 !important;\n }\n body .VfPpkd-pafCAf,\n body .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: #1e2030 !important;\n }\n body .VfPpkd-l6JLsf::after {\n background-color: #8aadf4 !important;\n }\n body .VfPpkd-l6JLsf::before {\n background-color: #5b6078 !important;\n }\n body .VfPpkd-uMhiad::after {\n background: #6e738d;\n }\n body .dmaMHc {\n background-color: #363a4f !important;\n }\n body .AJxgH {\n background-color: #1e2030 !important;\n }\n body .VfPpkd-cTi5dd {\n color: #7dc4e4 !important;\n }\n body .z7T1i,\n body .nEklgc {\n background-color: #363a4f;\n }\n body .rbYSKb {\n color: #a5adcb;\n }\n body .FuOudf {\n color: #a5adcb;\n }\n body .zRQJhd {\n background-color: #24273a !important;\n }\n body .XH1CIc {\n color: #a5adcb;\n }\n body .pno7A.hU1rMc .Tqvz7b,\n body .pno7A.rfUaPd .SwDSDf {\n color: #b8c0e0;\n }\n body .pno7A.rfUaPd .Tqvz7b {\n color: #cad3f5;\n }\n body .tR3EBc {\n background-color: #1e2030;\n }\n body .AOvabd,\n body .dxp44d {\n background: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #363a4f !important;\n }\n body .AOvabd:hover,\n body .dxp44d:hover {\n background-color: #494d64;\n border-color: #494d64;\n }\n body .zbvg1c {\n color: #cad3f5;\n }\n body .UUhRt {\n background-color: #8aadf4;\n color: #1e2030;\n border-color: #8aadf4;\n }\n body .UUhRt:hover {\n background-color: #91d7e3;\n border-color: #91d7e3;\n }\n body .tw-lliw.item-selected .language_list_item {\n color: #8aadf4;\n }\n body .qv3Wpe {\n color: #cad3f5;\n }\n body .TIGsTb {\n border-color: #363a4f;\n }\n body .TIGsTb:hover {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n body .MEdqYd,\n body .feqqG {\n background: #5b6078;\n color: #cad3f5;\n border-color: #5b6078;\n }\n body .MEdqYd:hover,\n body .feqqG:hover {\n background-color: #6e738d;\n border-color: #6e738d;\n }\n body .H73aad,\n body .H73aadhover {\n background-color: #1e2030 !important;\n border-color: #363a4f !important;\n }\n body .AQtWSd,\n body .ulmfef,\n body .xCBykf,\n body .m2E3md {\n color: #8aadf4;\n }\n body .joHe2d {\n background-color: #24273a !important;\n box-shadow: 0 1px 0 #24273a !important;\n }\n body .xt8Uw,\n body .ipwqjc,\n body .Bk8Hxd:link,\n body .ucRBdc,\n body .PDzHbe,\n body .pt3Hdf,\n body .Cv2Brc,\n body .IFGUre,\n body .review-dialog {\n color: #cad3f5;\n }\n body .GK1a5e {\n background-color: #cad3f5;\n }\n body .RC9d6e {\n border-top-color: #cad3f5;\n }\n body .IFmkIb.IFmkIb {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n body .ab_button {\n background-image: linear-gradient(to top, #363a4f, #24273a);\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .PGbOqf {\n background-color: #7dc4e4;\n }\n body .yAbdSd {\n color: #ed8796;\n }\n body .ycghLd {\n background-color: #ed8796;\n border-color: #ed8796;\n }\n body .IRH78d,\n body .CFjcj,\n body .HkuhB {\n color: #a5adcb;\n }\n body .l2gNXd {\n background-color: #eed49f;\n }\n body .uVGhGc,\n body .hIqKNb {\n background-color: #363a4f;\n }\n body .tcuWYc {\n background-image: linear-gradient(#6e738d 1px, rgba(255, 255, 255, 0) 0);\n }\n body .qk7LXc.Fb1AKc,\n body .fAt9Jd,\n body .SME0md,\n body .ipwqjc {\n background-color: #24273a !important;\n }\n body .ttBXeb,\n body .NDTw3e.K7R36c,\n body .knowledge-finance-wholepage-chart__fw-uch .uch-svg {\n color: #a5adcb;\n }\n body .sQ6RSc {\n fill: #cad3f5;\n }\n body .egcvbb {\n border-color: #5b6078;\n }\n body .egcvbb:hover {\n border-color: #cad3f5;\n }\n body .knowledge-finance-wholepage-chart__hover-card {\n background-color: #24273a;\n }\n body .knowledge-finance-wholepage-chart__hover-card-time {\n color: #a5adcb;\n }\n body .fw-ch-sel .KWk7r.qUjgX {\n background-color: #363a4f;\n color: #8aadf4;\n }\n body .gb_Ka.gb_f,\n body .gb_Na.gb_f,\n body #gb {\n background-color: #24273a !important;\n }\n body .gb_Ka.gb_f svg,\n body .gb_Na.gb_f svg,\n body #gb svg,\n body .gb_Ka.gb_f .gb_Rc svg,\n body .gb_Na.gb_f .gb_Rc svg,\n body #gb .gb_Rc svg,\n body .gb_Ka.gb_f .gb_dd .gb_ld,\n body .gb_Na.gb_f .gb_dd .gb_ld,\n body #gb .gb_dd .gb_ld,\n body .gb_Ka.gb_f .gb_3c .gb_ld,\n body .gb_Na.gb_f .gb_3c .gb_ld,\n body #gb .gb_3c .gb_ld {\n color: #cad3f5;\n }\n body .gb_Nc a.gb_F,\n body .gb_Nc span.gb_F {\n color: #cad3f5;\n }\n body .uU7dJb {\n border-bottom-color: #363a4f;\n background-color: #1e2030;\n color: #b8c0e0;\n }\n body .gb_Nc .gb_d:hover {\n background-color: #363a4f;\n }\n body .KxwPGc {\n background-color: #1e2030;\n }\n body .HJSKzf {\n color: #cad3f5;\n }\n body .gbqfba,\n body .lJ9FBc input[type=\"submit\"] {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .gbqfba:hover,\n body .lJ9FBc input[type=\"submit\"]:hover {\n color: #cad3f5;\n background-color: #363a4f;\n border-color: #5b6078;\n }\n body .UxeQfc,\n body .s7d4ef,\n body .yXu61c,\n body .X6JNf,\n body .BERAof,\n body .oxbMzd,\n body .A5s9h,\n body .V9Wb7c,\n body .GVUPk,\n body .GyAeWb,\n body .A0hi5,\n body .Tme6jf {\n background-color: #24273a !important;\n }\n body .d3o3Ad,\n body .sZKvbe {\n fill: #a6da95 !important;\n }\n body .Fzsovc,\n body .cwYVJe,\n body .RJPOee,\n body .vM0jzc,\n body .clOx1e,\n body .vDF3Oc.vDF3Oc .R8BTeb,\n body .vDF3Oc.vDF3Oc .ouxCkc,\n body .Yt787,\n body .mulB1,\n body .xUc8Ie,\n body .sfgTZc,\n body .I6Kpxd,\n body .cQEt3 {\n color: #cad3f5 !important;\n }\n body .yQLaje,\n body .tVoQIb,\n body .f9nOyf,\n body .kHtcsd,\n body .DopHqc,\n body .p7bv,\n body .ar9V1,\n body .DfMusf,\n body .y6CIle,\n body .JukT7c,\n body .xUc8Ie.BXdrne,\n body .sEqX7e,\n body .ZFiwCf {\n background-color: #363a4f !important;\n }\n body .xUc8Ie.BXdrne,\n body .YUg0se,\n body .WGbsof {\n border-color: #5b6078 !important;\n }\n body .NOo3C {\n color: #b8c0e0;\n }\n body .WGbsof[selected] {\n background-color: #8aadf4;\n border-color: #8aadf4 !important;\n }\n body .pHiOh,\n body a.pHiOh {\n color: #b8c0e0 !important;\n }\n body a {\n color: #8aadf4;\n }\n body .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n body .RNNXgb:hover,\n body .sbfc .RNNXgb {\n background: #363a4f !important;\n border-color: #363a4f;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .minidiv .RNNXgb {\n background: #363a4f;\n border-color: #494d64;\n }\n body .minidiv .RNNXgb:hover {\n box-shadow: 0 4px 12px #181926;\n }\n body .HSryR .KsRP6 {\n border-color: #5b6078;\n }\n body .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 #181926;\n background: #363a4f;\n border-color: #363a4f;\n }\n body .aajZCb {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n body .xtSCL {\n border-top-color: #5b6078;\n }\n body .sbct:hover {\n background-color: #494d64;\n }\n body .WggQGd {\n color: #c6a0f6 !important;\n }\n body .JCHpcb {\n color: #a5adcb;\n }\n body .JCHpcb:hover {\n color: #8aadf4;\n }\n body .wM6W7d,\n body .ABAbCc {\n color: #cad3f5;\n }\n body .uDetx {\n fill: #cad3f5;\n }\n body .ExCKkf,\n body .BjWz4c {\n color: #a5adcb;\n }\n body .ACRAdd {\n border-left-color: #6e738d;\n }\n body .Pvpvv {\n background-color: #181926;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .w9dUj {\n color: #cad3f5 !important;\n }\n body .Pvpvv .zE5Aq,\n body .adnFRd,\n body .XfJHbe {\n color: #8aadf4;\n }\n body .CS4h3e {\n background-color: #a5adcb;\n }\n body .Pvpvv .xyGai {\n color: #cad3f5;\n }\n body #SIvCob {\n color: #cad3f5;\n }\n body .gb_Jc a.gb_B,\n body .gb_Jc span.gb_B {\n color: #cad3f5;\n }\n body .gb_Jc svg,\n body .gb_Oc.gb_Sc svg,\n body .gb_Jc .gb_ad .gb_id,\n body .gb_Jc .gb_ad .gb_Ic,\n body .gb_Jc .gb_ad .gb_cd,\n body .gb_Oc.gb_Sc .gb_id {\n color: #cad3f5;\n }\n body .gb_Ka svg,\n body .gb_Oc svg,\n body .gb_ad .gb_id,\n body .gb_0c .gb_id {\n color: #cad3f5;\n }\n body .gLFyf {\n color: #cad3f5;\n }\n body .QCzoEc {\n color: #939ab7;\n }\n body .szppmdbYutt__middle-slot-promo {\n color: #cad3f5;\n }\n body .gb_Jc .gb_Ud button:hover svg,\n body .gb_Jc .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_Jc .gb_Ud.gb_qe button:hover svg,\n body .gb_Ud button:hover svg,\n body .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_We {\n background: #1e2030;\n color: #cad3f5;\n }\n body a.gb_B,\n body span.gb_B {\n color: #cad3f5;\n }\n body .gb_zc div:first-child {\n color: #cad3f5;\n }\n body .gb_zc > * {\n color: #a5adcb;\n }\n body .ClJ9Yb {\n color: #a5adcb;\n }\n body .sfbg {\n background-color: #24273a;\n }\n body .jfN4p,\n body .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22272%22%20height%3D%2292%22%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22M115.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18C71.25%2034.32%2081.24%2025%2093.5%2025s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44S80.99%2039.2%2080.99%2047.18c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20d%3D%22M163.75%2047.18c0%2012.77-9.99%2022.18-22.25%2022.18s-22.25-9.41-22.25-22.18c0-12.85%209.99-22.18%2022.25-22.18s22.25%209.32%2022.25%2022.18m-9.74%200c0-7.98-5.79-13.44-12.51-13.44s-12.51%205.46-12.51%2013.44c0%207.9%205.79%2013.44%2012.51%2013.44s12.51-5.55%2012.51-13.44%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M209.75%2026.34v39.82c0%2016.38-9.66%2023.07-21.08%2023.07-10.75%200-17.22-7.19-19.66-13.07l8.48-3.53c1.51%203.61%205.21%207.87%2011.17%207.87%207.31%200%2011.84-4.51%2011.84-13v-3.19h-.34c-2.18%202.69-6.38%205.04-11.68%205.04-11.09%200-21.25-9.66-21.25-22.09%200-12.52%2010.16-22.26%2021.25-22.26%205.29%200%209.49%202.35%2011.68%204.96h.34v-3.61h9.25zm-8.56%2020.92c0-7.81-5.21-13.52-11.84-13.52-6.72%200-12.35%205.71-12.35%2013.52%200%207.73%205.63%2013.36%2012.35%2013.36%206.63%200%2011.84-5.63%2011.84-13.36%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M225%203v65h-9.5V3z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20d%3D%22m262.02%2054.48%207.56%205.04c-2.44%203.61-8.32%209.83-18.48%209.83-12.6%200-22.01-9.74-22.01-22.18%200-13.19%209.49-22.18%2020.92-22.18%2011.51%200%2017.14%209.16%2018.98%2014.11l1.01%202.52-29.65%2012.28c2.27%204.45%205.8%206.72%2010.75%206.72%204.96%200%208.4-2.44%2010.92-6.14m-23.27-7.98%2019.82-8.23c-1.09-2.77-4.37-4.7-8.23-4.7-4.95%200-11.84%204.37-11.59%2012.93%22/%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M35.29%2041.41V32H67c.31%201.64.47%203.58.47%205.68%200%207.06-1.93%2015.79-8.15%2022.01-6.05%206.3-13.78%209.66-24.02%209.66C16.32%2069.35.36%2053.89.36%2034.91S16.32.47%2035.3.47c10.5%200%2017.98%204.12%2023.6%209.49l-6.64%206.64c-4.03-3.78-9.49-6.72-16.97-6.72-13.86%200-24.7%2011.17-24.7%2025.03s10.84%2025.03%2024.7%2025.03c8.99%200%2014.11-3.61%2017.39-6.89%202.66-2.66%204.41-6.46%205.1-11.65z%22/%3E%3C/svg%3E\");\n }\n body .aXBZVd {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22m20.49%2019-5.73-5.73C15.53%2012.2%2016%2010.91%2016%209.5A6.5%206.5%200%201%200%209.5%2016c1.41%200%202.7-.47%203.77-1.24L19%2020.49zM5%209.5C5%207.01%207.01%205%209.5%205S14%207.01%2014%209.5%2011.99%2014%209.5%2014%205%2011.99%205%209.5%22/%3E%3C/svg%3E\");\n }\n body .zgAlFc {\n color: #8aadf4;\n }\n body .fLciMb {\n color: #cad3f5;\n }\n body .d2IKib {\n color: #ed8796;\n }\n body .fLciMb:hover {\n background-color: #363a4f;\n }\n body .kno-ftr.rpBMYb {\n color: #a5adcb;\n }\n body .aTI8gc {\n color: #cad3f5;\n }\n body .wwUB2c {\n color: #a5adcb;\n }\n body .dhERQc {\n color: #24273a !important;\n background-color: #8aadf4 !important;\n }\n body .z1asCe,\n body .ikb4Bb {\n color: #cad3f5 !important;\n }\n body .rsGxI.Ww4FFb,\n body .Ww4FFb {\n background-color: #24273a;\n }\n body .RES9jf {\n color: #cad3f5;\n }\n body .CSkcDe,\n body .related-question-pair div.iDjcJe {\n color: #cad3f5;\n }\n body .cUnQKe .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n body .cUnQKe .ILfuVd,\n body .cUnQKe .UiGGAb.ILfuVd {\n color: #b8c0e0;\n }\n body .ZYHQ7e {\n color: #a5adcb;\n }\n body .VuuXrf {\n color: #cad3f5;\n }\n body .hb8SAc,\n body .gb_Oc a.gb_H,\n body .gb_Oc span.gb_H {\n color: #cad3f5;\n }\n body .TQc1id .I6TXqe {\n border-color: #5b6078;\n }\n body .I6TXqe,\n body .zaokob {\n background: #24273a;\n }\n body .tw-lliw:hover,\n body .tw-lliw:focus {\n background-color: #363a4f;\n }\n body .language_list_languages.tw-ll-top::after {\n background: linear-gradient(to bottom, rgba(36, 39, 58, 0), #24273a);\n }\n body .HsZQAe {\n border-bottom-color: #5b6078;\n }\n body .KLEmSd {\n border-bottom-color: #494d64;\n }\n body .NtaMpb .niO4u,\n body .nZWEZc .ttwCMe,\n body .xNzW0d,\n body .lWzCpb {\n background-color: #24273a;\n }\n body .aURkK {\n border-left-color: #494d64;\n }\n body .iRPzcb {\n border-bottom-color: #494d64;\n }\n body .related-question-pair .d0fCJc {\n color: #cad3f5;\n }\n body cite,\n body cite a:link,\n body cite a:visited {\n color: #a5adcb;\n }\n body .WZ8Tjf,\n body .EZAeBe,\n body .F0gfrd {\n color: #a5adcb;\n }\n body .yDYNvb.lyLwlc {\n color: #cad3f5;\n }\n body .H9lube {\n background-color: #24273a;\n border-color: #5b6078;\n }\n body .Bi9oQd {\n background-color: #494d64;\n }\n body .akqY6 {\n background: #494d64;\n }\n body .KFFQ0c .YfftMc,\n body .KFFQ0c .YfftMc span,\n body .KFFQ0c .YfftMc div,\n body .KFFQ0c .YfftMc a,\n body g-menu.DWsAYc g-menu-item a.K1yPdf,\n body .f3LoEf,\n body .TXBhSe:hover,\n body .TXBhSe:not(:hover),\n body .r025kc.lVm3ye,\n body .Bo9xMe,\n body .oyj2db {\n color: #a5adcb;\n }\n body .dyjrff,\n body .LEwnzc {\n color: #b8c0e0;\n }\n body .ZFiwCf {\n background-color: #363a4f;\n }\n body .ZFiwCf:hover {\n background-color: #494d64;\n }\n body .LGwnxb,\n body .WGwSK {\n color: #cad3f5;\n }\n body .EsIlz {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .O7G3Gd {\n color: #cad3f5;\n }\n body .O7G3Gd:hover {\n color: #8aadf4;\n }\n body .appbar {\n background: #24273a;\n border-top-color: #494d64;\n }\n body .bSeRjc:hover .fKmH1e {\n color: #b8c0e0;\n background-color: #363a4f;\n }\n body .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n body div[aria-expanded=\"true\"] .fKmH1e {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n body .LHJvCe,\n body .vqseUe,\n body .dMCttd {\n color: #a5adcb;\n }\n body .dG2XIf .xpdbox .yc7KLc {\n background-color: #24273a;\n }\n body .URgIvb {\n border-color: #8aadf4;\n background-color: #8aadf4;\n }\n body .pdpvld {\n color: #a6da95;\n }\n body .YrbPuc {\n color: #b8c0e0;\n }\n body .y6CIle {\n background-color: #363a4f;\n }\n body .Yt787,\n body .vDF3Oc.vDF3Oc .R8BTeb {\n color: #cad3f5;\n }\n body .IDFSOe {\n background-color: #5b6078;\n }\n body .ffmmcd,\n body .u7yw9 .WeviRb {\n border-color: #494d64;\n }\n body .wdQNof {\n border-color: #494d64;\n background-color: #24273a;\n }\n body .eadHV.Ses7yd {\n color: #cad3f5 !important;\n }\n body .f,\n body .j04ED,\n body .j04ED a,\n body .j04ED a:link,\n body .XaIwc {\n color: #a5adcb !important;\n }\n body #_Xg6uZYKGBYCDhbIPvK2s2AI_27 > div:nth-child(3) > g-right-button:nth-child(1) > g-fab:nth-child(1),\n body g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: #181926 !important;\n }\n body .gb_2e {\n background-color: #363a4f;\n }\n body .gb_Ec div:first-child {\n color: #cad3f5;\n }\n body .gb_Ec > * {\n color: #a5adcb;\n }\n body .kLhEKe {\n background-color: #24273a;\n }\n body .S8ee5.CwbYXd {\n color: #cad3f5;\n }\n body .S8ee5 {\n background: #363a4f;\n }\n body .S8ee5:hover {\n background: #494d64;\n }\n body .rhHIGd {\n background-color: #5b6078;\n }\n body .sY7ric {\n color: #cad3f5;\n }\n body .I6a0ee {\n background-color: #24273a;\n border-color: #5b6078;\n color: #cad3f5;\n }\n body .I6a0ee:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n body .I6a0ee:focus {\n background-color: #181926;\n border-color: #5b6078;\n }\n body .pxhZNb {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n body .d2F2Td {\n color: #cad3f5;\n }\n body .c07z9 {\n color: #a5adcb;\n }\n body .c07z9 a,\n body .c07z9 a:active,\n body .c07z9 a:link {\n color: #cad3f5;\n text-decoration-color: #a5adcb;\n }\n body .wHYlTd {\n color: #a5adcb;\n }\n body .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: #24273a;\n }\n body .fm06If .ILfuVd,\n body .c2xzTb .ILfuVd,\n body .Jb0Zif .c2xzTb .ILfuVd {\n color: #cad3f5;\n }\n body .fm06If .ILfuVd b,\n body .c2xzTb .ILfuVd b {\n background-color: rgba(138, 173, 244, 0.25);\n color: #cad3f5;\n }\n body .GKS7s {\n background: #363a4f;\n border-color: #494d64;\n }\n body .GKS7s:hover {\n background-color: #494d64 !important;\n border-color: #5b6078;\n }\n body .yXK7lf em {\n color: #cad3f5;\n }\n body .Lb0dA:hover {\n background-color: #363a4f;\n }\n body .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: #8aadf4;\n }\n body .Lb0dA[aria-expanded=\"true\"] {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .BaegVc:hover {\n background-color: #363a4f;\n }\n body .hdtb-tl-sel .BaegVc {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .BaegVc:focus {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .TZqsAd {\n background: #6e738d;\n }\n body .FalWJb {\n background: #24273a;\n }\n body .YeThId {\n border-top-color: #494d64;\n }\n body .k8XOCe {\n background-color: #363a4f;\n }\n body .s75CSd {\n color: #cad3f5;\n }\n body .ZkkK1e,\n body .uAbMZd {\n background: #24273a;\n border-color: #494d64;\n }\n body .ZkkK1e:hover,\n body .uAbMZd:hover {\n background: #363a4f;\n }\n body .QjI2jc {\n color: #a5adcb;\n }\n body .lhLbod {\n color: #a5adcb;\n }\n body .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n body .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: #8aadf4;\n }\n body .F75bid {\n color: #a5adcb;\n }\n body div[aria-expanded=\"true\"] .fFI3rb {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: rgba(138, 173, 244, 0.25) !important;\n }\n body .MAMMm {\n background: #1e2030;\n box-shadow: 0 2px 6px #181926 !important;\n }\n body [selected].nWtjMe {\n background: rgba(138, 173, 244, 0.25) !important;\n }\n body .uZNuIf:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n body [selected].nWtjMe .FMKtTb {\n color: #cad3f5;\n }\n body .nWtjMe .FMKtTb {\n color: #a5adcb;\n }\n body .GKS7s .FMKtTb,\n body .GKS7s .RWhoyd.mol54e {\n color: #cad3f5;\n }\n body .ePSouf .FMKtTb {\n color: #a5adcb;\n }\n body .NkCsjc:hover {\n background-color: #363a4f !important;\n color: #cad3f5;\n }\n body .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: #cad3f5;\n }\n body a.hisnlb {\n background: rgba(147, 154, 183, 0.25);\n }\n body div[aria-expanded=\"true\"] .fFI3rb,\n body div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: #363a4f !important;\n }\n body .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: #8aadf4;\n }\n body .hdtb-mn-hd {\n color: #a5adcb;\n }\n body .hdtb-mn-hd:hover {\n color: #cad3f5;\n }\n body .fSnalc {\n stroke: #8aadf4;\n }\n body .oOg6Ne {\n stroke: #eed49f;\n }\n body .ZqPjbb {\n stroke: #ed8796;\n }\n body .aPiskd {\n stroke: #a6da95;\n }\n body .s8GCU {\n background-color: #24273a;\n }\n body .Lj9fsd {\n background-color: #24273a;\n }\n body .jZWadf {\n background-color: #24273a;\n }\n body .rQEFy,\n body .rQEFy:hover {\n border-color: rgba(138, 173, 244, 0.25);\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .gbZSUe {\n color: #cad3f5;\n }\n body .gbZSUe:hover {\n background: #363a4f;\n }\n body .XZ5MVe {\n color: #8aadf4;\n }\n body a:visited {\n color: #c6a0f6;\n }\n body .F9Idpe {\n background: linear-gradient(to right, transparent 0%, #24273a 60%, #24273a);\n }\n body .SvoXfb > .x5f7Bc {\n fill: #a5adcb;\n }\n body .SvoXfb:hover > .x5f7Bc {\n fill: #cad3f5;\n }\n body .SvoXfb:hover {\n background-color: #363a4f;\n }\n body .IsZvec,\n body .yxAsKe {\n color: #a5adcb;\n }\n body .zqrO0.k0Jjg .QuU3Wb,\n body .zqrO0.k0Jjg:hover .QuU3Wb {\n color: #b8c0e0;\n }\n body .uo4vr {\n color: #a5adcb;\n }\n body .minidiv .sfbg {\n background: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .aqCVJb {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n body .T8VaVe {\n color: #8aadf4;\n }\n body .tw-ta,\n body #tw-source-text-container .tw-ta,\n body #tw-source-rmn-container .tw-ta {\n color: #cad3f5;\n }\n body .tw-bilingual-marked {\n border-color: #8aadf4;\n }\n body #tw-target {\n background-color: #363a4f;\n }\n body .tw-data-placeholder {\n color: #cad3f5;\n }\n body .j1iyq {\n border-color: #5b6078;\n }\n body .w8qArf .fl {\n color: #cad3f5 !important;\n }\n body .HSryR a.B1uW2d {\n border-bottom-color: #5b6078;\n }\n body .usJj9c .zz3gNc {\n color: #cad3f5;\n }\n body .Ss2Faf a {\n color: #cad3f5;\n }\n body .aCOpRe em,\n body .yXK7lf em {\n color: #cad3f5;\n }\n body .FR7ZSc .niO4u {\n background-color: #24273a;\n border-color: #5b6078;\n color: #8aadf4;\n }\n body .g {\n color: #cad3f5;\n }\n body .VSHxQ {\n color: #a5adcb;\n }\n body .cF4V5c {\n background-color: #181926 !important;\n }\n body .cF4V5c g-menu-item a,\n body .cF4V5c g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n color: #cad3f5;\n }\n body .cF4V5c:hover g-menu-item:hover a,\n body .cF4V5c:hover g-menu-item a:visited,\n body .cF4V5c g-menu-item a:hover {\n background-color: #363a4f;\n }\n body .GZnQqe.LGiluc {\n border-top-color: #5b6078 !important;\n }\n body .pkWBse {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n body .dG2XIf {\n background: #24273a;\n }\n body .Z0LcW {\n color: #cad3f5;\n }\n body .i29hTd .qLLird {\n color: #cad3f5;\n }\n body .i29hTd .kR7nSc {\n color: #cad3f5;\n }\n body .N6Sb2c {\n color: #a5adcb;\n }\n body .C9iYEe {\n color: #a5adcb;\n }\n body .KcXNxb {\n background: #24273a;\n }\n body .ss6qqb .PKDVJd {\n color: #a5adcb;\n }\n body a.oBa0Fe {\n color: #a5adcb;\n }\n body .o6juZc {\n background-color: #363a4f;\n }\n body .o6juZc:hover {\n background-color: #363a4f;\n box-shadow: 0 4px 12px #181926;\n }\n body .W6pGoe {\n background: #363a4f;\n box-shadow: 0 4px 6px 0 #181926;\n }\n body .WdWr7c {\n border-top-color: #5b6078;\n }\n body .sU3bKf {\n color: #cad3f5;\n }\n body .O5OUld {\n color: #a5adcb;\n }\n body .zP7KFe {\n background: #494d64;\n }\n body .O5OUld:hover {\n color: #8aadf4;\n }\n body .og3lId {\n color: #cad3f5;\n }\n body .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .r8xEL {\n color: #cad3f5;\n }\n body .ZZ7G7b {\n color: #cad3f5;\n border-color: #494d64;\n }\n body .NZmxZe {\n background-color: #24273a;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .NZmxZe:not(.rQEFy):hover,\n body .cj2HCb.iuN0sf .w6PoOe:hover,\n body .CgGjZc:hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .ssfWCe .ZXJQ7c,\n body .cj2HCb.iuN0sf .w6PoOe,\n body .G2XB8d,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: #a5adcb;\n }\n body .ssfWCe .ZXJQ7c .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb:hover,\n body .G2XB8d .KA8Jyb:hover,\n body .cj2HCb.iuN0sf .w6PoOe .KA8Jyb .KA8Jyb:hover {\n fill: #b8c0e0;\n }\n body .KA8Jyb {\n fill: #a5adcb;\n }\n body .CgGjZc:hover .G2XB8d {\n color: #b8c0e0;\n }\n body .o6OF0 {\n background-color: #494d64;\n }\n body .o6OF0:hover {\n background-color: #5b6078;\n }\n body .o6OF0 .SHFPkb {\n color: #cad3f5;\n }\n body .o6OF0 .PnfqLc {\n color: #a5adcb;\n }\n body .zbRPDe,\n body .scU1d {\n color: #cad3f5;\n }\n body .UafVBb {\n background-color: #24273a;\n border-color: #5b6078;\n }\n body .mEQved {\n color: #a5adcb;\n }\n body .goxjub > path:nth-child(1) {\n fill: #8aadf4;\n }\n body .goxjub > path:nth-child(2) {\n fill: #a6da95;\n }\n body .goxjub > path:nth-child(3) {\n fill: #eed49f;\n }\n body .goxjub > path:nth-child(4) {\n fill: #ed8796;\n }\n body [fill=\"#34a853\"] {\n fill: #a6da95;\n }\n body [fill=\"#4285f4\"] {\n fill: #8aadf4;\n }\n body [fill=\"#ea4335\"] {\n fill: #ed8796;\n }\n body [fill=\"#fbbc05\"] {\n fill: #eed49f;\n }\n body .ssfWCe .ZXJQ7c:hover {\n background-color: #363a4f;\n color: #cad3f5;\n }\n body .qcTKEe {\n background-color: #24273a;\n }\n body .ooPrBf {\n background: #24273a;\n }\n body .r9PaP {\n color: #a5adcb;\n }\n body .r9PaP:hover {\n color: #8aadf4;\n }\n body .H1KrKd {\n fill: #a5adcb;\n }\n body .cEPPT {\n border-bottom-color: #494d64;\n }\n body .Ix6LGe {\n background: #24273a;\n box-shadow: 0 2px 10px 0 #181926;\n }\n body .Hm7Qac:hover,\n body .EuKAde {\n background-color: #363a4f;\n }\n body .igM9Le {\n color: #cad3f5;\n }\n body .irf0hb {\n box-shadow: 1px 1px 15px 0 #181926;\n }\n body .gb_Mc .gb_Vd button:hover svg,\n body .gb_Mc .gb_d:hover {\n background-color: #363a4f;\n }\n body .gb_Mc svg,\n body .gb_Rc.gb_Vc svg,\n body .gb_Mc .gb_dd .gb_ld,\n body .gb_Mc .gb_dd .gb_Lc,\n body .gb_Mc .gb_dd .gb_fd,\n body .gb_Rc.gb_Vc .gb_ld {\n color: #cad3f5;\n }\n body .cEW58 {\n background-color: #363a4f;\n }\n body .dyAbMb {\n fill: #a5adcb;\n }\n body .zItAnd,\n body .zItAnd:link,\n body .zItAnd:visited,\n body .zItAnd:hover,\n body .zItAnd:active {\n color: #cad3f5;\n }\n body .zItAnd {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .zItAnd:not(.MgQdud):hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .fKmH1e {\n background-color: #24273a;\n border-color: #494d64;\n color: #a5adcb;\n }\n body .fKmH1e:hover {\n background-color: #363a4f;\n border-color: #494d64;\n }\n body .nfSF8e,\n body .WRhYSc {\n color: #a5adcb;\n }\n body .nfSF8e:hover,\n body .WRhYSc:hover {\n background-color: #363a4f;\n color: #a5adcb;\n }\n body .ssJ7i {\n color: #cad3f5;\n }\n body .iAIpCb {\n color: #a5adcb;\n }\n body .KMdzJ,\n body .ss6qqb .oBrLN,\n body .ylgVCe {\n color: #b8c0e0;\n }\n body .PmPt7d {\n color: #a5adcb;\n }\n body .gb_Mc a.gb_E,\n body .gb_Mc span.gb_E {\n color: #cad3f5;\n }\n body a.gb_E,\n body span.gb_E {\n color: #cad3f5 !important;\n }\n body .RzdJxc {\n border-top-color: #5b6078;\n }\n body .rKnmn {\n border-top-color: #5b6078;\n }\n body .FzCfme {\n color: #a5adcb;\n }\n body .hMJ0yc {\n color: #a5adcb;\n }\n body .yg51vc {\n background-color: #24273a;\n }\n body .hdtb-mitem a {\n color: #a5adcb;\n }\n body .hdtb-mitem .GOE98c,\n body .hdtb-mitem a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad {\n color: #a5adcb;\n }\n body .t2vtad:not(.hdtb-tl-sel) {\n color: #a5adcb;\n }\n body .dG2XIf .xpdopen .mJ2Mod {\n border-color: #494d64;\n }\n body .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n box-shadow: 0 1px 1px #181926;\n }\n body .hdtb-mitem:hover .GOE98c:hover,\n body .hdtb-mitem:hover a,\n body .hdtb-mitem.hdtb-msel,\n body .t2vtad:hover {\n color: #8aadf4;\n }\n body .w6PoOe {\n color: #a5adcb;\n }\n body .w6PoOe:hover {\n color: #cad3f5;\n }\n body .Lj9fsd.DU1Mzb {\n background-color: #24273a;\n box-shadow: 0 1px 6px 0 #181926;\n }\n body .Lj9fsd.DU1Mzb .o6juZc {\n border-color: #494d64 !important;\n }\n body .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: #363a4f;\n }\n body .FjVBEd {\n color: #a6da95;\n }\n body title-with-lhs-icon:hover .ekf0x h3 {\n color: #8aadf4;\n }\n body .GmE3X {\n color: #cad3f5;\n }\n body .iv236 {\n color: #cad3f5;\n }\n body .GLcBOb {\n border-bottom-color: #494d64;\n }\n body .ss6qqb .Ui2TZ {\n color: #cad3f5;\n }\n body .wx62f {\n color: #a5adcb;\n }\n body #rhs .u7yw9 {\n border-left-color: #494d64;\n }\n body .ss6qqb .Jk5Tjc {\n border-color: #5b6078;\n }\n body #rhs .u7yw9 .cLjAic {\n border-bottom-color: #494d64;\n }\n body .JNkvid .HnYYW {\n color: #cad3f5;\n }\n body .aokhrd .TZahnb {\n border-left-color: #494d64;\n }\n body .Cx1ZMc {\n color: #a5adcb;\n }\n body .CBPSbf {\n background-color: #24273a;\n }\n body .E74aCb {\n color: #cad3f5;\n }\n body .OE86Gc {\n background-color: #24273a;\n color: #cad3f5;\n fill: #cad3f5;\n }\n body .c72nic {\n color: #cad3f5;\n }\n body .GXMTjb {\n background-color: #24273a;\n border-color: #363a4f;\n }\n body .A9y7kf {\n color: #a5adcb;\n }\n body .OE86Gc a {\n color: #8aadf4;\n }\n body .Es2Et {\n color: #a5adcb;\n }\n body .KwJT0.VqKh3b div div {\n background-color: #24273a;\n fill: #cad3f5;\n color: #cad3f5;\n border-color: #494d64;\n }\n body .rx7XFb {\n background-color: #363a4f;\n }\n body .VP31Vb {\n color: #cad3f5;\n }\n body .HXQjqf {\n background-color: rgba(138, 173, 244, 0.25);\n color: #8aadf4;\n }\n body .SW5pqf {\n color: #8aadf4;\n }\n body .rQEFy:hover {\n color: #8aadf4;\n }\n body .hdtb-tl-sel {\n border-color: #5b6078;\n background: #363a4f;\n color: #cad3f5;\n }\n body .hdtb-tl-sel:focus {\n border-color: #5b6078;\n background: #363a4f;\n color: #8aadf4;\n }\n body .t2vtad:active,\n body .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: #363a4f !important;\n box-shadow: inset 0 1px 2px #181926 !important;\n }\n body .gTl8xb {\n border-color: #a5adcb transparent;\n }\n body .hdtb-mn-hd:hover .gTl8xb {\n border-color: #cad3f5 transparent;\n }\n body .h3L8Ub .yMAEcf {\n background: #363a4f;\n border-color: #5b6078;\n }\n body .ynRric {\n color: #a5adcb;\n }\n body .cRV9hb .pcTkSc .wM6W7d {\n color: #cad3f5;\n }\n body .h3L8Ub .yMAEcf.sbhl {\n background-color: #494d64;\n }\n body .sbhl {\n background: #494d64;\n }\n body .CjiZvb,\n body .GZnQqe.EpPYLd:active {\n background-color: #363a4f;\n }\n body .PyJv1b {\n color: #cad3f5;\n }\n body .REySof {\n color: #939ab7 !important;\n }\n body .NQyKp {\n color: #363a4f !important;\n background: #7dc4e4 !important;\n }\n body .b0Xfjd {\n color: #24273a !important;\n }\n body .LiOdre {\n background-color: #24273a;\n border-color: #494d64;\n }\n body .LiOdre:hover {\n background-color: #1e2030;\n border-color: #5b6078;\n }\n body .LiOdre:focus {\n border-color: #8aadf4;\n }\n body .mfsgsd {\n color: #cad3f5;\n }\n body .GCSyeb {\n background: #494d64;\n }\n body .IVvPP .cLjAic.WY0eLb,\n body .Hwkikb.WY0eLb {\n border-left-color: #494d64;\n }\n body .mQo3nc {\n background-color: #363a4f;\n color: #a5adcb !important;\n }\n body .cfBJGe {\n color: #cad3f5;\n }\n body .f6F9Be {\n background: #1e2030;\n }\n body .KwU3F {\n color: #8aadf4;\n }\n body .b0KoTc {\n color: #cad3f5;\n }\n body .dfB0uf {\n color: #cad3f5;\n }\n body .unknown_loc {\n background: #cad3f5;\n }\n body .GS5rRd {\n color: #8aadf4;\n }\n body .xSQxL {\n color: #8aadf4;\n }\n body .smiUbb {\n color: #cad3f5;\n }\n body .b2hzT {\n border-bottom-color: #363a4f;\n }\n body #swml {\n border-left-color: #363a4f;\n }\n body .KXbwLb {\n background-color: #5b6078;\n }\n body .WZH4jc .VknLRd .GNJvt {\n background: #363a4f;\n }\n body .WZH4jc .VknLRd:hover .GNJvt {\n background: #494d64;\n }\n body .GNJvt {\n color: #cad3f5;\n }\n body .fJOpI.H9lube {\n background-color: #8aadf4 !important;\n border-color: #8aadf4;\n }\n body .XNo5Ab.XNo5Ab {\n color: #24273a !important;\n fill: #24273a !important;\n }\n body .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: #cad3f5 !important;\n }\n body .xEzgBc {\n color: #cad3f5 !important;\n }\n body .Ss2Faf.sq4Bpf {\n color: #cad3f5 !important;\n }\n body .ea0Lbe {\n background: #363a4f;\n }\n body .f6GA0,\n body .CacfB,\n body .Ua7Yuf {\n background: #24273a;\n }\n body .DV7the {\n color: #8aadf4;\n }\n body .ZeVBtc {\n color: #a5adcb;\n }\n body .cB9M7 {\n background-color: #363a4f;\n border-color: #494d64;\n color: #cad3f5;\n }\n body .cB9M7:hover {\n border-color: #5b6078;\n }\n body .cB9M7:focus {\n border-color: #8aadf4;\n }\n body .Qwbd3 {\n background: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n body .Qwbd3:hover {\n background: #494d64;\n border-color: #5b6078;\n }\n body .ArIAXb {\n fill: #363a4f;\n }\n body .qOFLsb {\n fill: #363a4f;\n }\n body .aHK1bd {\n color: #a5adcb;\n }\n body .diOlIe {\n border-top-color: #6e738d;\n }\n body .p4pvTd {\n color: #cad3f5;\n }\n body .gIYJUc {\n background: #24273a !important;\n border-color: #494d64 !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(1) {\n fill: #a6da95 !important;\n }\n body .Gdd5U > g:nth-child(2) > circle:nth-child(2) {\n fill: #8aadf4 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(3) {\n fill: #ed8796 !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(4) {\n fill: #eed49f !important;\n }\n body .Gdd5U > g:nth-child(2) > path:nth-child(5) {\n fill: #8aadf4 !important;\n }\n body .CbAZb {\n background: #24273a;\n border-bottom-color: #363a4f;\n }\n body .S8wJ3 {\n color: #cad3f5 !important;\n }\n body .ZI7elf {\n color: #cad3f5 !important;\n }\n body .tGS0Nc {\n color: #cad3f5;\n }\n body .kzt0Nc a {\n color: #a5adcb !important;\n }\n body .fgc1P,\n body .N7KPxb {\n border-top-color: #363a4f !important;\n }\n body .kQEH5b {\n color: #a5adcb !important;\n }\n body .kNKdL {\n color: #cad3f5 !important;\n }\n body .q0yked:hover {\n background-color: #1e2030 !important;\n }\n body .Oz5Rbb:hover {\n background: #1e2030 !important;\n }\n body .lwwARb {\n background-color: #181926 !important;\n }\n body .LO47Ff {\n color: #cad3f5;\n }\n body .j8PBfc {\n color: #a5adcb;\n }\n body .act-tim-txt-cnt {\n color: #cad3f5;\n }\n body .act-switch-area {\n background-color: #24273a !important;\n }\n body .q8U8x > div:nth-child(1) {\n background-color: #24273a !important;\n }\n body .EwDHG,\n body .vNdLpe,\n body .vNdLpe:visited {\n color: #a5adcb !important;\n }\n }", "start": 1066, "regexps": [ "^https?://(www\\.|images\\.)?google\\..*" ] }, - { - "code": "@media (prefers-color-scheme: light) {\n body .aRDKUe .rRF0wd {\n fill: #df8e1d !important;\n }\n body .aRDKUe .ub0gT {\n fill: #eff1f5 !important;\n }\n body .aRDKUe .Pzuhxc {\n color: #4c4f69 !important;\n }\n body .aRDKUe .Pzuhxc:hover {\n background-color: #acb0be !important;\n }\n body .aRDKUe .hCDve {\n color: #4c4f69 !important;\n }\n body .aRDKUe .WkuXae {\n color: #1e66f5;\n }\n body .aRDKUe .coHE2 {\n border-color: #acb0be !important;\n }\n body .aRDKUe .coHE2:hover {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .aRDKUe .eYSAde {\n color: #4c4f69 !important;\n }\n body .aRDKUe .Lvwayc {\n background-color: #ccd0da !important;\n }\n body .aRDKUe .Z6NXed {\n color: #4c4f69 !important;\n }\n body .aRDKUe .bMnvr {\n background: #bcc0cc !important;\n }\n body .aRDKUe .Wdz6e {\n color: #6c6f85 !important;\n }\n body .aRDKUe .LzIwWe {\n color: #4c4f69 !important;\n }\n body .aRDKUe .znj3je {\n color: #4c4f69 !important;\n }\n body .aRDKUe .fVFoBd {\n color: #4c4f69 !important;\n }\n body .aRDKUe .cllK4d {\n background: #ccd0da !important;\n color: #6c6f85 !important;\n }\n body .aRDKUe .aFCkf {\n background: #ccd0da !important;\n color: #1e66f5 !important;\n }\n body .aRDKUe .DgDbFe .vZvJBb:not(:first-child) .BVnP4c::before {\n color: #4c4f69 !important;\n }\n body .aRDKUe .qLP7kc .jFfZdd {\n background: #eff1f5 !important;\n }\n body .aRDKUe .Z6NXed:hover {\n background-color: #bcc0cc !important;\n }\n body .nz9sqb.EHzcec {\n background: var(--gm3-sys-color-surface-container-high, #ccd0da);\n }\n body .nz9sqb.EHzcec .LVal7b {\n background: var(--gm3-sys-color-surface-container-low, #e6e9ef);\n }\n body .nz9sqb .NQV3m {\n color: var(--gm3-sys-color-primary, #1e66f5);\n border-color: var(--gm3-sys-color-outline, #acb0be);\n }\n body .nz9sqb .NQV3m:hover {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .nz9sqb .NQV3m:focus {\n background-color: rgba(30, 102, 245, 0.25);\n }\n body .nz9sqb .Rq5Gcb {\n color: #4c4f69 !important;\n }\n body .nz9sqb .tX9u1b:hover {\n background-color: #ccd0da;\n }\n body .nz9sqb.o07G5 .tX9u1b:active,\n body .nz9sqb.o07G5 .tX9u1b:active:focus,\n body .nz9sqb.o07G5 .tX9u1b:active .Rq5Gcb,\n body .nz9sqb.o07G5 .tX9u1b:active:hover .Rq5Gcb {\n background-color: #ccd0da;\n }\n }\n @media (prefers-color-scheme: dark) {\n body .aRDKUe .rRF0wd {\n fill: #eed49f !important;\n }\n body .aRDKUe .ub0gT {\n fill: #24273a !important;\n }\n body .aRDKUe .Pzuhxc {\n color: #cad3f5 !important;\n }\n body .aRDKUe .Pzuhxc:hover {\n background-color: #5b6078 !important;\n }\n body .aRDKUe .hCDve {\n color: #cad3f5 !important;\n }\n body .aRDKUe .WkuXae {\n color: #8aadf4;\n }\n body .aRDKUe .coHE2 {\n border-color: #5b6078 !important;\n }\n body .aRDKUe .coHE2:hover {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .aRDKUe .eYSAde {\n color: #cad3f5 !important;\n }\n body .aRDKUe .Lvwayc {\n background-color: #363a4f !important;\n }\n body .aRDKUe .Z6NXed {\n color: #cad3f5 !important;\n }\n body .aRDKUe .bMnvr {\n background: #494d64 !important;\n }\n body .aRDKUe .Wdz6e {\n color: #a5adcb !important;\n }\n body .aRDKUe .LzIwWe {\n color: #cad3f5 !important;\n }\n body .aRDKUe .znj3je {\n color: #cad3f5 !important;\n }\n body .aRDKUe .fVFoBd {\n color: #cad3f5 !important;\n }\n body .aRDKUe .cllK4d {\n background: #363a4f !important;\n color: #a5adcb !important;\n }\n body .aRDKUe .aFCkf {\n background: #363a4f !important;\n color: #8aadf4 !important;\n }\n body .aRDKUe .DgDbFe .vZvJBb:not(:first-child) .BVnP4c::before {\n color: #cad3f5 !important;\n }\n body .aRDKUe .qLP7kc .jFfZdd {\n background: #24273a !important;\n }\n body .aRDKUe .Z6NXed:hover {\n background-color: #494d64 !important;\n }\n body .nz9sqb.EHzcec {\n background: var(--gm3-sys-color-surface-container-high, #363a4f);\n }\n body .nz9sqb.EHzcec .LVal7b {\n background: var(--gm3-sys-color-surface-container-low, #1e2030);\n }\n body .nz9sqb .NQV3m {\n color: var(--gm3-sys-color-primary, #8aadf4);\n border-color: var(--gm3-sys-color-outline, #5b6078);\n }\n body .nz9sqb .NQV3m:hover {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .nz9sqb .NQV3m:focus {\n background-color: rgba(138, 173, 244, 0.25);\n }\n body .nz9sqb .Rq5Gcb {\n color: #cad3f5 !important;\n }\n body .nz9sqb .tX9u1b:hover {\n background-color: #363a4f;\n }\n body .nz9sqb.o07G5 .tX9u1b:active,\n body .nz9sqb.o07G5 .tX9u1b:active:focus,\n body .nz9sqb.o07G5 .tX9u1b:active .Rq5Gcb,\n body .nz9sqb.o07G5 .tX9u1b:active:hover .Rq5Gcb {\n background-color: #363a4f;\n }\n }", - "start": 78364, - "regexps": [ - "^https?://(ogs\\.)?google\\..*" - ] - }, { "code": "/* prettier-ignore */", - "start": 83404 + "start": 164370 } ], - "sourceCode": "/* ==UserStyle==\n@name Google Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/google\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google\n@version 0.2.0\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle\n@description Soothing pastel theme for Google\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"^https?://(www\\\\.|images\\\\.)?google\\\\..*\")\n{\n #catppuccin(@lookup, @accent) {\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n background: @base !important;\n --uv-styles-color-surface: @crust;\n --uv-styles-color-tertiary: @surface0;\n --uv-styles-color-secondary: fade(@blue, 25%);\n --uv-styles-color-text-primary: @blue;\n --uv-styles-color-icon-default: @text;\n --uv-styles-color-text-emphasis: @text;\n --uv-styles-color-icon-on-secondary: @subtext0;\n --uv-styles-color-on-tertiary: @text;\n --uv-styles-color-icon-on-tertiary: @text;\n --xhUGwc: @base;\n --bbQxAb: @text;\n --IXoxUe: @subtext0;\n --COEmY: @text;\n --YLNNHc: @text;\n --gS5jXb: @surface0;\n --EpFNW: @mantle;\n --tefdc5886c2f04483: @text;\n --te8f1ea4d4928be48: @text !important;\n --ta884a309a24f44f4: @subtext0 !important;\n --tdee01b39543f1cac: @base !important;\n --tcc8c9ef487836e2b: @surface0 !important;\n --ta83cba65577ef850: @blue !important;\n --t7d1a3050c2c1c0a5: @text !important;\n --t6a0469853a1a02c1: @text !important;\n --t5feec22832a0fdd6: @surface0 !important;\n --t342c96645d13ae13: @accent-color !important;\n --t6c7325fca9d536d4: @text !important;\n --tf7148cf5018d5074: @text !important;\n --t9ab8d922307d428d: @text;\n --t62e84c71989f1975: @red !important;\n --tc9db399ed82142e1: @green !important;\n --uv-styles-color-text-default: @subtext0 !important;\n --uv-styles-color-review-stars: @yellow !important;\n\n /* safe search toggle dropdown */\n .z4R3Z.yb2zA {\n color: @blue !important;\n }\n .z4R3Z {\n color: @text !important;\n }\n\n /* selected image background */\n .PNCib.fT6ABc::after {\n background-color: @surface1 !important;\n border-color: @blue !important;\n }\n\n /* travel */\n .Usd1Ac {\n background-color: @surface0 !important;\n border-color: @surface2 !important;\n }\n .P77izf {\n background-color: @base !important;\n color: @text !important;\n }\n .VfPpkd-StrnGf-rymPhb-f7MjDc,\n .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: @accent-color !important;\n }\n .EL3pcf {\n color: @accent-color !important;\n }\n .bVfPpkd-StrnGf-rymPhb,\n .DMZ54e {\n color: @text !important;\n }\n .VfPpkd-pafCAf,\n .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: @mantle !important;\n }\n .VfPpkd-l6JLsf::after {\n background-color: @blue !important;\n }\n .VfPpkd-l6JLsf::before {\n background-color: @surface2 !important;\n }\n .VfPpkd-uMhiad::after {\n background: @overlay0;\n }\n .dmaMHc {\n background-color: @surface0 !important;\n }\n .AJxgH {\n background-color: @mantle !important;\n }\n .VfPpkd-cTi5dd {\n color: @accent-color !important;\n }\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n .z7T1i,\n .nEklgc {\n background-color: @surface0;\n }\n .rbYSKb {\n color: @subtext0;\n }\n .FuOudf {\n color: @subtext0;\n }\n /* calculator senpai~ */\n .zRQJhd {\n background-color: @base !important;\n }\n .XH1CIc {\n color: @subtext0;\n }\n .pno7A.hU1rMc .Tqvz7b,\n .pno7A.rfUaPd .SwDSDf {\n color: @subtext1;\n }\n .tR3EBc {\n background-color: @mantle;\n }\n .AOvabd,\n .dxp44d {\n background: @surface0 !important;\n color: @text !important;\n border-color: @surface0 !important;\n }\n .zbvg1c {\n color: @text;\n }\n .UUhRt {\n background-color: @blue;\n color: @mantle;\n border-color: @blue;\n }\n .qv3Wpe {\n color: @text;\n }\n .TIGsTb {\n border-color: @surface0;\n }\n .TIGsTb:hover {\n background-color: @surface0;\n border-color: @surface0;\n }\n .MEdqYd,\n .feqqG {\n background: @surface2;\n color: @text;\n border-color: @surface2;\n }\n /* knowoledge panel uwu */\n .H73aad {\n &,\n &hover {\n background-color: @mantle !important;\n border-color: @surface0 !important;\n }\n }\n\n .AQtWSd,\n .ulmfef,\n .xCBykf,\n .m2E3md {\n color: @blue;\n }\n\n .joHe2d {\n background-color: @base !important;\n box-shadow: 0 1px 0 @base !important;\n }\n .xt8Uw,\n .ipwqjc,\n .Bk8Hxd:link,\n .ucRBdc,\n .PDzHbe,\n .pt3Hdf,\n .Cv2Brc,\n .IFGUre,\n .review-dialog {\n color: @text;\n }\n\n .GK1a5e {\n background-color: @text;\n }\n\n .RC9d6e {\n border-top-color: @text;\n }\n\n .IFmkIb.IFmkIb {\n background-color: @surface0;\n border-color: @surface2;\n }\n .ab_button {\n background-image: linear-gradient(to top, @surface0, @base);\n background-color: @surface0;\n border-color: @surface1;\n }\n\n .PGbOqf {\n background-color: @accent-color;\n }\n\n .yAbdSd {\n color: @red;\n }\n\n .ycghLd {\n background-color: @red;\n border-color: @red;\n }\n\n .IRH78d,\n .CFjcj,\n .HkuhB {\n color: @subtext0;\n }\n .l2gNXd {\n background-color: @yellow;\n }\n .uVGhGc,\n .hIqKNb {\n background-color: @surface0;\n }\n .tcuWYc {\n background-image: linear-gradient(\n @overlay0 1px,\n rgba(255, 255, 255, 0) 0\n );\n }\n .qk7LXc.Fb1AKc,\n .fAt9Jd,\n .SME0md,\n .ipwqjc {\n background-color: @base !important;\n }\n\n .ttBXeb {\n color: @subtext0;\n }\n\n .sQ6RSc {\n fill: @text;\n }\n\n .gb_Ka.gb_f,\n .gb_Na.gb_f,\n #gb {\n background-color: @base !important;\n svg,\n .gb_Rc svg,\n .gb_dd .gb_ld,\n .gb_3c .gb_ld {\n color: @text;\n }\n }\n .gb_Nc a.gb_F,\n .gb_Nc span.gb_F {\n color: @text;\n }\n .uU7dJb {\n border-bottom-color: @surface0;\n background-color: @mantle;\n color: @subtext1;\n }\n .gb_Nc .gb_d:hover {\n background-color: @surface0;\n }\n .KxwPGc {\n background-color: @mantle;\n }\n .HJSKzf {\n color: @text;\n }\n\n .gbqfba,\n .lJ9FBc input[type=\"submit\"] {\n color: @text;\n background-color: @surface0;\n border-color: @surface1;\n &:hover {\n color: @text;\n background-color: @surface0;\n border-color: @surface2;\n }\n }\n\n /* AI search */\n\n .UxeQfc,\n .s7d4ef,\n .yXu61c,\n .X6JNf,\n .BERAof,\n .oxbMzd,\n .A5s9h,\n .V9Wb7c,\n .GVUPk,\n .GyAeWb,\n .A0hi5,\n .Tme6jf {\n background-color: @base !important;\n }\n\n .d3o3Ad,\n .sZKvbe {\n fill: @green !important;\n }\n\n .Fzsovc,\n .cwYVJe,\n .RJPOee,\n .vM0jzc,\n .clOx1e,\n .vDF3Oc.vDF3Oc .R8BTeb,\n .vDF3Oc.vDF3Oc .ouxCkc,\n .Yt787,\n .mulB1,\n .xUc8Ie,\n .sfgTZc,\n .I6Kpxd,\n .cQEt3 {\n color: @text !important;\n }\n\n .yQLaje,\n .tVoQIb,\n .f9nOyf,\n .kHtcsd,\n .DopHqc,\n .p7bv,\n .ar9V1,\n .DfMusf,\n .y6CIle,\n .JukT7c,\n .xUc8Ie.BXdrne,\n .sEqX7e,\n .ZFiwCf {\n background-color: @surface0 !important;\n }\n\n .xUc8Ie.BXdrne,\n .YUg0se,\n .WGbsof {\n border-color: @surface2 !important;\n }\n\n .NOo3C {\n color: @subtext1;\n }\n\n .WGbsof[selected] {\n background-color: @blue;\n border-color: @blue !important;\n }\n\n /* End of AI search */\n\n .pHiOh,\n a.pHiOh {\n color: @subtext1 !important;\n }\n a {\n color: @blue;\n }\n .RNNXgb {\n background: @surface0;\n border-color: @surface1;\n }\n .RNNXgb:hover,\n .sbfc .RNNXgb {\n background: @surface0 !important;\n border-color: @surface0;\n box-shadow: 0 1px 6px 0 @crust;\n }\n .minidiv .RNNXgb {\n background: @surface0;\n border-color: @surface1;\n &:hover {\n box-shadow: 0 4px 12px @crust;\n }\n }\n .HSryR .KsRP6 {\n border-color: @surface2;\n }\n .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 @crust;\n background: @surface0;\n border-color: @surface0;\n }\n .aajZCb {\n background: @surface0;\n box-shadow: 0 4px 6px 0 @crust;\n }\n .xtSCL {\n border-top-color: @surface2;\n }\n .sbct:hover {\n background-color: @surface1;\n }\n .WggQGd {\n color: @mauve !important;\n }\n .JCHpcb {\n color: @subtext0;\n }\n .JCHpcb:hover {\n color: @blue;\n }\n .wM6W7d,\n .ABAbCc {\n color: @text;\n }\n .uDetx {\n fill: @text;\n }\n .ExCKkf,\n .BjWz4c {\n color: @subtext0;\n }\n .ACRAdd {\n border-left-color: @overlay0;\n }\n .Pvpvv {\n background-color: @crust;\n border-color: @surface1;\n color: @text;\n }\n .w9dUj {\n color: @text !important;\n }\n .Pvpvv .zE5Aq,\n .adnFRd,\n .XfJHbe {\n color: @blue;\n }\n .CS4h3e {\n background-color: @subtext0;\n }\n .Pvpvv .xyGai {\n color: @text;\n }\n #SIvCob {\n color: @text;\n }\n .gb_Jc a.gb_B,\n .gb_Jc span.gb_B {\n color: @text;\n }\n .gb_Jc svg,\n .gb_Oc.gb_Sc svg,\n .gb_Jc .gb_ad .gb_id,\n .gb_Jc .gb_ad .gb_Ic,\n .gb_Jc .gb_ad .gb_cd,\n .gb_Oc.gb_Sc .gb_id {\n color: @text;\n }\n .gb_Ka svg,\n .gb_Oc svg,\n .gb_ad .gb_id,\n .gb_0c .gb_id {\n color: @text;\n }\n .gLFyf {\n color: @text;\n }\n .QCzoEc {\n color: @overlay2;\n }\n .szppmdbYutt__middle-slot-promo {\n color: @text;\n }\n .gb_Jc .gb_Ud button:hover svg,\n .gb_Jc .gb_d:hover {\n background-color: @surface0;\n }\n .gb_Jc .gb_Ud.gb_qe button:hover svg,\n .gb_Ud button:hover svg,\n .gb_d:hover {\n background-color: @surface0;\n }\n .gb_We {\n background: @mantle;\n color: @text;\n }\n a.gb_B,\n span.gb_B {\n color: @text;\n }\n .gb_zc div:first-child {\n color: @text;\n }\n .gb_zc > * {\n color: @subtext0;\n }\n .ClJ9Yb {\n color: @subtext0;\n }\n .sfbg {\n background-color: @base;\n }\n .jfN4p,\n .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n @svg-raw: '';\n @svg: escape(@svg-raw);\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n .aXBZVd {\n @svg-raw: '';\n @svg: escape(@svg-raw);\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n .zgAlFc {\n color: @blue;\n }\n .fLciMb {\n color: @text;\n }\n .d2IKib {\n color: @red;\n }\n .fLciMb:hover {\n background-color: @surface0;\n }\n .kno-ftr.rpBMYb {\n color: @subtext0;\n }\n .aTI8gc {\n color: @text;\n }\n .wwUB2c {\n color: @subtext0;\n }\n .z1asCe {\n color: @text !important;\n fill: @text !important;\n }\n .rsGxI.Ww4FFb,\n .Ww4FFb {\n background-color: @base;\n }\n .RES9jf {\n color: @text;\n }\n .CSkcDe,\n .related-question-pair div.iDjcJe {\n color: @text;\n }\n .cUnQKe .ILfuVd b {\n background-color: fade(@blue, 25%);\n color: @text;\n }\n .cUnQKe .ILfuVd,\n .cUnQKe .UiGGAb.ILfuVd {\n color: @subtext1;\n }\n .ZYHQ7e {\n color: @subtext0;\n }\n .VuuXrf {\n color: @text;\n }\n .hb8SAc {\n color: @text;\n }\n .TQc1id .I6TXqe {\n border-color: @surface2;\n }\n .I6TXqe {\n background: @base;\n }\n .HsZQAe {\n border-bottom-color: @surface2;\n }\n .NtaMpb .niO4u,\n .nZWEZc .ttwCMe {\n background-color: @base;\n }\n .iRPzcb {\n border-bottom-color: @surface1;\n }\n .related-question-pair .d0fCJc {\n color: @text;\n }\n cite,\n cite a:link,\n cite a:visited {\n color: @subtext0;\n }\n .WZ8Tjf,\n .EZAeBe,\n .F0gfrd {\n color: @subtext0;\n }\n .yDYNvb.lyLwlc {\n color: @text;\n }\n .H9lube {\n background-color: @base;\n border-color: @surface2;\n }\n .Bi9oQd {\n background-color: @surface1;\n }\n .akqY6 {\n background: @surface1;\n }\n .KFFQ0c .YfftMc,\n .KFFQ0c .YfftMc span,\n .KFFQ0c .YfftMc div,\n .KFFQ0c .YfftMc a,\n g-menu.DWsAYc g-menu-item a.K1yPdf,\n .f3LoEf,\n .TXBhSe:hover,\n .TXBhSe:not(:hover),\n .r025kc.lVm3ye,\n .Bo9xMe,\n .oyj2db {\n color: @subtext0;\n }\n .dyjrff,\n .LEwnzc {\n color: @subtext1;\n }\n .ZFiwCf {\n background-color: @surface0;\n &:hover {\n background-color: @surface1;\n }\n }\n .LGwnxb,\n .WGwSK {\n color: @text;\n }\n .EsIlz {\n background-color: @base;\n border-color: @surface1;\n }\n .O7G3Gd {\n color: @text;\n &:hover {\n color: @blue;\n }\n }\n .appbar {\n background: @base;\n border-top-color: @surface1;\n }\n .bSeRjc:hover .fKmH1e {\n color: @subtext1;\n background-color: @surface0;\n }\n .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n div[aria-expanded=\"true\"] .fKmH1e {\n background-color: fade(@blue, 25%);\n color: @blue;\n }\n .LHJvCe,\n .vqseUe,\n .dMCttd {\n color: @subtext0;\n }\n .dG2XIf .xpdbox .yc7KLc {\n background-color: @base;\n }\n .URgIvb {\n border-color: @blue;\n background-color: @blue;\n }\n .pdpvld {\n color: @green;\n }\n .YrbPuc {\n color: @subtext1;\n }\n .y6CIle {\n background-color: @surface0;\n }\n .Yt787,\n .vDF3Oc.vDF3Oc .R8BTeb {\n color: @text;\n }\n .IDFSOe {\n background-color: @surface2;\n }\n .ffmmcd,\n .u7yw9 .WeviRb {\n border-color: @surface1;\n }\n .wdQNof {\n border-color: @surface1;\n background-color: @base;\n }\n .eadHV.Ses7yd {\n color: @text !important;\n }\n .f,\n .j04ED,\n .j04ED a,\n .j04ED a:link,\n .XaIwc {\n color: @subtext0 !important;\n }\n #_Xg6uZYKGBYCDhbIPvK2s2AI_27\n > div:nth-child(3)\n > g-right-button:nth-child(1)\n > g-fab:nth-child(1),\n g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: @crust !important;\n }\n .kLhEKe {\n background-color: @base;\n }\n .S8ee5.CwbYXd {\n color: @text;\n }\n .S8ee5 {\n background: @surface0;\n }\n .S8ee5:hover {\n background: @surface1;\n }\n .rhHIGd {\n background-color: @surface2;\n }\n .sY7ric {\n color: @text;\n }\n .I6a0ee {\n background-color: @base;\n border-color: @surface2;\n color: @text;\n }\n .I6a0ee:hover {\n background-color: @mantle;\n border-color: @surface2;\n }\n .I6a0ee:focus {\n background-color: @crust;\n border-color: @surface2;\n }\n .pxhZNb {\n background-color: @surface0 !important;\n color: @text;\n }\n .d2F2Td {\n color: @text;\n }\n .c07z9 {\n color: @subtext0;\n }\n .c07z9 a,\n .c07z9 a:active,\n .c07z9 a:link {\n color: @text;\n text-decoration-color: @subtext0;\n }\n .wHYlTd {\n color: @subtext0;\n }\n .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: @base;\n }\n .fm06If .ILfuVd,\n .c2xzTb .ILfuVd,\n .Jb0Zif .c2xzTb .ILfuVd {\n color: @text;\n }\n .fm06If .ILfuVd b,\n .c2xzTb .ILfuVd b {\n background-color: fade(@blue, 25%);\n color: @text;\n }\n .GKS7s {\n background: @surface0;\n border-color: @surface1;\n }\n .GKS7s:hover {\n background-color: @surface1 !important;\n border-color: @surface2;\n }\n .yXK7lf em {\n color: @text;\n }\n .Lb0dA:hover {\n background-color: @surface0;\n }\n .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: @blue;\n }\n .Lb0dA[aria-expanded=\"true\"] {\n background-color: fade(@blue, 25%);\n }\n .BaegVc:hover {\n background-color: @surface0;\n }\n .hdtb-tl-sel .BaegVc {\n background-color: fade(@blue, 25%);\n }\n .BaegVc:focus {\n background-color: fade(@blue, 25%);\n }\n .TZqsAd {\n background: @overlay0;\n }\n .FalWJb {\n background: @base;\n }\n .YeThId {\n border-top-color: @surface1;\n }\n .k8XOCe {\n background-color: @surface0;\n }\n .s75CSd {\n color: @text;\n }\n .ZkkK1e,\n .uAbMZd {\n background: @base;\n border-color: @surface1;\n &:hover {\n background: @surface0;\n }\n }\n .QjI2jc {\n color: @subtext0;\n }\n .lhLbod {\n color: @subtext0;\n }\n .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: @blue;\n }\n .F75bid {\n color: @subtext0;\n }\n div[aria-expanded=\"true\"] .fFI3rb {\n background-color: fade(@blue, 25%) !important;\n }\n div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: fade(@blue, 25%) !important;\n }\n .MAMMm {\n background: @mantle;\n box-shadow: 0 2px 6px @crust !important;\n }\n [selected].nWtjMe {\n background: fade(@blue, 25%) !important;\n }\n .uZNuIf:hover {\n background-color: @surface0;\n color: @text;\n }\n [selected].nWtjMe .FMKtTb {\n color: @text;\n }\n .nWtjMe .FMKtTb {\n color: @subtext0;\n }\n .GKS7s .FMKtTb,\n .GKS7s .RWhoyd.mol54e {\n color: @text;\n }\n .ePSouf .FMKtTb {\n color: @subtext0;\n }\n .NkCsjc:hover {\n background-color: @surface0 !important;\n color: @text;\n }\n .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: @text;\n }\n a.hisnlb {\n background: fade(@overlay2, 25%);\n }\n div[aria-expanded=\"true\"] .fFI3rb,\n div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: @surface0 !important;\n }\n .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: @blue;\n }\n .hdtb-mn-hd {\n color: @subtext0;\n }\n .hdtb-mn-hd:hover {\n color: @text;\n }\n .fSnalc {\n stroke: @blue;\n }\n .oOg6Ne {\n stroke: @yellow;\n }\n .ZqPjbb {\n stroke: @red;\n }\n .aPiskd {\n stroke: @green;\n }\n .s8GCU {\n background-color: @base;\n }\n .Lj9fsd {\n background-color: @base;\n }\n .jZWadf {\n background-color: @base;\n }\n .rQEFy,\n .rQEFy:hover {\n border-color: fade(@blue, 25%);\n background-color: fade(@blue, 25%);\n }\n .gbZSUe {\n color: @text;\n }\n .gbZSUe:hover {\n background: @surface0;\n }\n .XZ5MVe {\n color: @blue;\n }\n a:visited {\n color: @mauve;\n }\n .F9Idpe {\n background: linear-gradient(to right, transparent 0%, @base 60%, @base);\n }\n .SvoXfb > .x5f7Bc {\n fill: @subtext0;\n }\n .SvoXfb:hover > .x5f7Bc {\n fill: @text;\n }\n .SvoXfb:hover {\n background-color: @surface0;\n }\n .IsZvec,\n .yxAsKe {\n color: @subtext0;\n }\n .zqrO0.k0Jjg .QuU3Wb,\n .zqrO0.k0Jjg:hover .QuU3Wb {\n color: @subtext1;\n }\n .uo4vr {\n color: @subtext0;\n }\n .minidiv .sfbg {\n background: @base;\n box-shadow: 0 1px 6px 0 @crust;\n }\n .aqCVJb {\n background-color: @blue !important;\n border-color: @blue !important;\n }\n .T8VaVe {\n color: @blue;\n }\n #tw-source-text-container .tw-ta,\n #tw-source-rmn-container .tw-ta {\n color: @text;\n }\n #tw-target {\n background-color: @surface0;\n }\n .tw-data-placeholder {\n color: @text;\n }\n .j1iyq {\n border-color: @surface2;\n }\n .w8qArf .fl {\n color: @text !important;\n }\n .HSryR a.B1uW2d {\n border-bottom-color: @surface2;\n }\n .usJj9c .zz3gNc {\n color: @text;\n }\n .Ss2Faf a {\n color: @text;\n }\n .aCOpRe em,\n .yXK7lf em {\n color: @text;\n }\n .FR7ZSc .niO4u {\n background-color: @base;\n border-color: @surface2;\n color: @blue;\n }\n .g {\n color: @text;\n }\n .VSHxQ {\n color: @subtext0;\n }\n .cF4V5c {\n background-color: @crust !important;\n }\n .cF4V5c g-menu-item a,\n .cF4V5c g-menu-item a:visited,\n .cF4V5c g-menu-item a:hover {\n color: @text;\n }\n .cF4V5c:hover g-menu-item:hover a,\n .cF4V5c:hover g-menu-item a:visited,\n .cF4V5c g-menu-item a:hover {\n background-color: @surface0;\n }\n .GZnQqe.LGiluc {\n border-top-color: @surface2 !important;\n }\n .pkWBse {\n box-shadow: 1px 1px 15px 0 @crust;\n }\n .dG2XIf {\n background: @base;\n }\n .Z0LcW {\n color: @text;\n }\n .i29hTd .qLLird {\n color: @text;\n }\n .i29hTd .kR7nSc {\n color: @text;\n }\n .N6Sb2c {\n color: @subtext0;\n }\n .C9iYEe {\n color: @subtext0;\n }\n .KcXNxb {\n background: @base;\n }\n .ss6qqb .PKDVJd {\n color: @subtext0;\n }\n a.oBa0Fe {\n color: @subtext0;\n }\n .o6juZc {\n background-color: @surface0;\n }\n .o6juZc:hover {\n background-color: @surface0;\n box-shadow: 0 4px 12px @crust;\n }\n .W6pGoe {\n background: @surface0;\n box-shadow: 0 4px 6px 0 @crust;\n }\n .WdWr7c {\n border-top-color: @surface2;\n }\n .sU3bKf {\n color: @text;\n }\n .O5OUld {\n color: @subtext0;\n }\n .zP7KFe {\n background: @surface1;\n }\n .O5OUld:hover {\n color: @blue;\n }\n .og3lId {\n color: @text;\n }\n .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 @crust;\n }\n .r8xEL {\n color: @text;\n }\n .ZZ7G7b {\n color: @text;\n border-color: @surface1;\n }\n .NZmxZe {\n background-color: @base;\n border-color: @surface1;\n color: @text;\n }\n .NZmxZe:not(.rQEFy):hover,\n .cj2HCb.iuN0sf .w6PoOe:hover,\n .CgGjZc:hover {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n }\n .ssfWCe .ZXJQ7c,\n .cj2HCb.iuN0sf .w6PoOe,\n .G2XB8d,\n .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: @subtext0;\n .KA8Jyb:hover {\n fill: @subtext1;\n }\n }\n .KA8Jyb {\n fill: @subtext0;\n }\n .CgGjZc:hover .G2XB8d {\n color: @subtext1;\n }\n .o6OF0 {\n background-color: @surface1;\n &:hover {\n background-color: @surface2;\n }\n .SHFPkb {\n color: @text;\n }\n .PnfqLc {\n color: @subtext0;\n }\n }\n .zbRPDe,\n .scU1d {\n color: @text;\n }\n .UafVBb {\n background-color: @base;\n border-color: @surface2;\n }\n .mEQved {\n color: @subtext0;\n }\n .goxjub {\n > path:nth-child(1) {\n fill: @blue;\n }\n > path:nth-child(2) {\n fill: @green;\n }\n > path:nth-child(3) {\n fill: @yellow;\n }\n > path:nth-child(4) {\n fill: @red;\n }\n }\n [fill=\"#34a853\"] {\n fill: @green;\n }\n [fill=\"#4285f4\"] {\n fill: @blue;\n }\n [fill=\"#ea4335\"] {\n fill: @red;\n }\n [fill=\"#fbbc05\"] {\n fill: @yellow;\n }\n .ssfWCe .ZXJQ7c:hover {\n background-color: @surface0;\n color: @text;\n }\n .qcTKEe {\n background-color: @base;\n }\n .ooPrBf {\n background: @base;\n }\n .r9PaP {\n color: @subtext0;\n }\n .r9PaP:hover {\n color: @blue;\n }\n .H1KrKd {\n fill: @subtext0;\n }\n .cEPPT {\n border-bottom-color: @surface1;\n }\n .Ix6LGe {\n background: @base;\n box-shadow: 0 2px 10px 0 @crust;\n }\n .Hm7Qac:hover,\n .EuKAde {\n background-color: @surface0;\n }\n .igM9Le {\n color: @text;\n }\n .irf0hb {\n box-shadow: 1px 1px 15px 0 @crust;\n }\n .gb_Mc .gb_Vd button:hover svg,\n .gb_Mc .gb_d:hover {\n background-color: @surface0;\n }\n .gb_Mc svg,\n .gb_Rc.gb_Vc svg,\n .gb_Mc .gb_dd .gb_ld,\n .gb_Mc .gb_dd .gb_Lc,\n .gb_Mc .gb_dd .gb_fd,\n .gb_Rc.gb_Vc .gb_ld {\n color: @text;\n }\n .cEW58 {\n background-color: @surface0;\n }\n .dyAbMb {\n fill: @subtext0;\n }\n .zItAnd,\n .zItAnd:link,\n .zItAnd:visited,\n .zItAnd:hover,\n .zItAnd:active {\n color: @text;\n }\n .zItAnd {\n background-color: @base;\n border-color: @surface1;\n }\n .zItAnd:not(.MgQdud):hover {\n background-color: @surface0;\n border-color: @surface1;\n }\n .fKmH1e {\n background-color: @base;\n border-color: @surface1;\n color: @subtext0;\n }\n .fKmH1e:hover {\n background-color: @surface0;\n border-color: @surface1;\n }\n .nfSF8e,\n .WRhYSc {\n color: @subtext0;\n }\n .nfSF8e:hover,\n .WRhYSc:hover {\n background-color: @surface0;\n color: @subtext0;\n }\n .ssJ7i {\n color: @text;\n }\n .iAIpCb {\n color: @subtext0;\n }\n .KMdzJ,\n .ss6qqb .oBrLN,\n .ylgVCe {\n color: @subtext1;\n }\n .PmPt7d {\n color: @subtext0;\n }\n .gb_Mc a.gb_E,\n .gb_Mc span.gb_E {\n color: @text;\n }\n a.gb_E,\n span.gb_E {\n color: @text !important;\n }\n .RzdJxc {\n border-top-color: @surface2;\n }\n .rKnmn {\n border-top-color: @surface2;\n }\n .FzCfme {\n color: @subtext0;\n }\n .hMJ0yc {\n color: @subtext0;\n }\n .yg51vc {\n background-color: @base;\n }\n .hdtb-mitem a {\n color: @subtext0;\n }\n .hdtb-mitem .GOE98c,\n .hdtb-mitem a,\n .hdtb-mitem.hdtb-msel,\n .t2vtad {\n color: @subtext0;\n }\n .t2vtad:not(.hdtb-tl-sel) {\n color: @subtext0;\n }\n .dG2XIf .xpdopen .mJ2Mod {\n border-color: @surface1;\n }\n .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n box-shadow: 0 1px 1px @crust;\n }\n .hdtb-mitem:hover .GOE98c:hover,\n .hdtb-mitem:hover a,\n .hdtb-mitem.hdtb-msel,\n .t2vtad:hover {\n color: @blue;\n }\n .w6PoOe {\n color: @subtext0;\n }\n .w6PoOe:hover {\n color: @text;\n }\n .Lj9fsd.DU1Mzb {\n background-color: @base;\n box-shadow: 0 1px 6px 0 @crust;\n .o6juZc {\n border-color: @surface1 !important;\n }\n }\n .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: @surface0;\n }\n .FjVBEd {\n color: @green;\n }\n title-with-lhs-icon:hover .ekf0x h3 {\n color: @blue;\n }\n .GmE3X {\n color: @text;\n }\n .iv236 {\n color: @text;\n }\n .GLcBOb {\n border-bottom-color: @surface1;\n }\n .ss6qqb .Ui2TZ {\n color: @text;\n }\n .wx62f {\n color: @subtext0;\n }\n #rhs .u7yw9 {\n border-left-color: @surface1;\n }\n .ss6qqb .Jk5Tjc {\n border-color: @surface2;\n }\n #rhs .u7yw9 .cLjAic {\n border-bottom-color: @surface1;\n }\n .JNkvid .HnYYW {\n color: @text;\n }\n .aokhrd .TZahnb {\n border-left-color: @surface1;\n }\n .Cx1ZMc {\n color: @subtext0;\n }\n .CBPSbf {\n background-color: @base;\n }\n .E74aCb {\n color: @text;\n }\n .OE86Gc {\n background-color: @base;\n color: @text;\n fill: @text;\n }\n .c72nic {\n color: @text;\n }\n .GXMTjb {\n background-color: @base;\n border-color: @surface0;\n }\n .A9y7kf {\n color: @subtext0;\n }\n .OE86Gc a {\n color: @blue;\n }\n .Es2Et {\n color: @subtext0;\n }\n .KwJT0.VqKh3b div div {\n background-color: @base;\n fill: @text;\n color: @text;\n border-color: @surface1;\n }\n .rx7XFb {\n background-color: @surface0;\n }\n .VP31Vb {\n color: @text;\n }\n .HXQjqf {\n background-color: fade(@blue, 25%);\n color: @blue;\n }\n .SW5pqf {\n color: @blue;\n }\n .rQEFy:hover {\n color: @blue;\n }\n .hdtb-tl-sel {\n border-color: @surface2;\n background: @surface0;\n color: @text;\n }\n .hdtb-tl-sel:focus {\n border-color: @surface2;\n background: @surface0;\n color: @blue;\n }\n .t2vtad:active,\n .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: @surface0 !important;\n box-shadow: inset 0 1px 2px @crust !important;\n }\n .gTl8xb {\n border-color: @subtext0 transparent;\n }\n .hdtb-mn-hd:hover .gTl8xb {\n border-color: @text transparent;\n }\n .h3L8Ub .yMAEcf {\n background: @surface0;\n border-color: @surface2;\n }\n .ynRric {\n color: @subtext0;\n }\n .cRV9hb .pcTkSc .wM6W7d {\n color: @text;\n }\n .h3L8Ub .yMAEcf.sbhl {\n background-color: @surface1;\n }\n .sbhl {\n background: @surface1;\n }\n .CjiZvb,\n .GZnQqe.EpPYLd:active {\n background-color: @surface0;\n }\n .PyJv1b {\n color: @text;\n }\n .REySof {\n color: @overlay2 !important;\n }\n .NQyKp {\n color: @surface0 !important;\n background: @accent-color !important;\n }\n .b0Xfjd {\n color: @base !important;\n }\n .LiOdre {\n background-color: @base;\n border-color: @surface1;\n }\n .LiOdre:hover {\n background-color: @mantle;\n border-color: @surface2;\n }\n .LiOdre:focus {\n border-color: @blue;\n }\n .mfsgsd {\n color: @text;\n }\n .GCSyeb {\n background: @surface1;\n }\n .IVvPP .cLjAic.WY0eLb,\n .Hwkikb.WY0eLb {\n border-left-color: @surface1;\n }\n .mQo3nc {\n background-color: @surface0;\n color: @subtext0 !important;\n }\n .cfBJGe {\n color: @text;\n }\n .f6F9Be {\n background: @mantle;\n }\n .KwU3F {\n color: @blue;\n }\n .b0KoTc {\n color: @text;\n }\n .dfB0uf {\n color: @text;\n }\n .unknown_loc {\n background: @text;\n }\n .GS5rRd {\n color: @blue;\n }\n .xSQxL {\n color: @blue;\n }\n .smiUbb {\n color: @text;\n }\n .b2hzT {\n border-bottom-color: @surface0;\n }\n #swml {\n border-left-color: @surface0;\n }\n .KXbwLb {\n background-color: @surface2;\n }\n .WZH4jc .VknLRd .GNJvt {\n background: @surface0;\n }\n .WZH4jc .VknLRd:hover .GNJvt {\n background: @surface1;\n }\n .GNJvt {\n color: @text;\n }\n .fJOpI.H9lube {\n background-color: @blue !important;\n border-color: @blue;\n }\n .XNo5Ab.XNo5Ab {\n color: @base !important;\n fill: @base !important;\n }\n .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: @text !important;\n }\n .xEzgBc {\n color: @text !important;\n }\n .Ss2Faf.sq4Bpf {\n color: @text !important;\n }\n .ea0Lbe {\n background: @surface0;\n }\n .f6GA0,\n .CacfB,\n .Ua7Yuf {\n background: @base;\n }\n .DV7the {\n color: @blue;\n }\n .ZeVBtc {\n color: @subtext0;\n }\n .cB9M7 {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n &:hover {\n border-color: @surface2;\n }\n &:focus {\n border-color: @blue;\n }\n }\n .Qwbd3 {\n background: @surface0;\n color: @text;\n border-color: @surface1;\n &:hover {\n background: @surface1;\n border-color: @surface2;\n }\n }\n .ArIAXb {\n fill: @surface0;\n }\n .qOFLsb {\n fill: @surface0;\n }\n .aHK1bd {\n color: @subtext0;\n }\n .diOlIe {\n border-top-color: @overlay0;\n }\n .p4pvTd {\n color: @text;\n }\n .gIYJUc {\n background: @base !important;\n border-color: @surface1 !important;\n }\n .Gdd5U > g:nth-child(2) {\n > circle:nth-child(1) {\n fill: @green !important;\n }\n > circle:nth-child(2) {\n fill: @blue !important;\n }\n > path:nth-child(3) {\n fill: @red !important;\n }\n > path:nth-child(4) {\n fill: @yellow !important;\n }\n > path:nth-child(5) {\n fill: @blue !important;\n }\n }\n .CbAZb {\n background: @base;\n border-bottom-color: @surface0;\n }\n .S8wJ3 {\n color: @text !important;\n }\n .ZI7elf {\n color: @text !important;\n }\n .tGS0Nc {\n color: @text;\n }\n .kzt0Nc a {\n color: @subtext0 !important;\n }\n .fgc1P,\n .N7KPxb {\n border-top-color: @surface0 !important;\n }\n .kQEH5b {\n color: @subtext0 !important;\n }\n .kNKdL {\n color: @text !important;\n }\n .q0yked:hover {\n background-color: @mantle !important;\n }\n .Oz5Rbb:hover {\n background: @mantle !important;\n }\n .lwwARb {\n background-color: @crust !important;\n }\n .LO47Ff {\n color: @text;\n }\n .j8PBfc {\n color: @subtext0;\n }\n .act-tim-txt-cnt {\n color: @text;\n }\n .act-switch-area {\n background-color: @base !important;\n }\n .q8U8x > div:nth-child(1) {\n background-color: @base !important;\n }\n .EwDHG,\n .vNdLpe,\n .vNdLpe:visited {\n color: @subtext0 !important;\n }\n color: @subtext0;\n }\n @media (prefers-color-scheme: light) {\n body {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n body {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n}\n\n@-moz-document regexp(\"^https?://(ogs\\\\.)?google\\\\..*\")\n{\n #catppuccin(@lookup, @accent) {\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n .aRDKUe {\n .rRF0wd {\n fill: @yellow !important;\n }\n .ub0gT {\n fill: @base !important;\n }\n .Pzuhxc {\n color: @text !important;\n &:hover {\n background-color: @surface2 !important;\n }\n }\n .hCDve {\n color: @text !important;\n }\n .WkuXae {\n color: @blue;\n }\n .coHE2 {\n border-color: @surface2 !important;\n &:hover {\n background-color: fade(@blue, 25%);\n }\n }\n .eYSAde {\n color: @text !important;\n }\n .Lvwayc {\n background-color: @surface0 !important;\n }\n .Z6NXed {\n color: @text !important;\n }\n .bMnvr {\n background: @surface1 !important;\n }\n .Wdz6e {\n color: @subtext0 !important;\n }\n .LzIwWe {\n color: @text !important;\n }\n .znj3je {\n color: @text !important;\n }\n .fVFoBd {\n color: @text !important;\n }\n .cllK4d {\n background: @surface0 !important;\n color: @subtext0 !important;\n }\n .aFCkf {\n background: @surface0 !important;\n color: @blue !important;\n }\n .DgDbFe .vZvJBb:not(:first-child) .BVnP4c::before {\n color: @text !important;\n }\n .qLP7kc .jFfZdd {\n background: @base !important;\n }\n .Z6NXed:hover {\n background-color: @surface1 !important;\n }\n }\n .nz9sqb.EHzcec {\n background: var(--gm3-sys-color-surface-container-high, @surface0);\n .LVal7b {\n background: var(--gm3-sys-color-surface-container-low, @mantle);\n }\n }\n .nz9sqb {\n .NQV3m {\n color: var(--gm3-sys-color-primary, @blue);\n border-color: var(--gm3-sys-color-outline, @surface2);\n &:hover {\n background-color: fade(@blue, 25%);\n }\n &:focus {\n background-color: fade(@blue, 25%);\n }\n }\n .Rq5Gcb {\n color: @text !important;\n }\n .tX9u1b:hover {\n background-color: @surface0;\n }\n }\n .nz9sqb.o07G5 .tX9u1b:active,\n .nz9sqb.o07G5 .tX9u1b:active:focus,\n .nz9sqb.o07G5 .tX9u1b:active .Rq5Gcb,\n .nz9sqb.o07G5 .tX9u1b:active:hover .Rq5Gcb {\n background-color: @surface0;\n }\n }\n @media (prefers-color-scheme: light) {\n body {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n body {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n", + "sourceCode": "/* ==UserStyle==\n@name Google Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/google\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google\n@version 0.2.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle\n@description Soothing pastel theme for Google\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document regexp(\"^https?://(www\\\\.|images\\\\.)?google\\\\..*\")\n{\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n &,\n body {\n background: @base !important;\n --uv-styles-color-surface: @crust;\n --uv-styles-color-tertiary: @surface0;\n --uv-styles-color-secondary: fade(@blue, 25%);\n --uv-styles-color-text-primary: @blue;\n --uv-styles-color-icon-default: @text;\n --uv-styles-color-text-emphasis: @text;\n --uv-styles-color-icon-on-secondary: @subtext0;\n --uv-styles-color-on-tertiary: @text;\n --uv-styles-color-icon-on-tertiary: @text;\n --xhUGwc: @base;\n --bbQxAb: @text;\n --IXoxUe: @subtext0;\n --COEmY: @text;\n --YLNNHc: @text;\n --gS5jXb: @surface0;\n --EpFNW: @mantle;\n --tefdc5886c2f04483: @text;\n --te8f1ea4d4928be48: @text !important;\n --ta884a309a24f44f4: @subtext0 !important;\n --tdee01b39543f1cac: @base !important;\n --tcc8c9ef487836e2b: @surface0 !important;\n --ta83cba65577ef850: @blue !important;\n --t7d1a3050c2c1c0a5: @text !important;\n --t6a0469853a1a02c1: @text !important;\n --t5feec22832a0fdd6: @surface0 !important;\n --t342c96645d13ae13: @accent-color !important;\n --t6c7325fca9d536d4: @text !important;\n --tf7148cf5018d5074: @text !important;\n --t9ab8d922307d428d: @text;\n --t62e84c71989f1975: @red !important;\n --tc9db399ed82142e1: @green !important;\n --uv-styles-color-text-default: @subtext0 !important;\n --uv-styles-color-review-stars: @yellow !important;\n }\n\n /* safe search toggle dropdown */\n .z4R3Z.yb2zA {\n color: @blue !important;\n }\n .z4R3Z {\n color: @text !important;\n }\n\n /* selected image background */\n .PNCib.fT6ABc::after {\n background-color: @surface1 !important;\n border-color: @blue !important;\n }\n\n /* travel */\n .Usd1Ac {\n background-color: @surface0 !important;\n border-color: @surface2 !important;\n }\n .P77izf {\n background-color: @base !important;\n color: @text !important;\n }\n .VfPpkd-StrnGf-rymPhb-f7MjDc,\n .VfPpkd-qPzbhe-JNdkSc-Bz112c {\n color: @accent-color !important;\n }\n .EL3pcf {\n color: @accent-color !important;\n }\n .bVfPpkd-StrnGf-rymPhb,\n .DMZ54e {\n color: @text !important;\n }\n .VfPpkd-pafCAf,\n .VfPpkd-pafCAf-OWXEXe-Xhs9z {\n fill: @mantle !important;\n }\n .VfPpkd-l6JLsf::after {\n background-color: @blue !important;\n }\n .VfPpkd-l6JLsf::before {\n background-color: @surface2 !important;\n }\n .VfPpkd-uMhiad::after {\n background: @overlay0;\n }\n .dmaMHc {\n background-color: @surface0 !important;\n }\n .AJxgH {\n background-color: @mantle !important;\n }\n .VfPpkd-cTi5dd {\n color: @accent-color !important;\n }\n /* news column thingymaboober idk what it's actually called, but it's like these columns of news headlines so yeah */\n .z7T1i,\n .nEklgc {\n background-color: @surface0;\n }\n .rbYSKb {\n color: @subtext0;\n }\n .FuOudf {\n color: @subtext0;\n }\n /* calculator senpai~ */\n .zRQJhd {\n background-color: @base !important;\n }\n .XH1CIc {\n color: @subtext0;\n }\n .pno7A.hU1rMc .Tqvz7b,\n .pno7A.rfUaPd .SwDSDf {\n color: @subtext1;\n }\n .pno7A.rfUaPd .Tqvz7b {\n color: @text;\n }\n .tR3EBc {\n background-color: @mantle;\n }\n .AOvabd,\n .dxp44d {\n background: @surface0 !important;\n color: @text !important;\n border-color: @surface0 !important;\n &:hover {\n background-color: @surface1;\n border-color: @surface1;\n }\n }\n .zbvg1c {\n color: @text;\n }\n .UUhRt {\n background-color: @blue;\n color: @mantle;\n border-color: @blue;\n &:hover {\n background-color: @sky;\n border-color: @sky;\n }\n }\n .tw-lliw.item-selected .language_list_item {\n color: @blue;\n }\n .qv3Wpe {\n color: @text;\n }\n .TIGsTb {\n border-color: @surface0;\n }\n .TIGsTb:hover {\n background-color: @surface0;\n border-color: @surface0;\n }\n .MEdqYd,\n .feqqG {\n background: @surface2;\n color: @text;\n border-color: @surface2;\n &:hover {\n background-color: @overlay0;\n border-color: @overlay0;\n }\n }\n /* knowoledge panel uwu */\n .H73aad {\n &,\n &hover {\n background-color: @mantle !important;\n border-color: @surface0 !important;\n }\n }\n\n .AQtWSd,\n .ulmfef,\n .xCBykf,\n .m2E3md {\n color: @blue;\n }\n\n .joHe2d {\n background-color: @base !important;\n box-shadow: 0 1px 0 @base !important;\n }\n .xt8Uw,\n .ipwqjc,\n .Bk8Hxd:link,\n .ucRBdc,\n .PDzHbe,\n .pt3Hdf,\n .Cv2Brc,\n .IFGUre,\n .review-dialog {\n color: @text;\n }\n\n .GK1a5e {\n background-color: @text;\n }\n\n .RC9d6e {\n border-top-color: @text;\n }\n\n .IFmkIb.IFmkIb {\n background-color: @surface0;\n border-color: @surface2;\n }\n .ab_button {\n background-image: linear-gradient(to top, @surface0, @base);\n background-color: @surface0;\n border-color: @surface1;\n }\n\n .PGbOqf {\n background-color: @accent-color;\n }\n\n .yAbdSd {\n color: @red;\n }\n\n .ycghLd {\n background-color: @red;\n border-color: @red;\n }\n\n .IRH78d,\n .CFjcj,\n .HkuhB {\n color: @subtext0;\n }\n .l2gNXd {\n background-color: @yellow;\n }\n .uVGhGc,\n .hIqKNb {\n background-color: @surface0;\n }\n .tcuWYc {\n background-image: linear-gradient(\n @overlay0 1px,\n rgba(255, 255, 255, 0) 0\n );\n }\n .qk7LXc.Fb1AKc,\n .fAt9Jd,\n .SME0md,\n .ipwqjc {\n background-color: @base !important;\n }\n\n .ttBXeb,\n .NDTw3e.K7R36c,\n .knowledge-finance-wholepage-chart__fw-uch .uch-svg {\n color: @subtext0;\n }\n\n .sQ6RSc {\n fill: @text;\n }\n\n .egcvbb {\n border-color: @surface2;\n &:hover {\n border-color: @text;\n }\n }\n\n .knowledge-finance-wholepage-chart__hover-card {\n background-color: @base;\n }\n .knowledge-finance-wholepage-chart__hover-card-time {\n color: @subtext0;\n }\n\n .fw-ch-sel .KWk7r.qUjgX {\n background-color: @surface0;\n color: @blue;\n }\n\n .gb_Ka.gb_f,\n .gb_Na.gb_f,\n #gb {\n background-color: @base !important;\n svg,\n .gb_Rc svg,\n .gb_dd .gb_ld,\n .gb_3c .gb_ld {\n color: @text;\n }\n }\n .gb_Nc a.gb_F,\n .gb_Nc span.gb_F {\n color: @text;\n }\n .uU7dJb {\n border-bottom-color: @surface0;\n background-color: @mantle;\n color: @subtext1;\n }\n .gb_Nc .gb_d:hover {\n background-color: @surface0;\n }\n .KxwPGc {\n background-color: @mantle;\n }\n .HJSKzf {\n color: @text;\n }\n\n .gbqfba,\n .lJ9FBc input[type=\"submit\"] {\n color: @text;\n background-color: @surface0;\n border-color: @surface1;\n &:hover {\n color: @text;\n background-color: @surface0;\n border-color: @surface2;\n }\n }\n\n /* AI search */\n\n .UxeQfc,\n .s7d4ef,\n .yXu61c,\n .X6JNf,\n .BERAof,\n .oxbMzd,\n .A5s9h,\n .V9Wb7c,\n .GVUPk,\n .GyAeWb,\n .A0hi5,\n .Tme6jf {\n background-color: @base !important;\n }\n\n .d3o3Ad,\n .sZKvbe {\n fill: @green !important;\n }\n\n .Fzsovc,\n .cwYVJe,\n .RJPOee,\n .vM0jzc,\n .clOx1e,\n .vDF3Oc.vDF3Oc .R8BTeb,\n .vDF3Oc.vDF3Oc .ouxCkc,\n .Yt787,\n .mulB1,\n .xUc8Ie,\n .sfgTZc,\n .I6Kpxd,\n .cQEt3 {\n color: @text !important;\n }\n\n .yQLaje,\n .tVoQIb,\n .f9nOyf,\n .kHtcsd,\n .DopHqc,\n .p7bv,\n .ar9V1,\n .DfMusf,\n .y6CIle,\n .JukT7c,\n .xUc8Ie.BXdrne,\n .sEqX7e,\n .ZFiwCf {\n background-color: @surface0 !important;\n }\n\n .xUc8Ie.BXdrne,\n .YUg0se,\n .WGbsof {\n border-color: @surface2 !important;\n }\n\n .NOo3C {\n color: @subtext1;\n }\n\n .WGbsof[selected] {\n background-color: @blue;\n border-color: @blue !important;\n }\n\n /* End of AI search */\n\n .pHiOh,\n a.pHiOh {\n color: @subtext1 !important;\n }\n a {\n color: @blue;\n }\n .RNNXgb {\n background: @surface0;\n border-color: @surface1;\n }\n .RNNXgb:hover,\n .sbfc .RNNXgb {\n background: @surface0 !important;\n border-color: @surface0;\n box-shadow: 0 1px 6px 0 @crust;\n }\n .minidiv .RNNXgb {\n background: @surface0;\n border-color: @surface1;\n &:hover {\n box-shadow: 0 4px 12px @crust;\n }\n }\n .HSryR .KsRP6 {\n border-color: @surface2;\n }\n .emcav .RNNXgb {\n box-shadow: 0 1px 6px 0 @crust;\n background: @surface0;\n border-color: @surface0;\n }\n .aajZCb {\n background: @surface0;\n box-shadow: 0 4px 6px 0 @crust;\n }\n .xtSCL {\n border-top-color: @surface2;\n }\n .sbct:hover {\n background-color: @surface1;\n }\n .WggQGd {\n color: @mauve !important;\n }\n .JCHpcb {\n color: @subtext0;\n }\n .JCHpcb:hover {\n color: @blue;\n }\n .wM6W7d,\n .ABAbCc {\n color: @text;\n }\n .uDetx {\n fill: @text;\n }\n .ExCKkf,\n .BjWz4c {\n color: @subtext0;\n }\n .ACRAdd {\n border-left-color: @overlay0;\n }\n .Pvpvv {\n background-color: @crust;\n border-color: @surface1;\n color: @text;\n }\n .w9dUj {\n color: @text !important;\n }\n .Pvpvv .zE5Aq,\n .adnFRd,\n .XfJHbe {\n color: @blue;\n }\n .CS4h3e {\n background-color: @subtext0;\n }\n .Pvpvv .xyGai {\n color: @text;\n }\n #SIvCob {\n color: @text;\n }\n .gb_Jc a.gb_B,\n .gb_Jc span.gb_B {\n color: @text;\n }\n .gb_Jc svg,\n .gb_Oc.gb_Sc svg,\n .gb_Jc .gb_ad .gb_id,\n .gb_Jc .gb_ad .gb_Ic,\n .gb_Jc .gb_ad .gb_cd,\n .gb_Oc.gb_Sc .gb_id {\n color: @text;\n }\n .gb_Ka svg,\n .gb_Oc svg,\n .gb_ad .gb_id,\n .gb_0c .gb_id {\n color: @text;\n }\n .gLFyf {\n color: @text;\n }\n .QCzoEc {\n color: @overlay2;\n }\n .szppmdbYutt__middle-slot-promo {\n color: @text;\n }\n .gb_Jc .gb_Ud button:hover svg,\n .gb_Jc .gb_d:hover {\n background-color: @surface0;\n }\n .gb_Jc .gb_Ud.gb_qe button:hover svg,\n .gb_Ud button:hover svg,\n .gb_d:hover {\n background-color: @surface0;\n }\n .gb_We {\n background: @mantle;\n color: @text;\n }\n a.gb_B,\n span.gb_B {\n color: @text;\n }\n .gb_zc div:first-child {\n color: @text;\n }\n .gb_zc > * {\n color: @subtext0;\n }\n .ClJ9Yb {\n color: @subtext0;\n }\n .sfbg {\n background-color: @base;\n }\n .jfN4p,\n .lnXdpd:not([src^=\"/logos/doodles/\"]) {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n .aXBZVd {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n .zgAlFc {\n color: @blue;\n }\n .fLciMb {\n color: @text;\n }\n .d2IKib {\n color: @red;\n }\n .fLciMb:hover {\n background-color: @surface0;\n }\n .kno-ftr.rpBMYb {\n color: @subtext0;\n }\n .aTI8gc {\n color: @text;\n }\n .wwUB2c {\n color: @subtext0;\n }\n .dhERQc {\n color: @base !important;\n background-color: @blue !important;\n }\n .z1asCe,\n .ikb4Bb {\n color: @text !important;\n }\n .rsGxI.Ww4FFb,\n .Ww4FFb {\n background-color: @base;\n }\n .RES9jf {\n color: @text;\n }\n .CSkcDe,\n .related-question-pair div.iDjcJe {\n color: @text;\n }\n .cUnQKe .ILfuVd b {\n background-color: fade(@blue, 25%);\n color: @text;\n }\n .cUnQKe .ILfuVd,\n .cUnQKe .UiGGAb.ILfuVd {\n color: @subtext1;\n }\n .ZYHQ7e {\n color: @subtext0;\n }\n .VuuXrf {\n color: @text;\n }\n .hb8SAc,\n .gb_Oc a.gb_H,\n .gb_Oc span.gb_H {\n color: @text;\n }\n .TQc1id .I6TXqe {\n border-color: @surface2;\n }\n .I6TXqe,\n .zaokob {\n background: @base;\n }\n .tw-lliw:hover,\n .tw-lliw:focus {\n background-color: @surface0;\n }\n .language_list_languages.tw-ll-top::after {\n background: linear-gradient(\n to bottom,\n rgba(red(@base), green(@base), blue(@base), 0),\n rgba(red(@base), green(@base), blue(@base), 1)\n );\n }\n .HsZQAe {\n border-bottom-color: @surface2;\n }\n .KLEmSd {\n border-bottom-color: @surface1;\n }\n .NtaMpb .niO4u,\n .nZWEZc .ttwCMe,\n .xNzW0d,\n .lWzCpb {\n background-color: @base;\n }\n .aURkK {\n border-left-color: @surface1;\n }\n .iRPzcb {\n border-bottom-color: @surface1;\n }\n .related-question-pair .d0fCJc {\n color: @text;\n }\n cite,\n cite a:link,\n cite a:visited {\n color: @subtext0;\n }\n .WZ8Tjf,\n .EZAeBe,\n .F0gfrd {\n color: @subtext0;\n }\n .yDYNvb.lyLwlc {\n color: @text;\n }\n .H9lube {\n background-color: @base;\n border-color: @surface2;\n }\n .Bi9oQd {\n background-color: @surface1;\n }\n .akqY6 {\n background: @surface1;\n }\n .KFFQ0c .YfftMc,\n .KFFQ0c .YfftMc span,\n .KFFQ0c .YfftMc div,\n .KFFQ0c .YfftMc a,\n g-menu.DWsAYc g-menu-item a.K1yPdf,\n .f3LoEf,\n .TXBhSe:hover,\n .TXBhSe:not(:hover),\n .r025kc.lVm3ye,\n .Bo9xMe,\n .oyj2db {\n color: @subtext0;\n }\n .dyjrff,\n .LEwnzc {\n color: @subtext1;\n }\n .ZFiwCf {\n background-color: @surface0;\n &:hover {\n background-color: @surface1;\n }\n }\n .LGwnxb,\n .WGwSK {\n color: @text;\n }\n .EsIlz {\n background-color: @base;\n border-color: @surface1;\n }\n .O7G3Gd {\n color: @text;\n &:hover {\n color: @blue;\n }\n }\n .appbar {\n background: @base;\n border-top-color: @surface1;\n }\n .bSeRjc:hover .fKmH1e {\n color: @subtext1;\n background-color: @surface0;\n }\n .bSeRjc:hover div[aria-expanded=\"true\"] .fKmH1e,\n div[aria-expanded=\"true\"] .fKmH1e {\n background-color: fade(@blue, 25%);\n color: @blue;\n }\n .LHJvCe,\n .vqseUe,\n .dMCttd {\n color: @subtext0;\n }\n .dG2XIf .xpdbox .yc7KLc {\n background-color: @base;\n }\n .URgIvb {\n border-color: @blue;\n background-color: @blue;\n }\n .pdpvld {\n color: @green;\n }\n .YrbPuc {\n color: @subtext1;\n }\n .y6CIle {\n background-color: @surface0;\n }\n .Yt787,\n .vDF3Oc.vDF3Oc .R8BTeb {\n color: @text;\n }\n .IDFSOe {\n background-color: @surface2;\n }\n .ffmmcd,\n .u7yw9 .WeviRb {\n border-color: @surface1;\n }\n .wdQNof {\n border-color: @surface1;\n background-color: @base;\n }\n .eadHV.Ses7yd {\n color: @text !important;\n }\n .f,\n .j04ED,\n .j04ED a,\n .j04ED a:link,\n .XaIwc {\n color: @subtext0 !important;\n }\n #_Xg6uZYKGBYCDhbIPvK2s2AI_27\n > div:nth-child(3)\n > g-right-button:nth-child(1)\n > g-fab:nth-child(1),\n g-right-button.wgbRNb > g-fab:nth-child(1) {\n background-color: @crust !important;\n }\n .gb_2e {\n background-color: @surface0;\n }\n .gb_Ec {\n div:first-child {\n color: @text;\n }\n > * {\n color: @subtext0;\n }\n }\n .kLhEKe {\n background-color: @base;\n }\n .S8ee5.CwbYXd {\n color: @text;\n }\n .S8ee5 {\n background: @surface0;\n }\n .S8ee5:hover {\n background: @surface1;\n }\n .rhHIGd {\n background-color: @surface2;\n }\n .sY7ric {\n color: @text;\n }\n .I6a0ee {\n background-color: @base;\n border-color: @surface2;\n color: @text;\n }\n .I6a0ee:hover {\n background-color: @mantle;\n border-color: @surface2;\n }\n .I6a0ee:focus {\n background-color: @crust;\n border-color: @surface2;\n }\n .pxhZNb {\n background-color: @surface0 !important;\n color: @text;\n }\n .d2F2Td {\n color: @text;\n }\n .c07z9 {\n color: @subtext0;\n }\n .c07z9 a,\n .c07z9 a:active,\n .c07z9 a:link {\n color: @text;\n text-decoration-color: @subtext0;\n }\n .wHYlTd {\n color: @subtext0;\n }\n .dG2XIf .c2xzTb .wDYxhc:first-child {\n background: @base;\n }\n .fm06If .ILfuVd,\n .c2xzTb .ILfuVd,\n .Jb0Zif .c2xzTb .ILfuVd {\n color: @text;\n }\n .fm06If .ILfuVd b,\n .c2xzTb .ILfuVd b {\n background-color: fade(@blue, 25%);\n color: @text;\n }\n .GKS7s {\n background: @surface0;\n border-color: @surface1;\n }\n .GKS7s:hover {\n background-color: @surface1 !important;\n border-color: @surface2;\n }\n .yXK7lf em {\n color: @text;\n }\n .Lb0dA:hover {\n background-color: @surface0;\n }\n .Lb0dA[aria-expanded=\"true\"]:hover .EGarzf {\n color: @blue;\n }\n .Lb0dA[aria-expanded=\"true\"] {\n background-color: fade(@blue, 25%);\n }\n .BaegVc:hover {\n background-color: @surface0;\n }\n .hdtb-tl-sel .BaegVc {\n background-color: fade(@blue, 25%);\n }\n .BaegVc:focus {\n background-color: fade(@blue, 25%);\n }\n .TZqsAd {\n background: @overlay0;\n }\n .FalWJb {\n background: @base;\n }\n .YeThId {\n border-top-color: @surface1;\n }\n .k8XOCe {\n background-color: @surface0;\n }\n .s75CSd {\n color: @text;\n }\n .ZkkK1e,\n .uAbMZd {\n background: @base;\n border-color: @surface1;\n &:hover {\n background: @surface0;\n }\n }\n .QjI2jc {\n color: @subtext0;\n }\n .lhLbod {\n color: @subtext0;\n }\n .nr7I6e div[aria-expanded=\"true\"] .F75bid,\n .nr7I6e div[aria-expanded=\"true\"]:hover .fFI3rb .F75bid {\n color: @blue;\n }\n .F75bid {\n color: @subtext0;\n }\n div[aria-expanded=\"true\"] .fFI3rb {\n background-color: fade(@blue, 25%) !important;\n }\n div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: fade(@blue, 25%) !important;\n }\n .MAMMm {\n background: @mantle;\n box-shadow: 0 2px 6px @crust !important;\n }\n [selected].nWtjMe {\n background: fade(@blue, 25%) !important;\n }\n .uZNuIf:hover {\n background-color: @surface0;\n color: @text;\n }\n [selected].nWtjMe .FMKtTb {\n color: @text;\n }\n .nWtjMe .FMKtTb {\n color: @subtext0;\n }\n .GKS7s .FMKtTb,\n .GKS7s .RWhoyd.mol54e {\n color: @text;\n }\n .ePSouf .FMKtTb {\n color: @subtext0;\n }\n .NkCsjc:hover {\n background-color: @surface0 !important;\n color: @text;\n }\n .nr7I6e div[aria-haspopup=\"true\"]:hover .F75bid {\n color: @text;\n }\n a.hisnlb {\n background: fade(@overlay2, 25%);\n }\n div[aria-expanded=\"true\"] .fFI3rb,\n div[aria-expanded=\"true\"]:hover .fFI3rb:hover {\n background-color: @surface0 !important;\n }\n .hdtb-tl-sel .BaegVc .WjMmQ:hover {\n color: @blue;\n }\n .hdtb-mn-hd {\n color: @subtext0;\n }\n .hdtb-mn-hd:hover {\n color: @text;\n }\n .fSnalc {\n stroke: @blue;\n }\n .oOg6Ne {\n stroke: @yellow;\n }\n .ZqPjbb {\n stroke: @red;\n }\n .aPiskd {\n stroke: @green;\n }\n .s8GCU {\n background-color: @base;\n }\n .Lj9fsd {\n background-color: @base;\n }\n .jZWadf {\n background-color: @base;\n }\n .rQEFy,\n .rQEFy:hover {\n border-color: fade(@blue, 25%);\n background-color: fade(@blue, 25%);\n }\n .gbZSUe {\n color: @text;\n }\n .gbZSUe:hover {\n background: @surface0;\n }\n .XZ5MVe {\n color: @blue;\n }\n a:visited {\n color: @mauve;\n }\n .F9Idpe {\n background: linear-gradient(to right, transparent 0%, @base 60%, @base);\n }\n .SvoXfb > .x5f7Bc {\n fill: @subtext0;\n }\n .SvoXfb:hover > .x5f7Bc {\n fill: @text;\n }\n .SvoXfb:hover {\n background-color: @surface0;\n }\n .IsZvec,\n .yxAsKe {\n color: @subtext0;\n }\n .zqrO0.k0Jjg .QuU3Wb,\n .zqrO0.k0Jjg:hover .QuU3Wb {\n color: @subtext1;\n }\n .uo4vr {\n color: @subtext0;\n }\n .minidiv .sfbg {\n background: @base;\n box-shadow: 0 1px 6px 0 @crust;\n }\n .aqCVJb {\n background-color: @blue !important;\n border-color: @blue !important;\n }\n .T8VaVe {\n color: @blue;\n }\n .tw-ta,\n #tw-source-text-container .tw-ta,\n #tw-source-rmn-container .tw-ta {\n color: @text;\n }\n .tw-bilingual-marked {\n border-color: @blue;\n }\n #tw-target {\n background-color: @surface0;\n }\n .tw-data-placeholder {\n color: @text;\n }\n .j1iyq {\n border-color: @surface2;\n }\n .w8qArf .fl {\n color: @text !important;\n }\n .HSryR a.B1uW2d {\n border-bottom-color: @surface2;\n }\n .usJj9c .zz3gNc {\n color: @text;\n }\n .Ss2Faf a {\n color: @text;\n }\n .aCOpRe em,\n .yXK7lf em {\n color: @text;\n }\n .FR7ZSc .niO4u {\n background-color: @base;\n border-color: @surface2;\n color: @blue;\n }\n .g {\n color: @text;\n }\n .VSHxQ {\n color: @subtext0;\n }\n .cF4V5c {\n background-color: @crust !important;\n }\n .cF4V5c g-menu-item a,\n .cF4V5c g-menu-item a:visited,\n .cF4V5c g-menu-item a:hover {\n color: @text;\n }\n .cF4V5c:hover g-menu-item:hover a,\n .cF4V5c:hover g-menu-item a:visited,\n .cF4V5c g-menu-item a:hover {\n background-color: @surface0;\n }\n .GZnQqe.LGiluc {\n border-top-color: @surface2 !important;\n }\n .pkWBse {\n box-shadow: 1px 1px 15px 0 @crust;\n }\n .dG2XIf {\n background: @base;\n }\n .Z0LcW {\n color: @text;\n }\n .i29hTd .qLLird {\n color: @text;\n }\n .i29hTd .kR7nSc {\n color: @text;\n }\n .N6Sb2c {\n color: @subtext0;\n }\n .C9iYEe {\n color: @subtext0;\n }\n .KcXNxb {\n background: @base;\n }\n .ss6qqb .PKDVJd {\n color: @subtext0;\n }\n a.oBa0Fe {\n color: @subtext0;\n }\n .o6juZc {\n background-color: @surface0;\n }\n .o6juZc:hover {\n background-color: @surface0;\n box-shadow: 0 4px 12px @crust;\n }\n .W6pGoe {\n background: @surface0;\n box-shadow: 0 4px 6px 0 @crust;\n }\n .WdWr7c {\n border-top-color: @surface2;\n }\n .sU3bKf {\n color: @text;\n }\n .O5OUld {\n color: @subtext0;\n }\n .zP7KFe {\n background: @surface1;\n }\n .O5OUld:hover {\n color: @blue;\n }\n .og3lId {\n color: @text;\n }\n .M3w8Nb .o6juZc {\n box-shadow: 0 1px 6px 0 @crust;\n }\n .r8xEL {\n color: @text;\n }\n .ZZ7G7b {\n color: @text;\n border-color: @surface1;\n }\n .NZmxZe {\n background-color: @base;\n border-color: @surface1;\n color: @text;\n }\n .NZmxZe:not(.rQEFy):hover,\n .cj2HCb.iuN0sf .w6PoOe:hover,\n .CgGjZc:hover {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n }\n .ssfWCe .ZXJQ7c,\n .cj2HCb.iuN0sf .w6PoOe,\n .G2XB8d,\n .cj2HCb.iuN0sf .w6PoOe .KA8Jyb {\n color: @subtext0;\n .KA8Jyb:hover {\n fill: @subtext1;\n }\n }\n .KA8Jyb {\n fill: @subtext0;\n }\n .CgGjZc:hover .G2XB8d {\n color: @subtext1;\n }\n .o6OF0 {\n background-color: @surface1;\n &:hover {\n background-color: @surface2;\n }\n .SHFPkb {\n color: @text;\n }\n .PnfqLc {\n color: @subtext0;\n }\n }\n .zbRPDe,\n .scU1d {\n color: @text;\n }\n .UafVBb {\n background-color: @base;\n border-color: @surface2;\n }\n .mEQved {\n color: @subtext0;\n }\n .goxjub {\n > path:nth-child(1) {\n fill: @blue;\n }\n > path:nth-child(2) {\n fill: @green;\n }\n > path:nth-child(3) {\n fill: @yellow;\n }\n > path:nth-child(4) {\n fill: @red;\n }\n }\n [fill=\"#34a853\"] {\n fill: @green;\n }\n [fill=\"#4285f4\"] {\n fill: @blue;\n }\n [fill=\"#ea4335\"] {\n fill: @red;\n }\n [fill=\"#fbbc05\"] {\n fill: @yellow;\n }\n .ssfWCe .ZXJQ7c:hover {\n background-color: @surface0;\n color: @text;\n }\n .qcTKEe {\n background-color: @base;\n }\n .ooPrBf {\n background: @base;\n }\n .r9PaP {\n color: @subtext0;\n }\n .r9PaP:hover {\n color: @blue;\n }\n .H1KrKd {\n fill: @subtext0;\n }\n .cEPPT {\n border-bottom-color: @surface1;\n }\n .Ix6LGe {\n background: @base;\n box-shadow: 0 2px 10px 0 @crust;\n }\n .Hm7Qac:hover,\n .EuKAde {\n background-color: @surface0;\n }\n .igM9Le {\n color: @text;\n }\n .irf0hb {\n box-shadow: 1px 1px 15px 0 @crust;\n }\n .gb_Mc .gb_Vd button:hover svg,\n .gb_Mc .gb_d:hover {\n background-color: @surface0;\n }\n .gb_Mc svg,\n .gb_Rc.gb_Vc svg,\n .gb_Mc .gb_dd .gb_ld,\n .gb_Mc .gb_dd .gb_Lc,\n .gb_Mc .gb_dd .gb_fd,\n .gb_Rc.gb_Vc .gb_ld {\n color: @text;\n }\n .cEW58 {\n background-color: @surface0;\n }\n .dyAbMb {\n fill: @subtext0;\n }\n .zItAnd,\n .zItAnd:link,\n .zItAnd:visited,\n .zItAnd:hover,\n .zItAnd:active {\n color: @text;\n }\n .zItAnd {\n background-color: @base;\n border-color: @surface1;\n }\n .zItAnd:not(.MgQdud):hover {\n background-color: @surface0;\n border-color: @surface1;\n }\n .fKmH1e {\n background-color: @base;\n border-color: @surface1;\n color: @subtext0;\n }\n .fKmH1e:hover {\n background-color: @surface0;\n border-color: @surface1;\n }\n .nfSF8e,\n .WRhYSc {\n color: @subtext0;\n }\n .nfSF8e:hover,\n .WRhYSc:hover {\n background-color: @surface0;\n color: @subtext0;\n }\n .ssJ7i {\n color: @text;\n }\n .iAIpCb {\n color: @subtext0;\n }\n .KMdzJ,\n .ss6qqb .oBrLN,\n .ylgVCe {\n color: @subtext1;\n }\n .PmPt7d {\n color: @subtext0;\n }\n .gb_Mc a.gb_E,\n .gb_Mc span.gb_E {\n color: @text;\n }\n a.gb_E,\n span.gb_E {\n color: @text !important;\n }\n .RzdJxc {\n border-top-color: @surface2;\n }\n .rKnmn {\n border-top-color: @surface2;\n }\n .FzCfme {\n color: @subtext0;\n }\n .hMJ0yc {\n color: @subtext0;\n }\n .yg51vc {\n background-color: @base;\n }\n .hdtb-mitem a {\n color: @subtext0;\n }\n .hdtb-mitem .GOE98c,\n .hdtb-mitem a,\n .hdtb-mitem.hdtb-msel,\n .t2vtad {\n color: @subtext0;\n }\n .t2vtad:not(.hdtb-tl-sel) {\n color: @subtext0;\n }\n .dG2XIf .xpdopen .mJ2Mod {\n border-color: @surface1;\n }\n .t2vtad:not(.hdtb-tl-sel):hover {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n box-shadow: 0 1px 1px @crust;\n }\n .hdtb-mitem:hover .GOE98c:hover,\n .hdtb-mitem:hover a,\n .hdtb-mitem.hdtb-msel,\n .t2vtad:hover {\n color: @blue;\n }\n .w6PoOe {\n color: @subtext0;\n }\n .w6PoOe:hover {\n color: @text;\n }\n .Lj9fsd.DU1Mzb {\n background-color: @base;\n box-shadow: 0 1px 6px 0 @crust;\n .o6juZc {\n border-color: @surface1 !important;\n }\n }\n .dZ5aUe .vbLSne .MjJqGe:not(.xvfzbc):hover {\n background-color: @surface0;\n }\n .FjVBEd {\n color: @green;\n }\n title-with-lhs-icon:hover .ekf0x h3 {\n color: @blue;\n }\n .GmE3X {\n color: @text;\n }\n .iv236 {\n color: @text;\n }\n .GLcBOb {\n border-bottom-color: @surface1;\n }\n .ss6qqb .Ui2TZ {\n color: @text;\n }\n .wx62f {\n color: @subtext0;\n }\n #rhs .u7yw9 {\n border-left-color: @surface1;\n }\n .ss6qqb .Jk5Tjc {\n border-color: @surface2;\n }\n #rhs .u7yw9 .cLjAic {\n border-bottom-color: @surface1;\n }\n .JNkvid .HnYYW {\n color: @text;\n }\n .aokhrd .TZahnb {\n border-left-color: @surface1;\n }\n .Cx1ZMc {\n color: @subtext0;\n }\n .CBPSbf {\n background-color: @base;\n }\n .E74aCb {\n color: @text;\n }\n .OE86Gc {\n background-color: @base;\n color: @text;\n fill: @text;\n }\n .c72nic {\n color: @text;\n }\n .GXMTjb {\n background-color: @base;\n border-color: @surface0;\n }\n .A9y7kf {\n color: @subtext0;\n }\n .OE86Gc a {\n color: @blue;\n }\n .Es2Et {\n color: @subtext0;\n }\n .KwJT0.VqKh3b div div {\n background-color: @base;\n fill: @text;\n color: @text;\n border-color: @surface1;\n }\n .rx7XFb {\n background-color: @surface0;\n }\n .VP31Vb {\n color: @text;\n }\n .HXQjqf {\n background-color: fade(@blue, 25%);\n color: @blue;\n }\n .SW5pqf {\n color: @blue;\n }\n .rQEFy:hover {\n color: @blue;\n }\n .hdtb-tl-sel {\n border-color: @surface2;\n background: @surface0;\n color: @text;\n }\n .hdtb-tl-sel:focus {\n border-color: @surface2;\n background: @surface0;\n color: @blue;\n }\n .t2vtad:active,\n .t2vtad:not(.hdtb-tl-sel):hover:active {\n background-color: @surface0 !important;\n box-shadow: inset 0 1px 2px @crust !important;\n }\n .gTl8xb {\n border-color: @subtext0 transparent;\n }\n .hdtb-mn-hd:hover .gTl8xb {\n border-color: @text transparent;\n }\n .h3L8Ub .yMAEcf {\n background: @surface0;\n border-color: @surface2;\n }\n .ynRric {\n color: @subtext0;\n }\n .cRV9hb .pcTkSc .wM6W7d {\n color: @text;\n }\n .h3L8Ub .yMAEcf.sbhl {\n background-color: @surface1;\n }\n .sbhl {\n background: @surface1;\n }\n .CjiZvb,\n .GZnQqe.EpPYLd:active {\n background-color: @surface0;\n }\n .PyJv1b {\n color: @text;\n }\n .REySof {\n color: @overlay2 !important;\n }\n .NQyKp {\n color: @surface0 !important;\n background: @accent-color !important;\n }\n .b0Xfjd {\n color: @base !important;\n }\n .LiOdre {\n background-color: @base;\n border-color: @surface1;\n }\n .LiOdre:hover {\n background-color: @mantle;\n border-color: @surface2;\n }\n .LiOdre:focus {\n border-color: @blue;\n }\n .mfsgsd {\n color: @text;\n }\n .GCSyeb {\n background: @surface1;\n }\n .IVvPP .cLjAic.WY0eLb,\n .Hwkikb.WY0eLb {\n border-left-color: @surface1;\n }\n .mQo3nc {\n background-color: @surface0;\n color: @subtext0 !important;\n }\n .cfBJGe {\n color: @text;\n }\n .f6F9Be {\n background: @mantle;\n }\n .KwU3F {\n color: @blue;\n }\n .b0KoTc {\n color: @text;\n }\n .dfB0uf {\n color: @text;\n }\n .unknown_loc {\n background: @text;\n }\n .GS5rRd {\n color: @blue;\n }\n .xSQxL {\n color: @blue;\n }\n .smiUbb {\n color: @text;\n }\n .b2hzT {\n border-bottom-color: @surface0;\n }\n #swml {\n border-left-color: @surface0;\n }\n .KXbwLb {\n background-color: @surface2;\n }\n .WZH4jc .VknLRd .GNJvt {\n background: @surface0;\n }\n .WZH4jc .VknLRd:hover .GNJvt {\n background: @surface1;\n }\n .GNJvt {\n color: @text;\n }\n .fJOpI.H9lube {\n background-color: @blue !important;\n border-color: @blue;\n }\n .XNo5Ab.XNo5Ab {\n color: @base !important;\n fill: @base !important;\n }\n .Ss2Faf.boljiHqtXe7__place-qa-title {\n color: @text !important;\n }\n .xEzgBc {\n color: @text !important;\n }\n .Ss2Faf.sq4Bpf {\n color: @text !important;\n }\n .ea0Lbe {\n background: @surface0;\n }\n .f6GA0,\n .CacfB,\n .Ua7Yuf {\n background: @base;\n }\n .DV7the {\n color: @blue;\n }\n .ZeVBtc {\n color: @subtext0;\n }\n .cB9M7 {\n background-color: @surface0;\n border-color: @surface1;\n color: @text;\n &:hover {\n border-color: @surface2;\n }\n &:focus {\n border-color: @blue;\n }\n }\n .Qwbd3 {\n background: @surface0;\n color: @text;\n border-color: @surface1;\n &:hover {\n background: @surface1;\n border-color: @surface2;\n }\n }\n .ArIAXb {\n fill: @surface0;\n }\n .qOFLsb {\n fill: @surface0;\n }\n .aHK1bd {\n color: @subtext0;\n }\n .diOlIe {\n border-top-color: @overlay0;\n }\n .p4pvTd {\n color: @text;\n }\n .gIYJUc {\n background: @base !important;\n border-color: @surface1 !important;\n }\n .Gdd5U > g:nth-child(2) {\n > circle:nth-child(1) {\n fill: @green !important;\n }\n > circle:nth-child(2) {\n fill: @blue !important;\n }\n > path:nth-child(3) {\n fill: @red !important;\n }\n > path:nth-child(4) {\n fill: @yellow !important;\n }\n > path:nth-child(5) {\n fill: @blue !important;\n }\n }\n .CbAZb {\n background: @base;\n border-bottom-color: @surface0;\n }\n .S8wJ3 {\n color: @text !important;\n }\n .ZI7elf {\n color: @text !important;\n }\n .tGS0Nc {\n color: @text;\n }\n .kzt0Nc a {\n color: @subtext0 !important;\n }\n .fgc1P,\n .N7KPxb {\n border-top-color: @surface0 !important;\n }\n .kQEH5b {\n color: @subtext0 !important;\n }\n .kNKdL {\n color: @text !important;\n }\n .q0yked:hover {\n background-color: @mantle !important;\n }\n .Oz5Rbb:hover {\n background: @mantle !important;\n }\n .lwwARb {\n background-color: @crust !important;\n }\n .LO47Ff {\n color: @text;\n }\n .j8PBfc {\n color: @subtext0;\n }\n .act-tim-txt-cnt {\n color: @text;\n }\n .act-switch-area {\n background-color: @base !important;\n }\n .q8U8x > div:nth-child(1) {\n background-color: @base !important;\n }\n .EwDHG,\n .vNdLpe,\n .vNdLpe:visited {\n color: @subtext0 !important;\n }\n color: @subtext0;\n }\n @media (prefers-color-scheme: light) {\n body {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n body {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n}\n\n@-moz-document regexp(\"^https?://(ogs\\\\.)?google\\\\..*\")\n{\n #catppuccin(@lookup, @accent) {\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n .aRDKUe {\n .rRF0wd {\n fill: @yellow !important;\n }\n .ub0gT {\n fill: @base !important;\n }\n .Pzuhxc {\n color: @text !important;\n &:hover {\n background-color: @surface2 !important;\n }\n }\n .hCDve {\n color: @text !important;\n }\n .WkuXae {\n color: @blue;\n }\n .coHE2 {\n border-color: @surface2 !important;\n &:hover {\n background-color: fade(@blue, 25%);\n }\n }\n .eYSAde {\n color: @text !important;\n }\n .Lvwayc {\n background-color: @surface0 !important;\n }\n .Z6NXed {\n color: @text !important;\n }\n .bMnvr {\n background: @surface1 !important;\n }\n .Wdz6e {\n color: @subtext0 !important;\n }\n .LzIwWe {\n color: @text !important;\n }\n .znj3je {\n color: @text !important;\n }\n .fVFoBd {\n color: @text !important;\n }\n .cllK4d {\n background: @surface0 !important;\n color: @subtext0 !important;\n }\n .aFCkf {\n background: @surface0 !important;\n color: @blue !important;\n }\n .DgDbFe .vZvJBb:not(:first-child) .BVnP4c::before {\n color: @text !important;\n }\n .qLP7kc .jFfZdd {\n background: @base !important;\n }\n .Z6NXed:hover {\n background-color: @surface1 !important;\n }\n }\n .nz9sqb.EHzcec {\n background: var(--gm3-sys-color-surface-container-high, @surface0);\n .LVal7b {\n background: var(--gm3-sys-color-surface-container-low, @mantle);\n }\n }\n .nz9sqb {\n .NQV3m {\n color: var(--gm3-sys-color-primary, @blue);\n border-color: var(--gm3-sys-color-outline, @surface2);\n &:hover {\n background-color: fade(@blue, 25%);\n }\n &:focus {\n background-color: fade(@blue, 25%);\n }\n }\n .Rq5Gcb {\n color: @text !important;\n }\n .tX9u1b:hover {\n background-color: @surface0;\n }\n }\n .nz9sqb.o07G5 .tX9u1b:active,\n .nz9sqb.o07G5 .tX9u1b:active:focus,\n .nz9sqb.o07G5 .tX9u1b:active .Rq5Gcb,\n .nz9sqb.o07G5 .tX9u1b:active:hover .Rq5Gcb {\n background-color: @surface0;\n }\n .aRDKUe .pRjiJb,\n .aRDKUe .DmSTqc {\n color: @text;\n }\n .aRDKUe .idKC9b,\n .aRDKUe .MbHqJ {\n color: @subtext0;\n }\n .aRDKUe .GXg3Le {\n color: @blue;\n }\n .aRDKUe .G5bXNb {\n background-color: @mantle;\n &:hover {\n background-color: @base;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Google Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/google", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/google", - "version": "0.2.0", + "version": "0.2.2", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle", "description": "Soothing pastel theme for Google", @@ -7006,12 +7303,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Google", "name": "Google Catppuccin", - "originalDigest": "66590ac10db42f7dae5f5a87c3973d8d53f2b5c7", + "originalDigest": "a943b26c1648a566cd19189ea4b6c183bfffab5a", "_id": "d05b6aa1-9e26-40b5-907c-2c14d43f9b3e", - "_rev": 1710368494156, + "_rev": 1712856189893, "id": 77, - "etag": "W/\"834db420c0dbd76428f6c865464e9ea7d2364e181cba10a6145c1f8810587399\"", - "updateDate": 1710368494074 + "etag": "W/\"a982cb9975192aeae29e9386afcf6985205415c41bf4041fd09ce1b3e58841d6\"", + "updateDate": 1712856189539 }, { "enabled": true, @@ -7020,37 +7317,41 @@ "installDate": 1702771683366, "sections": [ { - "code": "/* ==UserStyle==\n@name Tuta Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tuta\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta\n@version 0.0.6\n@description Soothing pastel theme for Tuta\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentSelect \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Tuta Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tuta\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta\n@description Soothing pastel theme for Tuta\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root body,\n :root drawer-menu,\n :root .list-bg {\n background-color: #1e2030 !important;\n color: #cad3f5;\n }\n :root .list-row {\n background-color: #24273a;\n }\n :root .odd-row {\n background-color: #363a4f;\n }\n :root .header-nav {\n background-color: #24273a;\n }\n :root .elevated-bg,\n :root .folder-column,\n :root div[aria-modal] {\n background-color: #24273a !important;\n }\n :root .dropdown-button,\n :root .dropdown-button div {\n color: #cad3f5 !important;\n }\n :root .dropdown-button:hover {\n background-color: #494d64 !important;\n }\n :root .row-selected {\n border-color: #b7bdf8 !important;\n color: #b7bdf8 !important;\n }\n :root .row-selected > .nav-button {\n color: #b7bdf8 !important;\n }\n :root .row-selected > .nav-button > .icon {\n fill: #b7bdf8 !important;\n }\n :root .secondary {\n color: #b7bdf8 !important;\n }\n :root .nav-button,\n :root .sidebar-section.mb {\n color: #a5adcb !important;\n }\n :root .icon.icon-large,\n :root .nav-button .icon {\n fill: #a5adcb !important;\n }\n :root .bubble {\n background-color: #24273a;\n color: #cad3f5;\n }\n :root :where(.mouse-nav) .state-bg:hover,\n :root :where(.keyboard-nav) .state-bg:hover,\n :root [style*=\"background: rgba(139, 139, 139, 0.22)\"] {\n background-color: #363a4f !important;\n }\n :root .nav-bg,\n :root .content-bg,\n :root [style*=\"background-color: rgb(35, 35, 35)\"] {\n background-color: #24273a !important;\n }\n :root [style*=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #1e2030 !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.22);\"] {\n background-color: #363a4f !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.38);\"] {\n background-color: #494d64 !important;\n }\n :root [style*=\"color: rgb(221, 221, 221);\"] {\n color: #cad3f5 !important;\n }\n :root [style*=\"color: rgb(174, 174, 174);\"] {\n color: #b8c0e0 !important;\n }\n :root .teamLabel {\n background-color: #b7bdf8;\n color: #1e2030;\n }\n :root [style*=\"border: 2px solid rgb(0, 210, 167);\"] {\n border-color: #b7bdf8 !important;\n }\n :root [style*=\"color: rgb(0, 210, 167);\"] {\n color: #b7bdf8 !important;\n }\n :root button.expander {\n color: #a5adcb !important;\n }\n :root .logo-height > svg:nth-child(1) > path:nth-child(2) {\n fill: #b7bdf8 !important;\n }\n :root ::-webkit-scrollbar-thumb {\n background-color: #494d64;\n }\n /* prettier-ignore */", - "start": 936, + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: light;\n }\n :root ::selection {\n background-color: rgba(32, 159, 181, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #6c6f85 !important;\n }\n :root body,\n :root drawer-menu,\n :root .list-bg {\n background-color: #e6e9ef !important;\n color: #4c4f69;\n }\n :root .list-row {\n background-color: #eff1f5;\n }\n :root .odd-row {\n background-color: #ccd0da;\n }\n :root .header-nav {\n background-color: #eff1f5;\n }\n :root .elevated-bg,\n :root .folder-column,\n :root div[aria-modal] {\n background-color: #eff1f5 !important;\n }\n :root .dropdown-button,\n :root .dropdown-button div {\n color: #4c4f69 !important;\n }\n :root .dropdown-button:hover {\n background-color: #bcc0cc !important;\n }\n :root .row-selected {\n border-color: #209fb5 !important;\n color: #209fb5 !important;\n }\n :root .row-selected > .nav-button {\n color: #209fb5 !important;\n }\n :root .row-selected > .nav-button > .icon {\n fill: #209fb5 !important;\n }\n :root .secondary {\n color: #209fb5 !important;\n }\n :root .nav-button,\n :root .sidebar-section.mb {\n color: #6c6f85 !important;\n }\n :root .icon.icon-large,\n :root .nav-button .icon {\n fill: #6c6f85 !important;\n }\n :root .bubble {\n background-color: #eff1f5;\n color: #4c4f69;\n }\n :root :where(.mouse-nav) .state-bg:hover,\n :root :where(.keyboard-nav) .state-bg:hover,\n :root [style*=\"background: rgba(139, 139, 139, 0.22)\"] {\n background-color: #ccd0da !important;\n }\n :root .nav-bg,\n :root .content-bg,\n :root [style*=\"background-color: rgb(35, 35, 35)\"] {\n background-color: #eff1f5 !important;\n }\n :root [style*=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #e6e9ef !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.22);\"] {\n background-color: #ccd0da !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.38);\"] {\n background-color: #bcc0cc !important;\n }\n :root [style*=\"color: rgb(221, 221, 221);\"] {\n color: #4c4f69 !important;\n }\n :root [style*=\"color: rgb(174, 174, 174);\"] {\n color: #5c5f77 !important;\n }\n :root .teamLabel {\n background-color: #209fb5;\n color: #e6e9ef;\n }\n :root [style*=\"border: 2px solid rgb(0, 210, 167);\"] {\n border-color: #209fb5 !important;\n }\n :root [style*=\"color: rgb(0, 210, 167);\"] {\n color: #209fb5 !important;\n }\n :root button.expander {\n color: #6c6f85 !important;\n }\n :root .logo-height > svg:nth-child(1) > path:nth-child(2) {\n fill: #209fb5 !important;\n }\n :root ::-webkit-scrollbar-thumb {\n background-color: #bcc0cc;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(116, 199, 236, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a6adc8 !important;\n }\n :root body,\n :root drawer-menu,\n :root .list-bg {\n background-color: #181825 !important;\n color: #cdd6f4;\n }\n :root .list-row {\n background-color: #1e1e2e;\n }\n :root .odd-row {\n background-color: #313244;\n }\n :root .header-nav {\n background-color: #1e1e2e;\n }\n :root .elevated-bg,\n :root .folder-column,\n :root div[aria-modal] {\n background-color: #1e1e2e !important;\n }\n :root .dropdown-button,\n :root .dropdown-button div {\n color: #cdd6f4 !important;\n }\n :root .dropdown-button:hover {\n background-color: #45475a !important;\n }\n :root .row-selected {\n border-color: #74c7ec !important;\n color: #74c7ec !important;\n }\n :root .row-selected > .nav-button {\n color: #74c7ec !important;\n }\n :root .row-selected > .nav-button > .icon {\n fill: #74c7ec !important;\n }\n :root .secondary {\n color: #74c7ec !important;\n }\n :root .nav-button,\n :root .sidebar-section.mb {\n color: #a6adc8 !important;\n }\n :root .icon.icon-large,\n :root .nav-button .icon {\n fill: #a6adc8 !important;\n }\n :root .bubble {\n background-color: #1e1e2e;\n color: #cdd6f4;\n }\n :root :where(.mouse-nav) .state-bg:hover,\n :root :where(.keyboard-nav) .state-bg:hover,\n :root [style*=\"background: rgba(139, 139, 139, 0.22)\"] {\n background-color: #313244 !important;\n }\n :root .nav-bg,\n :root .content-bg,\n :root [style*=\"background-color: rgb(35, 35, 35)\"] {\n background-color: #1e1e2e !important;\n }\n :root [style*=\"background-color: rgb(17, 17, 17);\"] {\n background-color: #181825 !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.22);\"] {\n background-color: #313244 !important;\n }\n :root [style*=\"background-color: rgba(139, 139, 139, 0.38);\"] {\n background-color: #45475a !important;\n }\n :root [style*=\"color: rgb(221, 221, 221);\"] {\n color: #cdd6f4 !important;\n }\n :root [style*=\"color: rgb(174, 174, 174);\"] {\n color: #bac2de !important;\n }\n :root .teamLabel {\n background-color: #74c7ec;\n color: #181825;\n }\n :root [style*=\"border: 2px solid rgb(0, 210, 167);\"] {\n border-color: #74c7ec !important;\n }\n :root [style*=\"color: rgb(0, 210, 167);\"] {\n color: #74c7ec !important;\n }\n :root button.expander {\n color: #a6adc8 !important;\n }\n :root .logo-height > svg:nth-child(1) > path:nth-child(2) {\n fill: #74c7ec !important;\n }\n :root ::-webkit-scrollbar-thumb {\n background-color: #45475a;\n }\n }", + "start": 1055, "domains": [ "app.tuta.com", "mail.tutanota.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 6862 } ], - "sourceCode": "/* ==UserStyle==\n@name Tuta Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tuta\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta\n@version 0.0.6\n@description Soothing pastel theme for Tuta\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentSelect \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red*\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"app.tuta.com\"), domain(\"mail.tutanota.com\") {\n :root {\n #catppuccin(@flavor, @accentSelect);\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accentSelect) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent: @catppuccin[@@lookup][@@accentSelect];\n\n body,\n drawer-menu,\n .list-bg {\n background-color: @mantle !important;\n color: @text;\n }\n\n .list-row {\n background-color: @base;\n }\n .odd-row {\n background-color: @surface0;\n }\n\n .header-nav {\n background-color: @base;\n }\n\n .elevated-bg,\n .folder-column,\n div[aria-modal] {\n background-color: @base !important;\n }\n\n .dropdown-button,\n .dropdown-button div {\n color: @text !important;\n }\n .dropdown-button:hover {\n background-color: @surface1 !important;\n }\n\n .row-selected {\n border-color: @accent !important;\n color: @accent !important;\n }\n .row-selected > .nav-button {\n color: @accent !important;\n }\n .row-selected > .nav-button > .icon {\n fill: @accent !important;\n }\n\n .secondary {\n color: @accent !important;\n }\n\n .nav-button,\n .sidebar-section.mb {\n color: @subtext0 !important;\n }\n .icon.icon-large,\n .nav-button .icon {\n fill: @subtext0 !important;\n }\n\n .bubble {\n background-color: @base;\n color: @text;\n }\n\n :where(.mouse-nav) .state-bg:hover,\n :where(.keyboard-nav) .state-bg:hover,\n [style*=\"background: rgba(139, 139, 139, 0.22)\"] {\n background-color: @surface0 !important;\n }\n\n .nav-bg,\n .content-bg,\n [style*=\"background-color: rgb(35, 35, 35)\"] {\n background-color: @base !important;\n }\n [style*=\"background-color: rgb(17, 17, 17);\"] {\n background-color: @mantle !important;\n }\n [style*=\"background-color: rgba(139, 139, 139, 0.22);\"] {\n background-color: @surface0 !important;\n }\n [style*=\"background-color: rgba(139, 139, 139, 0.38);\"] {\n background-color: @surface1 !important;\n }\n\n [style*=\"color: rgb(221, 221, 221);\"] {\n color: @text !important;\n }\n\n [style*=\"color: rgb(174, 174, 174);\"] {\n color: @subtext1 !important;\n }\n\n .teamLabel {\n background-color: @accent;\n color: @mantle;\n }\n\n [style*=\"border: 2px solid rgb(0, 210, 167);\"] {\n border-color: @accent !important;\n }\n [style*=\"color: rgb(0, 210, 167);\"] {\n color: @accent !important;\n }\n\n button.expander {\n color: @subtext0 !important;\n }\n\n .logo-height > svg:nth-child(1) > path:nth-child(2) {\n fill: @accent !important;\n }\n\n ::-webkit-scrollbar-thumb {\n background-color: @surface1;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Tuta Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tuta\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta\n@version 0.0.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta\n@description Soothing pastel theme for Tuta\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"app.tuta.com\"), domain(\"mail.tutanota.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n body,\n drawer-menu,\n .list-bg {\n background-color: @mantle !important;\n color: @text;\n }\n\n .list-row {\n background-color: @base;\n }\n .odd-row {\n background-color: @surface0;\n }\n\n .header-nav {\n background-color: @base;\n }\n\n .elevated-bg,\n .folder-column,\n div[aria-modal] {\n background-color: @base !important;\n }\n\n .dropdown-button,\n .dropdown-button div {\n color: @text !important;\n }\n .dropdown-button:hover {\n background-color: @surface1 !important;\n }\n\n .row-selected {\n border-color: @accent-color !important;\n color: @accent-color !important;\n }\n .row-selected > .nav-button {\n color: @accent-color !important;\n }\n .row-selected > .nav-button > .icon {\n fill: @accent-color !important;\n }\n\n .secondary {\n color: @accent-color !important;\n }\n\n .nav-button,\n .sidebar-section.mb {\n color: @subtext0 !important;\n }\n .icon.icon-large,\n .nav-button .icon {\n fill: @subtext0 !important;\n }\n\n .bubble {\n background-color: @base;\n color: @text;\n }\n\n :where(.mouse-nav) .state-bg:hover,\n :where(.keyboard-nav) .state-bg:hover,\n [style*=\"background: rgba(139, 139, 139, 0.22)\"] {\n background-color: @surface0 !important;\n }\n\n .nav-bg,\n .content-bg,\n [style*=\"background-color: rgb(35, 35, 35)\"] {\n background-color: @base !important;\n }\n [style*=\"background-color: rgb(17, 17, 17);\"] {\n background-color: @mantle !important;\n }\n [style*=\"background-color: rgba(139, 139, 139, 0.22);\"] {\n background-color: @surface0 !important;\n }\n [style*=\"background-color: rgba(139, 139, 139, 0.38);\"] {\n background-color: @surface1 !important;\n }\n\n [style*=\"color: rgb(221, 221, 221);\"] {\n color: @text !important;\n }\n\n [style*=\"color: rgb(174, 174, 174);\"] {\n color: @subtext1 !important;\n }\n\n .teamLabel {\n background-color: @accent-color;\n color: @mantle;\n }\n\n [style*=\"border: 2px solid rgb(0, 210, 167);\"] {\n border-color: @accent-color !important;\n }\n [style*=\"color: rgb(0, 210, 167);\"] {\n color: @accent-color !important;\n }\n\n button.expander {\n color: @subtext0 !important;\n }\n\n .logo-height > svg:nth-child(1) > path:nth-child(2) {\n fill: @accent-color !important;\n }\n\n ::-webkit-scrollbar-thumb {\n background-color: @surface1;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Tuta Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/tuta", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/tuta", - "version": "0.0.6", - "description": "Soothing pastel theme for Tuta", - "author": "Catppuccin", + "version": "0.0.7", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta", + "description": "Soothing pastel theme for Tuta", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { - "flavor": { + "lightFlavor": { "type": "select", - "label": "Flavor", - "name": "flavor", - "value": "macchiato", - "default": "mocha", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, + "default": "latte", "options": [ { "name": "latte", @@ -7059,7 +7360,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -7074,12 +7375,41 @@ } ] }, - "accentSelect": { + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { "type": "select", "label": "Accent", - "name": "accentSelect", - "value": "lavender", - "default": "red", + "name": "accentColor", + "value": null, + "default": "sapphire", "options": [ { "name": "rosewater", @@ -7163,11 +7493,12 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Tuta", "name": "Tuta Catppuccin", - "originalDigest": "3247481d0f3dd0b3ed33c153e53d7ef49143ef1f", + "originalDigest": "181810aba8bd0f418966ed9b3a39855227d47aea", "_id": "4faab84b-a8da-40c9-a730-00e2a5875c52", - "_rev": 1702771683366, + "_rev": 1712856190010, "id": 78, - "etag": "W/\"a94acda53347688c42a87439547a6800e7bd4d00b81aa0bbf45aa1dfec9d24dd\"" + "etag": "W/\"2346093010b152b08bb1c17b89617b5faced195f21f04a7c8d2419a57626deb5\"", + "updateDate": 1712856189539 }, { "enabled": true, @@ -7176,23 +7507,27 @@ "installDate": 1705312371771, "sections": [ { - "code": "/* ==UserStyle==\n@name Advent Of Code Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/advent-of-code\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code\n@version 0.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code\n@description Soothing pastel theme for Advent Of Code\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Advent Of Code Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/advent-of-code\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code\n@description Soothing pastel theme for Advent Of Code\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n body {\n background: #24273a;\n color: #cad3f5;\n }\n body header h1 a,\n body header h1 span {\n color: #a6da95;\n text-shadow: 0 0 2px #a6da95, 0 0 5px #a6da95;\n }\n body a {\n color: #a6da95;\n }\n body .star-count {\n color: #eed49f;\n }\n body .quiet {\n color: #a5adcb;\n opacity: 1;\n }\n body .share,\n body .share:hover,\n body input[type=\"submit\"] {\n color: #a6da95;\n }\n body main article em {\n color: #cad3f5;\n text-shadow: 0 0 5px #cad3f5;\n }\n body main article h2 {\n color: #cad3f5;\n }\n body main article input[type=\"radio\"]:checked ~ span,\n body main article input[type=\"checkbox\"]:checked ~ span {\n color: #cad3f5;\n }\n body main article input[type=\"radio\"] ~ span:hover,\n body main article input[type=\"radio\"] ~ span:focus,\n body main article input[type=\"checkbox\"]:hover ~ span,\n body main article input[type=\"checkbox\"]:focus ~ span {\n background-color: #181926;\n }\n body main .supporter-badge {\n color: #eed49f;\n }\n body main .supporter-badge:hover {\n color: #eed49f;\n text-shadow: 0 0 5px #eed49f;\n }\n body main .sponsor-badge {\n color: #8aadf4;\n }\n body main .sponsor-badge:hover,\n body main .sponsor-badge:focus {\n color: #8aadf4;\n text-shadow: 0 0 5px #8aadf4;\n }\n body main .leaderboard-entry .leaderboard-position {\n color: #b8c0e0;\n }\n body main .leaderboard-entry .leaderboard-totalscore {\n color: #cad3f5;\n }\n body main .leaderboard-daylinks-selected {\n color: #cad3f5;\n text-shadow: 0 0 5px #cad3f5;\n }\n body main .leaderboard-daylinks-selected:hover {\n color: #a6da95;\n }\n body main .leaderboard-anon {\n opacity: 1;\n color: #a5adcb;\n }\n body main .calendar .calendar-color-w {\n color: #cad3f5;\n }\n body main .calendar .calendar-color-s {\n color: #eed49f;\n }\n body main .calendar .calendar-color-c {\n color: #b8c0e0;\n }\n body main .calendar .calendar-color-g3 {\n color: #9cd68a;\n }\n body main .calendar .calendar-color-g2 {\n color: #a6da95;\n }\n body main .calendar .calendar-color-g4 {\n color: #9bd588;\n }\n body main .calendar .calendar-color-u {\n color: #91d7e3;\n }\n body main .calendar .calendar-color-a {\n color: #a5adcb;\n }\n body main .calendar .calendar-color-g1 {\n color: #9ed78c;\n }\n body main .calendar .calendar-color-g0 {\n color: #a0d78d;\n }\n body main .calendar .calendar-color-l {\n color: #ed8796;\n }\n body main .calendar .calendar-mark-complete {\n color: #eed49f;\n }\n body main .calendar .calendar-mark-verycomplete {\n color: #eed49f;\n }\n body main .calendar .calendar-day {\n color: #b8c0e0;\n }\n body main .calendar #calendar-countdown {\n color: #b8c0e0;\n }\n body main .calendar span {\n color: #363a4f;\n }\n body main .calendar a {\n color: #5b6078;\n }\n body main .day-success {\n color: #eed49f;\n text-shadow: 0 0 5px #eed49f;\n }\n body main input[type=\"text\"],\n body main textarea,\n body main code::before {\n border-color: #363a4f;\n background: #181926;\n }", - "start": 692, + "code": "@media (prefers-color-scheme: light) {\n color-scheme: light;\n ::selection {\n background-color: rgba(32, 159, 181, 0.3);\n }\n input::placeholder,\n textarea::placeholder {\n color: #6c6f85 !important;\n }\n body {\n background: #eff1f5;\n color: #4c4f69;\n }\n body header h1 a,\n body header h1 span {\n color: #40a02b;\n text-shadow: 0 0 2px #40a02b, 0 0 5px #40a02b;\n }\n body a {\n color: #40a02b;\n }\n body .star-count {\n color: #df8e1d;\n }\n body .quiet {\n color: #6c6f85;\n opacity: 1;\n }\n body .share,\n body .share:hover,\n body input[type=\"submit\"] {\n color: #40a02b;\n }\n body main article em {\n color: #4c4f69;\n text-shadow: 0 0 5px #4c4f69;\n }\n body main article h2 {\n color: #4c4f69;\n }\n body main article input[type=\"radio\"]:checked ~ span,\n body main article input[type=\"checkbox\"]:checked ~ span {\n color: #4c4f69;\n }\n body main article input[type=\"radio\"] ~ span:hover,\n body main article input[type=\"radio\"] ~ span:focus,\n body main article input[type=\"checkbox\"]:hover ~ span,\n body main article input[type=\"checkbox\"]:focus ~ span {\n background-color: #dce0e8;\n }\n body main .supporter-badge {\n color: #df8e1d;\n }\n body main .supporter-badge:hover {\n color: #df8e1d;\n text-shadow: 0 0 5px #df8e1d;\n }\n body main .sponsor-badge {\n color: #1e66f5;\n }\n body main .sponsor-badge:hover,\n body main .sponsor-badge:focus {\n color: #1e66f5;\n text-shadow: 0 0 5px #1e66f5;\n }\n body main .leaderboard-entry .leaderboard-position {\n color: #5c5f77;\n }\n body main .leaderboard-entry .leaderboard-totalscore {\n color: #4c4f69;\n }\n body main .leaderboard-daylinks-selected {\n color: #4c4f69;\n text-shadow: 0 0 5px #4c4f69;\n }\n body main .leaderboard-daylinks-selected:hover {\n color: #40a02b;\n }\n body main .leaderboard-anon {\n opacity: 1;\n color: #6c6f85;\n }\n body main .calendar .calendar-color-w {\n color: #4c4f69;\n }\n body main .calendar .calendar-color-s {\n color: #df8e1d;\n }\n body main .calendar .calendar-color-c {\n color: #5c5f77;\n }\n body main .calendar .calendar-color-g3 {\n color: #3b9428;\n }\n body main .calendar .calendar-color-g2 {\n color: #40a02b;\n }\n body main .calendar .calendar-color-g4 {\n color: #3a9227;\n }\n body main .calendar .calendar-color-u {\n color: #04a5e5;\n }\n body main .calendar .calendar-color-a {\n color: #6c6f85;\n }\n body main .calendar .calendar-color-g1 {\n color: #3c9628;\n }\n body main .calendar .calendar-color-g0 {\n color: #3d9829;\n }\n body main .calendar .calendar-color-l {\n color: #d20f39;\n }\n body main .calendar .calendar-mark-complete {\n color: #df8e1d;\n }\n body main .calendar .calendar-mark-verycomplete {\n color: #df8e1d;\n }\n body main .calendar .calendar-day {\n color: #5c5f77;\n }\n body main .calendar #calendar-countdown {\n color: #5c5f77;\n }\n body main .calendar span {\n color: #ccd0da;\n }\n body main .calendar a {\n color: #acb0be;\n }\n body main .day-success {\n color: #df8e1d;\n text-shadow: 0 0 5px #df8e1d;\n }\n body main input[type=\"text\"],\n body main textarea,\n body main code::before {\n border-color: #ccd0da;\n background: #dce0e8;\n }\n }\n @media (prefers-color-scheme: dark) {\n color-scheme: dark;\n ::selection {\n background-color: rgba(116, 199, 236, 0.3);\n }\n input::placeholder,\n textarea::placeholder {\n color: #a6adc8 !important;\n }\n body {\n background: #1e1e2e;\n color: #cdd6f4;\n }\n body header h1 a,\n body header h1 span {\n color: #a6e3a1;\n text-shadow: 0 0 2px #a6e3a1, 0 0 5px #a6e3a1;\n }\n body a {\n color: #a6e3a1;\n }\n body .star-count {\n color: #f9e2af;\n }\n body .quiet {\n color: #a6adc8;\n opacity: 1;\n }\n body .share,\n body .share:hover,\n body input[type=\"submit\"] {\n color: #a6e3a1;\n }\n body main article em {\n color: #cdd6f4;\n text-shadow: 0 0 5px #cdd6f4;\n }\n body main article h2 {\n color: #cdd6f4;\n }\n body main article input[type=\"radio\"]:checked ~ span,\n body main article input[type=\"checkbox\"]:checked ~ span {\n color: #cdd6f4;\n }\n body main article input[type=\"radio\"] ~ span:hover,\n body main article input[type=\"radio\"] ~ span:focus,\n body main article input[type=\"checkbox\"]:hover ~ span,\n body main article input[type=\"checkbox\"]:focus ~ span {\n background-color: #11111b;\n }\n body main .supporter-badge {\n color: #f9e2af;\n }\n body main .supporter-badge:hover {\n color: #f9e2af;\n text-shadow: 0 0 5px #f9e2af;\n }\n body main .sponsor-badge {\n color: #89b4fa;\n }\n body main .sponsor-badge:hover,\n body main .sponsor-badge:focus {\n color: #89b4fa;\n text-shadow: 0 0 5px #89b4fa;\n }\n body main .leaderboard-entry .leaderboard-position {\n color: #bac2de;\n }\n body main .leaderboard-entry .leaderboard-totalscore {\n color: #cdd6f4;\n }\n body main .leaderboard-daylinks-selected {\n color: #cdd6f4;\n text-shadow: 0 0 5px #cdd6f4;\n }\n body main .leaderboard-daylinks-selected:hover {\n color: #a6e3a1;\n }\n body main .leaderboard-anon {\n opacity: 1;\n color: #a6adc8;\n }\n body main .calendar .calendar-color-w {\n color: #cdd6f4;\n }\n body main .calendar .calendar-color-s {\n color: #f9e2af;\n }\n body main .calendar .calendar-color-c {\n color: #bac2de;\n }\n body main .calendar .calendar-color-g3 {\n color: #9bdf95;\n }\n body main .calendar .calendar-color-g2 {\n color: #a6e3a1;\n }\n body main .calendar .calendar-color-g4 {\n color: #99df93;\n }\n body main .calendar .calendar-color-u {\n color: #89dceb;\n }\n body main .calendar .calendar-color-a {\n color: #a6adc8;\n }\n body main .calendar .calendar-color-g1 {\n color: #9de097;\n }\n body main .calendar .calendar-color-g0 {\n color: #9fe199;\n }\n body main .calendar .calendar-color-l {\n color: #f38ba8;\n }\n body main .calendar .calendar-mark-complete {\n color: #f9e2af;\n }\n body main .calendar .calendar-mark-verycomplete {\n color: #f9e2af;\n }\n body main .calendar .calendar-day {\n color: #bac2de;\n }\n body main .calendar #calendar-countdown {\n color: #bac2de;\n }\n body main .calendar span {\n color: #313244;\n }\n body main .calendar a {\n color: #585b70;\n }\n body main .day-success {\n color: #f9e2af;\n text-shadow: 0 0 5px #f9e2af;\n }\n body main input[type=\"text\"],\n body main textarea,\n body main code::before {\n border-color: #313244;\n background: #11111b;\n }\n }", + "start": 1090, "domains": [ "adventofcode.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 8109 } ], - "sourceCode": "/* ==UserStyle==\n@name Advent Of Code Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/advent-of-code\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code\n@version 0.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code\n@description Soothing pastel theme for Advent Of Code\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select flavor \"Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n==/UserStyle== */\n@-moz-document domain(\"adventofcode.com\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@flavor);\n\n #catppuccin(@lookup) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n body {\n background: @base;\n color: @text;\n\n header h1 a,\n header h1 span {\n color: @green;\n text-shadow:\n 0 0 2px @green,\n 0 0 5px @green;\n }\n\n a {\n color: @green;\n }\n\n .star-count {\n color: @yellow;\n }\n\n .quiet {\n color: @subtext0;\n opacity: 1;\n }\n\n .share,\n .share:hover,\n input[type=\"submit\"] {\n color: @green;\n }\n\n main {\n article {\n em {\n color: @text;\n text-shadow: 0 0 5px @text;\n }\n\n h2 {\n color: @text;\n }\n\n input[type=\"radio\"]:checked ~ span,\n input[type=\"checkbox\"]:checked ~ span {\n color: @text;\n }\n\n input[type=\"radio\"] ~ span:hover,\n input[type=\"radio\"] ~ span:focus,\n input[type=\"checkbox\"]:hover ~ span,\n input[type=\"checkbox\"]:focus ~ span {\n background-color: @crust;\n }\n }\n .supporter-badge {\n color: @yellow;\n }\n\n .supporter-badge:hover {\n color: @yellow;\n text-shadow: 0 0 5px @yellow;\n }\n\n .sponsor-badge {\n color: @blue;\n }\n\n .sponsor-badge:hover,\n .sponsor-badge:focus {\n color: @blue;\n text-shadow: 0 0 5px @blue;\n }\n\n .leaderboard-entry {\n .leaderboard-position {\n color: @subtext1;\n }\n .leaderboard-totalscore {\n color: @text;\n }\n }\n\n .leaderboard-daylinks-selected {\n color: @text;\n text-shadow: 0 0 5px @text;\n }\n\n .leaderboard-daylinks-selected:hover {\n color: @green;\n }\n\n .leaderboard-anon {\n opacity: 1;\n color: @subtext0;\n }\n .calendar {\n .calendar-color-w {\n color: @text;\n }\n .calendar-color-s {\n color: @yellow;\n }\n .calendar-color-c {\n color: @subtext1;\n }\n .calendar-color-g3 {\n color: darken(@green, 3);\n }\n .calendar-color-g2 {\n color: @green;\n }\n .calendar-color-g4 {\n color: darken(@green, 3.5);\n }\n .calendar-color-u {\n color: @sky;\n }\n .calendar-color-a {\n color: @subtext0;\n }\n .calendar-color-g1 {\n color: darken(@green, 2.5);\n }\n .calendar-color-g0 {\n color: darken(@green, 2);\n }\n .calendar-color-l {\n color: @red;\n }\n .calendar-mark-complete {\n color: @yellow;\n }\n .calendar-mark-verycomplete {\n color: @yellow;\n }\n .calendar-day {\n color: @subtext1;\n }\n #calendar-countdown {\n color: @subtext1;\n }\n\n span {\n color: @surface0;\n }\n\n a {\n color: @surface2;\n }\n }\n\n .day-success {\n color: @yellow;\n text-shadow: 0 0 5px @yellow;\n }\n\n input[type=\"text\"],\n textarea,\n code::before {\n border-color: @surface0;\n background: @crust;\n }\n }\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Advent Of Code Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/advent-of-code\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code\n@description Soothing pastel theme for Advent Of Code\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"adventofcode.com\") {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n body {\n background: @base;\n color: @text;\n\n header h1 a,\n header h1 span {\n color: @green;\n text-shadow:\n 0 0 2px @green,\n 0 0 5px @green;\n }\n\n a {\n color: @green;\n }\n\n .star-count {\n color: @yellow;\n }\n\n .quiet {\n color: @subtext0;\n opacity: 1;\n }\n\n .share,\n .share:hover,\n input[type=\"submit\"] {\n color: @green;\n }\n\n main {\n article {\n em {\n color: @text;\n text-shadow: 0 0 5px @text;\n }\n\n h2 {\n color: @text;\n }\n\n input[type=\"radio\"]:checked ~ span,\n input[type=\"checkbox\"]:checked ~ span {\n color: @text;\n }\n\n input[type=\"radio\"] ~ span:hover,\n input[type=\"radio\"] ~ span:focus,\n input[type=\"checkbox\"]:hover ~ span,\n input[type=\"checkbox\"]:focus ~ span {\n background-color: @crust;\n }\n }\n .supporter-badge {\n color: @yellow;\n }\n\n .supporter-badge:hover {\n color: @yellow;\n text-shadow: 0 0 5px @yellow;\n }\n\n .sponsor-badge {\n color: @blue;\n }\n\n .sponsor-badge:hover,\n .sponsor-badge:focus {\n color: @blue;\n text-shadow: 0 0 5px @blue;\n }\n\n .leaderboard-entry {\n .leaderboard-position {\n color: @subtext1;\n }\n .leaderboard-totalscore {\n color: @text;\n }\n }\n\n .leaderboard-daylinks-selected {\n color: @text;\n text-shadow: 0 0 5px @text;\n }\n\n .leaderboard-daylinks-selected:hover {\n color: @green;\n }\n\n .leaderboard-anon {\n opacity: 1;\n color: @subtext0;\n }\n .calendar {\n .calendar-color-w {\n color: @text;\n }\n .calendar-color-s {\n color: @yellow;\n }\n .calendar-color-c {\n color: @subtext1;\n }\n .calendar-color-g3 {\n color: darken(@green, 3);\n }\n .calendar-color-g2 {\n color: @green;\n }\n .calendar-color-g4 {\n color: darken(@green, 3.5);\n }\n .calendar-color-u {\n color: @sky;\n }\n .calendar-color-a {\n color: @subtext0;\n }\n .calendar-color-g1 {\n color: darken(@green, 2.5);\n }\n .calendar-color-g0 {\n color: darken(@green, 2);\n }\n .calendar-color-l {\n color: @red;\n }\n .calendar-mark-complete {\n color: @yellow;\n }\n .calendar-mark-verycomplete {\n color: @yellow;\n }\n .calendar-day {\n color: @subtext1;\n }\n #calendar-countdown {\n color: @subtext1;\n }\n\n span {\n color: @surface0;\n }\n\n a {\n color: @surface2;\n }\n }\n\n .day-success {\n color: @yellow;\n text-shadow: 0 0 5px @yellow;\n }\n\n input[type=\"text\"],\n textarea,\n code::before {\n border-color: @surface0;\n background: @crust;\n }\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Advent Of Code Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/advent-of-code", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code", - "version": "0.0.1", + "version": "0.0.2", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code", "description": "Soothing pastel theme for Advent Of Code", @@ -7200,82 +7535,11 @@ "license": "MIT", "preprocessor": "less", "vars": { - "flavor": { + "lightFlavor": { "type": "select", - "label": "Flavor", - "name": "flavor", - "value": "macchiato", - "default": "mocha", - "options": [ - { - "name": "latte", - "label": "Latte", - "value": "latte" - }, - { - "name": "frappe", - "label": "Frappé", - "value": "frappe" - }, - { - "name": "macchiato", - "label": "Macchiato", - "value": "macchiato" - }, - { - "name": "mocha", - "label": "Mocha", - "value": "mocha" - } - ] - } - } - }, - "author": "Catppuccin", - "description": "Soothing pastel theme for Advent Of Code", - "name": "Advent Of Code Catppuccin", - "originalDigest": "0d5b4e2c61b89f74c3d17be17bd0ad4f3fa0cf04", - "_id": "586cf385-d153-4a8c-ad90-b68bf72dcafd", - "_rev": 1705312371771, - "id": 79, - "etag": "W/\"bc3e098b9ba728fc2ef08c533bb96efaf88f089fcb196013d59569b4d24faf14\"" - }, - { - "enabled": true, - "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css", - "url": "https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word", - "installDate": 1705312389672, - "sections": [ - { - "code": "/* ==UserStyle==\n@name Microsoft Word Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/microsoft-word\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word\n@version 0.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word\n@description Soothing pastel theme for Microsoft Word\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavour \"Light Flavour\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavour \"Dark Flavour\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n==/UserStyle== */", - "start": 0 - }, - { - "code": "/* prettier-ignore */\n .UxDarkMode .fui-FluentProvider2,\n .UxDarkMode .fui-FluentProvider86,\n .UxDarkMode .fui-FluentProvider102 {\n --colorNeutralStroke1: #494d64;\n --colorBrandForeground1: #b7bdf8;\n --colorNeutralForeground1: #cad3f5;\n --colorNeutralBackground1: #363a4f;\n --colorNeutralForeground2: #cad3f5;\n --colorNeutralBackground3: #24273a;\n --colorNeutralStroke1Hover: #5b6078;\n --colorNeutralForeground1Hover: #cad3f5;\n --colorNeutralStrokeAccessible: #5b6078;\n --colorNeutralBackground1Hover: #494d64;\n --colorNeutralBackground3Hover: #363a4f;\n --colorNeutralForegroundOnBrand: #24273a;\n --colorNeutralBackground1Selected: #494d64;\n }\n .UxDarkMode .o365sx-navbar,\n .UxDarkMode .o365cs-base .o365sx-button,\n .UxDarkMode [data-unique-id=\"GoPremiumButton\"],\n .UxDarkMode [data-unique-id=\"DocumentTitleButton\"],\n .UxDarkMode #SearchButton {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n .UxDarkMode .OfficeIconColors_mUpgradeProductGlyphColorless,\n .UxDarkMode [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n .UxDarkMode #SearchButton > span:nth-child(1) > i:nth-child(1),\n .UxDarkMode ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n .UxDarkMode ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n .UxDarkMode span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: #cad3f5 !important;\n color: #cad3f5 !important;\n }\n .UxDarkMode #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n .UxDarkMode #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n .UxDarkMode #RibbonTopBarContainer {\n background-color: #24273a !important;\n }\n .UxDarkMode #tablist > div:nth-child(1) > div > div:nth-child(1) > button:nth-child(1) {\n color: #cad3f5 !important;\n }\n .UxDarkMode #Home-tabpanel,\n .UxDarkMode #Home-tabpanel > div:nth-child(2),\n .UxDarkMode #appLauncherTop,\n .UxDarkMode #appLauncherMainView,\n .UxDarkMode #ContextMenu-ContextMenu {\n background-color: #363a4f !important;\n }\n .UxDarkMode #ShareMenu {\n background-color: #b7bdf8;\n color: #24273a;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1),\n .UxDarkMode #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: #24273a;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n .UxDarkMode #Floatie-FontSize-Floatie-input {\n color: #cad3f5;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid #5b6078;\n }\n .UxDarkMode #Floatie-FontSize-Floatiewrapper {\n border-color: #5b6078;\n }\n .UxDarkMode [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: #24273a !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) {\n background-color: #363a4f !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li,\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li {\n background-color: #363a4f !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1),\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1) {\n color: #cad3f5;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover,\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover {\n background-color: #494d64 !important;\n }\n .UxDarkMode ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n .UxDarkMode ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .UxDarkMode .ribbon-bottom-bar-divider,\n .UxDarkMode .divider-745,\n .UxDarkMode .divider-766 {\n background-color: #494d64 !important;\n }\n .UxDarkMode #WACViewPanel {\n background-color: #1e2030 !important;\n }\n .UxDarkMode .Page {\n background-color: #24273a !important;\n border-color: #494d64 !important;\n }\n .UxDarkMode .Paragraph,\n .UxDarkMode #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cad3f5 !important;\n }\n .UxDarkMode .PageAdornmentHeaderLabelThemed,\n .UxDarkMode .PageAdornmentFooterLabelThemed {\n background-color: #24273a !important;\n border-color: #cad3f5 !important;\n color: #a5adcb;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > button:hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button:hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) div:nth-child(2) > div:nth-child(1):hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) div:nth-child(2) > div:nth-child(1):hover {\n background-color: #494d64 !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {\n background: #b7bdf8 !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(1) {\n background: #a5adcb !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(3) {\n background: #a5adcb !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(4) {\n background: #a5adcb !important;\n }\n .UxDarkMode #ReactFloatie > div:nth-child(1) {\n background: #363a4f !important;\n }\n .UxDarkMode #documentTitle > span:nth-child(1) > div:nth-child(2) > i:nth-child(1) > svg:nth-child(1) {\n fill: #cad3f5;\n }\n .UxDarkMode #ProgressBar {\n background-color: #363a4f;\n }\n .UxDarkMode #ProgressBar:hover {\n background-color: #494d64;\n }\n .UxDarkMode #ProgressBar > div:nth-child(2) {\n background-color: #5b6078 !important;\n }\n .UxDarkMode #ProgressBar > div:nth-child(2) > div:nth-child(1) {\n background: #b7bdf8;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(1) {\n color: #cad3f5;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(2) {\n color: #b7bdf8;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(3) {\n color: #cad3f5;\n }\n .UxDarkMode #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {\n background-color: #363a4f;\n }\n .UxDarkMode #appLauncherTop > div:nth-child(1) > div:nth-child(1) > button:nth-child(1):hover {\n background-color: #494d64;\n }\n .UxDarkMode #appLauncherTop > div:nth-child(1) > a:nth-child(2) {\n color: #b7bdf8;\n }\n .UxDarkMode #allAppsLink {\n color: #b7bdf8;\n }\n .UxDarkMode #ProgressCardScore > div:nth-child(1) {\n color: #b7bdf8;\n }\n .UxDarkMode #ProgressCardScore > div:nth-child(2) {\n color: #b7bdf8;\n }\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {\n background-color: #363a4f;\n border-top: 1px solid #494d64;\n }\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button,\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button {\n color: #a5adcb !important;\n }\n .UxDarkMode [data-unique-id=\"TellMeControl\"] {\n background: #363a4f !important;\n }\n .UxDarkMode [data-unique-id=\"TellMeControl\"] > div:nth-child(2) > label:nth-child(1),\n .UxDarkMode [data-unique-id=\"TellMeControl\"] [data-icon-name=\"Search\"] {\n color: #a5adcb !important;\n }\n .UxDarkMode #ReactTabbedPanelMenuPageContainer {\n background-color: #363a4f !important;\n }\n .UxDarkMode #UploadDocumentFromHomeTab,\n .UxDarkMode #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button {\n background-color: #363a4f !important;\n }\n .UxDarkMode #UploadDocumentFromHomeTab:hover,\n .UxDarkMode #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:hover {\n background-color: #494d64 !important;\n }\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdown,\n .UxDarkMode #FarPeripheralControls-ModeSwitcherDropdown,\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: #363a4f !important;\n }\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdown > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #FarPeripheralControls-ModeSwitcherDropdown > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-0-title > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cad3f5 !important;\n }\n .UxDarkMode .PageAdornmentNumberLabel,\n .UxDarkMode .FileMenuButtonSecondaryText,\n .UxDarkMode #New,\n .UxDarkMode #Open,\n .UxDarkMode #Recent {\n color: #a5adcb !important;\n }\n .UxDarkMode #Clipboard_MLR-label,\n .UxDarkMode #Font_MLR-label,\n .UxDarkMode #Paragraph_MLR-label,\n .UxDarkMode #Styles-label,\n .UxDarkMode #Editing-label,\n .UxDarkMode #Dictation-label,\n .UxDarkMode #GetAddins-label,\n .UxDarkMode #Editor-label {\n color: #a5adcb !important;\n }\n .UxDarkMode span.NormalTextRun,\n .UxDarkMode .FileMenuButtonPrimaryText,\n .UxDarkMode [class=\"NewDocumentTemplateLabel\"] {\n color: #cad3f5 !important;\n }\n .UxDarkMode svg path.OfficeIconColors_m22 {\n fill: #cad3f5;\n }\n .UxDarkMode svg path.OfficeIconColors_m24,\n .UxDarkMode svg path.OfficeIconColors_m25,\n .UxDarkMode svg path.OfficeIconColors_m26,\n .UxDarkMode svg path.OfficeIconColors_m2262 {\n fill: #b7bdf8;\n }\n .UxDarkMode svg path.OfficeIconColors_m27 {\n fill: #a6da95;\n }\n .UxDarkMode svg path.OfficeIconColors_m211 {\n fill: #eed49f;\n }\n .UxDarkMode svg path.OfficeIconColors_m212 {\n fill: #f5a97f;\n }\n .UxDarkMode svg path.OfficeIconColors_m220,\n .UxDarkMode svg path.OfficeIconColors_m221 {\n fill: #c6a0f6;\n }\n .UxDarkMode svg path.OfficeIconColors_m213 {\n fill: #ed8796;\n }\n .UxDarkMode svg path.OfficeIconColors_m229 {\n fill: #ed8796;\n }\n .UxDarkMode svg path.OfficeIconColors_m295 {\n fill: #8aadf4;\n }\n .UxDarkMode svg path.OfficeIconColors_m2131 {\n fill: #a6da95;\n }\n .UxDarkMode svg path.OfficeIconColors_m2227 {\n fill: #f5a97f;\n }\n .UxDarkMode svg path.OfficeIconColors_m2251 {\n fill: #cad3f5;\n }\n .fui-FluentProvider2,\n .fui-FluentProvider86,\n .fui-FluentProvider102 {\n --colorNeutralStroke1: #494d64;\n --colorBrandForeground1: #b7bdf8;\n --colorNeutralForeground1: #cad3f5;\n --colorNeutralBackground1: #363a4f;\n --colorNeutralForeground2: #cad3f5;\n --colorNeutralBackground3: #24273a;\n --colorNeutralStroke1Hover: #5b6078;\n --colorNeutralForeground1Hover: #cad3f5;\n --colorNeutralStrokeAccessible: #5b6078;\n --colorNeutralBackground1Hover: #494d64;\n --colorNeutralBackground3Hover: #363a4f;\n --colorNeutralForegroundOnBrand: #24273a;\n --colorNeutralBackground1Selected: #494d64;\n }\n .o365sx-navbar,\n .o365cs-base .o365sx-button,\n [data-unique-id=\"GoPremiumButton\"],\n [data-unique-id=\"DocumentTitleButton\"],\n #SearchButton {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n .OfficeIconColors_mUpgradeProductGlyphColorless,\n [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n #SearchButton > span:nth-child(1) > i:nth-child(1),\n ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: #cad3f5 !important;\n color: #cad3f5 !important;\n }\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n #RibbonTopBarContainer {\n background-color: #24273a !important;\n }\n #tablist > div:nth-child(1) > div > div:nth-child(1) > button:nth-child(1) {\n color: #cad3f5 !important;\n }\n #Home-tabpanel,\n #Home-tabpanel > div:nth-child(2),\n #appLauncherTop,\n #appLauncherMainView,\n #ContextMenu-ContextMenu {\n background-color: #363a4f !important;\n }\n #ShareMenu {\n background-color: #b7bdf8;\n color: #24273a;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1),\n #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: #24273a;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n #Floatie-FontSize-Floatie-input {\n color: #cad3f5;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid #5b6078;\n }\n #Floatie-FontSize-Floatiewrapper {\n border-color: #5b6078;\n }\n [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: #24273a !important;\n }\n #TellMe-Menu > div:nth-child(1) {\n background-color: #363a4f !important;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li,\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li {\n background-color: #363a4f !important;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1),\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1) {\n color: #cad3f5;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover,\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover {\n background-color: #494d64 !important;\n }\n ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .ribbon-bottom-bar-divider,\n .divider-745,\n .divider-766 {\n background-color: #494d64 !important;\n }\n #WACViewPanel {\n background-color: #1e2030 !important;\n }\n .Page {\n background-color: #24273a !important;\n border-color: #494d64 !important;\n }\n .Paragraph,\n #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cad3f5 !important;\n }\n .PageAdornmentHeaderLabelThemed,\n .PageAdornmentFooterLabelThemed {\n background-color: #24273a !important;\n border-color: #cad3f5 !important;\n color: #a5adcb;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > button:hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button:hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) div:nth-child(2) > div:nth-child(1):hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) div:nth-child(2) > div:nth-child(1):hover {\n background-color: #494d64 !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {\n background: #b7bdf8 !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(1) {\n background: #a5adcb !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(3) {\n background: #a5adcb !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(4) {\n background: #a5adcb !important;\n }\n #ReactFloatie > div:nth-child(1) {\n background: #363a4f !important;\n }\n #documentTitle > span:nth-child(1) > div:nth-child(2) > i:nth-child(1) > svg:nth-child(1) {\n fill: #cad3f5;\n }\n #ProgressBar {\n background-color: #363a4f;\n }\n #ProgressBar:hover {\n background-color: #494d64;\n }\n #ProgressBar > div:nth-child(2) {\n background-color: #5b6078 !important;\n }\n #ProgressBar > div:nth-child(2) > div:nth-child(1) {\n background: #b7bdf8;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(1) {\n color: #cad3f5;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(2) {\n color: #b7bdf8;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(3) {\n color: #cad3f5;\n }\n #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {\n background-color: #363a4f;\n }\n #appLauncherTop > div:nth-child(1) > div:nth-child(1) > button:nth-child(1):hover {\n background-color: #494d64;\n }\n #appLauncherTop > div:nth-child(1) > a:nth-child(2) {\n color: #b7bdf8;\n }\n #allAppsLink {\n color: #b7bdf8;\n }\n #ProgressCardScore > div:nth-child(1) {\n color: #b7bdf8;\n }\n #ProgressCardScore > div:nth-child(2) {\n color: #b7bdf8;\n }\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {\n background-color: #363a4f;\n border-top: 1px solid #494d64;\n }\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button,\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button {\n color: #a5adcb !important;\n }\n [data-unique-id=\"TellMeControl\"] {\n background: #363a4f !important;\n }\n [data-unique-id=\"TellMeControl\"] > div:nth-child(2) > label:nth-child(1),\n [data-unique-id=\"TellMeControl\"] [data-icon-name=\"Search\"] {\n color: #a5adcb !important;\n }\n #ReactTabbedPanelMenuPageContainer {\n background-color: #363a4f !important;\n }\n #UploadDocumentFromHomeTab,\n #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button {\n background-color: #363a4f !important;\n }\n #UploadDocumentFromHomeTab:hover,\n #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:hover {\n background-color: #494d64 !important;\n }\n #MultilineRibbon-RibbonModeToggleDropdown,\n #FarPeripheralControls-ModeSwitcherDropdown,\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: #363a4f !important;\n }\n #MultilineRibbon-RibbonModeToggleDropdown > div:nth-child(1) > span:nth-child(2),\n #FarPeripheralControls-ModeSwitcherDropdown > div:nth-child(1) > span:nth-child(2),\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title > div:nth-child(1) > span:nth-child(2),\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cad3f5 !important;\n }\n .PageAdornmentNumberLabel,\n .FileMenuButtonSecondaryText,\n #New,\n #Open,\n #Recent {\n color: #a5adcb !important;\n }\n #Clipboard_MLR-label,\n #Font_MLR-label,\n #Paragraph_MLR-label,\n #Styles-label,\n #Editing-label,\n #Dictation-label,\n #GetAddins-label,\n #Editor-label {\n color: #a5adcb !important;\n }\n span.NormalTextRun,\n .FileMenuButtonPrimaryText,\n [class=\"NewDocumentTemplateLabel\"] {\n color: #cad3f5 !important;\n }\n svg path.OfficeIconColors_m22 {\n fill: #cad3f5;\n }\n svg path.OfficeIconColors_m24,\n svg path.OfficeIconColors_m25,\n svg path.OfficeIconColors_m26,\n svg path.OfficeIconColors_m2262 {\n fill: #b7bdf8;\n }\n svg path.OfficeIconColors_m27 {\n fill: #a6da95;\n }\n svg path.OfficeIconColors_m211 {\n fill: #eed49f;\n }\n svg path.OfficeIconColors_m212 {\n fill: #f5a97f;\n }\n svg path.OfficeIconColors_m220,\n svg path.OfficeIconColors_m221 {\n fill: #c6a0f6;\n }\n svg path.OfficeIconColors_m213 {\n fill: #ed8796;\n }\n svg path.OfficeIconColors_m229 {\n fill: #ed8796;\n }\n svg path.OfficeIconColors_m295 {\n fill: #8aadf4;\n }\n svg path.OfficeIconColors_m2131 {\n fill: #a6da95;\n }\n svg path.OfficeIconColors_m2227 {\n fill: #f5a97f;\n }\n svg path.OfficeIconColors_m2251 {\n fill: #cad3f5;\n }", - "start": 1087, - "domains": [ - "live.com" - ] - } - ], - "sourceCode": "/* ==UserStyle==\n@name Microsoft Word Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/microsoft-word\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word\n@version 0.0.1\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word\n@description Soothing pastel theme for Microsoft Word\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavour \"Light Flavour\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavour \"Dark Flavour\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n==/UserStyle== */\n\n@-moz-document domain('live.com') {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @color: @catppuccin[@@lookup][@@accent];\n\n .fui-FluentProvider2,\n .fui-FluentProvider86,\n .fui-FluentProvider102 {\n --colorNeutralStroke1: @surface1;\n --colorBrandForeground1: @color;\n --colorNeutralForeground1: @text;\n --colorNeutralBackground1: @surface0;\n --colorNeutralForeground2: @text;\n --colorNeutralBackground3: @base;\n --colorNeutralStroke1Hover: @surface2;\n --colorNeutralForeground1Hover: @text;\n --colorNeutralStrokeAccessible: @surface2;\n --colorNeutralBackground1Hover: @surface1;\n --colorNeutralBackground3Hover: @surface0;\n --colorNeutralForegroundOnBrand: @base;\n --colorNeutralBackground1Selected: @surface1;\n }\n\n .o365sx-navbar,\n .o365cs-base .o365sx-button,\n [data-unique-id=\"GoPremiumButton\"],\n [data-unique-id=\"DocumentTitleButton\"],\n #SearchButton {\n background-color: @base !important;\n color: @text !important;\n }\n\n .OfficeIconColors_mUpgradeProductGlyphColorless,\n [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n #SearchButton > span:nth-child(1) > i:nth-child(1),\n ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: @text !important;\n color: @text !important;\n }\n\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n #RibbonTopBarContainer {\n background-color: @base !important;\n }\n\n #tablist > div:nth-child(1) {\n > div > div:nth-child(1) > button:nth-child(1) {\n color: @text !important;\n }\n }\n\n #Home-tabpanel,\n #Home-tabpanel > div:nth-child(2),\n #appLauncherTop,\n #appLauncherMainView,\n #ContextMenu-ContextMenu {\n background-color: @surface0 !important;\n }\n\n #ShareMenu {\n background-color: @color;\n color: @base;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1),\n #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: @base;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n #Floatie-FontSize-Floatie-input {\n color: @text;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid @surface2;\n }\n\n #Floatie-FontSize-Floatiewrapper {\n border-color: @surface2;\n }\n\n [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: @base !important;\n }\n\n #TellMe-Menu > div:nth-child(1) {\n background-color: @surface0 !important;\n > ul:nth-child(1) > li,\n ul:nth-child(1) > li:nth-child(2) {\n div:nth-child(1) > ul:nth-child(1) {\n > li {\n background-color: @surface0 !important;\n > button:nth-child(1) {\n color: @text;\n &:hover {\n background-color: @surface1 !important;\n }\n }\n }\n }\n }\n }\n\n ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .ribbon-bottom-bar-divider,\n .divider-745,\n .divider-766 {\n background-color: @surface1 !important;\n }\n\n #WACViewPanel {\n background-color: @mantle !important;\n }\n\n .Page {\n background-color: @base !important;\n border-color: @surface1 !important;\n }\n\n .Paragraph,\n #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: @text !important;\n }\n\n .PageAdornmentHeaderLabelThemed,\n .PageAdornmentFooterLabelThemed {\n background-color: @base !important;\n border-color: @text !important;\n color: @subtext0;\n }\n\n [id=\"WACStatusBarContainer\"]\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n div:nth-child(1),\n div:nth-child(3) {\n > button,\n div:nth-child(2) > div:nth-child(1) {\n &:hover {\n background-color: @surface1 !important;\n }\n }\n }\n div:nth-child(3)\n > div:nth-child(2)\n > div:nth-child(1)\n > div:nth-child(2)\n > div:nth-child(1) {\n > div:nth-child(1) > span:nth-child(1) {\n background: @color !important;\n }\n }\n div:nth-child(1) {\n > span:nth-child(1) {\n background: @subtext0 !important;\n }\n > span:nth-child(3) {\n background: @subtext0 !important;\n }\n > span:nth-child(4) {\n background: @subtext0 !important;\n }\n }\n }\n\n #ReactFloatie > div:nth-child(1) {\n background: @surface0 !important;\n }\n\n #documentTitle\n > span:nth-child(1)\n > div:nth-child(2)\n > i:nth-child(1)\n > svg:nth-child(1) {\n fill: @text;\n }\n\n #ProgressBar {\n background-color: @surface0;\n &:hover {\n background-color: @surface1;\n }\n > div:nth-child(2) {\n background-color: @surface2 !important;\n > div:nth-child(1) {\n background: @color;\n }\n }\n }\n\n #ProgressBar > div:nth-child(3) {\n > span:nth-child(1) {\n color: @text;\n }\n > span:nth-child(2) {\n color: @color;\n }\n > span:nth-child(3) {\n color: @text;\n }\n }\n\n #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {\n &:hover {\n background-color: @surface0;\n }\n }\n\n #appLauncherTop > div:nth-child(1) {\n > div:nth-child(1) > button:nth-child(1) {\n &:hover {\n background-color: @surface1;\n }\n }\n > a:nth-child(2) {\n color: @color;\n }\n }\n\n #allAppsLink {\n color: @color;\n }\n\n #ProgressCardScore {\n > div:nth-child(1) {\n color: @color;\n }\n > div:nth-child(2) {\n color: @color;\n }\n }\n\n #WACStatusBarContainer\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n background-color: @surface0;\n border-top: 1px solid @surface1;\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n > div:nth-child(1) > button,\n div:nth-child(3) > button {\n color: @subtext0 !important;\n }\n }\n }\n\n [data-unique-id=\"TellMeControl\"] {\n background: @surface0 !important;\n > div:nth-child(2) > label:nth-child(1),\n [data-icon-name=\"Search\"] {\n color: @subtext0 !important;\n }\n }\n\n #ReactTabbedPanelMenuPageContainer {\n background-color: @surface0 !important;\n }\n\n #UploadDocumentFromHomeTab,\n #pageSection2CompoundButtonSectionProps\n > div:nth-child(2)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > button {\n background-color: @surface0 !important;\n &:hover {\n background-color: @surface1 !important;\n }\n }\n\n #MultilineRibbon-RibbonModeToggleDropdown,\n #FarPeripheralControls-ModeSwitcherDropdown,\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: @surface0 !important;\n > div:nth-child(1) > span:nth-child(2) {\n color: @text !important;\n }\n }\n\n .PageAdornmentNumberLabel,\n .FileMenuButtonSecondaryText,\n #New,\n #Open,\n #Recent {\n color: @subtext0 !important;\n }\n\n #Clipboard_MLR-label,\n #Font_MLR-label,\n #Paragraph_MLR-label,\n #Styles-label,\n #Editing-label,\n #Dictation-label,\n #GetAddins-label,\n #Editor-label {\n color: @subtext0 !important;\n }\n\n span.NormalTextRun,\n .FileMenuButtonPrimaryText,\n [class=\"NewDocumentTemplateLabel\"] {\n color: @text !important;\n }\n\n svg {\n path.OfficeIconColors_m22 {\n fill: @text;\n }\n path.OfficeIconColors_m24,\n path.OfficeIconColors_m25,\n path.OfficeIconColors_m26,\n path.OfficeIconColors_m2262 {\n fill: @color;\n }\n path.OfficeIconColors_m27 {\n fill: @green;\n }\n path.OfficeIconColors_m211 {\n fill: @yellow;\n }\n path.OfficeIconColors_m212 {\n fill: @peach;\n }\n path.OfficeIconColors_m220,\n path.OfficeIconColors_m221 {\n fill: @mauve;\n }\n path.OfficeIconColors_m213 {\n fill: @red;\n }\n path.OfficeIconColors_m229 {\n fill: @red;\n }\n path.OfficeIconColors_m295 {\n fill: @blue;\n }\n path.OfficeIconColors_m2131 {\n fill: @green;\n }\n path.OfficeIconColors_m2227 {\n fill: @peach;\n }\n path.OfficeIconColors_m2251 {\n fill: @text;\n }\n }\n }\n\n .UxDarkMode {\n #catppuccin(@darkFlavour, @accentColor);\n }\n #catppuccin(@lightFlavour, @accentColor);\n}\n", - "usercssData": { - "name": "Microsoft Word Catppuccin", - "namespace": "github.com/catppuccin/userstyles/styles/microsoft-word", - "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word", - "version": "0.0.1", - "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css", - "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word", - "description": "Soothing pastel theme for Microsoft Word", - "author": "Catppuccin", - "license": "MIT", - "preprocessor": "less", - "vars": { - "lightFlavour": { - "type": "select", - "label": "Light Flavour", - "name": "lightFlavour", - "value": "macchiato", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, "default": "latte", "options": [ { @@ -7300,11 +7564,200 @@ } ] }, - "darkFlavour": { + "darkFlavor": { "type": "select", - "label": "Dark Flavour", - "name": "darkFlavour", - "value": "macchiato", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": null, + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for Advent Of Code", + "name": "Advent Of Code Catppuccin", + "originalDigest": "cc61b2d82ce39013f7cecb7f236e1761b894acb2", + "_id": "586cf385-d153-4a8c-ad90-b68bf72dcafd", + "_rev": 1712856189902, + "id": 79, + "etag": "W/\"0292e370a85ab388eb3b37be8ff77183397797faabb6d15d807c3483e4864ca3\"", + "updateDate": 1712856189539 + }, + { + "enabled": true, + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word", + "installDate": 1705312389672, + "sections": [ + { + "code": "/* ==UserStyle==\n@name Microsoft Word Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/microsoft-word\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word\n@description Soothing pastel theme for Microsoft Word\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "start": 0 + }, + { + "code": ".UxDarkMode {\n color-scheme: dark;\n }\n .UxDarkMode ::selection {\n background-color: rgba(180, 190, 254, 0.3);\n }\n .UxDarkMode input::placeholder,\n .UxDarkMode textarea::placeholder {\n color: #a6adc8 !important;\n }\n .UxDarkMode .fui-FluentProvider2,\n .UxDarkMode .fui-FluentProvider86,\n .UxDarkMode .fui-FluentProvider102 {\n --colorNeutralStroke1: #45475a;\n --colorBrandForeground1: #b4befe;\n --colorNeutralForeground1: #cdd6f4;\n --colorNeutralBackground1: #313244;\n --colorNeutralForeground2: #cdd6f4;\n --colorNeutralBackground3: #1e1e2e;\n --colorNeutralStroke1Hover: #585b70;\n --colorNeutralForeground1Hover: #cdd6f4;\n --colorNeutralStrokeAccessible: #585b70;\n --colorNeutralBackground1Hover: #45475a;\n --colorNeutralBackground3Hover: #313244;\n --colorNeutralForegroundOnBrand: #1e1e2e;\n --colorNeutralBackground1Selected: #45475a;\n }\n .UxDarkMode .o365sx-navbar,\n .UxDarkMode .o365cs-base .o365sx-button,\n .UxDarkMode [data-unique-id=\"GoPremiumButton\"],\n .UxDarkMode [data-unique-id=\"DocumentTitleButton\"],\n .UxDarkMode #SearchButton {\n background-color: #1e1e2e !important;\n color: #cdd6f4 !important;\n }\n .UxDarkMode .OfficeIconColors_mUpgradeProductGlyphColorless,\n .UxDarkMode [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n .UxDarkMode #SearchButton > span:nth-child(1) > i:nth-child(1),\n .UxDarkMode ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n .UxDarkMode ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n .UxDarkMode span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: #cdd6f4 !important;\n color: #cdd6f4 !important;\n }\n .UxDarkMode #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n .UxDarkMode #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n .UxDarkMode #RibbonTopBarContainer {\n background-color: #1e1e2e !important;\n }\n .UxDarkMode #tablist > div:nth-child(1) > div > div:nth-child(1) > button:nth-child(1) {\n color: #cdd6f4 !important;\n }\n .UxDarkMode #Home-tabpanel,\n .UxDarkMode #Home-tabpanel > div:nth-child(2),\n .UxDarkMode #appLauncherTop,\n .UxDarkMode #appLauncherMainView,\n .UxDarkMode #ContextMenu-ContextMenu {\n background-color: #313244 !important;\n }\n .UxDarkMode #ShareMenu {\n background-color: #b4befe;\n color: #1e1e2e;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1),\n .UxDarkMode #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: #1e1e2e;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n .UxDarkMode #Floatie-FontSize-Floatie-input {\n color: #cdd6f4;\n }\n .UxDarkMode #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid #585b70;\n }\n .UxDarkMode #Floatie-FontSize-Floatiewrapper {\n border-color: #585b70;\n }\n .UxDarkMode [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: #1e1e2e !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) {\n background-color: #313244 !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li,\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li {\n background-color: #313244 !important;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1),\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1) {\n color: #cdd6f4;\n }\n .UxDarkMode #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover,\n .UxDarkMode #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover {\n background-color: #45475a !important;\n }\n .UxDarkMode ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n .UxDarkMode ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .UxDarkMode .ribbon-bottom-bar-divider,\n .UxDarkMode .divider-745,\n .UxDarkMode .divider-766 {\n background-color: #45475a !important;\n }\n .UxDarkMode #WACViewPanel {\n background-color: #181825 !important;\n }\n .UxDarkMode .Page {\n background-color: #1e1e2e !important;\n border-color: #45475a !important;\n }\n .UxDarkMode .Paragraph,\n .UxDarkMode #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cdd6f4 !important;\n }\n .UxDarkMode .PageAdornmentHeaderLabelThemed,\n .UxDarkMode .PageAdornmentFooterLabelThemed {\n background-color: #1e1e2e !important;\n border-color: #cdd6f4 !important;\n color: #a6adc8;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > button:hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button:hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) div:nth-child(2) > div:nth-child(1):hover,\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) div:nth-child(2) > div:nth-child(1):hover {\n background-color: #45475a !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {\n background: #b4befe !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(1) {\n background: #a6adc8 !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(3) {\n background: #a6adc8 !important;\n }\n .UxDarkMode [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(4) {\n background: #a6adc8 !important;\n }\n .UxDarkMode #ReactFloatie > div:nth-child(1) {\n background: #313244 !important;\n }\n .UxDarkMode #documentTitle > span:nth-child(1) > div:nth-child(2) > i:nth-child(1) > svg:nth-child(1) {\n fill: #cdd6f4;\n }\n .UxDarkMode #ProgressBar {\n background-color: #313244;\n }\n .UxDarkMode #ProgressBar:hover {\n background-color: #45475a;\n }\n .UxDarkMode #ProgressBar > div:nth-child(2) {\n background-color: #585b70 !important;\n }\n .UxDarkMode #ProgressBar > div:nth-child(2) > div:nth-child(1) {\n background: #b4befe;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(1) {\n color: #cdd6f4;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(2) {\n color: #b4befe;\n }\n .UxDarkMode #ProgressBar > div:nth-child(3) > span:nth-child(3) {\n color: #cdd6f4;\n }\n .UxDarkMode #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {\n background-color: #313244;\n }\n .UxDarkMode #appLauncherTop > div:nth-child(1) > div:nth-child(1) > button:nth-child(1):hover {\n background-color: #45475a;\n }\n .UxDarkMode #appLauncherTop > div:nth-child(1) > a:nth-child(2) {\n color: #b4befe;\n }\n .UxDarkMode #allAppsLink {\n color: #b4befe;\n }\n .UxDarkMode #ProgressCardScore > div:nth-child(1) {\n color: #b4befe;\n }\n .UxDarkMode #ProgressCardScore > div:nth-child(2) {\n color: #b4befe;\n }\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {\n background-color: #313244;\n border-top-color: #45475a;\n }\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button,\n .UxDarkMode #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button {\n color: #a6adc8 !important;\n }\n .UxDarkMode [data-unique-id=\"TellMeControl\"] {\n background: #313244 !important;\n }\n .UxDarkMode [data-unique-id=\"TellMeControl\"] > div:nth-child(2) > label:nth-child(1),\n .UxDarkMode [data-unique-id=\"TellMeControl\"] [data-icon-name=\"Search\"] {\n color: #a6adc8 !important;\n }\n .UxDarkMode #ReactTabbedPanelMenuPageContainer {\n background-color: #313244 !important;\n }\n .UxDarkMode #UploadDocumentFromHomeTab,\n .UxDarkMode #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button {\n background-color: #313244 !important;\n }\n .UxDarkMode #UploadDocumentFromHomeTab:hover,\n .UxDarkMode #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:hover {\n background-color: #45475a !important;\n }\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdown,\n .UxDarkMode #FarPeripheralControls-ModeSwitcherDropdown,\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: #313244 !important;\n }\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdown > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #FarPeripheralControls-ModeSwitcherDropdown > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-0-title > div:nth-child(1) > span:nth-child(2),\n .UxDarkMode #MultilineRibbon-RibbonModeToggleDropdownsection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #cdd6f4 !important;\n }\n .UxDarkMode .PageAdornmentNumberLabel,\n .UxDarkMode .FileMenuButtonSecondaryText,\n .UxDarkMode #New,\n .UxDarkMode #Open,\n .UxDarkMode #Recent {\n color: #a6adc8 !important;\n }\n .UxDarkMode #Clipboard_MLR-label,\n .UxDarkMode #Font_MLR-label,\n .UxDarkMode #Paragraph_MLR-label,\n .UxDarkMode #Styles-label,\n .UxDarkMode #Editing-label,\n .UxDarkMode #Dictation-label,\n .UxDarkMode #GetAddins-label,\n .UxDarkMode #Editor-label {\n color: #a6adc8 !important;\n }\n .UxDarkMode span.NormalTextRun,\n .UxDarkMode .FileMenuButtonPrimaryText,\n .UxDarkMode [class=\"NewDocumentTemplateLabel\"] {\n color: #cdd6f4 !important;\n }\n .UxDarkMode svg path.OfficeIconColors_m22 {\n fill: #cdd6f4;\n }\n .UxDarkMode svg path.OfficeIconColors_m24,\n .UxDarkMode svg path.OfficeIconColors_m25,\n .UxDarkMode svg path.OfficeIconColors_m26,\n .UxDarkMode svg path.OfficeIconColors_m2262 {\n fill: #b4befe;\n }\n .UxDarkMode svg path.OfficeIconColors_m27 {\n fill: #a6e3a1;\n }\n .UxDarkMode svg path.OfficeIconColors_m211 {\n fill: #f9e2af;\n }\n .UxDarkMode svg path.OfficeIconColors_m212 {\n fill: #fab387;\n }\n .UxDarkMode svg path.OfficeIconColors_m220,\n .UxDarkMode svg path.OfficeIconColors_m221 {\n fill: #cba6f7;\n }\n .UxDarkMode svg path.OfficeIconColors_m213 {\n fill: #f38ba8;\n }\n .UxDarkMode svg path.OfficeIconColors_m229 {\n fill: #f38ba8;\n }\n .UxDarkMode svg path.OfficeIconColors_m295 {\n fill: #89b4fa;\n }\n .UxDarkMode svg path.OfficeIconColors_m2131 {\n fill: #a6e3a1;\n }\n .UxDarkMode svg path.OfficeIconColors_m2227 {\n fill: #fab387;\n }\n .UxDarkMode svg path.OfficeIconColors_m2251 {\n fill: #cdd6f4;\n }\n color-scheme: light;\n ::selection {\n background-color: rgba(114, 135, 253, 0.3);\n }\n input::placeholder,\n textarea::placeholder {\n color: #6c6f85 !important;\n }\n .fui-FluentProvider2,\n .fui-FluentProvider86,\n .fui-FluentProvider102 {\n --colorNeutralStroke1: #bcc0cc;\n --colorBrandForeground1: #7287fd;\n --colorNeutralForeground1: #4c4f69;\n --colorNeutralBackground1: #ccd0da;\n --colorNeutralForeground2: #4c4f69;\n --colorNeutralBackground3: #eff1f5;\n --colorNeutralStroke1Hover: #acb0be;\n --colorNeutralForeground1Hover: #4c4f69;\n --colorNeutralStrokeAccessible: #acb0be;\n --colorNeutralBackground1Hover: #bcc0cc;\n --colorNeutralBackground3Hover: #ccd0da;\n --colorNeutralForegroundOnBrand: #eff1f5;\n --colorNeutralBackground1Selected: #bcc0cc;\n }\n .o365sx-navbar,\n .o365cs-base .o365sx-button,\n [data-unique-id=\"GoPremiumButton\"],\n [data-unique-id=\"DocumentTitleButton\"],\n #SearchButton {\n background-color: #eff1f5 !important;\n color: #4c4f69 !important;\n }\n .OfficeIconColors_mUpgradeProductGlyphColorless,\n [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n #SearchButton > span:nth-child(1) > i:nth-child(1),\n ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: #4c4f69 !important;\n color: #4c4f69 !important;\n }\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n #RibbonTopBarContainer {\n background-color: #eff1f5 !important;\n }\n #tablist > div:nth-child(1) > div > div:nth-child(1) > button:nth-child(1) {\n color: #4c4f69 !important;\n }\n #Home-tabpanel,\n #Home-tabpanel > div:nth-child(2),\n #appLauncherTop,\n #appLauncherMainView,\n #ContextMenu-ContextMenu {\n background-color: #ccd0da !important;\n }\n #ShareMenu {\n background-color: #7287fd;\n color: #eff1f5;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1),\n #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: #eff1f5;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n #Floatie-FontSize-Floatie-input {\n color: #4c4f69;\n }\n #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid #acb0be;\n }\n #Floatie-FontSize-Floatiewrapper {\n border-color: #acb0be;\n }\n [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: #eff1f5 !important;\n }\n #TellMe-Menu > div:nth-child(1) {\n background-color: #ccd0da !important;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li,\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li {\n background-color: #ccd0da !important;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1),\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1) {\n color: #4c4f69;\n }\n #TellMe-Menu > div:nth-child(1) > ul:nth-child(1) > li div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover,\n #TellMe-Menu > div:nth-child(1) ul:nth-child(1) > li:nth-child(2) div:nth-child(1) > ul:nth-child(1) > li > button:nth-child(1):hover {\n background-color: #bcc0cc !important;\n }\n ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .ribbon-bottom-bar-divider,\n .divider-745,\n .divider-766 {\n background-color: #bcc0cc !important;\n }\n #WACViewPanel {\n background-color: #e6e9ef !important;\n }\n .Page {\n background-color: #eff1f5 !important;\n border-color: #bcc0cc !important;\n }\n .Paragraph,\n #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #4c4f69 !important;\n }\n .PageAdornmentHeaderLabelThemed,\n .PageAdornmentFooterLabelThemed {\n background-color: #eff1f5 !important;\n border-color: #4c4f69 !important;\n color: #6c6f85;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > button:hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button:hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) div:nth-child(2) > div:nth-child(1):hover,\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) div:nth-child(2) > div:nth-child(1):hover {\n background-color: #bcc0cc !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {\n background: #7287fd !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(1) {\n background: #6c6f85 !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(3) {\n background: #6c6f85 !important;\n }\n [id=\"WACStatusBarContainer\"] > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(1) > span:nth-child(4) {\n background: #6c6f85 !important;\n }\n #ReactFloatie > div:nth-child(1) {\n background: #ccd0da !important;\n }\n #documentTitle > span:nth-child(1) > div:nth-child(2) > i:nth-child(1) > svg:nth-child(1) {\n fill: #4c4f69;\n }\n #ProgressBar {\n background-color: #ccd0da;\n }\n #ProgressBar:hover {\n background-color: #bcc0cc;\n }\n #ProgressBar > div:nth-child(2) {\n background-color: #acb0be !important;\n }\n #ProgressBar > div:nth-child(2) > div:nth-child(1) {\n background: #7287fd;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(1) {\n color: #4c4f69;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(2) {\n color: #7287fd;\n }\n #ProgressBar > div:nth-child(3) > span:nth-child(3) {\n color: #4c4f69;\n }\n #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1):hover {\n background-color: #ccd0da;\n }\n #appLauncherTop > div:nth-child(1) > div:nth-child(1) > button:nth-child(1):hover {\n background-color: #bcc0cc;\n }\n #appLauncherTop > div:nth-child(1) > a:nth-child(2) {\n color: #7287fd;\n }\n #allAppsLink {\n color: #7287fd;\n }\n #ProgressCardScore > div:nth-child(1) {\n color: #7287fd;\n }\n #ProgressCardScore > div:nth-child(2) {\n color: #7287fd;\n }\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {\n background-color: #ccd0da;\n border-top-color: #bcc0cc;\n }\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button,\n #WACStatusBarContainer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) div:nth-child(3) > button {\n color: #6c6f85 !important;\n }\n [data-unique-id=\"TellMeControl\"] {\n background: #ccd0da !important;\n }\n [data-unique-id=\"TellMeControl\"] > div:nth-child(2) > label:nth-child(1),\n [data-unique-id=\"TellMeControl\"] [data-icon-name=\"Search\"] {\n color: #6c6f85 !important;\n }\n #ReactTabbedPanelMenuPageContainer {\n background-color: #ccd0da !important;\n }\n #UploadDocumentFromHomeTab,\n #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button {\n background-color: #ccd0da !important;\n }\n #UploadDocumentFromHomeTab:hover,\n #pageSection2CompoundButtonSectionProps > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:hover {\n background-color: #bcc0cc !important;\n }\n #MultilineRibbon-RibbonModeToggleDropdown,\n #FarPeripheralControls-ModeSwitcherDropdown,\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: #ccd0da !important;\n }\n #MultilineRibbon-RibbonModeToggleDropdown > div:nth-child(1) > span:nth-child(2),\n #FarPeripheralControls-ModeSwitcherDropdown > div:nth-child(1) > span:nth-child(2),\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title > div:nth-child(1) > span:nth-child(2),\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: #4c4f69 !important;\n }\n .PageAdornmentNumberLabel,\n .FileMenuButtonSecondaryText,\n #New,\n #Open,\n #Recent {\n color: #6c6f85 !important;\n }\n #Clipboard_MLR-label,\n #Font_MLR-label,\n #Paragraph_MLR-label,\n #Styles-label,\n #Editing-label,\n #Dictation-label,\n #GetAddins-label,\n #Editor-label {\n color: #6c6f85 !important;\n }\n span.NormalTextRun,\n .FileMenuButtonPrimaryText,\n [class=\"NewDocumentTemplateLabel\"] {\n color: #4c4f69 !important;\n }\n svg path.OfficeIconColors_m22 {\n fill: #4c4f69;\n }\n svg path.OfficeIconColors_m24,\n svg path.OfficeIconColors_m25,\n svg path.OfficeIconColors_m26,\n svg path.OfficeIconColors_m2262 {\n fill: #7287fd;\n }\n svg path.OfficeIconColors_m27 {\n fill: #40a02b;\n }\n svg path.OfficeIconColors_m211 {\n fill: #df8e1d;\n }\n svg path.OfficeIconColors_m212 {\n fill: #fe640b;\n }\n svg path.OfficeIconColors_m220,\n svg path.OfficeIconColors_m221 {\n fill: #8839ef;\n }\n svg path.OfficeIconColors_m213 {\n fill: #d20f39;\n }\n svg path.OfficeIconColors_m229 {\n fill: #d20f39;\n }\n svg path.OfficeIconColors_m295 {\n fill: #1e66f5;\n }\n svg path.OfficeIconColors_m2131 {\n fill: #40a02b;\n }\n svg path.OfficeIconColors_m2227 {\n fill: #fe640b;\n }\n svg path.OfficeIconColors_m2251 {\n fill: #4c4f69;\n }", + "start": 1082, + "domains": [ + "live.com" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 25463 + } + ], + "sourceCode": "/* ==UserStyle==\n@name Microsoft Word Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/microsoft-word\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word\n@description Soothing pastel theme for Microsoft Word\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('live.com') {\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n .fui-FluentProvider2,\n .fui-FluentProvider86,\n .fui-FluentProvider102 {\n --colorNeutralStroke1: @surface1;\n --colorBrandForeground1: @accent-color;\n --colorNeutralForeground1: @text;\n --colorNeutralBackground1: @surface0;\n --colorNeutralForeground2: @text;\n --colorNeutralBackground3: @base;\n --colorNeutralStroke1Hover: @surface2;\n --colorNeutralForeground1Hover: @text;\n --colorNeutralStrokeAccessible: @surface2;\n --colorNeutralBackground1Hover: @surface1;\n --colorNeutralBackground3Hover: @surface0;\n --colorNeutralForegroundOnBrand: @base;\n --colorNeutralBackground1Selected: @surface1;\n }\n\n .o365sx-navbar,\n .o365cs-base .o365sx-button,\n [data-unique-id=\"GoPremiumButton\"],\n [data-unique-id=\"DocumentTitleButton\"],\n #SearchButton {\n background-color: @base !important;\n color: @text !important;\n }\n\n .OfficeIconColors_mUpgradeProductGlyphColorless,\n [aria-label=\"Saved to OneDrive\"] > i:nth-child(1) > svg:nth-child(1),\n #SearchButton > span:nth-child(1) > i:nth-child(1),\n ._3_LjxRBZZiG458goXcTPLs.o365sx-neutral-dark-font,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background,\n span.ms-Icon--WaffleOffice365._2hFKF2Ng35BcYrXwyNH86a {\n fill: @text !important;\n color: @text !important;\n }\n\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(1),\n #RibbonContainer > div:nth-child(1) > div:nth-child(2) > div:nth-child(2),\n #RibbonTopBarContainer {\n background-color: @base !important;\n }\n\n #tablist > div:nth-child(1) {\n > div > div:nth-child(1) > button:nth-child(1) {\n color: @text !important;\n }\n }\n\n #Home-tabpanel,\n #Home-tabpanel > div:nth-child(2),\n #appLauncherTop,\n #appLauncherMainView,\n #ContextMenu-ContextMenu {\n background-color: @surface0 !important;\n }\n\n #ShareMenu {\n background-color: @accent-color;\n color: @base;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1),\n #Floatie-FontSize-Floatie > div:nth-child(2) {\n background-color: @base;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1) > input:nth-child(1),\n #Floatie-FontSize-Floatie-input {\n color: @text;\n }\n\n #Floatie-FontPicker-Floatie > div:nth-child(1) {\n border-color: 1px solid @surface2;\n }\n\n #Floatie-FontSize-Floatiewrapper {\n border-color: @surface2;\n }\n\n [data-unique-id=\"ReactTabbedPanelMenuContainer\"] > div:nth-child(1) {\n background-color: @base !important;\n }\n\n #TellMe-Menu > div:nth-child(1) {\n background-color: @surface0 !important;\n > ul:nth-child(1) > li,\n ul:nth-child(1) > li:nth-child(2) {\n div:nth-child(1) > ul:nth-child(1) {\n > li {\n background-color: @surface0 !important;\n > button:nth-child(1) {\n color: @text;\n &:hover {\n background-color: @surface1 !important;\n }\n }\n }\n }\n }\n }\n\n ._1acxHZf6WaSGxss7AMw7aZ.o365sx-neutral-lighter-hover-background:hover,\n ._3eLVxYuaVkSqw02CcIH8ec.o365sx-neutral-dark-font.o365sx-neutral-lighter-hover-background:hover,\n .ribbon-bottom-bar-divider,\n .divider-745,\n .divider-766 {\n background-color: @surface1 !important;\n }\n\n #WACViewPanel {\n background-color: @mantle !important;\n }\n\n .Page {\n background-color: @base !important;\n border-color: @surface1 !important;\n }\n\n .Paragraph,\n #TellMe-Menusection-0-title > div:nth-child(1) > span:nth-child(2),\n #TellMe-Menusection-1-title > div:nth-child(1) > span:nth-child(2) {\n color: @text !important;\n }\n\n .PageAdornmentHeaderLabelThemed,\n .PageAdornmentFooterLabelThemed {\n background-color: @base !important;\n border-color: @text !important;\n color: @subtext0;\n }\n\n [id=\"WACStatusBarContainer\"]\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n div:nth-child(1),\n div:nth-child(3) {\n > button,\n div:nth-child(2) > div:nth-child(1) {\n &:hover {\n background-color: @surface1 !important;\n }\n }\n }\n div:nth-child(3)\n > div:nth-child(2)\n > div:nth-child(1)\n > div:nth-child(2)\n > div:nth-child(1) {\n > div:nth-child(1) > span:nth-child(1) {\n background: @accent-color !important;\n }\n }\n div:nth-child(1) {\n > span:nth-child(1) {\n background: @subtext0 !important;\n }\n > span:nth-child(3) {\n background: @subtext0 !important;\n }\n > span:nth-child(4) {\n background: @subtext0 !important;\n }\n }\n }\n\n #ReactFloatie > div:nth-child(1) {\n background: @surface0 !important;\n }\n\n #documentTitle\n > span:nth-child(1)\n > div:nth-child(2)\n > i:nth-child(1)\n > svg:nth-child(1) {\n fill: @text;\n }\n\n #ProgressBar {\n background-color: @surface0;\n &:hover {\n background-color: @surface1;\n }\n > div:nth-child(2) {\n background-color: @surface2 !important;\n > div:nth-child(1) {\n background: @accent-color;\n }\n }\n }\n\n #ProgressBar > div:nth-child(3) {\n > span:nth-child(1) {\n color: @text;\n }\n > span:nth-child(2) {\n color: @accent-color;\n }\n > span:nth-child(3) {\n color: @text;\n }\n }\n\n #AppBrand > div:nth-child(1) > div:nth-child(1) > a:nth-child(1) {\n &:hover {\n background-color: @surface0;\n }\n }\n\n #appLauncherTop > div:nth-child(1) {\n > div:nth-child(1) > button:nth-child(1) {\n &:hover {\n background-color: @surface1;\n }\n }\n > a:nth-child(2) {\n color: @accent-color;\n }\n }\n\n #allAppsLink {\n color: @accent-color;\n }\n\n #ProgressCardScore {\n > div:nth-child(1) {\n color: @accent-color;\n }\n > div:nth-child(2) {\n color: @accent-color;\n }\n }\n\n #WACStatusBarContainer\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n background-color: @surface0;\n border-top-color: @surface1;\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1) {\n > div:nth-child(1) > button,\n div:nth-child(3) > button {\n color: @subtext0 !important;\n }\n }\n }\n\n [data-unique-id=\"TellMeControl\"] {\n background: @surface0 !important;\n > div:nth-child(2) > label:nth-child(1),\n [data-icon-name=\"Search\"] {\n color: @subtext0 !important;\n }\n }\n\n #ReactTabbedPanelMenuPageContainer {\n background-color: @surface0 !important;\n }\n\n #UploadDocumentFromHomeTab,\n #pageSection2CompoundButtonSectionProps\n > div:nth-child(2)\n > div:nth-child(1)\n > div:nth-child(1)\n > div:nth-child(1)\n > button {\n background-color: @surface0 !important;\n &:hover {\n background-color: @surface1 !important;\n }\n }\n\n #MultilineRibbon-RibbonModeToggleDropdown,\n #FarPeripheralControls-ModeSwitcherDropdown,\n #MultilineRibbon-RibbonModeToggleDropdownsection-0-title,\n #MultilineRibbon-RibbonModeToggleDropdownsection-1-title {\n background-color: @surface0 !important;\n > div:nth-child(1) > span:nth-child(2) {\n color: @text !important;\n }\n }\n\n .PageAdornmentNumberLabel,\n .FileMenuButtonSecondaryText,\n #New,\n #Open,\n #Recent {\n color: @subtext0 !important;\n }\n\n #Clipboard_MLR-label,\n #Font_MLR-label,\n #Paragraph_MLR-label,\n #Styles-label,\n #Editing-label,\n #Dictation-label,\n #GetAddins-label,\n #Editor-label {\n color: @subtext0 !important;\n }\n\n span.NormalTextRun,\n .FileMenuButtonPrimaryText,\n [class=\"NewDocumentTemplateLabel\"] {\n color: @text !important;\n }\n\n svg {\n path.OfficeIconColors_m22 {\n fill: @text;\n }\n path.OfficeIconColors_m24,\n path.OfficeIconColors_m25,\n path.OfficeIconColors_m26,\n path.OfficeIconColors_m2262 {\n fill: @accent-color;\n }\n path.OfficeIconColors_m27 {\n fill: @green;\n }\n path.OfficeIconColors_m211 {\n fill: @yellow;\n }\n path.OfficeIconColors_m212 {\n fill: @peach;\n }\n path.OfficeIconColors_m220,\n path.OfficeIconColors_m221 {\n fill: @mauve;\n }\n path.OfficeIconColors_m213 {\n fill: @red;\n }\n path.OfficeIconColors_m229 {\n fill: @red;\n }\n path.OfficeIconColors_m295 {\n fill: @blue;\n }\n path.OfficeIconColors_m2131 {\n fill: @green;\n }\n path.OfficeIconColors_m2227 {\n fill: @peach;\n }\n path.OfficeIconColors_m2251 {\n fill: @text;\n }\n }\n }\n\n .UxDarkMode {\n #catppuccin(@darkFlavor, @accentColor);\n }\n #catppuccin(@lightFlavor, @accentColor);\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "Microsoft Word Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/microsoft-word", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word", + "version": "0.0.2", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word", + "description": "Soothing pastel theme for Microsoft Word", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": null, + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": null, "default": "mocha", "options": [ { @@ -7418,34 +7871,39 @@ "author": "Catppuccin", "description": "Soothing pastel theme for Microsoft Word", "name": "Microsoft Word Catppuccin", - "originalDigest": "324006972a14072f8a145e56c5579fa303a317eb", + "originalDigest": "8c3ab6da6f1d27ae7ae442ef9d311e3489ea9abb", "_id": "3928cbee-b009-4c6e-ae8d-30d4d72bef8e", - "_rev": 1705312389672, + "_rev": 1712856189687, "id": 80, - "etag": "W/\"3904c005356f1772137407441d652b9f39485d8009371b01d7f29779b7faca42\"" + "etag": "W/\"c1377d30604621ff9f0a8396efbcc5bda868aeebe22c9cf42dbc1f4991ae18db\"", + "updateDate": 1712856189537 }, { "enabled": true, "installDate": 1707053690789, "sections": [ { - "code": "/* ==UserStyle==\n@name Arch Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/arch-wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki\n@description Soothing pastel theme for Arch Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Arch Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/arch-wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki\n@version 0.0.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki\n@description Soothing pastel theme for Arch Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: dark) {\n :root {\n /* stylelint-disable selector-not-notation */\n /* stylelint-enable selector-not-notation */\n }\n :root #content table,\n :root #content h1,\n :root #content h2,\n :root #content h3,\n :root #content h4,\n :root #content h5,\n :root #content pre,\n :root #content code,\n :root #content tt {\n color: #cad3f5 !important;\n }\n :root #archnavbar {\n background-color: #1e2030 !important;\n border-bottom-color: #8aadf4 !important;\n }\n :root .mw-parser-output {\n background-color: #24273a !important;\n }\n :root .mw-page-container {\n background-color: #1e2030 !important;\n }\n :root .vector-header-container {\n background-color: #24273a !important;\n }\n :root #content a:not([role=\"button\"]):not(.new),\n :root header.mw-header li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #mw-panel-toc a:not([role=\"button\"]):not(.new),\n :root #mw-navigation li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #mw-panel li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #column-one li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #footer a:not([role=\"button\"]):not(.new) {\n color: #8aadf4 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root body {\n background-color: #24273a;\n }\n :root #archnavbarlogo {\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221%22%20width%3D%22600%22%20height%3D%22126%22%3E%3Cpath%20d%3D%22M159.568%2034.427c-8.89-.014-16.267%201.809-19.12%202.803l-2.937%2015.857c-.007.058%2014.617-3.9%2021.059-3.667%2010.665.383%2011.646%204.076%2011.46%209.06.182.292-2.752-4.503-11.979-4.664-11.64-.2-28.069%204.122-28.046%2021.692-.314%2019.765%2014.764%2025.579%2025.032%2025.686%209.232-.168%2013.563-3.496%2015.934-5.28%203.115-3.257%206.679-6.532%2010.078-10.462-3.216%205.844-6.005%209.884-8.907%2012.977v2.611l14.033-2.361.096-38.144c-.143-5.399%203.096-26.057-26.703-26.108zm-2.016%2033.21c5.817.08%2012.488%202.948%2012.497%209.849.03%206.277-7.863%209.651-12.996%209.598-5.135-.053-11.949-4.036-11.979-10.155.099-5.47%206.426-9.432%2012.478-9.291zm37.972-29.685l-.095%2063.166%2016.348-3.15.027-35.814c.004-5.333%207.62-11.564%2017.178-11.464%202.028-3.67%205.84-13.05%206.77-15.183-21.351-.051-21.623%206.137-25.336%209.18-.04-5.806-.013-9.292-.013-9.292l-14.879%202.557zm92.002%208.292c-.158-.074-8.526-9.788-25.35-9.864-15.758-.262-33.433%205.847-33.716%2032.27.138%2023.232%2016.979%2032.311%2033.805%2032.488%2018.007.187%2025.172-11.26%2025.602-11.543-2.149-1.863-10.196-9.837-10.196-9.837s-5.027%207.157-14.779%207.248c-9.755.093-18.234-7.54-18.354-18.189-.125-10.65%207.795-16.419%2018.427-16.885%209.205-.002%2014.516%205.943%2014.516%205.943zm20.606-30.399l-15.434%203.628.115%2082.277%2015.204-2.745.172-38.72c.033-4.06%205.874-10.295%2015.626-10.097%209.325.097%2011.41%206.215%2011.384%206.988l.269%2044.824%2014.993-2.65.057-47.53c.099-4.574-10.018-14.233-26.28-14.302-7.729.012-12.009%201.762-14.187%203.052-3.726%202.879-7.985%205.637-12.17%209.157%203.869-4.97%207.117-8.407%2010.29-10.961l-.04-22.921z%22%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M360.136%2017.218l6.962-1.742.33%2082.95-7.074%201.204zm18.928%2024.757l6.101-2.716.052%2059.478-5.892%201.217zm-1.45-21.448l4.92-4.015%204.086%204.547-4.921%204.121zm19.024%2020.365l6.962-1.421.033%2012.434c.001.534%203.823-13.89%2022.258-13.57%2017.9.1%2020.827%2013.957%2020.73%2017.064l.221%2043.725-6.102%201.324-.035-43.189c.07-1.261-2.79-11.927-15.439-11.966-12.646-.037-21.409%209.186-21.393%2015.078l.1%2038.047-7.07%201.847zm110.954%2058.546l-6.962%201.42-.033-12.433c-.001-.534-3.825%2013.89-22.258%2013.57-17.9-.1-20.827-13.957-20.73-17.064l-.221-43.725%207.397-1.494.114%2043.19c.003%201.18%201.416%2012.096%2014.065%2012.135%2012.646.037%2021.506-7.616%2021.569-19.139l-.09-34.076%206.885-1.757zm13.645-59.037l-4.882%203.82%2018.717%2024.494-19.963%2028.3%205.179%203.843%2018.766-26.28%2019.368%2026.902%204.791-3.82-20.757-28.765%2016.56-23.262-5.092-4.305-15.085%2021.525zM61.88%201.778c-5.385%2013.203-8.633%2021.839-14.629%2034.649%203.676%203.896%208.188%208.434%2015.516%2013.559-7.878-3.242-13.252-6.497-17.267-9.874-7.673%2016.011-19.695%2038.818-44.09%2082.65%2019.174-11.068%2034.037-17.893%2047.889-20.497a35.103%2035.103%200%200%201-.91-8.213l.023-.614c.304-12.284%206.694-21.73%2014.264-21.09%207.57.642%2013.454%2011.126%2013.15%2023.41-.058%202.312-.319%204.536-.774%206.598%2013.701%202.68%2028.405%209.487%2047.32%2020.407-3.73-6.866-7.059-13.056-10.238-18.95-5.007-3.882-10.23-8.933-20.884-14.402%207.323%201.903%2012.566%204.099%2016.653%206.552C75.58%2035.786%2072.963%2027.79%2061.88%201.778z%22%20fill%3D%22%238aadf4%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M576.771%2093.265V80.603h-4.73v-1.695h11.38v1.695h-4.75v12.662h-1.9m8.629%200V78.908h2.859l3.398%2010.166c.314.947.542%201.655.686%202.125.163-.522.418-1.29.764-2.301l3.437-9.99h2.556v14.357h-1.831V81.25l-4.172%2012.016h-1.714l-4.152-12.222v12.222h-1.832%22%20font-weight%3D%22400%22%20font-size%3D%228.441%22%20font-family%3D%22DejaVu%20Sans%20Mono%22%20fill%3D%22%23b8c0e0%22/%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n background-size: 190px 40px !important;\n }\n :root .cdx-text-input__input:enabled:focus {\n border-color: #8aadf4;\n box-shadow: #8aadf4 !important;\n }\n :root .archwiki-template-box-tip {\n background-color: hsla(90, 90%, 65%, 0.2) !important;\n border-color: hsla(90, 90%, 75%, 0.2);\n color: #b8c0e0;\n }\n :root .archwiki-template-box-note {\n background-color: hsla(208, 100%, 61%, 0.25) !important;\n border-color: hsla(208, 100%, 81%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .archwiki-template-box-warning {\n background-color: hsla(7, 99%, 60%, 0.25) !important;\n border-color: hsla(7, 99%, 80%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .firstHeading {\n color: #b7bdf8 !important;\n }\n :root #content {\n border-color: #6e738d;\n }\n :root #content pre:not([class*=\"CodeMirror\"]),\n :root #content code,\n :root #content tt {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #6e738d;\n }\n :root .vector-pinned-container {\n border-color: #6e738d !important;\n }\n :root .vector-pinnable-header-label {\n color: #cad3f5;\n }\n :root .vector-pinnable-header-toggle-button,\n :root .vector-pinnable-header-unpin-button {\n color: #8aadf4;\n }\n :root .wikitable {\n background-color: #24273a;\n }\n :root .wikitable > tr > th,\n :root .wikitable > tr > td,\n :root .wikitable > * > tr > th,\n :root .wikitable > * > tr > td {\n color: #cad3f5;\n border-color: #181926;\n }\n :root .wikitable > tr > th,\n :root .wikitable > * > tr > th {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .pre {\n color: #1e2030;\n }\n :root .mw-headline {\n color: #cad3f5;\n }\n :root .plainlinks,\n :root .archwiki-template-man,\n :root .external text {\n color: #2e3a51;\n }\n :root .cdx-button:enabled.cdx-button--weight-quiet,\n :root .cdx-button.cdx-button--fake-button--enabled,\n :root .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n :root .diff-context,\n :root .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n :root .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #contentSub:not(:empty) {\n color: #363a4f !important;\n }\n :root .mw-editfont-monospace {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .diff-deletedline,\n :root .mw-message-box-warning {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .diff-addedline {\n background-color: #91d7e3;\n color: #1e2030;\n }\n :root .mw-message-box-error {\n background-color: #f0c6c6;\n border-color: #ed8796;\n color: #24273a;\n }\n :root .mw-number-text {\n color: #cad3f5;\n }\n :root .cdx-checkbox__icon {\n background-color: #363a4f;\n }\n :root .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=\"checkbox\"]:checked + span,\n :root .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n :root .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: #8aadf4;\n border-color: #7dc4e4;\n color: #1e2030 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #vector-toc-pinned-container,\n :root .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), #24273a) !important;\n }\n :root #archnavbar ul li.anb-selected a {\n color: #b7bdf8 !important;\n }\n :root .archwiki-template-message {\n background-color: #24273a;\n }\n :root .catlinks {\n background-color: #1e2030;\n }\n :root .mw-parser-output p {\n color: #cad3f5 !important;\n }\n :root .archwiki-template-meta-related-articles {\n background-color: #363a4f;\n }\n :root .archwiki-template-meta-related-articles p {\n color: #cad3f5;\n border-bottom-color: #8aadf4;\n }\n :root .archwiki-template-meta-related-articles ul li a {\n color: #8aadf4 important;\n }\n :root .mw-plusminus-neg,\n :root a.new {\n color: #ed8796 !important;\n }\n :root .mw-plusminus-pos {\n color: #a6da95;\n }\n :root .mw-plusminus-null {\n color: #a5adcb;\n }\n :root .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n :root .mw-widget-dateInputWidget-handle,\n :root .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,\n :root #pagehistory li.selected {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #5b6078 !important;\n }\n :root .oo-ui-menuSelectWidget {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .oo-ui-OptionWidget-highlighted {\n background-color: #6e738d !important;\n }\n :root .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n :root .minoredit,\n :root .comment {\n color: #cad3f5;\n }\n :root .mw-footer-container {\n color: #cad3f5 !important;\n }\n :root #archnavbarlist li a {\n color: #8aadf4 !important;\n }\n :root .anb-selected {\n color: #b8c0e0 !important;\n }\n :root .mw-footer li {\n color: #cad3f5;\n }\n :root .vector-main-menu,\n :root .vector-pinnable-element {\n background-color: #24273a !important;\n }\n :root #p-navigation ul li a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a:visited {\n color: #c6a0f6 !important;\n }\n :root .mw-page-title-main {\n color: #cad3f5;\n }\n :root .vector-tab-noicon mw-list-item a {\n color: #8aadf4;\n }\n :root .mw-footer li a {\n color: #8aadf4;\n }\n :root .mw-body {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root .cdx-text-input__input:enabled {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #494d64;\n }\n :root .cdx-button:enabled,\n :root .cdx-button.cdxbutton--fake-button--enabled {\n color: #1e2030;\n background-color: #b7bdf8;\n border-color: #24273a;\n }\n :root .cdx-menu {\n background-color: #363a4f;\n }\n :root .cdx-menu:hover {\n background-color: #24273a !important;\n }\n :root .anb-home {\n color: #cad3f5 !important;\n }\n :root .vector-dropdown-content {\n background-color: #24273a !important;\n }\n :root .mw-headline::before {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: dark) and screen {\n :root html.client-darkmode {\n background-color: #24273a;\n }\n }\n @media (prefers-color-scheme: light) {\n :root {\n /* stylelint-disable selector-not-notation */\n /* stylelint-enable selector-not-notation */\n }\n :root #content table,\n :root #content h1,\n :root #content h2,\n :root #content h3,\n :root #content h4,\n :root #content h5,\n :root #content pre,\n :root #content code,\n :root #content tt {\n color: #cad3f5 !important;\n }\n :root #archnavbar {\n background-color: #1e2030 !important;\n border-bottom-color: #8aadf4 !important;\n }\n :root .mw-parser-output {\n background-color: #24273a !important;\n }\n :root .mw-page-container {\n background-color: #1e2030 !important;\n }\n :root .vector-header-container {\n background-color: #24273a !important;\n }\n :root #content a:not([role=\"button\"]):not(.new),\n :root header.mw-header li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #mw-panel-toc a:not([role=\"button\"]):not(.new),\n :root #mw-navigation li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #mw-panel li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #column-one li:not(.new) a:not([role=\"button\"]):not(.new),\n :root #footer a:not([role=\"button\"]):not(.new) {\n color: #8aadf4 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root body {\n background-color: #24273a;\n }\n :root #archnavbarlogo {\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221%22%20width%3D%22600%22%20height%3D%22126%22%3E%3Cpath%20d%3D%22M159.568%2034.427c-8.89-.014-16.267%201.809-19.12%202.803l-2.937%2015.857c-.007.058%2014.617-3.9%2021.059-3.667%2010.665.383%2011.646%204.076%2011.46%209.06.182.292-2.752-4.503-11.979-4.664-11.64-.2-28.069%204.122-28.046%2021.692-.314%2019.765%2014.764%2025.579%2025.032%2025.686%209.232-.168%2013.563-3.496%2015.934-5.28%203.115-3.257%206.679-6.532%2010.078-10.462-3.216%205.844-6.005%209.884-8.907%2012.977v2.611l14.033-2.361.096-38.144c-.143-5.399%203.096-26.057-26.703-26.108zm-2.016%2033.21c5.817.08%2012.488%202.948%2012.497%209.849.03%206.277-7.863%209.651-12.996%209.598-5.135-.053-11.949-4.036-11.979-10.155.099-5.47%206.426-9.432%2012.478-9.291zm37.972-29.685l-.095%2063.166%2016.348-3.15.027-35.814c.004-5.333%207.62-11.564%2017.178-11.464%202.028-3.67%205.84-13.05%206.77-15.183-21.351-.051-21.623%206.137-25.336%209.18-.04-5.806-.013-9.292-.013-9.292l-14.879%202.557zm92.002%208.292c-.158-.074-8.526-9.788-25.35-9.864-15.758-.262-33.433%205.847-33.716%2032.27.138%2023.232%2016.979%2032.311%2033.805%2032.488%2018.007.187%2025.172-11.26%2025.602-11.543-2.149-1.863-10.196-9.837-10.196-9.837s-5.027%207.157-14.779%207.248c-9.755.093-18.234-7.54-18.354-18.189-.125-10.65%207.795-16.419%2018.427-16.885%209.205-.002%2014.516%205.943%2014.516%205.943zm20.606-30.399l-15.434%203.628.115%2082.277%2015.204-2.745.172-38.72c.033-4.06%205.874-10.295%2015.626-10.097%209.325.097%2011.41%206.215%2011.384%206.988l.269%2044.824%2014.993-2.65.057-47.53c.099-4.574-10.018-14.233-26.28-14.302-7.729.012-12.009%201.762-14.187%203.052-3.726%202.879-7.985%205.637-12.17%209.157%203.869-4.97%207.117-8.407%2010.29-10.961l-.04-22.921z%22%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M360.136%2017.218l6.962-1.742.33%2082.95-7.074%201.204zm18.928%2024.757l6.101-2.716.052%2059.478-5.892%201.217zm-1.45-21.448l4.92-4.015%204.086%204.547-4.921%204.121zm19.024%2020.365l6.962-1.421.033%2012.434c.001.534%203.823-13.89%2022.258-13.57%2017.9.1%2020.827%2013.957%2020.73%2017.064l.221%2043.725-6.102%201.324-.035-43.189c.07-1.261-2.79-11.927-15.439-11.966-12.646-.037-21.409%209.186-21.393%2015.078l.1%2038.047-7.07%201.847zm110.954%2058.546l-6.962%201.42-.033-12.433c-.001-.534-3.825%2013.89-22.258%2013.57-17.9-.1-20.827-13.957-20.73-17.064l-.221-43.725%207.397-1.494.114%2043.19c.003%201.18%201.416%2012.096%2014.065%2012.135%2012.646.037%2021.506-7.616%2021.569-19.139l-.09-34.076%206.885-1.757zm13.645-59.037l-4.882%203.82%2018.717%2024.494-19.963%2028.3%205.179%203.843%2018.766-26.28%2019.368%2026.902%204.791-3.82-20.757-28.765%2016.56-23.262-5.092-4.305-15.085%2021.525zM61.88%201.778c-5.385%2013.203-8.633%2021.839-14.629%2034.649%203.676%203.896%208.188%208.434%2015.516%2013.559-7.878-3.242-13.252-6.497-17.267-9.874-7.673%2016.011-19.695%2038.818-44.09%2082.65%2019.174-11.068%2034.037-17.893%2047.889-20.497a35.103%2035.103%200%200%201-.91-8.213l.023-.614c.304-12.284%206.694-21.73%2014.264-21.09%207.57.642%2013.454%2011.126%2013.15%2023.41-.058%202.312-.319%204.536-.774%206.598%2013.701%202.68%2028.405%209.487%2047.32%2020.407-3.73-6.866-7.059-13.056-10.238-18.95-5.007-3.882-10.23-8.933-20.884-14.402%207.323%201.903%2012.566%204.099%2016.653%206.552C75.58%2035.786%2072.963%2027.79%2061.88%201.778z%22%20fill%3D%22%238aadf4%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M576.771%2093.265V80.603h-4.73v-1.695h11.38v1.695h-4.75v12.662h-1.9m8.629%200V78.908h2.859l3.398%2010.166c.314.947.542%201.655.686%202.125.163-.522.418-1.29.764-2.301l3.437-9.99h2.556v14.357h-1.831V81.25l-4.172%2012.016h-1.714l-4.152-12.222v12.222h-1.832%22%20font-weight%3D%22400%22%20font-size%3D%228.441%22%20font-family%3D%22DejaVu%20Sans%20Mono%22%20fill%3D%22%23b8c0e0%22/%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n background-size: 190px 40px !important;\n }\n :root .cdx-text-input__input:enabled:focus {\n border-color: #8aadf4;\n box-shadow: #8aadf4 !important;\n }\n :root .archwiki-template-box-tip {\n background-color: hsla(90, 90%, 65%, 0.2) !important;\n border-color: hsla(90, 90%, 75%, 0.2);\n color: #b8c0e0;\n }\n :root .archwiki-template-box-note {\n background-color: hsla(208, 100%, 61%, 0.25) !important;\n border-color: hsla(208, 100%, 81%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .archwiki-template-box-warning {\n background-color: hsla(7, 99%, 60%, 0.25) !important;\n border-color: hsla(7, 99%, 80%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .firstHeading {\n color: #b7bdf8 !important;\n }\n :root #content {\n border-color: #6e738d;\n }\n :root #content pre:not([class*=\"CodeMirror\"]),\n :root #content code,\n :root #content tt {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #6e738d;\n }\n :root .vector-pinned-container {\n border-color: #6e738d !important;\n }\n :root .vector-pinnable-header-label {\n color: #cad3f5;\n }\n :root .vector-pinnable-header-toggle-button,\n :root .vector-pinnable-header-unpin-button {\n color: #8aadf4;\n }\n :root .wikitable {\n background-color: #24273a;\n }\n :root .wikitable > tr > th,\n :root .wikitable > tr > td,\n :root .wikitable > * > tr > th,\n :root .wikitable > * > tr > td {\n color: #cad3f5;\n border-color: #181926;\n }\n :root .wikitable > tr > th,\n :root .wikitable > * > tr > th {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .pre {\n color: #1e2030;\n }\n :root .mw-headline {\n color: #cad3f5;\n }\n :root .plainlinks,\n :root .archwiki-template-man,\n :root .external text {\n color: #2e3a51;\n }\n :root .cdx-button:enabled.cdx-button--weight-quiet,\n :root .cdx-button.cdx-button--fake-button--enabled,\n :root .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n :root .diff-context,\n :root .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n :root .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #contentSub:not(:empty) {\n color: #363a4f !important;\n }\n :root .mw-editfont-monospace {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .diff-deletedline,\n :root .mw-message-box-warning {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .diff-addedline {\n background-color: #91d7e3;\n color: #1e2030;\n }\n :root .mw-message-box-error {\n background-color: #f0c6c6;\n border-color: #ed8796;\n color: #24273a;\n }\n :root .mw-number-text {\n color: #cad3f5;\n }\n :root .cdx-checkbox__icon {\n background-color: #363a4f;\n }\n :root .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=\"checkbox\"]:checked + span,\n :root .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n :root .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: #8aadf4;\n border-color: #7dc4e4;\n color: #1e2030 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #vector-toc-pinned-container,\n :root .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), #24273a) !important;\n }\n :root #archnavbar ul li.anb-selected a {\n color: #b7bdf8 !important;\n }\n :root .archwiki-template-message {\n background-color: #24273a;\n }\n :root .catlinks {\n background-color: #1e2030;\n }\n :root .mw-parser-output p {\n color: #cad3f5 !important;\n }\n :root .archwiki-template-meta-related-articles {\n background-color: #363a4f;\n }\n :root .archwiki-template-meta-related-articles p {\n color: #cad3f5;\n border-bottom-color: #8aadf4;\n }\n :root .archwiki-template-meta-related-articles ul li a {\n color: #8aadf4 important;\n }\n :root .mw-plusminus-neg,\n :root a.new {\n color: #ed8796 !important;\n }\n :root .mw-plusminus-pos {\n color: #a6da95;\n }\n :root .mw-plusminus-null {\n color: #a5adcb;\n }\n :root .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n :root .mw-widget-dateInputWidget-handle,\n :root .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,\n :root #pagehistory li.selected {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #5b6078 !important;\n }\n :root .oo-ui-menuSelectWidget {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .oo-ui-OptionWidget-highlighted {\n background-color: #6e738d !important;\n }\n :root .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n :root .minoredit,\n :root .comment {\n color: #cad3f5;\n }\n :root .mw-footer-container {\n color: #cad3f5 !important;\n }\n :root #archnavbarlist li a {\n color: #8aadf4 !important;\n }\n :root .anb-selected {\n color: #b8c0e0 !important;\n }\n :root .mw-footer li {\n color: #cad3f5;\n }\n :root .vector-main-menu,\n :root .vector-pinnable-element {\n background-color: #24273a !important;\n }\n :root #p-navigation ul li a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a:visited {\n color: #c6a0f6 !important;\n }\n :root .mw-page-title-main {\n color: #cad3f5;\n }\n :root .vector-tab-noicon mw-list-item a {\n color: #8aadf4;\n }\n :root .mw-footer li a {\n color: #8aadf4;\n }\n :root .mw-body {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root .cdx-text-input__input:enabled {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #494d64;\n }\n :root .cdx-button:enabled,\n :root .cdx-button.cdxbutton--fake-button--enabled {\n color: #1e2030;\n background-color: #b7bdf8;\n border-color: #24273a;\n }\n :root .cdx-menu {\n background-color: #363a4f;\n }\n :root .cdx-menu:hover {\n background-color: #24273a !important;\n }\n :root .anb-home {\n color: #cad3f5 !important;\n }\n :root .vector-dropdown-content {\n background-color: #24273a !important;\n }\n :root .mw-headline::before {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: light) and screen {\n :root html.client-darkmode {\n background-color: #24273a;\n }\n }", + "code": "@media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root #content table,\n :root #content h1,\n :root #content h2,\n :root #content h3,\n :root #content h4,\n :root #content h5,\n :root #content pre,\n :root #content code,\n :root #content tt {\n color: #cad3f5 !important;\n }\n :root #archnavbar {\n background-color: #1e2030 !important;\n border-bottom-color: #8aadf4 !important;\n }\n :root .mw-parser-output {\n background-color: #24273a !important;\n }\n :root .mw-page-container {\n background-color: #1e2030 !important;\n }\n :root .vector-header-container {\n background-color: #24273a !important;\n }\n :root #content a:not([role=\"button\"], .new),\n :root header.mw-header li:not(.new) a:not([role=\"button\"], .new),\n :root #mw-panel-toc a:not([role=\"button\"], .new),\n :root #mw-navigation li:not(.new) a:not([role=\"button\"], .new),\n :root #mw-panel li:not(.new) a:not([role=\"button\"], .new),\n :root #column-one li:not(.new) a:not([role=\"button\"], .new),\n :root #footer a:not([role=\"button\"], .new) {\n color: #8aadf4 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root body {\n background-color: #24273a;\n }\n :root #archnavbarlogo {\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221%22%20width%3D%22600%22%20height%3D%22126%22%3E%3Cpath%20d%3D%22M159.568%2034.427c-8.89-.014-16.267%201.809-19.12%202.803l-2.937%2015.857c-.007.058%2014.617-3.9%2021.059-3.667%2010.665.383%2011.646%204.076%2011.46%209.06.182.292-2.752-4.503-11.979-4.664-11.64-.2-28.069%204.122-28.046%2021.692-.314%2019.765%2014.764%2025.579%2025.032%2025.686%209.232-.168%2013.563-3.496%2015.934-5.28%203.115-3.257%206.679-6.532%2010.078-10.462-3.216%205.844-6.005%209.884-8.907%2012.977v2.611l14.033-2.361.096-38.144c-.143-5.399%203.096-26.057-26.703-26.108m-2.016%2033.21c5.817.08%2012.488%202.948%2012.497%209.849.03%206.277-7.863%209.651-12.996%209.598-5.135-.053-11.949-4.036-11.979-10.155.099-5.47%206.426-9.432%2012.478-9.291zm37.972-29.685-.095%2063.166%2016.348-3.15.027-35.814c.004-5.333%207.62-11.564%2017.178-11.464%202.028-3.67%205.84-13.05%206.77-15.183-21.351-.051-21.623%206.137-25.336%209.18-.04-5.806-.013-9.292-.013-9.292zm92.002%208.292c-.158-.074-8.526-9.788-25.35-9.864-15.758-.262-33.433%205.847-33.716%2032.27.138%2023.232%2016.979%2032.311%2033.805%2032.488%2018.007.187%2025.172-11.26%2025.602-11.543-2.149-1.863-10.196-9.837-10.196-9.837s-5.027%207.157-14.779%207.248c-9.755.093-18.234-7.54-18.354-18.189-.125-10.65%207.795-16.419%2018.427-16.885%209.205-.002%2014.516%205.943%2014.516%205.943zm20.606-30.399-15.434%203.628.115%2082.277%2015.204-2.745.172-38.72c.033-4.06%205.874-10.295%2015.626-10.097%209.325.097%2011.41%206.215%2011.384%206.988l.269%2044.824%2014.993-2.65.057-47.53c.099-4.574-10.018-14.233-26.28-14.302-7.729.012-12.009%201.762-14.187%203.052-3.726%202.879-7.985%205.637-12.17%209.157%203.869-4.97%207.117-8.407%2010.29-10.961z%22%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22m360.136%2017.218%206.962-1.742.33%2082.95-7.074%201.204zm18.928%2024.757%206.101-2.716.052%2059.478-5.892%201.217zm-1.45-21.448%204.92-4.015%204.086%204.547-4.921%204.121zm19.024%2020.365%206.962-1.421.033%2012.434c.001.534%203.823-13.89%2022.258-13.57%2017.9.1%2020.827%2013.957%2020.73%2017.064l.221%2043.725-6.102%201.324-.035-43.189c.07-1.261-2.79-11.927-15.439-11.966-12.646-.037-21.409%209.186-21.393%2015.078l.1%2038.047-7.07%201.847zm110.954%2058.546-6.962%201.42-.033-12.433c-.001-.534-3.825%2013.89-22.258%2013.57-17.9-.1-20.827-13.957-20.73-17.064l-.221-43.725%207.397-1.494.114%2043.19c.003%201.18%201.416%2012.096%2014.065%2012.135%2012.646.037%2021.506-7.616%2021.569-19.139l-.09-34.076%206.885-1.757zm13.645-59.037-4.882%203.82%2018.717%2024.494-19.963%2028.3%205.179%203.843%2018.766-26.28%2019.368%2026.902%204.791-3.82-20.757-28.765%2016.56-23.262-5.092-4.305-15.085%2021.525zM61.88%201.778c-5.385%2013.203-8.633%2021.839-14.629%2034.649%203.676%203.896%208.188%208.434%2015.516%2013.559-7.878-3.242-13.252-6.497-17.267-9.874-7.673%2016.011-19.695%2038.818-44.09%2082.65%2019.174-11.068%2034.037-17.893%2047.889-20.497a35%2035%200%200%201-.91-8.213l.023-.614c.304-12.284%206.694-21.73%2014.264-21.09%207.57.642%2013.454%2011.126%2013.15%2023.41-.058%202.312-.319%204.536-.774%206.598%2013.701%202.68%2028.405%209.487%2047.32%2020.407-3.73-6.866-7.059-13.056-10.238-18.95-5.007-3.882-10.23-8.933-20.884-14.402%207.323%201.903%2012.566%204.099%2016.653%206.552C75.58%2035.786%2072.963%2027.79%2061.88%201.778%22%20fill%3D%22%238aadf4%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M576.771%2093.265V80.603h-4.73v-1.695h11.38v1.695h-4.75v12.662zm8.629%200V78.908h2.859l3.398%2010.166q.47%201.42.686%202.125.245-.784.764-2.301l3.437-9.99h2.556v14.357h-1.831V81.25l-4.172%2012.016h-1.714l-4.152-12.222v12.222h-1.832%22%20font-weight%3D%22400%22%20font-size%3D%228.441%22%20font-family%3D%22DejaVu%20Sans%20Mono%22%20fill%3D%22%23b8c0e0%22/%3E%3C/svg%3E\") !important;\n background-size: 190px 40px !important;\n }\n :root .cdx-text-input__input:enabled:focus {\n border-color: #8aadf4;\n box-shadow: #8aadf4 !important;\n }\n :root .archwiki-template-box-tip {\n background-color: hsla(90, 90%, 65%, 0.2) !important;\n border-color: hsla(90, 90%, 75%, 0.2);\n color: #b8c0e0;\n }\n :root .archwiki-template-box-note {\n background-color: hsla(208, 100%, 61%, 0.25) !important;\n border-color: hsla(208, 100%, 81%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .archwiki-template-box-warning {\n background-color: hsla(7, 99%, 60%, 0.25) !important;\n border-color: hsla(7, 99%, 80%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .firstHeading {\n color: #b7bdf8 !important;\n }\n :root #content {\n border-color: #6e738d;\n }\n :root #content pre:not([class*=\"CodeMirror\"]),\n :root #content code,\n :root #content tt {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #6e738d;\n }\n :root .vector-pinned-container {\n border-color: #6e738d !important;\n }\n :root .vector-pinnable-header-label {\n color: #cad3f5;\n }\n :root .vector-pinnable-header-toggle-button,\n :root .vector-pinnable-header-unpin-button {\n color: #8aadf4;\n }\n :root .wikitable {\n background-color: #24273a;\n }\n :root .wikitable > tr > th,\n :root .wikitable > tr > td,\n :root .wikitable > * > tr > th,\n :root .wikitable > * > tr > td {\n color: #cad3f5;\n border-color: #181926;\n }\n :root .wikitable > tr > th,\n :root .wikitable > * > tr > th {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .pre {\n color: #1e2030;\n }\n :root .mw-headline {\n color: #cad3f5;\n }\n :root .plainlinks,\n :root .archwiki-template-man,\n :root .external text {\n color: #2e3a51;\n }\n :root .cdx-button:enabled.cdx-button--weight-quiet,\n :root .cdx-button.cdx-button--fake-button--enabled,\n :root .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n :root .diff-context,\n :root .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n :root .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #contentSub:not(:empty) {\n color: #363a4f !important;\n }\n :root .mw-editfont-monospace {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .diff-deletedline,\n :root .mw-message-box-warning {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .diff-addedline {\n background-color: #91d7e3;\n color: #1e2030;\n }\n :root .mw-message-box-error {\n background-color: #f0c6c6;\n border-color: #ed8796;\n color: #24273a;\n }\n :root .mw-number-text {\n color: #cad3f5;\n }\n :root .cdx-checkbox__icon {\n background-color: #363a4f;\n }\n :root .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=\"checkbox\"]:checked + span,\n :root .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n :root .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: #8aadf4;\n border-color: #7dc4e4;\n color: #1e2030 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #vector-toc-pinned-container,\n :root .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), #24273a) !important;\n }\n :root #archnavbar ul li.anb-selected a {\n color: #b7bdf8 !important;\n }\n :root .archwiki-template-message {\n background-color: #24273a;\n }\n :root .catlinks {\n background-color: #1e2030;\n }\n :root .mw-parser-output p {\n color: #cad3f5 !important;\n }\n :root .archwiki-template-meta-related-articles {\n background-color: #363a4f;\n }\n :root .archwiki-template-meta-related-articles p {\n color: #cad3f5;\n border-bottom-color: #8aadf4;\n }\n :root .archwiki-template-meta-related-articles ul li a {\n color: #8aadf4 important;\n }\n :root .mw-plusminus-neg,\n :root a.new {\n color: #ed8796 !important;\n }\n :root .mw-plusminus-pos {\n color: #a6da95;\n }\n :root .mw-plusminus-null {\n color: #a5adcb;\n }\n :root .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n :root .mw-widget-dateInputWidget-handle,\n :root .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,\n :root #pagehistory li.selected {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #5b6078 !important;\n }\n :root .oo-ui-menuSelectWidget {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .oo-ui-OptionWidget-highlighted {\n background-color: #6e738d !important;\n }\n :root .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n :root .minoredit,\n :root .comment {\n color: #cad3f5;\n }\n :root .mw-footer-container {\n color: #cad3f5 !important;\n }\n :root #archnavbarlist li a {\n color: #8aadf4 !important;\n }\n :root .anb-selected {\n color: #b8c0e0 !important;\n }\n :root .mw-footer li {\n color: #cad3f5;\n }\n :root .vector-main-menu,\n :root .vector-pinnable-element {\n background-color: #24273a !important;\n }\n :root #p-navigation ul li a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a:visited {\n color: #c6a0f6 !important;\n }\n :root .mw-page-title-main {\n color: #cad3f5;\n }\n :root .vector-tab-noicon mw-list-item a {\n color: #8aadf4;\n }\n :root .mw-footer li a {\n color: #8aadf4;\n }\n :root .mw-body {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root .cdx-text-input__input:enabled {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #494d64;\n }\n :root .cdx-button:enabled,\n :root .cdx-button.cdxbutton--fake-button--enabled {\n color: #1e2030;\n background-color: #b7bdf8;\n border-color: #24273a;\n }\n :root .cdx-menu {\n background-color: #363a4f;\n }\n :root .cdx-menu:hover {\n background-color: #24273a !important;\n }\n :root .anb-home {\n color: #cad3f5 !important;\n }\n :root .vector-dropdown-content {\n background-color: #24273a !important;\n }\n :root .mw-headline::before {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: dark) and screen {\n :root html.client-darkmode {\n background-color: #24273a;\n }\n }\n @media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root #content table,\n :root #content h1,\n :root #content h2,\n :root #content h3,\n :root #content h4,\n :root #content h5,\n :root #content pre,\n :root #content code,\n :root #content tt {\n color: #cad3f5 !important;\n }\n :root #archnavbar {\n background-color: #1e2030 !important;\n border-bottom-color: #8aadf4 !important;\n }\n :root .mw-parser-output {\n background-color: #24273a !important;\n }\n :root .mw-page-container {\n background-color: #1e2030 !important;\n }\n :root .vector-header-container {\n background-color: #24273a !important;\n }\n :root #content a:not([role=\"button\"], .new),\n :root header.mw-header li:not(.new) a:not([role=\"button\"], .new),\n :root #mw-panel-toc a:not([role=\"button\"], .new),\n :root #mw-navigation li:not(.new) a:not([role=\"button\"], .new),\n :root #mw-panel li:not(.new) a:not([role=\"button\"], .new),\n :root #column-one li:not(.new) a:not([role=\"button\"], .new),\n :root #footer a:not([role=\"button\"], .new) {\n color: #8aadf4 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root body {\n background-color: #24273a;\n }\n :root #archnavbarlogo {\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20version%3D%221%22%20width%3D%22600%22%20height%3D%22126%22%3E%3Cpath%20d%3D%22M159.568%2034.427c-8.89-.014-16.267%201.809-19.12%202.803l-2.937%2015.857c-.007.058%2014.617-3.9%2021.059-3.667%2010.665.383%2011.646%204.076%2011.46%209.06.182.292-2.752-4.503-11.979-4.664-11.64-.2-28.069%204.122-28.046%2021.692-.314%2019.765%2014.764%2025.579%2025.032%2025.686%209.232-.168%2013.563-3.496%2015.934-5.28%203.115-3.257%206.679-6.532%2010.078-10.462-3.216%205.844-6.005%209.884-8.907%2012.977v2.611l14.033-2.361.096-38.144c-.143-5.399%203.096-26.057-26.703-26.108m-2.016%2033.21c5.817.08%2012.488%202.948%2012.497%209.849.03%206.277-7.863%209.651-12.996%209.598-5.135-.053-11.949-4.036-11.979-10.155.099-5.47%206.426-9.432%2012.478-9.291zm37.972-29.685-.095%2063.166%2016.348-3.15.027-35.814c.004-5.333%207.62-11.564%2017.178-11.464%202.028-3.67%205.84-13.05%206.77-15.183-21.351-.051-21.623%206.137-25.336%209.18-.04-5.806-.013-9.292-.013-9.292zm92.002%208.292c-.158-.074-8.526-9.788-25.35-9.864-15.758-.262-33.433%205.847-33.716%2032.27.138%2023.232%2016.979%2032.311%2033.805%2032.488%2018.007.187%2025.172-11.26%2025.602-11.543-2.149-1.863-10.196-9.837-10.196-9.837s-5.027%207.157-14.779%207.248c-9.755.093-18.234-7.54-18.354-18.189-.125-10.65%207.795-16.419%2018.427-16.885%209.205-.002%2014.516%205.943%2014.516%205.943zm20.606-30.399-15.434%203.628.115%2082.277%2015.204-2.745.172-38.72c.033-4.06%205.874-10.295%2015.626-10.097%209.325.097%2011.41%206.215%2011.384%206.988l.269%2044.824%2014.993-2.65.057-47.53c.099-4.574-10.018-14.233-26.28-14.302-7.729.012-12.009%201.762-14.187%203.052-3.726%202.879-7.985%205.637-12.17%209.157%203.869-4.97%207.117-8.407%2010.29-10.961z%22%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22m360.136%2017.218%206.962-1.742.33%2082.95-7.074%201.204zm18.928%2024.757%206.101-2.716.052%2059.478-5.892%201.217zm-1.45-21.448%204.92-4.015%204.086%204.547-4.921%204.121zm19.024%2020.365%206.962-1.421.033%2012.434c.001.534%203.823-13.89%2022.258-13.57%2017.9.1%2020.827%2013.957%2020.73%2017.064l.221%2043.725-6.102%201.324-.035-43.189c.07-1.261-2.79-11.927-15.439-11.966-12.646-.037-21.409%209.186-21.393%2015.078l.1%2038.047-7.07%201.847zm110.954%2058.546-6.962%201.42-.033-12.433c-.001-.534-3.825%2013.89-22.258%2013.57-17.9-.1-20.827-13.957-20.73-17.064l-.221-43.725%207.397-1.494.114%2043.19c.003%201.18%201.416%2012.096%2014.065%2012.135%2012.646.037%2021.506-7.616%2021.569-19.139l-.09-34.076%206.885-1.757zm13.645-59.037-4.882%203.82%2018.717%2024.494-19.963%2028.3%205.179%203.843%2018.766-26.28%2019.368%2026.902%204.791-3.82-20.757-28.765%2016.56-23.262-5.092-4.305-15.085%2021.525zM61.88%201.778c-5.385%2013.203-8.633%2021.839-14.629%2034.649%203.676%203.896%208.188%208.434%2015.516%2013.559-7.878-3.242-13.252-6.497-17.267-9.874-7.673%2016.011-19.695%2038.818-44.09%2082.65%2019.174-11.068%2034.037-17.893%2047.889-20.497a35%2035%200%200%201-.91-8.213l.023-.614c.304-12.284%206.694-21.73%2014.264-21.09%207.57.642%2013.454%2011.126%2013.15%2023.41-.058%202.312-.319%204.536-.774%206.598%2013.701%202.68%2028.405%209.487%2047.32%2020.407-3.73-6.866-7.059-13.056-10.238-18.95-5.007-3.882-10.23-8.933-20.884-14.402%207.323%201.903%2012.566%204.099%2016.653%206.552C75.58%2035.786%2072.963%2027.79%2061.88%201.778%22%20fill%3D%22%238aadf4%22%20fill-rule%3D%22evenodd%22/%3E%3Cpath%20d%3D%22M576.771%2093.265V80.603h-4.73v-1.695h11.38v1.695h-4.75v12.662zm8.629%200V78.908h2.859l3.398%2010.166q.47%201.42.686%202.125.245-.784.764-2.301l3.437-9.99h2.556v14.357h-1.831V81.25l-4.172%2012.016h-1.714l-4.152-12.222v12.222h-1.832%22%20font-weight%3D%22400%22%20font-size%3D%228.441%22%20font-family%3D%22DejaVu%20Sans%20Mono%22%20fill%3D%22%23b8c0e0%22/%3E%3C/svg%3E\") !important;\n background-size: 190px 40px !important;\n }\n :root .cdx-text-input__input:enabled:focus {\n border-color: #8aadf4;\n box-shadow: #8aadf4 !important;\n }\n :root .archwiki-template-box-tip {\n background-color: hsla(90, 90%, 65%, 0.2) !important;\n border-color: hsla(90, 90%, 75%, 0.2);\n color: #b8c0e0;\n }\n :root .archwiki-template-box-note {\n background-color: hsla(208, 100%, 61%, 0.25) !important;\n border-color: hsla(208, 100%, 81%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .archwiki-template-box-warning {\n background-color: hsla(7, 99%, 60%, 0.25) !important;\n border-color: hsla(7, 99%, 80%, 0.25) !important;\n color: #b8c0e0;\n }\n :root .firstHeading {\n color: #b7bdf8 !important;\n }\n :root #content {\n border-color: #6e738d;\n }\n :root #content pre:not([class*=\"CodeMirror\"]),\n :root #content code,\n :root #content tt {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #6e738d;\n }\n :root .vector-pinned-container {\n border-color: #6e738d !important;\n }\n :root .vector-pinnable-header-label {\n color: #cad3f5;\n }\n :root .vector-pinnable-header-toggle-button,\n :root .vector-pinnable-header-unpin-button {\n color: #8aadf4;\n }\n :root .wikitable {\n background-color: #24273a;\n }\n :root .wikitable > tr > th,\n :root .wikitable > tr > td,\n :root .wikitable > * > tr > th,\n :root .wikitable > * > tr > td {\n color: #cad3f5;\n border-color: #181926;\n }\n :root .wikitable > tr > th,\n :root .wikitable > * > tr > th {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root .pre {\n color: #1e2030;\n }\n :root .mw-headline {\n color: #cad3f5;\n }\n :root .plainlinks,\n :root .archwiki-template-man,\n :root .external text {\n color: #2e3a51;\n }\n :root .cdx-button:enabled.cdx-button--weight-quiet,\n :root .cdx-button.cdx-button--fake-button--enabled,\n :root .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n :root .diff-context,\n :root .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n :root .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #5b6078;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #contentSub:not(:empty) {\n color: #363a4f !important;\n }\n :root .mw-editfont-monospace {\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .diff-deletedline,\n :root .mw-message-box-warning {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .diff-addedline {\n background-color: #91d7e3;\n color: #1e2030;\n }\n :root .mw-message-box-error {\n background-color: #f0c6c6;\n border-color: #ed8796;\n color: #24273a;\n }\n :root .mw-number-text {\n color: #cad3f5;\n }\n :root .cdx-checkbox__icon {\n background-color: #363a4f;\n }\n :root .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type=\"checkbox\"]:checked + span,\n :root .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n :root .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: #8aadf4;\n border-color: #7dc4e4;\n color: #1e2030 !important;\n }\n :root .vector-feature-zebra-design-disabled,\n :root #vector-toc-pinned-container,\n :root .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), #24273a) !important;\n }\n :root #archnavbar ul li.anb-selected a {\n color: #b7bdf8 !important;\n }\n :root .archwiki-template-message {\n background-color: #24273a;\n }\n :root .catlinks {\n background-color: #1e2030;\n }\n :root .mw-parser-output p {\n color: #cad3f5 !important;\n }\n :root .archwiki-template-meta-related-articles {\n background-color: #363a4f;\n }\n :root .archwiki-template-meta-related-articles p {\n color: #cad3f5;\n border-bottom-color: #8aadf4;\n }\n :root .archwiki-template-meta-related-articles ul li a {\n color: #8aadf4 important;\n }\n :root .mw-plusminus-neg,\n :root a.new {\n color: #ed8796 !important;\n }\n :root .mw-plusminus-pos {\n color: #a6da95;\n }\n :root .mw-plusminus-null {\n color: #a5adcb;\n }\n :root .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n :root .mw-widget-dateInputWidget-handle,\n :root .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,\n :root #pagehistory li.selected {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #5b6078 !important;\n }\n :root .oo-ui-menuSelectWidget {\n background-color: #363a4f;\n border-color: #5b6078;\n }\n :root .oo-ui-OptionWidget-highlighted {\n background-color: #6e738d !important;\n }\n :root .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n :root .minoredit,\n :root .comment {\n color: #cad3f5;\n }\n :root .mw-footer-container {\n color: #cad3f5 !important;\n }\n :root #archnavbarlist li a {\n color: #8aadf4 !important;\n }\n :root .anb-selected {\n color: #b8c0e0 !important;\n }\n :root .mw-footer li {\n color: #cad3f5;\n }\n :root .vector-main-menu,\n :root .vector-pinnable-element {\n background-color: #24273a !important;\n }\n :root #p-navigation ul li a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a {\n color: #8aadf4 !important;\n }\n :root .archwiki-template-box-note a:visited {\n color: #c6a0f6 !important;\n }\n :root .mw-page-title-main {\n color: #cad3f5;\n }\n :root .vector-tab-noicon mw-list-item a {\n color: #8aadf4;\n }\n :root .mw-footer li a {\n color: #8aadf4;\n }\n :root .mw-body {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root .cdx-text-input__input:enabled {\n background-color: #363a4f !important;\n color: #cad3f5 !important;\n border-color: #494d64;\n }\n :root .cdx-button:enabled,\n :root .cdx-button.cdxbutton--fake-button--enabled {\n color: #1e2030;\n background-color: #b7bdf8;\n border-color: #24273a;\n }\n :root .cdx-menu {\n background-color: #363a4f;\n }\n :root .cdx-menu:hover {\n background-color: #24273a !important;\n }\n :root .anb-home {\n color: #cad3f5 !important;\n }\n :root .vector-dropdown-content {\n background-color: #24273a !important;\n }\n :root .mw-headline::before {\n color: #b7bdf8 !important;\n }\n }\n @media (prefers-color-scheme: light) and screen {\n :root html.client-darkmode {\n background-color: #24273a;\n }\n }", "start": 1062, "domains": [ "wiki.archlinux.org" ] + }, + { + "code": "/* prettier-ignore */", + "start": 25426 } ], - "sourceCode": "/* ==UserStyle==\n@name Arch Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/arch-wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki\n@description Soothing pastel theme for Arch Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('wiki.archlinux.org') {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n #content table,\n #content h1,\n #content h2,\n #content h3,\n #content h4,\n #content h5,\n #content pre,\n #content code,\n #content tt {\n color: @text !important;\n }\n\n #archnavbar {\n background-color: @mantle !important;\n border-bottom-color: @blue !important;\n }\n .mw-parser-output {\n background-color: @base !important;\n }\n .mw-page-container {\n background-color: @mantle !important;\n }\n\n .vector-header-container {\n background-color: @base !important;\n }\n\n /* stylelint-disable selector-not-notation */\n #content a:not([role=\"button\"]):not(.new),\n header.mw-header li:not(.new) a:not([role=\"button\"]):not(.new),\n #mw-panel-toc a:not([role=\"button\"]):not(.new),\n #mw-navigation li:not(.new) a:not([role=\"button\"]):not(.new),\n #mw-panel li:not(.new) a:not([role=\"button\"]):not(.new),\n #column-one li:not(.new) a:not([role=\"button\"]):not(.new),\n #footer a:not([role=\"button\"]):not(.new) {\n color: @blue !important;\n }\n /* stylelint-enable selector-not-notation */\n\n @media screen {\n html.client-darkmode {\n background-color: @base;\n }\n }\n\n .vector-feature-zebra-design-disabled,\n body {\n background-color: @base;\n }\n\n //archlinux logo\n #archnavbarlogo {\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") !important;\n background-size: 190px 40px !important;\n }\n .cdx-text-input__input:enabled:focus {\n border-color: @blue;\n box-shadow: @blue !important;\n }\n\n .archwiki-template-box-tip {\n background-color: fadeout(hsla(90, 90%, 65%, 0.3), 10%) !important;\n border-color: fadeout(hsla(90, 90%, 75%, 0.3), 10%);\n color: @subtext1;\n }\n\n .archwiki-template-box-note {\n background-color: fadeout(hsla(208, 100%, 61%, 0.3), 5%) !important;\n border-color: fadeout(hsla(208, 100%, 81%, 0.3), 5%) !important;\n color: @subtext1;\n }\n\n .archwiki-template-box-warning {\n background-color: fadeout(hsla(7, 99%, 60%, 0.3), 5%) !important;\n border-color: fadeout(hsla(7, 99%, 80%, 0.3), 05%) !important;\n color: @subtext1;\n }\n\n .firstHeading {\n color: @accent-color !important;\n }\n\n #content {\n border-color: @overlay0;\n }\n\n #content pre:not([class*=\"CodeMirror\"]),\n #content code,\n #content tt {\n background-color: @surface0;\n color: @text;\n border-color: @overlay0;\n }\n\n .vector-pinned-container {\n border-color: @overlay0 !important;\n }\n\n .vector-pinnable-header-label {\n color: @text;\n }\n\n .vector-pinnable-header-toggle-button,\n .vector-pinnable-header-unpin-button {\n color: @blue;\n }\n\n .wikitable {\n background-color: @base;\n }\n\n .wikitable > tr > th,\n .wikitable > tr > td,\n .wikitable > * > tr > th,\n .wikitable > * > tr > td {\n color: @text;\n border-color: @crust;\n }\n\n .wikitable > tr > th,\n .wikitable > * > tr > th {\n background-color: @mantle;\n color: @text;\n }\n\n .pre {\n color: @mantle;\n }\n\n .mw-headline {\n color: @text;\n }\n\n .plainlinks,\n .archwiki-template-man,\n .external text {\n color: multiply(@blue, #555);\n }\n\n .cdx-button:enabled.cdx-button--weight-quiet,\n .cdx-button.cdx-button--fake-button--enabled,\n .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n .diff-context,\n .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: @surface0;\n color: @text;\n border-color: @surface2;\n }\n\n .vector-feature-zebra-design-disabled,\n #contentSub:not(:empty) {\n color: @surface0 !important;\n }\n\n .mw-editfont-monospace {\n background-color: @surface0;\n color: @text;\n border-color: @surface1;\n }\n\n .diff-deletedline,\n .mw-message-box-warning {\n background-color: @yellow;\n color: @mantle;\n }\n\n .diff-addedline {\n background-color: @sky;\n color: @mantle;\n }\n\n .mw-message-box-error {\n background-color: @flamingo;\n border-color: @red;\n color: @base;\n }\n\n .mw-number-text {\n color: @text;\n }\n\n .cdx-checkbox__icon {\n background-color: @surface0;\n }\n\n .oo-ui-checkboxInputWidget.oo-ui-widget-enabled\n [type=\"checkbox\"]:checked\n + span,\n .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: @blue;\n border-color: @sapphire;\n color: @mantle !important;\n }\n\n .vector-feature-zebra-design-disabled,\n #vector-toc-pinned-container,\n .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), @base) !important;\n }\n\n #archnavbar ul li.anb-selected a {\n color: @accent-color !important;\n }\n\n .archwiki-template-message {\n background-color: @base;\n }\n\n .catlinks {\n background-color: @mantle;\n }\n\n .mw-parser-output p {\n color: @text !important;\n }\n\n .archwiki-template-meta-related-articles {\n background-color: @surface0;\n }\n\n .archwiki-template-meta-related-articles p {\n color: @text;\n border-bottom-color: @blue;\n }\n\n .archwiki-template-meta-related-articles ul li a {\n color: @blue important;\n }\n\n .mw-plusminus-neg,\n a.new {\n color: @red !important;\n }\n\n .mw-plusminus-pos {\n color: @green;\n }\n\n .mw-plusminus-null {\n color: @subtext0;\n }\n\n .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n .mw-widget-dateInputWidget-handle,\n .oo-ui-buttonElement-framed.oo-ui-widget-enabled\n > .oo-ui-buttonElement-button,\n #pagehistory li.selected {\n background-color: @surface0 !important;\n color: @text !important;\n border-color: @surface2 !important;\n }\n\n .oo-ui-menuSelectWidget {\n background-color: @surface0;\n border-color: @surface2;\n }\n\n .oo-ui-OptionWidget-highlighted {\n background-color: @overlay0 !important;\n }\n\n .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n .minoredit,\n .comment {\n color: @text;\n }\n\n .mw-footer-container {\n color: @text !important;\n }\n\n #archnavbarlist li a {\n color: @blue !important;\n }\n\n .anb-selected {\n color: @subtext1 !important;\n }\n\n .mw-footer li {\n color: @text;\n }\n\n .vector-main-menu,\n .vector-pinnable-element {\n background-color: @base !important;\n }\n\n #p-navigation ul li a {\n color: @blue !important;\n }\n\n .archwiki-template-box-note a {\n color: @blue !important;\n }\n\n .archwiki-template-box-note a:visited {\n color: @mauve !important;\n }\n\n .mw-page-title-main {\n color: @text;\n }\n\n .vector-tab-noicon mw-list-item a {\n color: @blue;\n }\n\n .mw-footer li a {\n color: @blue;\n }\n\n .mw-body {\n background-color: @base !important;\n color: @text;\n }\n\n .cdx-text-input__input:enabled {\n background-color: @surface0 !important;\n color: @text !important;\n border-color: @surface1;\n }\n\n .cdx-button:enabled,\n .cdx-button.cdxbutton--fake-button--enabled {\n color: @mantle;\n background-color: @accent-color;\n border-color: @base;\n }\n\n .cdx-menu {\n background-color: @surface0;\n }\n\n .cdx-menu:hover {\n background-color: @base !important;\n }\n\n .anb-home {\n color: @text !important;\n }\n\n .vector-dropdown-content {\n background-color: @base !important;\n }\n\n .mw-headline::before {\n color: @accent-color !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Arch Wiki Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/arch-wiki\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki\n@version 0.0.6\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki\n@description Soothing pastel theme for Arch Wiki\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('wiki.archlinux.org') {\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n #content table,\n #content h1,\n #content h2,\n #content h3,\n #content h4,\n #content h5,\n #content pre,\n #content code,\n #content tt {\n color: @text !important;\n }\n\n #archnavbar {\n background-color: @mantle !important;\n border-bottom-color: @blue !important;\n }\n .mw-parser-output {\n background-color: @base !important;\n }\n .mw-page-container {\n background-color: @mantle !important;\n }\n\n .vector-header-container {\n background-color: @base !important;\n }\n\n #content,\n header.mw-header li:not(.new),\n #mw-panel-toc,\n #mw-navigation li:not(.new),\n #mw-panel li:not(.new),\n #column-one li:not(.new),\n #footer {\n a:not([role=\"button\"], .new) {\n color: @blue !important;\n }\n }\n\n @media screen {\n html.client-darkmode {\n background-color: @base;\n }\n }\n\n .vector-feature-zebra-design-disabled,\n body {\n background-color: @base;\n }\n\n #archnavbarlogo {\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") !important;\n background-size: 190px 40px !important;\n }\n .cdx-text-input__input:enabled:focus {\n border-color: @blue;\n box-shadow: @blue !important;\n }\n\n .archwiki-template-box-tip {\n background-color: fadeout(hsla(90, 90%, 65%, 0.3), 10%) !important;\n border-color: fadeout(hsla(90, 90%, 75%, 0.3), 10%);\n color: @subtext1;\n }\n\n .archwiki-template-box-note {\n background-color: fadeout(hsla(208, 100%, 61%, 0.3), 5%) !important;\n border-color: fadeout(hsla(208, 100%, 81%, 0.3), 5%) !important;\n color: @subtext1;\n }\n\n .archwiki-template-box-warning {\n background-color: fadeout(hsla(7, 99%, 60%, 0.3), 5%) !important;\n border-color: fadeout(hsla(7, 99%, 80%, 0.3), 05%) !important;\n color: @subtext1;\n }\n\n .firstHeading {\n color: @accent-color !important;\n }\n\n #content {\n border-color: @overlay0;\n }\n\n #content pre:not([class*=\"CodeMirror\"]),\n #content code,\n #content tt {\n background-color: @surface0;\n color: @text;\n border-color: @overlay0;\n }\n\n .vector-pinned-container {\n border-color: @overlay0 !important;\n }\n\n .vector-pinnable-header-label {\n color: @text;\n }\n\n .vector-pinnable-header-toggle-button,\n .vector-pinnable-header-unpin-button {\n color: @blue;\n }\n\n .wikitable {\n background-color: @base;\n }\n\n .wikitable > tr > th,\n .wikitable > tr > td,\n .wikitable > * > tr > th,\n .wikitable > * > tr > td {\n color: @text;\n border-color: @crust;\n }\n\n .wikitable > tr > th,\n .wikitable > * > tr > th {\n background-color: @mantle;\n color: @text;\n }\n\n .pre {\n color: @mantle;\n }\n\n .mw-headline {\n color: @text;\n }\n\n .plainlinks,\n .archwiki-template-man,\n .external text {\n color: multiply(@blue, #555);\n }\n\n .cdx-button:enabled.cdx-button--weight-quiet,\n .cdx-button.cdx-button--fake-button--enabled,\n .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet,\n .diff-context,\n .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle,\n .oo-ui-checkboxInputWidget [type=\"checkbox\"] + span {\n background-color: @surface0;\n color: @text;\n border-color: @surface2;\n }\n\n .vector-feature-zebra-design-disabled,\n #contentSub:not(:empty) {\n color: @surface0 !important;\n }\n\n .mw-editfont-monospace {\n background-color: @surface0;\n color: @text;\n border-color: @surface1;\n }\n\n .diff-deletedline,\n .mw-message-box-warning {\n background-color: @yellow;\n color: @mantle;\n }\n\n .diff-addedline {\n background-color: @sky;\n color: @mantle;\n }\n\n .mw-message-box-error {\n background-color: @flamingo;\n border-color: @red;\n color: @base;\n }\n\n .mw-number-text {\n color: @text;\n }\n\n .cdx-checkbox__icon {\n background-color: @surface0;\n }\n\n .oo-ui-checkboxInputWidget.oo-ui-widget-enabled\n [type=\"checkbox\"]:checked\n + span,\n .cdx-checkbox__input:enabled:checked + .cdx-checkbox__icon,\n .cdx-button:enabled.cdx-button--weight-primary.cdx-button--action-progressive {\n background-color: @blue;\n border-color: @sapphire;\n color: @mantle !important;\n }\n\n .vector-feature-zebra-design-disabled,\n #vector-toc-pinned-container,\n .vector-toc::after {\n background: linear-gradient(rgba(255, 255, 255, 0), @base) !important;\n }\n\n #archnavbar ul li.anb-selected a {\n color: @accent-color !important;\n }\n\n .archwiki-template-message {\n background-color: @base;\n }\n\n .catlinks {\n background-color: @mantle;\n }\n\n .mw-parser-output p {\n color: @text !important;\n }\n\n .archwiki-template-meta-related-articles {\n background-color: @surface0;\n }\n\n .archwiki-template-meta-related-articles p {\n color: @text;\n border-bottom-color: @blue;\n }\n\n .archwiki-template-meta-related-articles ul li a {\n color: @blue important;\n }\n\n .mw-plusminus-neg,\n a.new {\n color: @red !important;\n }\n\n .mw-plusminus-pos {\n color: @green;\n }\n\n .mw-plusminus-null {\n color: @subtext0;\n }\n\n .oo-ui-textInputWidget .oo-ui-inputWidget-input,\n .mw-widget-dateInputWidget-handle,\n .oo-ui-buttonElement-framed.oo-ui-widget-enabled\n > .oo-ui-buttonElement-button,\n #pagehistory li.selected {\n background-color: @surface0 !important;\n color: @text !important;\n border-color: @surface2 !important;\n }\n\n .oo-ui-menuSelectWidget {\n background-color: @surface0;\n border-color: @surface2;\n }\n\n .oo-ui-OptionWidget-highlighted {\n background-color: @overlay0 !important;\n }\n\n .oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget,\n .minoredit,\n .comment {\n color: @text;\n }\n\n .mw-footer-container {\n color: @text !important;\n }\n\n #archnavbarlist li a {\n color: @blue !important;\n }\n\n .anb-selected {\n color: @subtext1 !important;\n }\n\n .mw-footer li {\n color: @text;\n }\n\n .vector-main-menu,\n .vector-pinnable-element {\n background-color: @base !important;\n }\n\n #p-navigation ul li a {\n color: @blue !important;\n }\n\n .archwiki-template-box-note a {\n color: @blue !important;\n }\n\n .archwiki-template-box-note a:visited {\n color: @mauve !important;\n }\n\n .mw-page-title-main {\n color: @text;\n }\n\n .vector-tab-noicon mw-list-item a {\n color: @blue;\n }\n\n .mw-footer li a {\n color: @blue;\n }\n\n .mw-body {\n background-color: @base !important;\n color: @text;\n }\n\n .cdx-text-input__input:enabled {\n background-color: @surface0 !important;\n color: @text !important;\n border-color: @surface1;\n }\n\n .cdx-button:enabled,\n .cdx-button.cdxbutton--fake-button--enabled {\n color: @mantle;\n background-color: @accent-color;\n border-color: @base;\n }\n\n .cdx-menu {\n background-color: @surface0;\n }\n\n .cdx-menu:hover {\n background-color: @base !important;\n }\n\n .anb-home {\n color: @text !important;\n }\n\n .vector-dropdown-content {\n background-color: @base !important;\n }\n\n .mw-headline::before {\n color: @accent-color !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Arch Wiki Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/arch-wiki", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki", - "version": "0.0.5", + "version": "0.0.6", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki", "description": "Soothing pastel theme for Arch Wiki", @@ -7602,39 +8060,43 @@ "url": "https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki", "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.css", "name": "Arch Wiki Catppuccin", - "originalDigest": "22166da1bfa1fcf3d3d9f4e0ed96ab51cb3f8795", + "originalDigest": "bea458d0147edd589a3277607e84212f33039bf9", "_id": "baf775bf-dfce-42cc-8ba5-69abe61ae1f5", - "_rev": 1708985026402, + "_rev": 1712856189536, "id": 81, - "etag": "W/\"5633a89c876d68bc29983be994a42ee5904557ab3360b384a7cc88dd10b631ea\"", - "updateDate": 1708985026338 + "etag": "W/\"8458341f2d1e79af6d934cb3f1efbaa483a9e8fe0cf6707701ea31d3f15a51ad\"", + "updateDate": 1712856189379 }, { "enabled": true, "installDate": 1708336046513, "sections": [ { - "code": "/* ==UserStyle==\n@name Next.js Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nextjs\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nextjs\n@version 0.0.1\n@description Soothing pastel theme for Next.js\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anextjs\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name Next.js Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nextjs\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nextjs\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anextjs\n@description Soothing pastel theme for Next.js\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": ":root.dark-theme {\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #b7bdf8;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #363a4f;\n --ds-gray-600: #8087a2;\n --ds-gray-700: #a5adcb;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n --ds-blue-300: #363a4f;\n --ds-blue-900: #b7bdf8;\n /* Links vertical line */\n /* App Router icon */\n --ds-blue-700: #8aadf4;\n /* Pages Router icon */\n --ds-purple-700: #c6a0f6;\n --ds-blue-400: {\n color: #24273a;\n };\n --ds-purple-400: {\n color: #24273a;\n };\n --tw-gradient-top: transparent;\n }\n :root.dark-theme .bg-blue-600 {\n background-color: #b7bdf8;\n }\n :root.dark-theme a h3 {\n color: #b7bdf8;\n }\n :root.dark-theme p a {\n color: #b7bdf8;\n }\n :root.dark-theme ul li::marker {\n color: #b7bdf8;\n }\n :root.dark-theme .text-blue-700 {\n color: #b7bdf8;\n }\n :root.dark-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.dark-theme button.navbar_search__dZT2b {\n background-color: #1e2030 !important;\n }\n :root.dark-theme input::placeholder,\n :root.dark-theme button[class*=\"navbar_search\"] {\n color: #cad3f5;\n }\n :root.dark-theme code {\n color: #b7bdf8 !important;\n }\n :root.dark-theme .shadow,\n :root.dark-theme .shadow-md,\n :root.dark-theme .shadow-sm {\n box-shadow: none !important;\n }\n :root.dark-theme .code-block_wrapper__t6FCO {\n border-color: 1px solid #363a4f !important;\n }\n :root.dark-theme .group:hover .dark\\:group-hover\\:bg-white {\n background-color: #b8c0e0;\n }\n :root.dark-theme .group:hover .dark\\:group-hover\\:text-black {\n color: #181926;\n }\n :root.dark-theme [data-docs-container] code:not(pre code),\n :root.dark-theme [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root.dark-theme td a {\n color: #b7bdf8;\n }\n :root.dark-theme .animated-optimizations_window__CjM85 {\n background: #1e2030 !important;\n }\n :root.dark-theme .features_card__xYla9,\n :root.dark-theme .foundation_root__wm0ez,\n :root.dark-theme .foundation_card__v7VKB {\n background: #24273a;\n }\n :root.dark-theme .foundation_cpu__ciXpm {\n background: #1e2030;\n }\n :root.dark-theme .header_header__zJOD0 {\n background: #24273a;\n }\n :root.dark-theme .mute,\n :root.dark-theme .subtitle {\n color: #a5adcb;\n }\n :root.dark-theme .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n :root.dark-theme .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n :root.dark-theme .gradient,\n :root.dark-theme .gradient-text {\n --text-gradient: #cad3f5;\n }\n :root.dark-theme .bg-background-200,\n :root.dark-theme .bg-vercel-100 {\n background-color: #1e2030;\n }\n :root.dark-theme .guides_book__j9vP8 {\n background: #24273a !important;\n }\n :root.dark-theme .guides_bind__9COxI {\n background: #6e738d !important;\n }\n :root.dark-theme .bg-gray-50 {\n background-color: #1e2030;\n }\n :root.dark-theme .styled-scrollbar {\n scrollbar-color: #b7bdf8 transparent;\n }\n :root.dark-theme .code-block_pre___OLfy {\n --shiki-token-punctuation: #939ab7;\n --shiki-token-constant: #f5a97f;\n --shiki-token-string: #a6da95;\n --shiki-token-string-expression: #a6da95;\n --shiki-token-comment: #6e738d;\n --shiki-token-keyword: #c6a0f6;\n --shiki-token-parameter: #ee99a0;\n --shiki-token-function: #8aadf4;\n }\n :root.dark-theme img[alt=\"GitHub Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2215.673%22%20viewBox%3D%220%200%2016%2015.673%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.976%200C3.566%200%200%203.592%200%208.035c0%203.552%202.285%206.559%205.454%207.623%200.396%200.08%200.541%20-0.173%200.541%20-0.386%200%20-0.186%20-0.013%20-0.825%20-0.013%20-1.49%20-2.219%200.479%20-2.681%20-0.958%20-2.681%20-0.958%20-0.357%20-0.931%20-0.885%20-1.171%20-0.885%20-1.171%20-0.726%20-0.492%200.053%20-0.492%200.053%20-0.492%200.806%200.053%201.228%200.825%201.228%200.825%200.713%201.224%201.862%200.878%202.324%200.665%200.066%20-0.519%200.277%20-0.878%200.502%20-1.078%20-1.77%20-0.186%20-3.632%20-0.878%20-3.632%20-3.965%200%20-0.878%200.317%20-1.596%200.819%20-2.155%20-0.079%20-0.2%20-0.357%20-1.024%200.079%20-2.129%200%200%200.673%20-0.213%202.192%200.825a7.669%207.669%200%200%201%201.994%20-0.266c0.673%200%201.36%200.093%201.994%200.266%201.519%20-1.038%202.192%20-0.825%202.192%20-0.825%200.436%201.104%200.158%201.929%200.079%202.129%200.515%200.559%200.819%201.277%200.819%202.155%200%203.087%20-1.862%203.765%20-3.645%203.965%200.291%200.253%200.541%200.732%200.541%201.49%200%201.078%20-0.013%201.942%20-0.013%202.208%200%200.213%200.145%200.466%200.541%200.386%203.169%20-1.064%205.454%20-4.071%205.454%20-7.623C15.952%203.592%2012.374%200%207.976%200z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.dark-theme img[alt=\"X Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2216%22%20shape-rendering%3D%22geometricPrecision%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20d%3D%22M16.99%200h3.308l-7.227%208.26%208.502%2011.24h-6.657l-5.214-6.817L3.736%2019.5H.426l7.73-8.835L0%200h6.826l4.713%206.231L16.99%200Zm-1.161%2017.52h1.833L5.83%201.876H3.863L15.829%2017.52Z%22%20stroke%3D%22none%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.light-theme {\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #b7bdf8;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #363a4f;\n --ds-gray-600: #8087a2;\n --ds-gray-700: #a5adcb;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n --ds-blue-300: #363a4f;\n --ds-blue-900: #b7bdf8;\n /* Links vertical line */\n /* App Router icon */\n --ds-blue-700: #8aadf4;\n /* Pages Router icon */\n --ds-purple-700: #c6a0f6;\n --ds-blue-400: {\n color: #24273a;\n };\n --ds-purple-400: {\n color: #24273a;\n };\n --tw-gradient-top: transparent;\n }\n :root.light-theme .bg-blue-600 {\n background-color: #b7bdf8;\n }\n :root.light-theme a h3 {\n color: #b7bdf8;\n }\n :root.light-theme p a {\n color: #b7bdf8;\n }\n :root.light-theme ul li::marker {\n color: #b7bdf8;\n }\n :root.light-theme .text-blue-700 {\n color: #b7bdf8;\n }\n :root.light-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.light-theme button.navbar_search__dZT2b {\n background-color: #1e2030 !important;\n }\n :root.light-theme input::placeholder,\n :root.light-theme button[class*=\"navbar_search\"] {\n color: #cad3f5;\n }\n :root.light-theme code {\n color: #b7bdf8 !important;\n }\n :root.light-theme .shadow,\n :root.light-theme .shadow-md,\n :root.light-theme .shadow-sm {\n box-shadow: none !important;\n }\n :root.light-theme .code-block_wrapper__t6FCO {\n border-color: 1px solid #363a4f !important;\n }\n :root.light-theme .group:hover .dark\\:group-hover\\:bg-white {\n background-color: #b8c0e0;\n }\n :root.light-theme .group:hover .dark\\:group-hover\\:text-black {\n color: #181926;\n }\n :root.light-theme [data-docs-container] code:not(pre code),\n :root.light-theme [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root.light-theme td a {\n color: #b7bdf8;\n }\n :root.light-theme .animated-optimizations_window__CjM85 {\n background: #1e2030 !important;\n }\n :root.light-theme .features_card__xYla9,\n :root.light-theme .foundation_root__wm0ez,\n :root.light-theme .foundation_card__v7VKB {\n background: #24273a;\n }\n :root.light-theme .foundation_cpu__ciXpm {\n background: #1e2030;\n }\n :root.light-theme .header_header__zJOD0 {\n background: #24273a;\n }\n :root.light-theme .mute,\n :root.light-theme .subtitle {\n color: #a5adcb;\n }\n :root.light-theme .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n :root.light-theme .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n :root.light-theme .gradient,\n :root.light-theme .gradient-text {\n --text-gradient: #cad3f5;\n }\n :root.light-theme .bg-background-200,\n :root.light-theme .bg-vercel-100 {\n background-color: #1e2030;\n }\n :root.light-theme .guides_book__j9vP8 {\n background: #24273a !important;\n }\n :root.light-theme .guides_bind__9COxI {\n background: #6e738d !important;\n }\n :root.light-theme .bg-gray-50 {\n background-color: #1e2030;\n }\n :root.light-theme .styled-scrollbar {\n scrollbar-color: #b7bdf8 transparent;\n }\n :root.light-theme .code-block_pre___OLfy {\n --shiki-token-punctuation: #939ab7;\n --shiki-token-constant: #f5a97f;\n --shiki-token-string: #a6da95;\n --shiki-token-string-expression: #a6da95;\n --shiki-token-comment: #6e738d;\n --shiki-token-keyword: #c6a0f6;\n --shiki-token-parameter: #ee99a0;\n --shiki-token-function: #8aadf4;\n }\n :root.light-theme img[alt=\"GitHub Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2215.673%22%20viewBox%3D%220%200%2016%2015.673%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.976%200C3.566%200%200%203.592%200%208.035c0%203.552%202.285%206.559%205.454%207.623%200.396%200.08%200.541%20-0.173%200.541%20-0.386%200%20-0.186%20-0.013%20-0.825%20-0.013%20-1.49%20-2.219%200.479%20-2.681%20-0.958%20-2.681%20-0.958%20-0.357%20-0.931%20-0.885%20-1.171%20-0.885%20-1.171%20-0.726%20-0.492%200.053%20-0.492%200.053%20-0.492%200.806%200.053%201.228%200.825%201.228%200.825%200.713%201.224%201.862%200.878%202.324%200.665%200.066%20-0.519%200.277%20-0.878%200.502%20-1.078%20-1.77%20-0.186%20-3.632%20-0.878%20-3.632%20-3.965%200%20-0.878%200.317%20-1.596%200.819%20-2.155%20-0.079%20-0.2%20-0.357%20-1.024%200.079%20-2.129%200%200%200.673%20-0.213%202.192%200.825a7.669%207.669%200%200%201%201.994%20-0.266c0.673%200%201.36%200.093%201.994%200.266%201.519%20-1.038%202.192%20-0.825%202.192%20-0.825%200.436%201.104%200.158%201.929%200.079%202.129%200.515%200.559%200.819%201.277%200.819%202.155%200%203.087%20-1.862%203.765%20-3.645%203.965%200.291%200.253%200.541%200.732%200.541%201.49%200%201.078%20-0.013%201.942%20-0.013%202.208%200%200.213%200.145%200.466%200.541%200.386%203.169%20-1.064%205.454%20-4.071%205.454%20-7.623C15.952%203.592%2012.374%200%207.976%200z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.light-theme img[alt=\"X Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2216%22%20shape-rendering%3D%22geometricPrecision%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20d%3D%22M16.99%200h3.308l-7.227%208.26%208.502%2011.24h-6.657l-5.214-6.817L3.736%2019.5H.426l7.73-8.835L0%200h6.826l4.713%206.231L16.99%200Zm-1.161%2017.52h1.833L5.83%201.876H3.863L15.829%2017.52Z%22%20stroke%3D%22none%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n /* prettier-ignore */", + "code": ":root.dark-theme {\n color-scheme: dark;\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #b7bdf8;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #363a4f;\n --ds-gray-600: #8087a2;\n --ds-gray-700: #a5adcb;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n --ds-blue-300: #363a4f;\n --ds-blue-900: #b7bdf8;\n /* Links vertical line */\n /* App Router icon */\n --ds-blue-700: #8aadf4;\n /* Pages Router icon */\n --ds-purple-700: #c6a0f6;\n --ds-blue-400: #24273a;\n --ds-purple-400: #24273a;\n --tw-gradient-top: transparent;\n }\n :root.dark-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark-theme input::placeholder,\n :root.dark-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark-theme .bg-blue-600 {\n background-color: #b7bdf8;\n }\n :root.dark-theme a h3 {\n color: #b7bdf8;\n }\n :root.dark-theme p a {\n color: #b7bdf8;\n }\n :root.dark-theme ul li::marker {\n color: #b7bdf8;\n }\n :root.dark-theme .text-blue-700 {\n color: #b7bdf8;\n }\n :root.dark-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.dark-theme button[class*=\"navbar_search\"] {\n background-color: #1e2030 !important;\n color: #a5adcb;\n }\n :root.dark-theme code {\n color: #b7bdf8 !important;\n }\n :root.dark-theme .shadow,\n :root.dark-theme .shadow-md,\n :root.dark-theme .shadow-sm {\n box-shadow: none !important;\n }\n :root.dark-theme .code-block_wrapper__t6FCO {\n border-color: 1px solid #363a4f !important;\n }\n :root.dark-theme .group:hover .dark\\:group-hover\\:bg-white {\n background-color: #b8c0e0;\n }\n :root.dark-theme .group:hover .dark\\:group-hover\\:text-black {\n color: #181926;\n }\n :root.dark-theme [data-docs-container] code:not(pre code),\n :root.dark-theme [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root.dark-theme td a {\n color: #b7bdf8;\n }\n :root.dark-theme .animated-optimizations_window__CjM85 {\n background: #1e2030 !important;\n }\n :root.dark-theme .features_card__xYla9,\n :root.dark-theme .foundation_root__wm0ez,\n :root.dark-theme .foundation_card__v7VKB {\n background: #24273a;\n }\n :root.dark-theme .foundation_cpu__ciXpm {\n background: #1e2030;\n }\n :root.dark-theme .header_header__zJOD0 {\n background: #24273a;\n }\n :root.dark-theme .mute,\n :root.dark-theme .subtitle {\n color: #a5adcb;\n }\n :root.dark-theme .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n :root.dark-theme .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n :root.dark-theme .gradient,\n :root.dark-theme .gradient-text {\n --text-gradient: #cad3f5;\n }\n :root.dark-theme .bg-background-200,\n :root.dark-theme .bg-vercel-100 {\n background-color: #1e2030;\n }\n :root.dark-theme .guides_book__j9vP8 {\n background: #24273a !important;\n }\n :root.dark-theme .guides_bind__9COxI {\n background: #6e738d !important;\n }\n :root.dark-theme .bg-gray-50 {\n background-color: #1e2030;\n }\n :root.dark-theme .styled-scrollbar {\n scrollbar-color: #b7bdf8 transparent;\n }\n :root.dark-theme .code-block_pre___OLfy {\n --shiki-token-punctuation: #939ab7;\n --shiki-token-constant: #f5a97f;\n --shiki-token-string: #a6da95;\n --shiki-token-string-expression: #a6da95;\n --shiki-token-comment: #6e738d;\n --shiki-token-keyword: #c6a0f6;\n --shiki-token-parameter: #ee99a0;\n --shiki-token-function: #8aadf4;\n }\n :root.dark-theme img[alt=\"GitHub Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2215.673%22%20viewBox%3D%220%200%2016%2015.673%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.976%200C3.566%200%200%203.592%200%208.035a8.03%208.03%200%200%200%205.454%207.623c.396.08.541-.173.541-.386%200-.186-.013-.825-.013-1.49-2.219.479-2.681-.958-2.681-.958-.357-.931-.885-1.171-.885-1.171-.726-.492.053-.492.053-.492.806.053%201.228.825%201.228.825.713%201.224%201.862.878%202.324.665.066-.519.277-.878.502-1.078-1.77-.186-3.632-.878-3.632-3.965%200-.878.317-1.596.819-2.155-.079-.2-.357-1.024.079-2.129%200%200%20.673-.213%202.192.825a7.7%207.7%200%200%201%201.994-.266c.673%200%201.36.093%201.994.266%201.519-1.038%202.192-.825%202.192-.825.436%201.104.158%201.929.079%202.129.515.559.819%201.277.819%202.155%200%203.087-1.862%203.765-3.645%203.965.291.253.541.732.541%201.49%200%201.078-.013%201.942-.013%202.208%200%20.213.145.466.541.386a8.03%208.03%200%200%200%205.454-7.623C15.952%203.592%2012.374%200%207.976%200%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.dark-theme img[alt=\"X Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2216%22%20shape-rendering%3D%22geometricPrecision%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20d%3D%22M16.99%200h3.308l-7.227%208.26%208.502%2011.24h-6.657l-5.214-6.817L3.736%2019.5H.426l7.73-8.835L0%200h6.826l4.713%206.231zm-1.161%2017.52h1.833L5.83%201.876H3.863z%22%20stroke%3D%22none%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.light-theme {\n color-scheme: dark;\n --geist-foreground: #cad3f5;\n --geist-background: #1e2030;\n --accents-1: #24273a;\n --accents-2: #363a4f;\n --accents-3: #494d64;\n --accents-4: #5b6078;\n --accents-5: #6e738d;\n --accents-6: #8087a2;\n --accents-7: #939ab7;\n --accents-8: #a5adcb;\n --geist-link-color: #f4dbd6;\n --geist-selection: #a5adcb;\n --geist-success: #b7bdf8;\n --geist-error: #ed8796;\n --geist-cyan: #8bd5ca;\n --ds-background-100: #24273a;\n --ds-background-200: #363a4f;\n --ds-gray-100: #24273a;\n --ds-gray-200: #363a4f;\n --ds-gray-300: #494d64;\n --ds-gray-400: #363a4f;\n --ds-gray-600: #8087a2;\n --ds-gray-700: #a5adcb;\n --ds-gray-1000: #cad3f5;\n --ds-gray-900: #a5adcb;\n --ds-gray-800: #b8c0e0;\n --ds-red-800: #ed8796;\n --ds-red-900: #f09da9;\n --ds-blue-300: #363a4f;\n --ds-blue-900: #b7bdf8;\n /* Links vertical line */\n /* App Router icon */\n --ds-blue-700: #8aadf4;\n /* Pages Router icon */\n --ds-purple-700: #c6a0f6;\n --ds-blue-400: #24273a;\n --ds-purple-400: #24273a;\n --tw-gradient-top: transparent;\n }\n :root.light-theme ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.light-theme input::placeholder,\n :root.light-theme textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.light-theme .bg-blue-600 {\n background-color: #b7bdf8;\n }\n :root.light-theme a h3 {\n color: #b7bdf8;\n }\n :root.light-theme p a {\n color: #b7bdf8;\n }\n :root.light-theme ul li::marker {\n color: #b7bdf8;\n }\n :root.light-theme .text-blue-700 {\n color: #b7bdf8;\n }\n :root.light-theme svg {\n --geist-stroke: var(--geist-background) !important;\n }\n :root.light-theme button[class*=\"navbar_search\"] {\n background-color: #1e2030 !important;\n color: #a5adcb;\n }\n :root.light-theme code {\n color: #b7bdf8 !important;\n }\n :root.light-theme .shadow,\n :root.light-theme .shadow-md,\n :root.light-theme .shadow-sm {\n box-shadow: none !important;\n }\n :root.light-theme .code-block_wrapper__t6FCO {\n border-color: 1px solid #363a4f !important;\n }\n :root.light-theme .group:hover .dark\\:group-hover\\:bg-white {\n background-color: #b8c0e0;\n }\n :root.light-theme .group:hover .dark\\:group-hover\\:text-black {\n color: #181926;\n }\n :root.light-theme [data-docs-container] code:not(pre code),\n :root.light-theme [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid #363a4f !important;\n background-color: #1e2030 !important;\n }\n :root.light-theme td a {\n color: #b7bdf8;\n }\n :root.light-theme .animated-optimizations_window__CjM85 {\n background: #1e2030 !important;\n }\n :root.light-theme .features_card__xYla9,\n :root.light-theme .foundation_root__wm0ez,\n :root.light-theme .foundation_card__v7VKB {\n background: #24273a;\n }\n :root.light-theme .foundation_cpu__ciXpm {\n background: #1e2030;\n }\n :root.light-theme .header_header__zJOD0 {\n background: #24273a;\n }\n :root.light-theme .mute,\n :root.light-theme .subtitle {\n color: #a5adcb;\n }\n :root.light-theme .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n :root.light-theme .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n :root.light-theme .gradient,\n :root.light-theme .gradient-text {\n --text-gradient: #cad3f5;\n }\n :root.light-theme .bg-background-200,\n :root.light-theme .bg-vercel-100 {\n background-color: #1e2030;\n }\n :root.light-theme .guides_book__j9vP8 {\n background: #24273a !important;\n }\n :root.light-theme .guides_bind__9COxI {\n background: #6e738d !important;\n }\n :root.light-theme .bg-gray-50 {\n background-color: #1e2030;\n }\n :root.light-theme .styled-scrollbar {\n scrollbar-color: #b7bdf8 transparent;\n }\n :root.light-theme .code-block_pre___OLfy {\n --shiki-token-punctuation: #939ab7;\n --shiki-token-constant: #f5a97f;\n --shiki-token-string: #a6da95;\n --shiki-token-string-expression: #a6da95;\n --shiki-token-comment: #6e738d;\n --shiki-token-keyword: #c6a0f6;\n --shiki-token-parameter: #ee99a0;\n --shiki-token-function: #8aadf4;\n }\n :root.light-theme img[alt=\"GitHub Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2215.673%22%20viewBox%3D%220%200%2016%2015.673%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.976%200C3.566%200%200%203.592%200%208.035a8.03%208.03%200%200%200%205.454%207.623c.396.08.541-.173.541-.386%200-.186-.013-.825-.013-1.49-2.219.479-2.681-.958-2.681-.958-.357-.931-.885-1.171-.885-1.171-.726-.492.053-.492.053-.492.806.053%201.228.825%201.228.825.713%201.224%201.862.878%202.324.665.066-.519.277-.878.502-1.078-1.77-.186-3.632-.878-3.632-3.965%200-.878.317-1.596.819-2.155-.079-.2-.357-1.024.079-2.129%200%200%20.673-.213%202.192.825a7.7%207.7%200%200%201%201.994-.266c.673%200%201.36.093%201.994.266%201.519-1.038%202.192-.825%202.192-.825.436%201.104.158%201.929.079%202.129.515.559.819%201.277.819%202.155%200%203.087-1.862%203.765-3.645%203.965.291.253.541.732.541%201.49%200%201.078-.013%201.942-.013%202.208%200%20.213.145.466.541.386a8.03%208.03%200%200%200%205.454-7.623C15.952%203.592%2012.374%200%207.976%200%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root.light-theme img[alt=\"X Logo\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2216%22%20shape-rendering%3D%22geometricPrecision%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2216%22%3E%3Cpath%20fill%3D%22%23a5adcb%22%20d%3D%22M16.99%200h3.308l-7.227%208.26%208.502%2011.24h-6.657l-5.214-6.817L3.736%2019.5H.426l7.73-8.835L0%200h6.826l4.713%206.231zm-1.161%2017.52h1.833L5.83%201.876H3.863z%22%20stroke%3D%22none%22/%3E%3C/svg%3E\") no-repeat !important;\n }", "start": 1038, "domains": [ "nextjs.org" ] + }, + { + "code": "/* prettier-ignore */", + "start": 13630 } ], - "sourceCode": "/* ==UserStyle==\n@name Next.js Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nextjs\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nextjs\n@version 0.0.1\n@description Soothing pastel theme for Next.js\n@author Catppuccin\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anextjs\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappe\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n@-moz-document domain(\"nextjs.org\") {\n :root.dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root.light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --geist-foreground: @text;\n --geist-background: @mantle;\n --accents-1: @base;\n --accents-2: @surface0;\n --accents-3: @surface1;\n --accents-4: @surface2;\n --accents-5: @overlay0;\n --accents-6: @overlay1;\n --accents-7: @overlay2;\n --accents-8: @subtext0;\n --geist-link-color: @rosewater;\n --geist-selection: @subtext0;\n --geist-success: @accent-color;\n --geist-error: @red;\n --geist-cyan: @teal;\n\n --ds-background-100: @base;\n --ds-background-200: @surface0;\n --ds-gray-100: @base;\n --ds-gray-200: @surface0;\n --ds-gray-300: @surface1;\n --ds-gray-400: @surface0;\n --ds-gray-600: @overlay1;\n --ds-gray-700: @subtext0;\n --ds-gray-1000: @text;\n --ds-gray-900: @subtext0;\n --ds-gray-800: @subtext1;\n\n --ds-red-800: @red;\n --ds-red-900: lighten(@red, 5%);\n\n --ds-blue-300: @surface0;\n --ds-blue-900: @accent-color;\n\n /* Links vertical line */\n .bg-blue-600 {\n background-color: @accent-color;\n }\n\n /* App Router icon */\n --ds-blue-700: @blue;\n\n /* Pages Router icon */\n --ds-purple-700: @mauve;\n\n --ds-blue-400: {\n color: @base;\n };\n\n --ds-purple-400: {\n color: @base;\n };\n\n --tw-gradient-top: transparent;\n\n a h3 {\n color: @accent-color;\n }\n\n p a {\n color: @accent-color;\n }\n\n ul li::marker {\n color: @accent-color;\n }\n\n .text-blue-700 {\n color: @accent-color;\n }\n\n svg {\n --geist-stroke: var(--geist-background) !important;\n }\n\n button.navbar_search__dZT2b {\n background-color: @mantle !important;\n }\n\n input::placeholder,\n button[class*=\"navbar_search\"] {\n color: @text;\n }\n\n code {\n color: @accent-color !important;\n }\n\n .shadow,\n .shadow-md,\n .shadow-sm {\n box-shadow: none !important;\n }\n\n .code-block_wrapper__t6FCO {\n border-color: 1px solid @surface0 !important;\n }\n\n .group:hover .dark\\:group-hover\\:bg-white {\n background-color: @subtext1;\n }\n\n .group:hover .dark\\:group-hover\\:text-black {\n color: @crust;\n }\n\n [data-docs-container] code:not(pre code),\n [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid @surface0 !important;\n background-color: @mantle !important;\n }\n\n td a {\n color: @accent-color;\n }\n\n .animated-optimizations_window__CjM85 {\n background: @mantle !important;\n }\n\n .features_card__xYla9,\n .foundation_root__wm0ez,\n .foundation_card__v7VKB {\n background: @base;\n }\n\n .foundation_cpu__ciXpm {\n background: @mantle;\n }\n\n .header_header__zJOD0 {\n background: @base;\n }\n\n .mute,\n .subtitle {\n color: @subtext0;\n }\n\n .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n\n .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n\n .gradient,\n .gradient-text {\n --text-gradient: @text;\n }\n\n .bg-background-200,\n .bg-vercel-100 {\n background-color: @mantle;\n }\n\n .guides_book__j9vP8 {\n background: @base !important;\n }\n\n .guides_bind__9COxI {\n background: @overlay0 !important;\n }\n\n .bg-gray-50 {\n background-color: @mantle;\n }\n\n .styled-scrollbar {\n scrollbar-color: @accent-color transparent;\n }\n\n .code-block_pre___OLfy {\n --shiki-token-punctuation: @overlay2;\n --shiki-token-constant: @peach;\n --shiki-token-string: @green;\n --shiki-token-string-expression: @green;\n --shiki-token-comment: @overlay0;\n --shiki-token-keyword: @mauve;\n --shiki-token-parameter: @maroon;\n --shiki-token-function: @blue;\n }\n\n img[alt=\"GitHub Logo\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n img[alt=\"X Logo\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n }\n}\n// vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name Next.js Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/nextjs\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nextjs\n@version 0.0.3\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anextjs\n@description Soothing pastel theme for Next.js\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"nextjs.org\") {\n :root.dark-theme {\n #catppuccin(@darkFlavor, @accentColor);\n }\n :root.light-theme {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --geist-foreground: @text;\n --geist-background: @mantle;\n --accents-1: @base;\n --accents-2: @surface0;\n --accents-3: @surface1;\n --accents-4: @surface2;\n --accents-5: @overlay0;\n --accents-6: @overlay1;\n --accents-7: @overlay2;\n --accents-8: @subtext0;\n --geist-link-color: @rosewater;\n --geist-selection: @subtext0;\n --geist-success: @accent-color;\n --geist-error: @red;\n --geist-cyan: @teal;\n\n --ds-background-100: @base;\n --ds-background-200: @surface0;\n --ds-gray-100: @base;\n --ds-gray-200: @surface0;\n --ds-gray-300: @surface1;\n --ds-gray-400: @surface0;\n --ds-gray-600: @overlay1;\n --ds-gray-700: @subtext0;\n --ds-gray-1000: @text;\n --ds-gray-900: @subtext0;\n --ds-gray-800: @subtext1;\n\n --ds-red-800: @red;\n --ds-red-900: lighten(@red, 5%);\n\n --ds-blue-300: @surface0;\n --ds-blue-900: @accent-color;\n\n /* Links vertical line */\n .bg-blue-600 {\n background-color: @accent-color;\n }\n\n /* App Router icon */\n --ds-blue-700: @blue;\n\n /* Pages Router icon */\n --ds-purple-700: @mauve;\n\n --ds-blue-400: @base;\n\n --ds-purple-400: @base;\n\n --tw-gradient-top: transparent;\n\n a h3 {\n color: @accent-color;\n }\n\n p a {\n color: @accent-color;\n }\n\n ul li::marker {\n color: @accent-color;\n }\n\n .text-blue-700 {\n color: @accent-color;\n }\n\n svg {\n --geist-stroke: var(--geist-background) !important;\n }\n\n button[class*=\"navbar_search\"] {\n background-color: @mantle !important;\n color: @subtext0;\n }\n\n code {\n color: @accent-color !important;\n }\n\n .shadow,\n .shadow-md,\n .shadow-sm {\n box-shadow: none !important;\n }\n\n .code-block_wrapper__t6FCO {\n border-color: 1px solid @surface0 !important;\n }\n\n .group:hover .dark\\:group-hover\\:bg-white {\n background-color: @subtext1;\n }\n\n .group:hover .dark\\:group-hover\\:text-black {\n color: @crust;\n }\n\n [data-docs-container] code:not(pre code),\n [data-docs-table-of-contents] code:not(pre code) {\n border-color: 1px solid @surface0 !important;\n background-color: @mantle !important;\n }\n\n td a {\n color: @accent-color;\n }\n\n .animated-optimizations_window__CjM85 {\n background: @mantle !important;\n }\n\n .features_card__xYla9,\n .foundation_root__wm0ez,\n .foundation_card__v7VKB {\n background: @base;\n }\n\n .foundation_cpu__ciXpm {\n background: @mantle;\n }\n\n .header_header__zJOD0 {\n background: @base;\n }\n\n .mute,\n .subtitle {\n color: @subtext0;\n }\n\n .mobile-menu_mobileMenu__xqbOP a.mobile-menu_selected__G55UL {\n color: var(--geist-background);\n }\n\n .dark-theme .dark\\:bg-black\\/50 {\n background-color: var(--geist-background);\n }\n\n .gradient,\n .gradient-text {\n --text-gradient: @text;\n }\n\n .bg-background-200,\n .bg-vercel-100 {\n background-color: @mantle;\n }\n\n .guides_book__j9vP8 {\n background: @base !important;\n }\n\n .guides_bind__9COxI {\n background: @overlay0 !important;\n }\n\n .bg-gray-50 {\n background-color: @mantle;\n }\n\n .styled-scrollbar {\n scrollbar-color: @accent-color transparent;\n }\n\n .code-block_pre___OLfy {\n --shiki-token-punctuation: @overlay2;\n --shiki-token-constant: @peach;\n --shiki-token-string: @green;\n --shiki-token-string-expression: @green;\n --shiki-token-comment: @overlay0;\n --shiki-token-keyword: @mauve;\n --shiki-token-parameter: @maroon;\n --shiki-token-function: @blue;\n }\n\n img[alt=\"GitHub Logo\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n img[alt=\"X Logo\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 16px !important;\n padding-top: 16px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "Next.js Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/nextjs", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/nextjs", - "version": "0.0.1", - "description": "Soothing pastel theme for Next.js", - "author": "Catppuccin", + "version": "0.0.3", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anextjs", + "description": "Soothing pastel theme for Next.js", + "author": "Catppuccin", "license": "MIT", "preprocessor": "less", "vars": { @@ -7652,7 +8114,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -7681,7 +8143,7 @@ }, { "name": "frappe", - "label": "Frappe", + "label": "Frappé", "value": "frappe" }, { @@ -7787,34 +8249,39 @@ "url": "https://github.com/catppuccin/userstyles/tree/main/styles/nextjs", "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/nextjs/catppuccin.user.css", "name": "Next.js Catppuccin", - "originalDigest": "fad63630be8f6ccc2c7e8df32257b6f51905265d", + "originalDigest": "b942f9de741143b073b33b6342e1b716a5a9439b", "_id": "ed87506f-efb2-475c-b70e-71e108744a5f", - "_rev": 1708336046513, + "_rev": 1712856189402, "id": 82, - "etag": "W/\"9c9b3c24baccee53e16f34b0c62249b9e90a03305e219c607b01b3e0d95a5fdf\"" + "etag": "W/\"7ec6c055e9050222365afb6517772fbdd7b833b6ed6d66f07074752181535117\"", + "updateDate": 1712856189376 }, { "enabled": true, "installDate": 1708336057235, "sections": [ { - "code": "/* ==UserStyle==\n@name DuckDuckGo Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/duckduckgo\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo\n@version 0.1.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo\n@description Soothing pastel theme for DuckDuckGo\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name DuckDuckGo Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/duckduckgo\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo\n@version 0.1.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo\n@description Soothing pastel theme for DuckDuckGo\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "@media (prefers-color-scheme: light) {\n :root {\n --sds-color-text-02: #cad3f5 !important;\n --theme-col-txt-page-separator: #cad3f5!important;\n --theme-col-page-separator: #cad3f5 !important;\n --theme-col-txt-url: #cad3f5 !important;\n --theme-col-txt-title-visited: #c6a0f6 !important;\n --theme-col-txt-snippet: #cad3f5 !important;\n --theme-col-txt-card-title: #cad3f5;\n --theme-col-txt-url-domain: #b8c0e0 !important;\n --theme-col-txt-title: #8aadf4 !important;\n --theme-col-bg-card: #363a4f !important;\n --theme-col-about-link: #8aadf4;\n --theme-col-border-ui: #494d64 !important;\n --theme-col-bg-expandcollapse: #363a4f !important;\n --sds-color-palette-gray-60: #b7bdf8 !important;\n --theme-col-txt-url-path: #a5adcb !important;\n --theme-col-border-expandcollapse: #494d64;\n --col-blue-50: #7dc4e4 !important;\n --col-blue-60: #8aadf4 !important;\n --theme-col-bg-page: #24273a !important;\n --sds-color-text-01: #cad3f5 !important;\n --sds-color-text-on-color: #24273a !important;\n --theme-spp-high-contrast-text-secondary: #b7bdf8 !important;\n --theme-spp-high-contrast-card-indicator-color: #363a4f !important;\n --theme-spp-high-contrast-title-span-text: #cad3f5 !important;\n --theme-spp-high-contrast-bg: #363a4f !important;\n --sds-color-palette-yellow-50: #eed49f !important;\n --sds-color-text-04: #b8c0e0 !important;\n --theme-col-txt-card-body: #cad3f5 !important;\n --theme-col-txt-qna-details: #a5adcb !important;\n --theme-col-txt-card: #cad3f5 !important;\n --sds-color-text-03: #a5adcb !important;\n --col-slate-light: #a5adcb;\n --col-silver-dark: #8087a2;\n --theme-col-txt-button-secondary: #b7bdf8 !important;\n --theme-bg-legacy-home: #24273a !important;\n --theme-bg-cta-cards: #363a4f !important;\n --theme-button-primary-bg: #8aadf4 !important;\n --theme-button-primary-bg--hover: #8aadf4 !important;\n --theme-button-primary-bg--active: #8aadf4 !important;\n --theme-button-primary-text: #181926 !important;\n --theme-badge-fg--green: #181926 !important;\n --theme-browser-comparison-table-check-bg: #a6da95 !important;\n --theme-browser-comparison-table-cross-bg: #ed8796 !important;\n --theme-searchbox-bg: #363a4f !important;\n --theme-searchbox-bg--hover: #363a4f !important;\n --theme-searchbox-bg--active: #363a4f !important;\n --theme-searchbox-bg--focused: #363a4f !important;\n --theme-border-color-legacy-home-searchbox: #5b6078 !important;\n --theme-button-link-text: #8aadf4 !important;\n --theme-browser-comparison-table-badge-text: #cad3f5 !important;\n --theme-badge-bg--green: #a6da95 !important;\n --theme-badge-bg--yellow: #eed49f !important;\n --theme-atb-button-bg: #8aadf4;\n --theme-atb-button-bg--hover: #8aadf4;\n --theme-atb-button-bg--active: #8aadf4;\n --col-silver-light: #494d64 !important;\n --theme-col-card-inner-border: #5b6078 !important;\n --sds-color-text-link-02: #cad3f5 !important;\n --sds-color-text-link-02--hover: #b8c0e0 !important;\n --theme-text-legacy-home: #cad3f5 !important;\n --theme-browser-comparison-table-row-bg: #363a4f !important;\n --theme-browser-comparison-table-row-alt-bg: #494d64 !important;\n --theme-bg-home-bottom: #24273a !important;\n --theme-atb-card-back-bg: #363a4f !important;\n --theme-atb-card-front-bg: #494d64 !important;\n --theme-text-bg: #cad3f5 !important;\n --theme-accordion-background--expanded: #363a4f !important;\n --theme-accordion-background: #494d64 !important;\n --theme-footer-link-text: #8aadf4 !important;\n --theme-sidemenu-bg: #363a4f !important;\n --theme-col-txt-button-tertiary: #cad3f5 !important;\n --theme-bg-legacy-home-searchbox: #363a4f !important;\n --theme-bg-info-snippet: #5b6078 !important;\n --theme-button-tertiary-txt: #cad3f5 !important;\n --theme-browser-comparison-table-icon-bg: #1e2030 !important;\n --theme-col-bg-ui: #1e2030 !important;\n }\n :root .featureCards_root__brAX3 {\n --feature-card-background-color: #363a4f !important;\n }\n :root .footer,\n :root .switch__knob .modal--dropdown--settings,\n :root .settings-dropdown--section,\n :root .frm__field,\n :root .frm__switch,\n :root .tileview .metabar--fixed,\n :root body,\n :root .frm__switch__label.btn::after,\n :root .zci,\n :root html,\n :root .body--home,\n :root html.displayable-atb-banner .body--home,\n :root .site-wrapper,\n :root .region__body,\n :root .badge-link,\n :root .module--carousel__image-wrapper,\n :root .result__image,\n :root .vertical--map__sidebar,\n :root .vertical--map__sidebar__header,\n :root .page-chrome_newtab,\n :root .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n :root .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded .metabar:not(.is-stuck) {\n background-color: #24273a !important;\n }\n :root .module--translations .dropdown--translation-select,\n :root .module--translations-translatedtext {\n background: #363a4f !important;\n border-color: #363a4f;\n }\n :root .module--translations .module--translations-translatedtext.is-placeholder,\n :root .module--translations-original textarea::placeholder {\n color: #b8c0e0;\n }\n :root .module--translations-swap-svg {\n fill: #cad3f5 !important;\n }\n :root .module--translations-original textarea,\n :root .module--translations-translatedtext,\n :root .module--translations-footer a {\n color: #cad3f5;\n }\n :root .module--translations-clear,\n :root .module--translations-copy {\n color: #a5adcb !important;\n }\n :root .modal__list__filter input {\n background: #1e2030;\n }\n :root .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root .module__toggle,\n :root .tile__expand {\n background-color: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root .module__title__link,\n :root .module__text,\n :root .pln,\n :root .pun,\n :root code,\n :root .module__more-at-bottom {\n color: #cad3f5 !important;\n }\n :root code {\n background-color: #24273a !important;\n }\n :root .lit {\n color: #f5a97f !important;\n }\n :root .com {\n color: #b8c0e0 !important;\n }\n :root .str {\n color: #a6da95 !important;\n }\n :root .atv {\n color: #8bd5ca !important;\n }\n :root .module__title__sub {\n color: #a5adcb;\n }\n :root .prettyprint {\n background-color: #1e2030;\n }\n :root .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, #eed49f, #8aadf4);\n }\n :root .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: #363a4f !important;\n }\n :root .module--definitions__pronunciation {\n color: #a5adcb !important;\n }\n :root .module--definitions__group ol li::before {\n color: #b7bdf8 !important;\n }\n :root .module--definitions__usage {\n color: #a5adcb !important;\n }\n :root .module__title,\n :root .module--definitions__definition {\n color: #cad3f5 !important;\n }\n :root .play-btn__icn_hollow {\n fill: #b7bdf8 !important;\n }\n :root .module__toggle {\n color: #b7bdf8 !important;\n }\n :root .forecast-wrapper .module__weather-warning--red,\n :root .module__weather-warning--red:hover,\n :root .module__weather-warning--red:focus,\n :root .module__weather-warning--red:visited {\n color: #ed8796 !important;\n }\n :root .module__weather-warning {\n color: #eed49f !important;\n }\n :root .text--primary,\n :root .tx-clr--dk,\n :root .tx-clr--slate,\n :root .module__temperature-unit:not(.module__temperature-unit--on) {\n color: #b8c0e0 !important;\n }\n :root .module__temperature-unit,\n :root .module__temperature-unit:hover {\n color: #b7bdf8 !important;\n }\n :root .module__detail__precip-label,\n :root .module__items-precip-label,\n :root .ia-module--module--definitions__reference,\n :root .js-definitions-internal {\n color: #8aadf4 !important;\n }\n :root .module__detail__hour-label {\n color: #cad3f5 !important;\n }\n :root .module__items-item {\n background: #363a4f !important;\n border-color: #5b6078 !important;\n }\n :root .module__weatherkit-logo {\n fill: #b7bdf8;\n }\n :root .module__warnings,\n :root .module__temperature-unit--on {\n border-color: #5b6078 !important;\n }\n :root .module__detail__precip-label__icon,\n :root .module__items-precip-label__icon {\n height: 0 !important;\n width: 0 !important;\n padding-left: 10px !important;\n padding-top: 10px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.33853%204.317L5.48678%200L2.64997%204.3072C2.14775%205.03131%201.92431%205.92068%202.02272%206.8039C2.12114%207.68713%202.53443%208.50169%203.18295%209.09058C4.50942%2010.2992%206.50617%2010.3036%207.82757%209.10081C8.47398%208.51033%208.88422%207.69469%208.97896%206.81162C9.07371%205.92854%208.84623%205.04075%208.34051%204.31992L8.33853%204.317Z%22%20fill%3D%22%238aadf4%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root .tile__ctrl__btn,\n :root .tile__history,\n :root .tile__past-calc {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root .tile__tab__sci .tile__ctrl__btn,\n :root .tile__ctrl__toggle {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #6e738d !important;\n }\n :root .tile__display__main,\n :root .tile__past-result {\n color: #cad3f5 !important;\n }\n :root .tile__display {\n box-shadow: inset -1px -1px 0 #6e738d, inset 1px 1px 0 #6e738d !important;\n background-color: #24273a !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root .tile__display.selected {\n box-shadow: inset -1px -1px 0 #8aadf4, inset 1px 1px 0 #8aadf4 !important;\n }\n :root .tile__ctrl--important {\n background-color: #eed49f !important;\n color: #1e2030 !important;\n }\n :root .tile__display__aside,\n :root .tile__past-formula {\n color: #a5adcb !important;\n }\n :root .bg-delayed-color {\n background-color: #ed8796;\n }\n :root #error_homepage {\n background-color: #f4dbd6 !important;\n color: #ed8796 !important;\n }\n :root .search--adv {\n background-color: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root .modal__header__clear,\n :root .sep--before,\n :root .js-region-filter-clear,\n :root .result__a,\n :root .module--carousel__body__title,\n :root .js-carousel-module-more,\n :root .js-no-results-web,\n :root .bing .tile__title--pr a,\n :root .sidebar-filter__show-more,\n :root .module__footer,\n :root .js-settings-dropdown-reset-appearance,\n :root .modal--dropdown--settings .settings-dropdown--button,\n :root .settings-page-wrapper a:not(.btn, .set-tab),\n :root .module__link--blue,\n :root .place-list-item__cta-item__text {\n color: #8aadf4 !important;\n }\n :root .tile__title a:visited {\n color: #c6a0f6;\n }\n :root .place-detail__status--off {\n color: #ed8796;\n }\n :root .place-detail__status--on {\n color: #a6da95;\n }\n :root .result__a:visited {\n color: #c6a0f6 !important;\n }\n :root .bg-clr--green {\n background-color: #a6da95;\n }\n :root .tile__status,\n :root .osGBsMSM4O7_HVv5OcxQ,\n :root .C68Y1fiPXCZijXmzVAbe {\n color: #1e2030 !important;\n }\n :root .modal__header,\n :root .modal__footer,\n :root .modal__box,\n :root .tile,\n :root .js-carousel-module-more,\n :root .related-searches__item,\n :root .bg-clr--white,\n :root .tile__media__free-shipping-label,\n :root .sidebar-filter__options,\n :root .sidebar-filter__option.is-size,\n :root .module__footer,\n :root .frm__select,\n :root .set-bookmarklet,\n :root .set-reset,\n :root .search__autocomplete,\n :root .frm__input,\n :root .frm__color__swatch {\n border-color: #363a4f !important;\n }\n :root .sep--before::before,\n :root .sep {\n border-left-color: #5b6078;\n }\n :root .header-wrap,\n :root .module--carousel__left,\n :root .module--carousel__right,\n :root .detail,\n :root .btn {\n background-color: #1e2030;\n }\n :root .set-header--fixed .tileview--grid .metabar--fixed,\n :root .tileview--grid .metabar--fixed.is-stuck {\n background-color: #363a4f;\n border-top-color: #363a4f;\n }\n :root .modal--dropdown--region.modal--popout .frm__input,\n :root .js-region-filter-list,\n :root .tile__body,\n :root .bg-clr--white,\n :root .acp-wrap,\n :root .tile__media__free-shipping-label,\n :root .tile__media--pr,\n :root .modal__box,\n :root .nav-menu__list,\n :root .set-tab.is-active,\n :root .frm__select select,\n :root .cloudsave,\n :root .feedback-btn__send,\n :root .set-bookmarklet__input,\n :root .howItWorksSection_downloadsCard__U3Ph9,\n :root .metabar__grid-btn,\n :root .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n :root .btn:visited,\n :root .btn:active,\n :root .btn.btn--primary,\n :root .btn.btn--secondary,\n :root .btn--primary:hover,\n :root .btn.is-disabled,\n :root .btn.is-disabled:hover,\n :root input,\n :root textarea,\n :root .frm__input,\n :root .frm__text,\n :root .detail--xd .c-detail__btn,\n :root .set-bookmarklet,\n :root .set-reset,\n :root .zci--json_validator textarea,\n :root .colorpicker,\n :root .feedback-modal__submit.is-disabled,\n :root .feedback-modal__submit.is-disabled:hover,\n :root .feedback-modal__submit.is-disabled:active,\n :root .feedback-modal__submit.is-disabled:focus,\n :root .btn.btn--skeleton:hover,\n :root .module__section,\n :root .module--carousel__item,\n :root .is-related-search-exp.dark-bg,\n :root .related-searches__item,\n :root .detail--xd .tile-nav--sm,\n :root .set-bookmarklet__detail,\n :root .set-reset__detail,\n :root .module__footer,\n :root .js-definitions-internal {\n background-color: #363a4f !important;\n }\n :root .set-bookmarklet__data {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root .modal__list__link.is-highlighted,\n :root .modal__list li:hover {\n background-color: #8087a2;\n }\n :root .metabar__dropdowns-wrap::before,\n :root .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(90deg, #363a4f, rgba(255, 255, 255, 0));\n }\n :root .nav-menu__item__badge {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .settings-dropdown--section,\n :root .set-head,\n :root .frm__hr {\n border-bottom-color: #5b6078;\n }\n :root .footer {\n border-top-color: #363a4f;\n }\n :root .is-vertical-tabs-exp,\n :root #duckbar,\n :root .zcm__link:not(.dropdown__button).is-active,\n :root .set-main-footer {\n border-color: #b7bdf8 !important;\n }\n :root input,\n :root select,\n :root h1,\n :root h2,\n :root h3,\n :root h4,\n :root h5,\n :root h6,\n :root ul,\n :root ol,\n :root blockquote,\n :root p,\n :root body,\n :root .module--carousel__footer,\n :root .set-tab.is-active,\n :root .zcm__link,\n :root .feedback-prompt__link,\n :root .feedback-btn__send,\n :root .tile--img__sub,\n :root .result__snippet,\n :root .result__snippet b,\n :root .modal__list__link,\n :root .acp,\n :root .header_headerButton__cLYU3,\n :root .is-vertical-tabs-exp,\n :root .module.module--images,\n :root .module__header.module__header--link,\n :root .text--title,\n :root .text--airline-flight,\n :root .timing,\n :root .flight-details__values,\n :root .airlines-footer,\n :root .tx-clr--slate,\n :root .nav-menu__heading,\n :root .zci,\n :root .metabar__grid-btn,\n :root .module--carousel__left,\n :root .module--carousel__right,\n :root .c-detail__title__sub,\n :root .c-detail__desc,\n :root .c-detail__filemeta,\n :root .c-detail__more,\n :root .btn,\n :root .frm__label,\n :root .js-cloudsave-new-suggestion {\n color: #cad3f5 !important;\n }\n :root .zci--airlines .text--title svg path {\n fill: #cad3f5;\n }\n :root .star {\n color: #939ab7;\n }\n :root .set-tab,\n :root .set-tab:visited,\n :root .tile-nav.can-scroll {\n background-color: #1e2030;\n color: #8087a2;\n }\n :root .js-cloudsave-save-btn,\n :root .js-cloudsave-load-btn {\n background-color: #5b6078;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root .video-source,\n :root .tile__count,\n :root .result__url,\n :root .tile__time,\n :root .feedback-prompt,\n :root .footer__text,\n :root .vertical--news .result__url,\n :root .result__timestamp,\n :root .js-metabar-secondary,\n :root .sidebar-filters,\n :root .tile--pr__original-price,\n :root .nav-menu__item a,\n :root .nav-menu__close,\n :root .frm__desc,\n :root .dropdown__button,\n :root .tx-clr--slate-light,\n :root .flight-details__labels,\n :root .scheduled-time,\n :root .source-link,\n :root .tile__source,\n :root .zci__more-at,\n :root .cloudsave__close,\n :root .module--definitions__attribution-text,\n :root .module__attribution,\n :root .module__attribution-link {\n color: #a5adcb !important;\n }\n :root .dropdown--region.has-inactive-region .dropdown__button::after,\n :root .modal--dropdown--region.modal--popout .modal__header::before,\n :root .js-carousel-module-title,\n :root .tile--pr__brand,\n :root .frm__select,\n :root .star::after,\n :root .feedback-btn__icon,\n :root .detail--xd .tile-nav--sm,\n :root .detail__close,\n :root .module--definitions__collapsed-group ol li::before {\n color: #b7bdf8 !important;\n }\n :root .search__button:hover,\n :root .search--header.has-text.search--hover .search__button {\n background-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root .settings-page-wrapper .btn--primary {\n border-color: #8aadf4;\n background-color: #8aadf4 !important;\n color: #181926 !important;\n }\n :root .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--link,\n :root .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--label {\n color: #cad3f5 !important;\n }\n :root .frm__select::after {\n color: #b7bdf8 !important;\n }\n :root .js-region-filter-switch,\n :root .frm__switch__label {\n background-color: #6e738d !important;\n border-color: #b7bdf8 !important;\n }\n :root .switch__knob {\n background: #cad3f5 !important;\n }\n :root .switch.is-on {\n background-color: #b7bdf8;\n }\n :root .dropdown__switch.is-on::before,\n :root .frm__switch__label {\n color: #24273a !important;\n }\n :root .search--header {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root .acp--highlight,\n :root .bg-clr--platinum-light {\n background-color: #6e738d;\n }\n :root .review__rating-stars,\n :root .place-list-item__rating__image {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2212%22%20viewBox%3D%220%200%2064%2012%22%20width%3D%2264%22%3E%3Cg%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a6da95%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m12%206c0%203.31371-2.68629%206-6%206s-6-2.68629-6-6%202.68629-6%206-6%206%202.68629%206%206zm13%200c0%203.31371-2.6863%206-6%206s-6-2.68629-6-6%202.6863-6%206-6%206%202.68629%206%206zm7%206c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206z%22/%3E%3Cpath%20d%3D%22m45%2012c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206zm4.5-6c0%202.48528-2.0147%204.5-4.5%204.5v-9c2.4853%200%204.5%202.01472%204.5%204.5z%22/%3E%3Cpath%20d%3D%22m58%2012c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206zm0-1.5c2.4853%200%204.5-2.01472%204.5-4.5s-2.0147-4.5-4.5-4.5-4.5%202.01472-4.5%204.5%202.0147%204.5%204.5%204.5z%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n :root .header__logo,\n :root .js-logo-ddg {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187C120.373%2026.946%2093.426%200%2060.186%200%2026.946%200%200%2026.946%200%2060.186c0%2033.24%2026.946%2060.187%2060.186%2060.187Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005v-1.175Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26.206%2026.206%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.306.306%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408Z%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427Z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519-2.241.038-2.746-.782-3.2-2.052-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31Zm-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326Z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.196%2048.196%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129-10.38.085-16.865-3.635-19.164-5.484-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68%202.102%200%203.09.836%203.774%201.768.14.19-.071.413-.287.32a53.107%2053.107%200%200%201-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4Z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.262%203.262%200%200%201%203.267%203.255%203.262%203.262%200%200%201-3.267%203.255Zm2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200ZM49.3%2051.585a3.801%203.801%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796Zm-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547%200-27.916-22.631-50.547-50.548-50.547C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249-30.513%200-55.249%2024.736-55.249%2055.25%200%2030.513%2024.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n }\n :root .yhccgqM_FdvJ79N6Jm6c {\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187C120.373%2026.946%2093.426%200%2060.186%200%2026.946%200%200%2026.946%200%2060.186c0%2033.24%2026.946%2060.187%2060.186%2060.187Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005v-1.175Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26.206%2026.206%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.306.306%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408Z%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427Z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519-2.241.038-2.746-.782-3.2-2.052-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31Zm-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326Z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.196%2048.196%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129-10.38.085-16.865-3.635-19.164-5.484-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68%202.102%200%203.09.836%203.774%201.768.14.19-.071.413-.287.32a53.107%2053.107%200%200%201-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4Z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.262%203.262%200%200%201%203.267%203.255%203.262%203.262%200%200%201-3.267%203.255Zm2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200ZM49.3%2051.585a3.801%203.801%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796Zm-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547%200-27.916-22.631-50.547-50.548-50.547C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249-30.513%200-55.249%2024.736-55.249%2055.25%200%2030.513%2024.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n }\n :root .logo_homepage {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22206%22%20height%3D%22165%22%20viewBox%3D%220%200%20206%20165%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M103%20120C136.137%20120%20163%2093.1371%20163%2060C163%2026.8629%20136.137%200%20103%200C69.8629%200%2043%2026.8629%2043%2060C43%2093.1371%2069.8629%20120%20103%20120Z%22%20fill%3D%22%23ed8796%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M111.438%20104.766C111.438%20104.297%20111.553%20104.19%20110.063%20101.22C106.103%2093.2899%20102.123%2082.1099%20103.933%2074.8999C104.263%2073.5899%20100.203%2026.3899%2097.3326%2024.8699C94.1426%2023.1699%2090.2176%2020.4732%2086.6276%2019.8732C84.8062%2019.5818%2082.4179%2019.7198%2080.551%2019.9712C80.2191%2020.0159%2080.2054%2020.6123%2080.5225%2020.7198C81.7482%2021.135%2083.2365%2021.856%2084.1137%2022.9462C84.2797%2023.1525%2084.0569%2023.4771%2083.7922%2023.4869C82.9654%2023.5175%2081.4655%2023.8641%2079.4865%2025.545C79.2576%2025.7394%2079.4477%2026.1004%2079.7423%2026.0421C83.9953%2025.2007%2088.3388%2025.6152%2090.8985%2027.9418C91.0646%2028.0928%2090.9778%2028.3637%2090.7612%2028.4225C68.5479%2034.4591%2072.9452%2053.7821%2078.8586%2077.4948C84.1073%2098.5422%2086.094%20105.376%2086.7264%20107.476C86.7909%20107.691%2086.9421%20107.862%2087.1501%20107.944C94.8059%20110.981%20111.438%20111.112%20111.438%20105.938V104.766Z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.078%2060C158.078%2090.4188%20133.419%20115.078%20103%20115.078C72.5812%20115.078%2047.9219%2090.4188%2047.9219%2060C47.9219%2029.5812%2072.5812%204.92188%20103%204.92188C133.419%204.92188%20158.078%2029.5812%20158.078%2060ZM90.1461%20108.736C88.6241%20104.035%2084.3706%2090.4075%2080.1694%2073.186C80.0294%2072.6122%2079.8896%2072.0411%2079.7504%2071.4728L79.747%2071.4586C74.6616%2050.6873%2070.5081%2033.7219%2093.2723%2028.3922C93.4805%2028.3435%2093.5822%2028.0946%2093.4445%2027.9312C90.8326%2024.8327%2085.9396%2023.8171%2079.7527%2025.9515C79.4989%2026.039%2079.2786%2025.7831%2079.4363%2025.5659C80.6495%2023.8936%2083.0203%2022.6079%2084.1908%2022.0442C84.4327%2021.9277%2084.418%2021.5735%2084.1618%2021.4933C83.3961%2021.2536%2082.0926%2020.8869%2080.6263%2020.6502C80.2794%2020.5942%2080.2481%2019.9997%2080.5964%2019.9528C89.3674%2018.7728%2098.5265%2021.4061%20103.123%2027.1957C103.166%2027.2502%20103.229%2027.2883%20103.297%2027.3029C120.127%2030.9174%20121.332%2057.5232%20119.394%2058.735C119.011%2058.9739%20117.786%2058.8368%20116.17%2058.656C109.622%2057.9233%2096.6536%2056.4724%20107.356%2076.4191C107.462%2076.6161%20107.322%2076.8769%20107.101%2076.9112C101.086%2077.8465%20108.747%2096.631%20114.425%20109.09C136.752%20103.914%20153.391%2083.9002%20153.391%2060C153.391%2032.17%20130.83%209.60938%20103%209.60938C75.17%209.60938%2052.6094%2032.17%2052.6094%2060C52.6094%2083.3876%2068.5424%20103.054%2090.1461%20108.736Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M122.013%2085.0294C120.731%2084.4357%20115.805%2087.9688%20112.535%2090.6809C111.851%2089.7141%20110.563%2089.0112%20107.656%2089.5166C105.113%2089.9589%20103.708%2090.5723%20103.082%2091.6297C99.0664%2090.1074%2092.3115%2087.7581%2090.6797%2090.027C88.8958%2092.5072%2091.1254%20104.24%2093.4946%20105.763C94.7316%20106.559%20100.648%20102.756%20103.738%20100.133C104.237%20100.835%20105.039%20101.237%20106.689%20101.199C109.184%20101.141%20113.231%20100.561%20113.859%2099.3985C113.898%2099.328%20113.93%2099.2445%20113.958%2099.1494C117.134%20100.336%20122.723%20101.593%20123.972%20101.405C127.226%20100.916%20123.519%2085.7274%20122.013%2085.0294Z%22%20fill%3D%22%23a6da95%22/%3E%3Cpath%20d%3D%22M112.835%2091.028C112.97%2091.2682%20113.078%2091.5217%20113.17%2091.7793C113.623%2093.0454%20114.36%2097.0735%20113.803%2098.0684C113.245%2099.0633%20109.622%2099.5438%20107.387%2099.5824C105.152%2099.6209%20104.649%2098.8035%20104.196%2097.5374C103.834%2096.5245%20103.656%2094.143%20103.66%2092.7794C103.568%2090.7568%20104.307%2090.0457%20107.723%2089.493C110.251%2089.0839%20111.587%2089.5597%20112.359%2090.3738C115.947%2087.6954%20121.935%2083.9156%20122.519%2084.6063C125.431%2088.0509%20125.799%2096.2507%20125.168%2099.5497C124.962%20100.628%20115.32%2098.4811%20115.32%2097.318C115.32%2092.4884%20114.067%2091.1635%20112.835%2091.028Z%22%20fill%3D%22%234CBA3C%22/%3E%3Cpath%20d%3D%22M91.7132%2089.5198C92.5029%2088.2699%2098.907%2089.8242%20102.422%2091.3887C102.422%2091.3887%20101.7%2094.6616%20102.85%2098.5174C103.187%2099.6452%2094.7624%20104.665%2093.6628%20103.802C92.392%20102.803%2090.0532%2092.1469%2091.7132%2089.5198Z%22%20fill%3D%22%234CBA3C%22/%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M94.8146%2064.1312C95.3327%2061.878%2097.7464%2057.6323%20106.366%2057.7354C110.723%2057.7173%20116.136%2057.7335%20119.724%2057.3259C125.058%2056.7201%20129.017%2055.4299%20131.655%2054.4244C135.386%2053.0009%20136.71%2053.3184%20137.175%2054.1701C137.685%2055.1059%20137.084%2056.7219%20135.78%2058.2095C133.29%2061.0509%20128.813%2063.2526%20120.907%2063.9061C113%2064.5596%20107.762%2062.4388%20105.507%2065.8917C104.535%2067.381%20105.287%2070.8909%20112.933%2071.9962C123.265%2073.4873%20131.751%2070.1994%20132.799%2072.1851C133.847%2074.1708%20127.808%2078.2109%20117.459%2078.2955C107.11%2078.3801%20100.646%2074.6722%2098.3538%2072.8291C95.4455%2070.4906%2094.144%2067.0803%2094.8146%2064.1312Z%22%20fill%3D%22%23b8c0e0%22/%3E%3Cg%20opacity%3D%220.8%22%3E%3Cpath%20d%3D%22M107.994%2039.4941C108.571%2038.5489%20109.851%2037.8193%20111.946%2037.8193C114.041%2037.8193%20115.027%2038.6529%20115.709%2039.5824C115.848%2039.7715%20115.637%2039.994%20115.422%2039.901C115.37%2039.8786%20115.318%2039.8557%20115.265%2039.8324C114.498%2039.4978%20113.558%2039.087%20111.946%2039.0641C110.223%2039.0395%20109.136%2039.4712%20108.451%2039.8433C108.221%2039.9686%20107.857%2039.7181%20107.994%2039.4941Z%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20d%3D%22M84.4102%2040.7034C86.4443%2039.8533%2088.0429%2039.9632%2089.1731%2040.2306C89.4111%2040.2868%2089.5765%2040.0308%2089.3861%2039.8773C88.5089%2039.1697%2086.5457%2038.2914%2083.9852%2039.2461C81.7011%2040.0978%2080.6245%2041.8674%2080.6182%2043.0309C80.6167%2043.305%2081.1808%2043.3283%2081.3267%2043.0962C81.7209%2042.4691%2082.3762%2041.5534%2084.4102%2040.7034Z%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M113.726%2052.4248C111.927%2052.4248%20110.469%2050.9702%20110.469%2049.1799C110.469%2047.3896%20111.927%2045.935%20113.726%2045.935C115.524%2045.935%20116.982%2047.3896%20116.982%2049.1799C116.982%2050.9702%20115.524%2052.4248%20113.726%2052.4248ZM116.019%2048.1049C116.019%2047.6413%20115.64%2047.2657%20115.176%2047.2657C114.713%2047.2657%20114.337%2047.6413%20114.333%2048.1049C114.333%2048.5685%20114.713%2048.9441%20115.176%2048.9441C115.644%2048.9441%20116.019%2048.5685%20116.019%2048.1049Z%22%20fill%3D%22%238aadf4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M92.147%2051.4256C92.147%2053.5156%2090.4486%2055.21%2088.3506%2055.21C86.2567%2055.21%2084.5543%2053.5156%2084.5543%2051.4256C84.5543%2049.3356%2086.2567%2047.6412%2088.3506%2047.6412C90.4446%2047.6412%2092.147%2049.3356%2092.147%2051.4256ZM91.0281%2050.1708C91.0281%2049.6313%2090.5885%2049.1917%2090.045%2049.1917C89.5055%2049.1917%2089.066%2049.6273%2089.062%2050.1708C89.062%2050.7103%2089.5015%2051.1499%2090.045%2051.1499C90.5885%2051.1499%2091.0281%2050.7103%2091.0281%2050.1708Z%22%20fill%3D%22%238aadf4%22/%3E%3C/g%3E%3Cpath%20d%3D%22M78.3501%20144.8H74.4501L67.3501%20152.1V137.5H64.3501V162.4H67.3501V154.2L75.4501%20162.3L75.5501%20162.4H78.9501H79.1501V162.1L70.0501%20153.1L78.3501%20144.8Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M59.1501%20158.1C58.0501%20159.2%2056.4501%20159.8%2054.6501%20159.8C51.5501%20159.8%2048.4501%20157.9%2048.4501%20153.5C48.4501%20149.8%2051.0501%20147.2%2054.6501%20147.2C56.2501%20147.2%2057.7501%20147.8%2058.9501%20148.9L59.0501%20149L60.9501%20147L60.8501%20146.9C59.0501%20145.2%2056.9501%20144.4%2054.5501%20144.4C49.0501%20144.4%2045.3501%20148.1%2045.3501%20153.5C45.3501%20159.8%2049.9501%20162.6%2054.5501%20162.6H54.6501C57.0501%20162.6%2059.3501%20161.7%2060.9501%20160L61.0501%20159.9L59.0501%20157.9L59.1501%20158.1Z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M38.85%20154.2C38.85%20157.4%2036.65%20159.8%2033.55%20159.9C30.25%20159.9%2028.25%20157.9%2028.25%20154.5V144.8H25.25V154.5C25.25%20159.5%2028.25%20162.7%2032.95%20162.7H33.05C35.35%20162.7%2037.45%20161.6%2038.85%20159.9L38.95%20159.7L39.05%20162.4H41.85V144.8H38.85V154.2Z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M9.35%20137.4H0.25V162.4H9.35C18.05%20162.4%2021.85%20156%2021.85%20149.7C21.85%20143.8%2017.95%20137.4%209.35%20137.4ZM18.75%20149.6C18.75%20154.4%2015.85%20159.2%209.45%20159.2H3.45V140.5H9.35C15.75%20140.5%2018.75%20145.2%2018.75%20149.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M173.65%20151.5H181.35V157.3C179.45%20158.9%20177.15%20159.8%20174.65%20159.8C167.85%20159.8%20164.75%20154.9%20164.75%20150.1C164.75%20145.2%20167.85%20139.9%20174.55%20139.9C177.25%20139.9%20179.75%20140.9%20181.75%20142.7L181.85%20142.8L183.65%20140.7L183.55%20140.6C181.15%20138.2%20177.95%20137%20174.45%20137C170.65%20137%20167.45%20138.2%20165.15%20140.6C162.75%20143%20161.45%20146.4%20161.55%20150.2C161.55%20156.1%20164.95%20162.9%20174.55%20162.9C174.65%20162.9%20174.65%20162.9%20174.75%20162.9C178.35%20162.9%20181.75%20161.4%20184.15%20158.7V148.8H173.55V151.5H173.65Z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20d%3D%22M91.0502%20137.4H81.9502V162.4H91.0502C99.7502%20162.4%20103.55%20156%20103.55%20149.7C103.55%20143.8%2099.6502%20137.4%2091.0502%20137.4ZM100.45%20149.6C100.45%20154.4%2097.5502%20159.2%2091.1502%20159.2H85.2502V140.5H91.1502C97.4502%20140.5%20100.45%20145.2%20100.45%20149.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M196.35%20144.4C191.05%20144.4%20187.25%20148.3%20187.25%20153.6C187.25%20158.9%20191.05%20162.7%20196.35%20162.7C201.65%20162.7%20205.55%20158.9%20205.55%20153.6C205.55%20148.2%20201.75%20144.4%20196.35%20144.4ZM202.55%20153.6C202.55%20157.3%20199.95%20159.9%20196.35%20159.9C192.85%20159.9%20190.25%20157.3%20190.25%20153.6C190.25%20149.8%20192.75%20147.1%20196.45%20147.1C199.95%20147.2%20202.55%20149.9%20202.55%20153.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M120.55%20154.2C120.55%20157.4%20118.35%20159.8%20115.25%20159.9C111.95%20159.9%20109.95%20157.9%20109.95%20154.5V144.8H106.95V154.5C106.95%20159.5%20109.95%20162.7%20114.55%20162.7H114.65C116.95%20162.7%20119.05%20161.6%20120.45%20159.9L120.55%20159.7L120.65%20162.4H123.45V144.8H120.45V154.2H120.55Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M140.85%20158.1C139.75%20159.2%20138.15%20159.8%20136.35%20159.8C133.25%20159.8%20130.15%20157.9%20130.15%20153.5C130.15%20149.8%20132.75%20147.2%20136.35%20147.2C137.95%20147.2%20139.45%20147.8%20140.65%20148.9L140.75%20149L142.65%20147L142.55%20146.9C140.75%20145.2%20138.65%20144.4%20136.25%20144.4C130.75%20144.4%20127.05%20148.1%20127.05%20153.5C127.05%20159.8%20131.65%20162.6%20136.25%20162.6H136.35C138.75%20162.6%20141.05%20161.7%20142.65%20160L142.75%20159.9L140.75%20157.9L140.85%20158.1Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M160.05%20144.8H156.15L149.05%20152.1V137.5H146.05V162.4H149.05V154.2L157.15%20162.3L157.25%20162.4H160.65H160.85V162.1L151.75%20153.1L160.05%20144.8Z%22%20fill%3D%22%23333333%22/%3E%3C/svg%3E\") !important;\n }\n :root .related-searches__item-text::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%3E%3Cg%20opacity%3D%220.6%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.34325%2014.6421C-0.781084%2011.5177%20-0.781084%206.45184%202.34325%203.32812C5.46759%200.203779%2010.5329%200.203779%2013.6572%203.32812C16.5366%206.20753%2016.7618%2010.7372%2014.3328%2013.8752L17.4975%2017.0399C18.1761%2017.7186%2018.1761%2018.8189%2017.4975%2019.4975C16.8189%2020.1761%2015.7186%2020.1761%2015.0399%2019.4975L11.6492%2016.1068C8.64159%2017.6484%204.8618%2017.1601%202.34325%2014.6421ZM3.75744%204.75745C1.41419%207.10024%201.41419%2010.8997%203.75744%2013.2429C6.10069%2015.5857%209.89965%2015.5857%2012.2429%2013.2429C14.5857%2010.8997%2014.5857%207.10024%2012.2429%204.75745C9.89965%202.41419%206.10069%202.41419%203.75744%204.75745Z%22%20fill%3D%22%23cad3f5%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n :root .header_headerLeft__gTUAg,\n :root .header_logoImg__PFezv {\n height: 0 !important;\n width: 0 !important;\n padding-left: 157px !important;\n padding-top: 44px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%20189%2053%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M110.045%2024.224h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.995%204.994.061.062h2.22v-.185l-5.611-5.55zm-11.898%208.223c-.679.678-1.666%201.048-2.775%201.048-1.912%200-3.824-1.172-3.824-3.885%200-2.281%201.604-3.885%203.824-3.885.986%200%201.911.37%202.651%201.049l.062.061%201.171-1.233-.061-.062C98.085%2024.492%2096.79%2024%2095.31%2024c-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.062c1.48%200%202.898-.555%203.884-1.604l.062-.061-1.233-1.234zm-12.581-2.404c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.748%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85zM67.298%2019.66h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.585-7.708-7.585zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.7V21.571h3.639c3.946%200%205.796%202.898%205.796%205.612zm96.018%201.17h4.748v3.577c-1.171.986-2.59%201.541-4.131%201.541-4.193%200-6.105-3.021-6.105-5.981%200-3.022%201.912-6.29%206.043-6.29%201.665%200%203.207.617%204.44%201.727l.062.061%201.11-1.295-.062-.061c-1.48-1.48-3.453-2.22-5.611-2.22-2.344%200-4.317.74-5.735%202.22-1.48%201.48-2.282%203.576-2.22%205.92%200%203.638%202.096%207.831%208.016%207.831h.124a7.716%207.716%200%200%200%205.796-2.59V26.69h-6.536v1.665zm-51.181-8.694h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.584-7.708-7.584zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.638V21.572h3.638c3.885%200%205.735%202.898%205.735%205.612zm59.463-3.185c-3.269%200-5.612%202.405-5.612%205.673%200%203.268%202.343%205.611%205.612%205.611%203.268%200%205.673-2.343%205.673-5.611%200-3.33-2.343-5.673-5.673-5.673zm3.823%205.673c0%202.282-1.603%203.885-3.823%203.885-2.159%200-3.762-1.603-3.762-3.885%200-2.343%201.542-4.008%203.823-4.008%202.159.061%203.762%201.726%203.762%204.008zm-50.814.371c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.686%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85v5.796zm12.58%202.404c-.678.678-1.665%201.048-2.775%201.048-1.911%200-3.823-1.172-3.823-3.885%200-2.281%201.603-3.885%203.823-3.885.987%200%201.912.37%202.652%201.049l.062.061%201.171-1.233-.061-.062c-1.11-1.048-2.405-1.541-3.885-1.541-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.061c1.48%200%202.899-.555%203.885-1.604l.062-.061-1.233-1.234zm11.899-8.223h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.994%204.994.062.062h2.22v-.185l-5.611-5.55z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2053C41.136%2053%2053%2041.136%2053%2026.5S41.136%200%2026.5%200%200%2011.864%200%2026.5%2011.864%2053%2026.5%2053z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23939ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.227%2046.272c0-.207.05-.255-.608-1.566-1.749-3.503-3.507-8.44-2.707-11.625.146-.579-1.648-21.425-2.915-22.097-1.41-.75-3.143-1.942-4.728-2.207-.805-.128-1.86-.067-2.684.044-.147.02-.153.283-.013.33.542.184%201.2.502%201.587.984.073.09-.026.234-.142.239-.366.013-1.028.166-1.902.908-.101.086-.017.246.113.22%201.878-.372%203.797-.189%204.927.84.073.066.035.185-.06.211-9.811%202.667-7.87%2011.2-5.257%2021.674%202.213%208.875%203.113%2012.028%203.433%2013.103a.606.606%200%200%200%20.366.398c3.438%201.29%2010.59%201.316%2010.59-.939z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.572%2048.238c-1.19.466-3.52.673-4.865.673-1.973%200-4.814-.31-5.849-.776-.639-1.968-2.552-8.066-4.442-15.811-.061-.254-.123-.506-.185-.757l-.001-.006c-2.246-9.174-4.08-16.667%205.974-19.021.091-.022.136-.131.076-.204-1.154-1.368-3.315-1.817-6.048-.874-.112.039-.209-.074-.14-.17.536-.739%201.584-1.307%202.1-1.556.107-.051.101-.208-.012-.243a11.54%2011.54%200%200%200-1.562-.372c-.153-.025-.167-.288-.013-.309%203.874-.52%207.92.642%209.95%203.2.018.024.046.04.076.047%207.434%201.596%207.966%2013.347%207.11%2013.882-.17.106-.71.045-1.424-.035-2.893-.323-8.62-.964-3.893%207.846.047.087-.015.202-.113.217-2.665.415.75%208.767%203.261%2014.27z%22/%3E%3Cpath%20fill%3D%22%233ca82b%22%20d%3D%22M34.897%2037.555c-.566-.263-2.742%201.298-4.186%202.496-.302-.427-.87-.738-2.154-.515-1.124.196-1.744.467-2.021.934-1.773-.672-4.757-1.71-5.478-.708-.787%201.095.197%206.277%201.244%206.95.546.351%203.16-1.328%204.524-2.487.22.31.575.488%201.303.471%201.102-.025%202.89-.282%203.167-.795a.569.569%200%200%200%20.044-.11c1.403.524%203.871%201.08%204.423.996%201.437-.216-.2-6.924-.866-7.232z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M30.844%2040.204c.06.106.107.218.148.332.2.56.525%202.338.28%202.778-.247.439-1.847.651-2.835.668s-1.209-.344-1.409-.903c-.16-.447-.238-1.5-.237-2.101-.04-.894.286-1.208%201.795-1.452%201.116-.18%201.707.03%202.047.39%201.585-1.184%204.23-2.853%204.488-2.548%201.286%201.521%201.448%205.143%201.17%206.6-.091.476-4.35-.472-4.35-.986%200-2.133-.553-2.718-1.097-2.778zm-9.329-.666c.349-.552%203.177.135%204.73.825%200%200-.32%201.446.189%203.149.148.498-3.572%202.715-4.058%202.334-.561-.441-1.594-5.148-.861-6.308z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.885%2028.325c.228-.995%201.295-2.87%205.101-2.825%201.925-.008%204.315-.001%205.9-.181a21.212%2021.212%200%200%200%205.27-1.282c1.648-.628%202.233-.488%202.438-.112.225.413-.04%201.127-.616%201.784-1.1%201.255-3.077%202.228-6.57%202.516s-5.805-.648-6.8.877c-.43.658-.098%202.208%203.279%202.696%204.563.659%208.311-.793%208.774.084.463.877-2.204%202.661-6.775%202.698-4.57.038-7.426-1.6-8.438-2.414-1.285-1.033-1.86-2.539-1.563-3.841z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%23181926%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M28.706%2017.443c.255-.417.82-.74%201.745-.74s1.36.369%201.662.78c.061.083-.032.181-.127.14l-.07-.03c-.338-.148-.753-.33-1.465-.34-.761-.01-1.241.18-1.544.344-.101.056-.262-.055-.201-.154zm-10.416.534c.898-.375%201.604-.327%202.103-.208.105.024.178-.089.094-.156-.387-.313-1.254-.7-2.385-.28-1.01.377-1.485%201.159-1.487%201.672-.001.122.248.132.312.03.174-.278.464-.682%201.362-1.058z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.237%2023.154c-.794%200-1.438-.642-1.438-1.433s.644-1.433%201.438-1.433c.794%200%201.438.642%201.438%201.433s-.644%201.433-1.438%201.433zm1.013-1.908a.372.372%200%200%200-.745%200%20.372.372%200%200%200%20.745%200zm-10.544%201.467c0%20.923-.75%201.671-1.676%201.671a1.675%201.675%200%200%201-1.677-1.67c0-.924.752-1.672%201.677-1.672.924%200%201.676.748%201.676%201.671zm-.494-.554a.434.434%200%201%200-.867.002.434.434%200%200%200%20.867-.002z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2048.756c12.292%200%2022.256-9.964%2022.256-22.256S38.792%204.244%2026.5%204.244%204.244%2014.208%204.244%2026.5%2014.208%2048.756%2026.5%2048.756zm0%202.07c13.435%200%2024.326-10.891%2024.326-24.326S39.935%202.174%2026.5%202.174%202.174%2013.065%202.174%2026.5%2013.065%2050.826%2026.5%2050.826z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.497%2048.438c12.118%200%2021.941-9.823%2021.941-21.94S38.615%204.555%2026.498%204.555%204.555%2014.38%204.555%2026.497s9.824%2021.941%2021.941%2021.941zm24.292-21.94c0%2013.415-10.876%2024.29-24.292%2024.29S2.206%2039.914%202.206%2026.499%2013.08%202.205%2026.497%202.205%2050.79%2013.08%2050.79%2026.497z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --sds-color-text-02: #cad3f5 !important;\n --theme-col-txt-page-separator: #cad3f5!important;\n --theme-col-page-separator: #cad3f5 !important;\n --theme-col-txt-url: #cad3f5 !important;\n --theme-col-txt-title-visited: #c6a0f6 !important;\n --theme-col-txt-snippet: #cad3f5 !important;\n --theme-col-txt-card-title: #cad3f5;\n --theme-col-txt-url-domain: #b8c0e0 !important;\n --theme-col-txt-title: #8aadf4 !important;\n --theme-col-bg-card: #363a4f !important;\n --theme-col-about-link: #8aadf4;\n --theme-col-border-ui: #494d64 !important;\n --theme-col-bg-expandcollapse: #363a4f !important;\n --sds-color-palette-gray-60: #b7bdf8 !important;\n --theme-col-txt-url-path: #a5adcb !important;\n --theme-col-border-expandcollapse: #494d64;\n --col-blue-50: #7dc4e4 !important;\n --col-blue-60: #8aadf4 !important;\n --theme-col-bg-page: #24273a !important;\n --sds-color-text-01: #cad3f5 !important;\n --sds-color-text-on-color: #24273a !important;\n --theme-spp-high-contrast-text-secondary: #b7bdf8 !important;\n --theme-spp-high-contrast-card-indicator-color: #363a4f !important;\n --theme-spp-high-contrast-title-span-text: #cad3f5 !important;\n --theme-spp-high-contrast-bg: #363a4f !important;\n --sds-color-palette-yellow-50: #eed49f !important;\n --sds-color-text-04: #b8c0e0 !important;\n --theme-col-txt-card-body: #cad3f5 !important;\n --theme-col-txt-qna-details: #a5adcb !important;\n --theme-col-txt-card: #cad3f5 !important;\n --sds-color-text-03: #a5adcb !important;\n --col-slate-light: #a5adcb;\n --col-silver-dark: #8087a2;\n --theme-col-txt-button-secondary: #b7bdf8 !important;\n --theme-bg-legacy-home: #24273a !important;\n --theme-bg-cta-cards: #363a4f !important;\n --theme-button-primary-bg: #8aadf4 !important;\n --theme-button-primary-bg--hover: #8aadf4 !important;\n --theme-button-primary-bg--active: #8aadf4 !important;\n --theme-button-primary-text: #181926 !important;\n --theme-badge-fg--green: #181926 !important;\n --theme-browser-comparison-table-check-bg: #a6da95 !important;\n --theme-browser-comparison-table-cross-bg: #ed8796 !important;\n --theme-searchbox-bg: #363a4f !important;\n --theme-searchbox-bg--hover: #363a4f !important;\n --theme-searchbox-bg--active: #363a4f !important;\n --theme-searchbox-bg--focused: #363a4f !important;\n --theme-border-color-legacy-home-searchbox: #5b6078 !important;\n --theme-button-link-text: #8aadf4 !important;\n --theme-browser-comparison-table-badge-text: #cad3f5 !important;\n --theme-badge-bg--green: #a6da95 !important;\n --theme-badge-bg--yellow: #eed49f !important;\n --theme-atb-button-bg: #8aadf4;\n --theme-atb-button-bg--hover: #8aadf4;\n --theme-atb-button-bg--active: #8aadf4;\n --col-silver-light: #494d64 !important;\n --theme-col-card-inner-border: #5b6078 !important;\n --sds-color-text-link-02: #cad3f5 !important;\n --sds-color-text-link-02--hover: #b8c0e0 !important;\n --theme-text-legacy-home: #cad3f5 !important;\n --theme-browser-comparison-table-row-bg: #363a4f !important;\n --theme-browser-comparison-table-row-alt-bg: #494d64 !important;\n --theme-bg-home-bottom: #24273a !important;\n --theme-atb-card-back-bg: #363a4f !important;\n --theme-atb-card-front-bg: #494d64 !important;\n --theme-text-bg: #cad3f5 !important;\n --theme-accordion-background--expanded: #363a4f !important;\n --theme-accordion-background: #494d64 !important;\n --theme-footer-link-text: #8aadf4 !important;\n --theme-sidemenu-bg: #363a4f !important;\n --theme-col-txt-button-tertiary: #cad3f5 !important;\n --theme-bg-legacy-home-searchbox: #363a4f !important;\n --theme-bg-info-snippet: #5b6078 !important;\n --theme-button-tertiary-txt: #cad3f5 !important;\n --theme-browser-comparison-table-icon-bg: #1e2030 !important;\n --theme-col-bg-ui: #1e2030 !important;\n }\n :root .featureCards_root__brAX3 {\n --feature-card-background-color: #363a4f !important;\n }\n :root .footer,\n :root .switch__knob .modal--dropdown--settings,\n :root .settings-dropdown--section,\n :root .frm__field,\n :root .frm__switch,\n :root .tileview .metabar--fixed,\n :root body,\n :root .frm__switch__label.btn::after,\n :root .zci,\n :root html,\n :root .body--home,\n :root html.displayable-atb-banner .body--home,\n :root .site-wrapper,\n :root .region__body,\n :root .badge-link,\n :root .module--carousel__image-wrapper,\n :root .result__image,\n :root .vertical--map__sidebar,\n :root .vertical--map__sidebar__header,\n :root .page-chrome_newtab,\n :root .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n :root .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded .metabar:not(.is-stuck) {\n background-color: #24273a !important;\n }\n :root .module--translations .dropdown--translation-select,\n :root .module--translations-translatedtext {\n background: #363a4f !important;\n border-color: #363a4f;\n }\n :root .module--translations .module--translations-translatedtext.is-placeholder,\n :root .module--translations-original textarea::placeholder {\n color: #b8c0e0;\n }\n :root .module--translations-swap-svg {\n fill: #cad3f5 !important;\n }\n :root .module--translations-original textarea,\n :root .module--translations-translatedtext,\n :root .module--translations-footer a {\n color: #cad3f5;\n }\n :root .module--translations-clear,\n :root .module--translations-copy {\n color: #a5adcb !important;\n }\n :root .modal__list__filter input {\n background: #1e2030;\n }\n :root .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root .module__toggle,\n :root .tile__expand {\n background-color: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root .module__title__link,\n :root .module__text,\n :root .pln,\n :root .pun,\n :root code,\n :root .module__more-at-bottom {\n color: #cad3f5 !important;\n }\n :root code {\n background-color: #24273a !important;\n }\n :root .lit {\n color: #f5a97f !important;\n }\n :root .com {\n color: #b8c0e0 !important;\n }\n :root .str {\n color: #a6da95 !important;\n }\n :root .atv {\n color: #8bd5ca !important;\n }\n :root .module__title__sub {\n color: #a5adcb;\n }\n :root .prettyprint {\n background-color: #1e2030;\n }\n :root .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, #eed49f, #8aadf4);\n }\n :root .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: #363a4f !important;\n }\n :root .module--definitions__pronunciation {\n color: #a5adcb !important;\n }\n :root .module--definitions__group ol li::before {\n color: #b7bdf8 !important;\n }\n :root .module--definitions__usage {\n color: #a5adcb !important;\n }\n :root .module__title,\n :root .module--definitions__definition {\n color: #cad3f5 !important;\n }\n :root .play-btn__icn_hollow {\n fill: #b7bdf8 !important;\n }\n :root .module__toggle {\n color: #b7bdf8 !important;\n }\n :root .forecast-wrapper .module__weather-warning--red,\n :root .module__weather-warning--red:hover,\n :root .module__weather-warning--red:focus,\n :root .module__weather-warning--red:visited {\n color: #ed8796 !important;\n }\n :root .module__weather-warning {\n color: #eed49f !important;\n }\n :root .text--primary,\n :root .tx-clr--dk,\n :root .tx-clr--slate,\n :root .module__temperature-unit:not(.module__temperature-unit--on) {\n color: #b8c0e0 !important;\n }\n :root .module__temperature-unit,\n :root .module__temperature-unit:hover {\n color: #b7bdf8 !important;\n }\n :root .module__detail__precip-label,\n :root .module__items-precip-label,\n :root .ia-module--module--definitions__reference,\n :root .js-definitions-internal {\n color: #8aadf4 !important;\n }\n :root .module__detail__hour-label {\n color: #cad3f5 !important;\n }\n :root .module__items-item {\n background: #363a4f !important;\n border-color: #5b6078 !important;\n }\n :root .module__weatherkit-logo {\n fill: #b7bdf8;\n }\n :root .module__warnings,\n :root .module__temperature-unit--on {\n border-color: #5b6078 !important;\n }\n :root .module__detail__precip-label__icon,\n :root .module__items-precip-label__icon {\n height: 0 !important;\n width: 0 !important;\n padding-left: 10px !important;\n padding-top: 10px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.33853%204.317L5.48678%200L2.64997%204.3072C2.14775%205.03131%201.92431%205.92068%202.02272%206.8039C2.12114%207.68713%202.53443%208.50169%203.18295%209.09058C4.50942%2010.2992%206.50617%2010.3036%207.82757%209.10081C8.47398%208.51033%208.88422%207.69469%208.97896%206.81162C9.07371%205.92854%208.84623%205.04075%208.34051%204.31992L8.33853%204.317Z%22%20fill%3D%22%238aadf4%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n :root .tile__ctrl__btn,\n :root .tile__history,\n :root .tile__past-calc {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root .tile__tab__sci .tile__ctrl__btn,\n :root .tile__ctrl__toggle {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #6e738d !important;\n }\n :root .tile__display__main,\n :root .tile__past-result {\n color: #cad3f5 !important;\n }\n :root .tile__display {\n box-shadow: inset -1px -1px 0 #6e738d, inset 1px 1px 0 #6e738d !important;\n background-color: #24273a !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root .tile__display.selected {\n box-shadow: inset -1px -1px 0 #8aadf4, inset 1px 1px 0 #8aadf4 !important;\n }\n :root .tile__ctrl--important {\n background-color: #eed49f !important;\n color: #1e2030 !important;\n }\n :root .tile__display__aside,\n :root .tile__past-formula {\n color: #a5adcb !important;\n }\n :root .bg-delayed-color {\n background-color: #ed8796;\n }\n :root #error_homepage {\n background-color: #f4dbd6 !important;\n color: #ed8796 !important;\n }\n :root .search--adv {\n background-color: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root .modal__header__clear,\n :root .sep--before,\n :root .js-region-filter-clear,\n :root .result__a,\n :root .module--carousel__body__title,\n :root .js-carousel-module-more,\n :root .js-no-results-web,\n :root .bing .tile__title--pr a,\n :root .sidebar-filter__show-more,\n :root .module__footer,\n :root .js-settings-dropdown-reset-appearance,\n :root .modal--dropdown--settings .settings-dropdown--button,\n :root .settings-page-wrapper a:not(.btn, .set-tab),\n :root .module__link--blue,\n :root .place-list-item__cta-item__text {\n color: #8aadf4 !important;\n }\n :root .tile__title a:visited {\n color: #c6a0f6;\n }\n :root .place-detail__status--off {\n color: #ed8796;\n }\n :root .place-detail__status--on {\n color: #a6da95;\n }\n :root .result__a:visited {\n color: #c6a0f6 !important;\n }\n :root .bg-clr--green {\n background-color: #a6da95;\n }\n :root .tile__status,\n :root .osGBsMSM4O7_HVv5OcxQ,\n :root .C68Y1fiPXCZijXmzVAbe {\n color: #1e2030 !important;\n }\n :root .modal__header,\n :root .modal__footer,\n :root .modal__box,\n :root .tile,\n :root .js-carousel-module-more,\n :root .related-searches__item,\n :root .bg-clr--white,\n :root .tile__media__free-shipping-label,\n :root .sidebar-filter__options,\n :root .sidebar-filter__option.is-size,\n :root .module__footer,\n :root .frm__select,\n :root .set-bookmarklet,\n :root .set-reset,\n :root .search__autocomplete,\n :root .frm__input,\n :root .frm__color__swatch {\n border-color: #363a4f !important;\n }\n :root .sep--before::before,\n :root .sep {\n border-left-color: #5b6078;\n }\n :root .header-wrap,\n :root .module--carousel__left,\n :root .module--carousel__right,\n :root .detail,\n :root .btn {\n background-color: #1e2030;\n }\n :root .set-header--fixed .tileview--grid .metabar--fixed,\n :root .tileview--grid .metabar--fixed.is-stuck {\n background-color: #363a4f;\n border-top-color: #363a4f;\n }\n :root .modal--dropdown--region.modal--popout .frm__input,\n :root .js-region-filter-list,\n :root .tile__body,\n :root .bg-clr--white,\n :root .acp-wrap,\n :root .tile__media__free-shipping-label,\n :root .tile__media--pr,\n :root .modal__box,\n :root .nav-menu__list,\n :root .set-tab.is-active,\n :root .frm__select select,\n :root .cloudsave,\n :root .feedback-btn__send,\n :root .set-bookmarklet__input,\n :root .howItWorksSection_downloadsCard__U3Ph9,\n :root .metabar__grid-btn,\n :root .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n :root .btn:visited,\n :root .btn:active,\n :root .btn.btn--primary,\n :root .btn.btn--secondary,\n :root .btn--primary:hover,\n :root .btn.is-disabled,\n :root .btn.is-disabled:hover,\n :root input,\n :root textarea,\n :root .frm__input,\n :root .frm__text,\n :root .detail--xd .c-detail__btn,\n :root .set-bookmarklet,\n :root .set-reset,\n :root .zci--json_validator textarea,\n :root .colorpicker,\n :root .feedback-modal__submit.is-disabled,\n :root .feedback-modal__submit.is-disabled:hover,\n :root .feedback-modal__submit.is-disabled:active,\n :root .feedback-modal__submit.is-disabled:focus,\n :root .btn.btn--skeleton:hover,\n :root .module__section,\n :root .module--carousel__item,\n :root .is-related-search-exp.dark-bg,\n :root .related-searches__item,\n :root .detail--xd .tile-nav--sm,\n :root .set-bookmarklet__detail,\n :root .set-reset__detail,\n :root .module__footer,\n :root .js-definitions-internal {\n background-color: #363a4f !important;\n }\n :root .set-bookmarklet__data {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root .modal__list__link.is-highlighted,\n :root .modal__list li:hover {\n background-color: #8087a2;\n }\n :root .metabar__dropdowns-wrap::before,\n :root .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(90deg, #363a4f, rgba(255, 255, 255, 0));\n }\n :root .nav-menu__item__badge {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root .settings-dropdown--section,\n :root .set-head,\n :root .frm__hr {\n border-bottom-color: #5b6078;\n }\n :root .footer {\n border-top-color: #363a4f;\n }\n :root .is-vertical-tabs-exp,\n :root #duckbar,\n :root .zcm__link:not(.dropdown__button).is-active,\n :root .set-main-footer {\n border-color: #b7bdf8 !important;\n }\n :root input,\n :root select,\n :root h1,\n :root h2,\n :root h3,\n :root h4,\n :root h5,\n :root h6,\n :root ul,\n :root ol,\n :root blockquote,\n :root p,\n :root body,\n :root .module--carousel__footer,\n :root .set-tab.is-active,\n :root .zcm__link,\n :root .feedback-prompt__link,\n :root .feedback-btn__send,\n :root .tile--img__sub,\n :root .result__snippet,\n :root .result__snippet b,\n :root .modal__list__link,\n :root .acp,\n :root .header_headerButton__cLYU3,\n :root .is-vertical-tabs-exp,\n :root .module.module--images,\n :root .module__header.module__header--link,\n :root .text--title,\n :root .text--airline-flight,\n :root .timing,\n :root .flight-details__values,\n :root .airlines-footer,\n :root .tx-clr--slate,\n :root .nav-menu__heading,\n :root .zci,\n :root .metabar__grid-btn,\n :root .module--carousel__left,\n :root .module--carousel__right,\n :root .c-detail__title__sub,\n :root .c-detail__desc,\n :root .c-detail__filemeta,\n :root .c-detail__more,\n :root .btn,\n :root .frm__label,\n :root .js-cloudsave-new-suggestion {\n color: #cad3f5 !important;\n }\n :root .zci--airlines .text--title svg path {\n fill: #cad3f5;\n }\n :root .star {\n color: #939ab7;\n }\n :root .set-tab,\n :root .set-tab:visited,\n :root .tile-nav.can-scroll {\n background-color: #1e2030;\n color: #8087a2;\n }\n :root .js-cloudsave-save-btn,\n :root .js-cloudsave-load-btn {\n background-color: #5b6078;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root .video-source,\n :root .tile__count,\n :root .result__url,\n :root .tile__time,\n :root .feedback-prompt,\n :root .footer__text,\n :root .vertical--news .result__url,\n :root .result__timestamp,\n :root .js-metabar-secondary,\n :root .sidebar-filters,\n :root .tile--pr__original-price,\n :root .nav-menu__item a,\n :root .nav-menu__close,\n :root .frm__desc,\n :root .dropdown__button,\n :root .tx-clr--slate-light,\n :root .flight-details__labels,\n :root .scheduled-time,\n :root .source-link,\n :root .tile__source,\n :root .zci__more-at,\n :root .cloudsave__close,\n :root .module--definitions__attribution-text,\n :root .module__attribution,\n :root .module__attribution-link {\n color: #a5adcb !important;\n }\n :root .dropdown--region.has-inactive-region .dropdown__button::after,\n :root .modal--dropdown--region.modal--popout .modal__header::before,\n :root .js-carousel-module-title,\n :root .tile--pr__brand,\n :root .frm__select,\n :root .star::after,\n :root .feedback-btn__icon,\n :root .detail--xd .tile-nav--sm,\n :root .detail__close,\n :root .module--definitions__collapsed-group ol li::before {\n color: #b7bdf8 !important;\n }\n :root .search__button:hover,\n :root .search--header.has-text.search--hover .search__button {\n background-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root .settings-page-wrapper .btn--primary {\n border-color: #8aadf4;\n background-color: #8aadf4 !important;\n color: #181926 !important;\n }\n :root .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--link,\n :root .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--label {\n color: #cad3f5 !important;\n }\n :root .frm__select::after {\n color: #b7bdf8 !important;\n }\n :root .js-region-filter-switch,\n :root .frm__switch__label {\n background-color: #6e738d !important;\n border-color: #b7bdf8 !important;\n }\n :root .switch__knob {\n background: #cad3f5 !important;\n }\n :root .switch.is-on {\n background-color: #b7bdf8;\n }\n :root .dropdown__switch.is-on::before,\n :root .frm__switch__label {\n color: #24273a !important;\n }\n :root .search--header {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root .acp--highlight,\n :root .bg-clr--platinum-light {\n background-color: #6e738d;\n }\n :root .review__rating-stars,\n :root .place-list-item__rating__image {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2212%22%20viewBox%3D%220%200%2064%2012%22%20width%3D%2264%22%3E%3Cg%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a6da95%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m12%206c0%203.31371-2.68629%206-6%206s-6-2.68629-6-6%202.68629-6%206-6%206%202.68629%206%206zm13%200c0%203.31371-2.6863%206-6%206s-6-2.68629-6-6%202.6863-6%206-6%206%202.68629%206%206zm7%206c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206z%22/%3E%3Cpath%20d%3D%22m45%2012c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206zm4.5-6c0%202.48528-2.0147%204.5-4.5%204.5v-9c2.4853%200%204.5%202.01472%204.5%204.5z%22/%3E%3Cpath%20d%3D%22m58%2012c3.3137%200%206-2.68629%206-6s-2.6863-6-6-6-6%202.68629-6%206%202.6863%206%206%206zm0-1.5c2.4853%200%204.5-2.01472%204.5-4.5s-2.0147-4.5-4.5-4.5-4.5%202.01472-4.5%204.5%202.0147%204.5%204.5%204.5z%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n :root .header__logo,\n :root .js-logo-ddg {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187C120.373%2026.946%2093.426%200%2060.186%200%2026.946%200%200%2026.946%200%2060.186c0%2033.24%2026.946%2060.187%2060.186%2060.187Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005v-1.175Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26.206%2026.206%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.306.306%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408Z%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427Z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519-2.241.038-2.746-.782-3.2-2.052-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31Zm-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326Z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.196%2048.196%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129-10.38.085-16.865-3.635-19.164-5.484-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68%202.102%200%203.09.836%203.774%201.768.14.19-.071.413-.287.32a53.107%2053.107%200%200%201-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4Z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.262%203.262%200%200%201%203.267%203.255%203.262%203.262%200%200%201-3.267%203.255Zm2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200ZM49.3%2051.585a3.801%203.801%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796Zm-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547%200-27.916-22.631-50.547-50.548-50.547C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249-30.513%200-55.249%2024.736-55.249%2055.25%200%2030.513%2024.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n }\n :root .yhccgqM_FdvJ79N6Jm6c {\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187C120.373%2026.946%2093.426%200%2060.186%200%2026.946%200%200%2026.946%200%2060.186c0%2033.24%2026.946%2060.187%2060.186%2060.187Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005v-1.175Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26.206%2026.206%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.306.306%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408Z%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427Z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519-2.241.038-2.746-.782-3.2-2.052-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31Zm-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326Z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.196%2048.196%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129-10.38.085-16.865-3.635-19.164-5.484-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68%202.102%200%203.09.836%203.774%201.768.14.19-.071.413-.287.32a53.107%2053.107%200%200%201-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4Z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.262%203.262%200%200%201%203.267%203.255%203.262%203.262%200%200%201-3.267%203.255Zm2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200ZM49.3%2051.585a3.801%203.801%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796Zm-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547%200-27.916-22.631-50.547-50.548-50.547C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249-30.513%200-55.249%2024.736-55.249%2055.25%200%2030.513%2024.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%20%3C/g%3E%3Cscript%20xmlns%3D%22%22%20id%3D%22bw-fido2-page-script%22/%3E%3C/svg%3E\") !important;\n }\n :root .logo_homepage {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22206%22%20height%3D%22165%22%20viewBox%3D%220%200%20206%20165%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M103%20120C136.137%20120%20163%2093.1371%20163%2060C163%2026.8629%20136.137%200%20103%200C69.8629%200%2043%2026.8629%2043%2060C43%2093.1371%2069.8629%20120%20103%20120Z%22%20fill%3D%22%23ed8796%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M111.438%20104.766C111.438%20104.297%20111.553%20104.19%20110.063%20101.22C106.103%2093.2899%20102.123%2082.1099%20103.933%2074.8999C104.263%2073.5899%20100.203%2026.3899%2097.3326%2024.8699C94.1426%2023.1699%2090.2176%2020.4732%2086.6276%2019.8732C84.8062%2019.5818%2082.4179%2019.7198%2080.551%2019.9712C80.2191%2020.0159%2080.2054%2020.6123%2080.5225%2020.7198C81.7482%2021.135%2083.2365%2021.856%2084.1137%2022.9462C84.2797%2023.1525%2084.0569%2023.4771%2083.7922%2023.4869C82.9654%2023.5175%2081.4655%2023.8641%2079.4865%2025.545C79.2576%2025.7394%2079.4477%2026.1004%2079.7423%2026.0421C83.9953%2025.2007%2088.3388%2025.6152%2090.8985%2027.9418C91.0646%2028.0928%2090.9778%2028.3637%2090.7612%2028.4225C68.5479%2034.4591%2072.9452%2053.7821%2078.8586%2077.4948C84.1073%2098.5422%2086.094%20105.376%2086.7264%20107.476C86.7909%20107.691%2086.9421%20107.862%2087.1501%20107.944C94.8059%20110.981%20111.438%20111.112%20111.438%20105.938V104.766Z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.078%2060C158.078%2090.4188%20133.419%20115.078%20103%20115.078C72.5812%20115.078%2047.9219%2090.4188%2047.9219%2060C47.9219%2029.5812%2072.5812%204.92188%20103%204.92188C133.419%204.92188%20158.078%2029.5812%20158.078%2060ZM90.1461%20108.736C88.6241%20104.035%2084.3706%2090.4075%2080.1694%2073.186C80.0294%2072.6122%2079.8896%2072.0411%2079.7504%2071.4728L79.747%2071.4586C74.6616%2050.6873%2070.5081%2033.7219%2093.2723%2028.3922C93.4805%2028.3435%2093.5822%2028.0946%2093.4445%2027.9312C90.8326%2024.8327%2085.9396%2023.8171%2079.7527%2025.9515C79.4989%2026.039%2079.2786%2025.7831%2079.4363%2025.5659C80.6495%2023.8936%2083.0203%2022.6079%2084.1908%2022.0442C84.4327%2021.9277%2084.418%2021.5735%2084.1618%2021.4933C83.3961%2021.2536%2082.0926%2020.8869%2080.6263%2020.6502C80.2794%2020.5942%2080.2481%2019.9997%2080.5964%2019.9528C89.3674%2018.7728%2098.5265%2021.4061%20103.123%2027.1957C103.166%2027.2502%20103.229%2027.2883%20103.297%2027.3029C120.127%2030.9174%20121.332%2057.5232%20119.394%2058.735C119.011%2058.9739%20117.786%2058.8368%20116.17%2058.656C109.622%2057.9233%2096.6536%2056.4724%20107.356%2076.4191C107.462%2076.6161%20107.322%2076.8769%20107.101%2076.9112C101.086%2077.8465%20108.747%2096.631%20114.425%20109.09C136.752%20103.914%20153.391%2083.9002%20153.391%2060C153.391%2032.17%20130.83%209.60938%20103%209.60938C75.17%209.60938%2052.6094%2032.17%2052.6094%2060C52.6094%2083.3876%2068.5424%20103.054%2090.1461%20108.736Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M122.013%2085.0294C120.731%2084.4357%20115.805%2087.9688%20112.535%2090.6809C111.851%2089.7141%20110.563%2089.0112%20107.656%2089.5166C105.113%2089.9589%20103.708%2090.5723%20103.082%2091.6297C99.0664%2090.1074%2092.3115%2087.7581%2090.6797%2090.027C88.8958%2092.5072%2091.1254%20104.24%2093.4946%20105.763C94.7316%20106.559%20100.648%20102.756%20103.738%20100.133C104.237%20100.835%20105.039%20101.237%20106.689%20101.199C109.184%20101.141%20113.231%20100.561%20113.859%2099.3985C113.898%2099.328%20113.93%2099.2445%20113.958%2099.1494C117.134%20100.336%20122.723%20101.593%20123.972%20101.405C127.226%20100.916%20123.519%2085.7274%20122.013%2085.0294Z%22%20fill%3D%22%23a6da95%22/%3E%3Cpath%20d%3D%22M112.835%2091.028C112.97%2091.2682%20113.078%2091.5217%20113.17%2091.7793C113.623%2093.0454%20114.36%2097.0735%20113.803%2098.0684C113.245%2099.0633%20109.622%2099.5438%20107.387%2099.5824C105.152%2099.6209%20104.649%2098.8035%20104.196%2097.5374C103.834%2096.5245%20103.656%2094.143%20103.66%2092.7794C103.568%2090.7568%20104.307%2090.0457%20107.723%2089.493C110.251%2089.0839%20111.587%2089.5597%20112.359%2090.3738C115.947%2087.6954%20121.935%2083.9156%20122.519%2084.6063C125.431%2088.0509%20125.799%2096.2507%20125.168%2099.5497C124.962%20100.628%20115.32%2098.4811%20115.32%2097.318C115.32%2092.4884%20114.067%2091.1635%20112.835%2091.028Z%22%20fill%3D%22%234CBA3C%22/%3E%3Cpath%20d%3D%22M91.7132%2089.5198C92.5029%2088.2699%2098.907%2089.8242%20102.422%2091.3887C102.422%2091.3887%20101.7%2094.6616%20102.85%2098.5174C103.187%2099.6452%2094.7624%20104.665%2093.6628%20103.802C92.392%20102.803%2090.0532%2092.1469%2091.7132%2089.5198Z%22%20fill%3D%22%234CBA3C%22/%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M94.8146%2064.1312C95.3327%2061.878%2097.7464%2057.6323%20106.366%2057.7354C110.723%2057.7173%20116.136%2057.7335%20119.724%2057.3259C125.058%2056.7201%20129.017%2055.4299%20131.655%2054.4244C135.386%2053.0009%20136.71%2053.3184%20137.175%2054.1701C137.685%2055.1059%20137.084%2056.7219%20135.78%2058.2095C133.29%2061.0509%20128.813%2063.2526%20120.907%2063.9061C113%2064.5596%20107.762%2062.4388%20105.507%2065.8917C104.535%2067.381%20105.287%2070.8909%20112.933%2071.9962C123.265%2073.4873%20131.751%2070.1994%20132.799%2072.1851C133.847%2074.1708%20127.808%2078.2109%20117.459%2078.2955C107.11%2078.3801%20100.646%2074.6722%2098.3538%2072.8291C95.4455%2070.4906%2094.144%2067.0803%2094.8146%2064.1312Z%22%20fill%3D%22%23b8c0e0%22/%3E%3Cg%20opacity%3D%220.8%22%3E%3Cpath%20d%3D%22M107.994%2039.4941C108.571%2038.5489%20109.851%2037.8193%20111.946%2037.8193C114.041%2037.8193%20115.027%2038.6529%20115.709%2039.5824C115.848%2039.7715%20115.637%2039.994%20115.422%2039.901C115.37%2039.8786%20115.318%2039.8557%20115.265%2039.8324C114.498%2039.4978%20113.558%2039.087%20111.946%2039.0641C110.223%2039.0395%20109.136%2039.4712%20108.451%2039.8433C108.221%2039.9686%20107.857%2039.7181%20107.994%2039.4941Z%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20d%3D%22M84.4102%2040.7034C86.4443%2039.8533%2088.0429%2039.9632%2089.1731%2040.2306C89.4111%2040.2868%2089.5765%2040.0308%2089.3861%2039.8773C88.5089%2039.1697%2086.5457%2038.2914%2083.9852%2039.2461C81.7011%2040.0978%2080.6245%2041.8674%2080.6182%2043.0309C80.6167%2043.305%2081.1808%2043.3283%2081.3267%2043.0962C81.7209%2042.4691%2082.3762%2041.5534%2084.4102%2040.7034Z%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M113.726%2052.4248C111.927%2052.4248%20110.469%2050.9702%20110.469%2049.1799C110.469%2047.3896%20111.927%2045.935%20113.726%2045.935C115.524%2045.935%20116.982%2047.3896%20116.982%2049.1799C116.982%2050.9702%20115.524%2052.4248%20113.726%2052.4248ZM116.019%2048.1049C116.019%2047.6413%20115.64%2047.2657%20115.176%2047.2657C114.713%2047.2657%20114.337%2047.6413%20114.333%2048.1049C114.333%2048.5685%20114.713%2048.9441%20115.176%2048.9441C115.644%2048.9441%20116.019%2048.5685%20116.019%2048.1049Z%22%20fill%3D%22%238aadf4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M92.147%2051.4256C92.147%2053.5156%2090.4486%2055.21%2088.3506%2055.21C86.2567%2055.21%2084.5543%2053.5156%2084.5543%2051.4256C84.5543%2049.3356%2086.2567%2047.6412%2088.3506%2047.6412C90.4446%2047.6412%2092.147%2049.3356%2092.147%2051.4256ZM91.0281%2050.1708C91.0281%2049.6313%2090.5885%2049.1917%2090.045%2049.1917C89.5055%2049.1917%2089.066%2049.6273%2089.062%2050.1708C89.062%2050.7103%2089.5015%2051.1499%2090.045%2051.1499C90.5885%2051.1499%2091.0281%2050.7103%2091.0281%2050.1708Z%22%20fill%3D%22%238aadf4%22/%3E%3C/g%3E%3Cpath%20d%3D%22M78.3501%20144.8H74.4501L67.3501%20152.1V137.5H64.3501V162.4H67.3501V154.2L75.4501%20162.3L75.5501%20162.4H78.9501H79.1501V162.1L70.0501%20153.1L78.3501%20144.8Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M59.1501%20158.1C58.0501%20159.2%2056.4501%20159.8%2054.6501%20159.8C51.5501%20159.8%2048.4501%20157.9%2048.4501%20153.5C48.4501%20149.8%2051.0501%20147.2%2054.6501%20147.2C56.2501%20147.2%2057.7501%20147.8%2058.9501%20148.9L59.0501%20149L60.9501%20147L60.8501%20146.9C59.0501%20145.2%2056.9501%20144.4%2054.5501%20144.4C49.0501%20144.4%2045.3501%20148.1%2045.3501%20153.5C45.3501%20159.8%2049.9501%20162.6%2054.5501%20162.6H54.6501C57.0501%20162.6%2059.3501%20161.7%2060.9501%20160L61.0501%20159.9L59.0501%20157.9L59.1501%20158.1Z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M38.85%20154.2C38.85%20157.4%2036.65%20159.8%2033.55%20159.9C30.25%20159.9%2028.25%20157.9%2028.25%20154.5V144.8H25.25V154.5C25.25%20159.5%2028.25%20162.7%2032.95%20162.7H33.05C35.35%20162.7%2037.45%20161.6%2038.85%20159.9L38.95%20159.7L39.05%20162.4H41.85V144.8H38.85V154.2Z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M9.35%20137.4H0.25V162.4H9.35C18.05%20162.4%2021.85%20156%2021.85%20149.7C21.85%20143.8%2017.95%20137.4%209.35%20137.4ZM18.75%20149.6C18.75%20154.4%2015.85%20159.2%209.45%20159.2H3.45V140.5H9.35C15.75%20140.5%2018.75%20145.2%2018.75%20149.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M173.65%20151.5H181.35V157.3C179.45%20158.9%20177.15%20159.8%20174.65%20159.8C167.85%20159.8%20164.75%20154.9%20164.75%20150.1C164.75%20145.2%20167.85%20139.9%20174.55%20139.9C177.25%20139.9%20179.75%20140.9%20181.75%20142.7L181.85%20142.8L183.65%20140.7L183.55%20140.6C181.15%20138.2%20177.95%20137%20174.45%20137C170.65%20137%20167.45%20138.2%20165.15%20140.6C162.75%20143%20161.45%20146.4%20161.55%20150.2C161.55%20156.1%20164.95%20162.9%20174.55%20162.9C174.65%20162.9%20174.65%20162.9%20174.75%20162.9C178.35%20162.9%20181.75%20161.4%20184.15%20158.7V148.8H173.55V151.5H173.65Z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20d%3D%22M91.0502%20137.4H81.9502V162.4H91.0502C99.7502%20162.4%20103.55%20156%20103.55%20149.7C103.55%20143.8%2099.6502%20137.4%2091.0502%20137.4ZM100.45%20149.6C100.45%20154.4%2097.5502%20159.2%2091.1502%20159.2H85.2502V140.5H91.1502C97.4502%20140.5%20100.45%20145.2%20100.45%20149.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M196.35%20144.4C191.05%20144.4%20187.25%20148.3%20187.25%20153.6C187.25%20158.9%20191.05%20162.7%20196.35%20162.7C201.65%20162.7%20205.55%20158.9%20205.55%20153.6C205.55%20148.2%20201.75%20144.4%20196.35%20144.4ZM202.55%20153.6C202.55%20157.3%20199.95%20159.9%20196.35%20159.9C192.85%20159.9%20190.25%20157.3%20190.25%20153.6C190.25%20149.8%20192.75%20147.1%20196.45%20147.1C199.95%20147.2%20202.55%20149.9%20202.55%20153.6Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M120.55%20154.2C120.55%20157.4%20118.35%20159.8%20115.25%20159.9C111.95%20159.9%20109.95%20157.9%20109.95%20154.5V144.8H106.95V154.5C106.95%20159.5%20109.95%20162.7%20114.55%20162.7H114.65C116.95%20162.7%20119.05%20161.6%20120.45%20159.9L120.55%20159.7L120.65%20162.4H123.45V144.8H120.45V154.2H120.55Z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M140.85%20158.1C139.75%20159.2%20138.15%20159.8%20136.35%20159.8C133.25%20159.8%20130.15%20157.9%20130.15%20153.5C130.15%20149.8%20132.75%20147.2%20136.35%20147.2C137.95%20147.2%20139.45%20147.8%20140.65%20148.9L140.75%20149L142.65%20147L142.55%20146.9C140.75%20145.2%20138.65%20144.4%20136.25%20144.4C130.75%20144.4%20127.05%20148.1%20127.05%20153.5C127.05%20159.8%20131.65%20162.6%20136.25%20162.6H136.35C138.75%20162.6%20141.05%20161.7%20142.65%20160L142.75%20159.9L140.75%20157.9L140.85%20158.1Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M160.05%20144.8H156.15L149.05%20152.1V137.5H146.05V162.4H149.05V154.2L157.15%20162.3L157.25%20162.4H160.65H160.85V162.1L151.75%20153.1L160.05%20144.8Z%22%20fill%3D%22%23333333%22/%3E%3C/svg%3E\") !important;\n }\n :root .related-searches__item-text::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%3E%3Cg%20opacity%3D%220.6%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.34325%2014.6421C-0.781084%2011.5177%20-0.781084%206.45184%202.34325%203.32812C5.46759%200.203779%2010.5329%200.203779%2013.6572%203.32812C16.5366%206.20753%2016.7618%2010.7372%2014.3328%2013.8752L17.4975%2017.0399C18.1761%2017.7186%2018.1761%2018.8189%2017.4975%2019.4975C16.8189%2020.1761%2015.7186%2020.1761%2015.0399%2019.4975L11.6492%2016.1068C8.64159%2017.6484%204.8618%2017.1601%202.34325%2014.6421ZM3.75744%204.75745C1.41419%207.10024%201.41419%2010.8997%203.75744%2013.2429C6.10069%2015.5857%209.89965%2015.5857%2012.2429%2013.2429C14.5857%2010.8997%2014.5857%207.10024%2012.2429%204.75745C9.89965%202.41419%206.10069%202.41419%203.75744%204.75745Z%22%20fill%3D%22%23cad3f5%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n :root .header_headerLeft__gTUAg,\n :root .header_logoImg__PFezv {\n height: 0 !important;\n width: 0 !important;\n padding-left: 157px !important;\n padding-top: 44px !important;\n background: url(\"data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%20189%2053%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M110.045%2024.224h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.995%204.994.061.062h2.22v-.185l-5.611-5.55zm-11.898%208.223c-.679.678-1.666%201.048-2.775%201.048-1.912%200-3.824-1.172-3.824-3.885%200-2.281%201.604-3.885%203.824-3.885.986%200%201.911.37%202.651%201.049l.062.061%201.171-1.233-.061-.062C98.085%2024.492%2096.79%2024%2095.31%2024c-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.062c1.48%200%202.898-.555%203.884-1.604l.062-.061-1.233-1.234zm-12.581-2.404c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.748%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85zM67.298%2019.66h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.585-7.708-7.585zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.7V21.571h3.639c3.946%200%205.796%202.898%205.796%205.612zm96.018%201.17h4.748v3.577c-1.171.986-2.59%201.541-4.131%201.541-4.193%200-6.105-3.021-6.105-5.981%200-3.022%201.912-6.29%206.043-6.29%201.665%200%203.207.617%204.44%201.727l.062.061%201.11-1.295-.062-.061c-1.48-1.48-3.453-2.22-5.611-2.22-2.344%200-4.317.74-5.735%202.22-1.48%201.48-2.282%203.576-2.22%205.92%200%203.638%202.096%207.831%208.016%207.831h.124a7.716%207.716%200%200%200%205.796-2.59V26.69h-6.536v1.665zm-51.181-8.694h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.584-7.708-7.584zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.638V21.572h3.638c3.885%200%205.735%202.898%205.735%205.612zm59.463-3.185c-3.269%200-5.612%202.405-5.612%205.673%200%203.268%202.343%205.611%205.612%205.611%203.268%200%205.673-2.343%205.673-5.611%200-3.33-2.343-5.673-5.673-5.673zm3.823%205.673c0%202.282-1.603%203.885-3.823%203.885-2.159%200-3.762-1.603-3.762-3.885%200-2.343%201.542-4.008%203.823-4.008%202.159.061%203.762%201.726%203.762%204.008zm-50.814.371c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.686%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85v5.796zm12.58%202.404c-.678.678-1.665%201.048-2.775%201.048-1.911%200-3.823-1.172-3.823-3.885%200-2.281%201.603-3.885%203.823-3.885.987%200%201.912.37%202.652%201.049l.062.061%201.171-1.233-.061-.062c-1.11-1.048-2.405-1.541-3.885-1.541-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.061c1.48%200%202.899-.555%203.885-1.604l.062-.061-1.233-1.234zm11.899-8.223h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.994%204.994.062.062h2.22v-.185l-5.611-5.55z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2053C41.136%2053%2053%2041.136%2053%2026.5S41.136%200%2026.5%200%200%2011.864%200%2026.5%2011.864%2053%2026.5%2053z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23939ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.227%2046.272c0-.207.05-.255-.608-1.566-1.749-3.503-3.507-8.44-2.707-11.625.146-.579-1.648-21.425-2.915-22.097-1.41-.75-3.143-1.942-4.728-2.207-.805-.128-1.86-.067-2.684.044-.147.02-.153.283-.013.33.542.184%201.2.502%201.587.984.073.09-.026.234-.142.239-.366.013-1.028.166-1.902.908-.101.086-.017.246.113.22%201.878-.372%203.797-.189%204.927.84.073.066.035.185-.06.211-9.811%202.667-7.87%2011.2-5.257%2021.674%202.213%208.875%203.113%2012.028%203.433%2013.103a.606.606%200%200%200%20.366.398c3.438%201.29%2010.59%201.316%2010.59-.939z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.572%2048.238c-1.19.466-3.52.673-4.865.673-1.973%200-4.814-.31-5.849-.776-.639-1.968-2.552-8.066-4.442-15.811-.061-.254-.123-.506-.185-.757l-.001-.006c-2.246-9.174-4.08-16.667%205.974-19.021.091-.022.136-.131.076-.204-1.154-1.368-3.315-1.817-6.048-.874-.112.039-.209-.074-.14-.17.536-.739%201.584-1.307%202.1-1.556.107-.051.101-.208-.012-.243a11.54%2011.54%200%200%200-1.562-.372c-.153-.025-.167-.288-.013-.309%203.874-.52%207.92.642%209.95%203.2.018.024.046.04.076.047%207.434%201.596%207.966%2013.347%207.11%2013.882-.17.106-.71.045-1.424-.035-2.893-.323-8.62-.964-3.893%207.846.047.087-.015.202-.113.217-2.665.415.75%208.767%203.261%2014.27z%22/%3E%3Cpath%20fill%3D%22%233ca82b%22%20d%3D%22M34.897%2037.555c-.566-.263-2.742%201.298-4.186%202.496-.302-.427-.87-.738-2.154-.515-1.124.196-1.744.467-2.021.934-1.773-.672-4.757-1.71-5.478-.708-.787%201.095.197%206.277%201.244%206.95.546.351%203.16-1.328%204.524-2.487.22.31.575.488%201.303.471%201.102-.025%202.89-.282%203.167-.795a.569.569%200%200%200%20.044-.11c1.403.524%203.871%201.08%204.423.996%201.437-.216-.2-6.924-.866-7.232z%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M30.844%2040.204c.06.106.107.218.148.332.2.56.525%202.338.28%202.778-.247.439-1.847.651-2.835.668s-1.209-.344-1.409-.903c-.16-.447-.238-1.5-.237-2.101-.04-.894.286-1.208%201.795-1.452%201.116-.18%201.707.03%202.047.39%201.585-1.184%204.23-2.853%204.488-2.548%201.286%201.521%201.448%205.143%201.17%206.6-.091.476-4.35-.472-4.35-.986%200-2.133-.553-2.718-1.097-2.778zm-9.329-.666c.349-.552%203.177.135%204.73.825%200%200-.32%201.446.189%203.149.148.498-3.572%202.715-4.058%202.334-.561-.441-1.594-5.148-.861-6.308z%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.885%2028.325c.228-.995%201.295-2.87%205.101-2.825%201.925-.008%204.315-.001%205.9-.181a21.212%2021.212%200%200%200%205.27-1.282c1.648-.628%202.233-.488%202.438-.112.225.413-.04%201.127-.616%201.784-1.1%201.255-3.077%202.228-6.57%202.516s-5.805-.648-6.8.877c-.43.658-.098%202.208%203.279%202.696%204.563.659%208.311-.793%208.774.084.463.877-2.204%202.661-6.775%202.698-4.57.038-7.426-1.6-8.438-2.414-1.285-1.033-1.86-2.539-1.563-3.841z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%23181926%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M28.706%2017.443c.255-.417.82-.74%201.745-.74s1.36.369%201.662.78c.061.083-.032.181-.127.14l-.07-.03c-.338-.148-.753-.33-1.465-.34-.761-.01-1.241.18-1.544.344-.101.056-.262-.055-.201-.154zm-10.416.534c.898-.375%201.604-.327%202.103-.208.105.024.178-.089.094-.156-.387-.313-1.254-.7-2.385-.28-1.01.377-1.485%201.159-1.487%201.672-.001.122.248.132.312.03.174-.278.464-.682%201.362-1.058z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.237%2023.154c-.794%200-1.438-.642-1.438-1.433s.644-1.433%201.438-1.433c.794%200%201.438.642%201.438%201.433s-.644%201.433-1.438%201.433zm1.013-1.908a.372.372%200%200%200-.745%200%20.372.372%200%200%200%20.745%200zm-10.544%201.467c0%20.923-.75%201.671-1.676%201.671a1.675%201.675%200%200%201-1.677-1.67c0-.924.752-1.672%201.677-1.672.924%200%201.676.748%201.676%201.671zm-.494-.554a.434.434%200%201%200-.867.002.434.434%200%200%200%20.867-.002z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2048.756c12.292%200%2022.256-9.964%2022.256-22.256S38.792%204.244%2026.5%204.244%204.244%2014.208%204.244%2026.5%2014.208%2048.756%2026.5%2048.756zm0%202.07c13.435%200%2024.326-10.891%2024.326-24.326S39.935%202.174%2026.5%202.174%202.174%2013.065%202.174%2026.5%2013.065%2050.826%2026.5%2050.826z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.497%2048.438c12.118%200%2021.941-9.823%2021.941-21.94S38.615%204.555%2026.498%204.555%204.555%2014.38%204.555%2026.497s9.824%2021.941%2021.941%2021.941zm24.292-21.94c0%2013.415-10.876%2024.29-24.292%2024.29S2.206%2039.914%202.206%2026.499%2013.08%202.205%2026.497%202.205%2050.79%2013.08%2050.79%2026.497z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\") no-repeat !important;\n }\n }\n /* prettier-ignore */", + "code": ":root:not(.dark-bg) {\n color-scheme: dark;\n --sds-color-text-02: #cad3f5 !important;\n --theme-col-txt-page-separator: #cad3f5!important;\n --theme-col-page-separator: #cad3f5 !important;\n --theme-col-txt-url: #cad3f5 !important;\n --theme-col-txt-title-visited: #c6a0f6 !important;\n --theme-col-txt-snippet: #cad3f5 !important;\n --theme-col-txt-card-title: #cad3f5;\n --theme-col-txt-url-domain: #b8c0e0 !important;\n --theme-col-txt-title: #8aadf4 !important;\n --theme-col-bg-card: #363a4f !important;\n --theme-col-about-link: #8aadf4;\n --theme-col-border-ui: #494d64 !important;\n --theme-col-bg-expandcollapse: #363a4f !important;\n --sds-color-palette-gray-60: #b7bdf8 !important;\n --theme-col-txt-url-path: #a5adcb !important;\n --theme-col-border-expandcollapse: #494d64;\n --col-blue-50: #7dc4e4 !important;\n --col-blue-60: #8aadf4 !important;\n --theme-col-bg-page: #24273a !important;\n --sds-color-text-01: #cad3f5 !important;\n --sds-color-text-on-color: #24273a !important;\n --theme-spp-high-contrast-text-secondary: #b7bdf8 !important;\n --theme-spp-high-contrast-card-indicator-color: #363a4f !important;\n --theme-spp-high-contrast-title-span-text: #cad3f5 !important;\n --theme-spp-high-contrast-bg: #363a4f !important;\n --sds-color-palette-yellow-50: #eed49f !important;\n --sds-color-text-04: #b8c0e0 !important;\n --theme-col-txt-card-body: #cad3f5 !important;\n --theme-col-txt-qna-details: #a5adcb !important;\n --theme-col-txt-card: #cad3f5 !important;\n --sds-color-text-03: #a5adcb !important;\n --col-slate-light: #a5adcb;\n --col-silver-dark: #8087a2;\n --theme-col-txt-button-secondary: #b7bdf8 !important;\n --theme-bg-legacy-home: #24273a !important;\n --theme-bg-cta-cards: #363a4f !important;\n --theme-button-primary-bg: #8aadf4 !important;\n --theme-button-primary-bg--hover: #8aadf4 !important;\n --theme-button-primary-bg--active: #8aadf4 !important;\n --theme-button-primary-text: #181926 !important;\n --theme-badge-fg--green: #181926 !important;\n --theme-browser-comparison-table-check-bg: #a6da95 !important;\n --theme-browser-comparison-table-cross-bg: #ed8796 !important;\n --theme-searchbox-bg: #363a4f !important;\n --theme-searchbox-bg--hover: #363a4f !important;\n --theme-searchbox-bg--active: #363a4f !important;\n --theme-searchbox-bg--focused: #363a4f !important;\n --theme-border-color-legacy-home-searchbox: #5b6078 !important;\n --theme-button-link-text: #8aadf4 !important;\n --theme-browser-comparison-table-badge-text: #cad3f5 !important;\n --theme-badge-bg--green: #a6da95 !important;\n --theme-badge-bg--yellow: #eed49f !important;\n --theme-atb-button-bg: #8aadf4;\n --theme-atb-button-bg--hover: #8aadf4;\n --theme-atb-button-bg--active: #8aadf4;\n --col-silver-light: #494d64 !important;\n --theme-col-card-inner-border: #5b6078 !important;\n --sds-color-text-link-02: #cad3f5 !important;\n --sds-color-text-link-02--hover: #b8c0e0 !important;\n --theme-text-legacy-home: #cad3f5 !important;\n --theme-browser-comparison-table-row-bg: #363a4f !important;\n --theme-browser-comparison-table-row-alt-bg: #494d64 !important;\n --theme-bg-home-bottom: #24273a !important;\n --theme-atb-card-back-bg: #363a4f !important;\n --theme-atb-card-front-bg: #494d64 !important;\n --theme-text-bg: #cad3f5 !important;\n --theme-accordion-background--expanded: #363a4f !important;\n --theme-accordion-background: #494d64 !important;\n --theme-footer-link-text: #8aadf4 !important;\n --theme-sidemenu-bg: #363a4f !important;\n --theme-col-txt-button-tertiary: #cad3f5 !important;\n --theme-bg-legacy-home-searchbox: #363a4f !important;\n --theme-bg-info-snippet: #5b6078 !important;\n --theme-button-tertiary-txt: #cad3f5 !important;\n --theme-browser-comparison-table-icon-bg: #1e2030 !important;\n --theme-col-bg-ui: #1e2030 !important;\n --theme-col-bg-header-modal: #363a4f !important;\n /* privacy reminders */\n /* lyrics box */\n }\n :root:not(.dark-bg) ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root:not(.dark-bg) input::placeholder,\n :root:not(.dark-bg) textarea::placeholder {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .featureCards_root__brAX3 {\n --feature-card-background-color: #363a4f !important;\n }\n :root:not(.dark-bg) .footer,\n :root:not(.dark-bg) .switch__knob .modal--dropdown--settings,\n :root:not(.dark-bg) .settings-dropdown--section,\n :root:not(.dark-bg) .frm__field,\n :root:not(.dark-bg) .frm__switch,\n :root:not(.dark-bg) .tileview .metabar--fixed,\n :root:not(.dark-bg) body,\n :root:not(.dark-bg) .frm__switch__label.btn::after,\n :root:not(.dark-bg) .zci,\n :root:not(.dark-bg) html,\n :root:not(.dark-bg) .body--home,\n :root:not(.dark-bg) html.displayable-atb-banner .body--home,\n :root:not(.dark-bg) .site-wrapper,\n :root:not(.dark-bg) .region__body,\n :root:not(.dark-bg) .badge-link,\n :root:not(.dark-bg) .module--carousel__image-wrapper,\n :root:not(.dark-bg) .result__image,\n :root:not(.dark-bg) .vertical--map__sidebar,\n :root:not(.dark-bg) .vertical--map__sidebar__header,\n :root:not(.dark-bg) .page-chrome_newtab,\n :root:not(.dark-bg) .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n :root:not(.dark-bg) .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded .metabar:not(.is-stuck) {\n background-color: #24273a !important;\n }\n :root:not(.dark-bg) .privacy-reminder__text {\n color: #a6da95 !important;\n }\n :root:not(.dark-bg) .privacy-reminder__icon-circle {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-4.572-1.562a.675.675%200%201%200-1.006-.9L7.123%209.224%205.597%207.36a.675.675%200%200%200-1.044.855l2.025%202.475a.675.675%200%200%200%201.025.023z%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .privacy-reminder__icon-shield {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.452.99a3%203%200%200%201%20.655-.482c.242-.13.563-.259.894-.258.329%200%20.65.128.891.258.251.135.488.311.659.485.683.696%201.162.933%201.836%201.142.645.2%201.409.242%202.45.11a2.03%202.03%200%200%201%201.471.378c.42.315.686.794.69%201.324.034%203.86-.53%206.343-1.723%208.126-1.26%201.886-3.14%202.838-5.113%203.838l-.238.12a2.06%202.06%200%200%201-1.848%200l-.176-.089-.062-.031c-1.973-1-3.852-1.952-5.113-3.838C.532%2010.29-.032%207.807%200%203.947c.005-.53.271-1.008.69-1.323.416-.313.95-.445%201.469-.38%201.049.133%201.816.082%202.46-.124.677-.216%201.159-.452%201.832-1.13m5.03%205.419a.686.686%200%200%200-1.021-.915L7.108%209.24%205.56%207.346a.686.686%200%200%200-1.061.868l2.057%202.515a.686.686%200%200%200%201.042.023z%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .privacy-reminder__icon-check {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.375%205.484a.675.675%200%200%201%20.053.954l-3.825%204.275a.675.675%200%200%201-1.025-.023L4.553%208.215a.675.675%200%201%201%201.044-.855l1.526%201.865%203.299-3.688a.675.675%200%200%201%20.953-.053%22%20fill%3D%22%23181926%22/%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .privacy-reminder__modal-hide,\n :root:not(.dark-bg) .privacy-reminder__modal-link {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .js-lyrics-module {\n color: #b8c0e0 !important;\n }\n :root:not(.dark-bg) .module--lyrics__subtitle-box {\n border-color: #5b6078;\n }\n :root:not(.dark-bg) .module__inner-toggle--chevron {\n color: #b7bdf8 !important;\n background-color: #494d64 !important;\n border-color: #5b6078;\n }\n :root:not(.dark-bg) .module__inner-toggle::before,\n :root:not(.dark-bg) .module__inner-toggle::after {\n background-color: #5b6078 !important;\n }\n :root:not(.dark-bg) .module--translations .dropdown--translation-select,\n :root:not(.dark-bg) .module--translations-translatedtext {\n background: #363a4f !important;\n border-color: #363a4f;\n }\n :root:not(.dark-bg) .module--translations .module--translations-translatedtext.is-placeholder {\n color: #a5adcb;\n }\n :root:not(.dark-bg) .module--translations-swap-svg {\n fill: #cad3f5 !important;\n }\n :root:not(.dark-bg) .module--translations-original textarea,\n :root:not(.dark-bg) .module--translations-translatedtext,\n :root:not(.dark-bg) .module--translations-footer a {\n color: #cad3f5;\n }\n :root:not(.dark-bg) .module--translations-clear,\n :root:not(.dark-bg) .module--translations-copy {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .modal__list__filter input {\n background: #1e2030;\n }\n :root:not(.dark-bg) .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root:not(.dark-bg) .module__toggle,\n :root:not(.dark-bg) .tile__expand {\n background-color: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root:not(.dark-bg) .module__title__link,\n :root:not(.dark-bg) .module__text,\n :root:not(.dark-bg) .pln,\n :root:not(.dark-bg) .pun,\n :root:not(.dark-bg) code,\n :root:not(.dark-bg) .module__more-at-bottom {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) code {\n background-color: #24273a !important;\n }\n :root:not(.dark-bg) .lit {\n color: #f5a97f !important;\n }\n :root:not(.dark-bg) .com {\n color: #b8c0e0 !important;\n }\n :root:not(.dark-bg) .str {\n color: #a6da95 !important;\n }\n :root:not(.dark-bg) .atv {\n color: #8bd5ca !important;\n }\n :root:not(.dark-bg) .module__title__sub {\n color: #a5adcb;\n }\n :root:not(.dark-bg) .prettyprint {\n background-color: #1e2030;\n }\n :root:not(.dark-bg) .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root:not(.dark-bg) .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, #eed49f, #8aadf4);\n }\n :root:not(.dark-bg) .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: #363a4f !important;\n }\n :root:not(.dark-bg) .module--definitions__pronunciation {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .module--definitions__group ol li::before {\n color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .module--definitions__usage {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .module__title,\n :root:not(.dark-bg) .module--definitions__definition {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .play-btn__icn_hollow {\n fill: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .module__toggle {\n color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .forecast-wrapper .module__weather-warning--red,\n :root:not(.dark-bg) .module__weather-warning--red:hover,\n :root:not(.dark-bg) .module__weather-warning--red:focus,\n :root:not(.dark-bg) .module__weather-warning--red:visited {\n color: #ed8796 !important;\n }\n :root:not(.dark-bg) .module__weather-warning {\n color: #eed49f !important;\n }\n :root:not(.dark-bg) .text--primary,\n :root:not(.dark-bg) .tx-clr--dk,\n :root:not(.dark-bg) .tx-clr--slate,\n :root:not(.dark-bg) .module__temperature-unit:not(.module__temperature-unit--on) {\n color: #b8c0e0 !important;\n }\n :root:not(.dark-bg) .module__temperature-unit,\n :root:not(.dark-bg) .module__temperature-unit:hover {\n color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .module__detail__precip-label,\n :root:not(.dark-bg) .module__items-precip-label,\n :root:not(.dark-bg) .ia-module--module--definitions__reference,\n :root:not(.dark-bg) .js-definitions-internal {\n color: #8aadf4 !important;\n }\n :root:not(.dark-bg) .module__detail__hour-label {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .module__items-item {\n background: #363a4f !important;\n border-color: #5b6078 !important;\n }\n :root:not(.dark-bg) .module__weatherkit-logo {\n fill: #b7bdf8;\n }\n :root:not(.dark-bg) .module__warnings,\n :root:not(.dark-bg) .module__temperature-unit--on {\n border-color: #5b6078 !important;\n }\n :root:not(.dark-bg) .module__detail__precip-label__icon,\n :root:not(.dark-bg) .module__items-precip-label__icon {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.339%204.317%205.487%200%202.65%204.307a3.67%203.67%200%200%200%20.533%204.784%203.434%203.434%200%200%200%204.645.01%203.66%203.66%200%200%200%20.513-4.78z%22%20fill%3D%22%238aadf4%22/%3E%3C/svg%3E\");\n }\n :root:not(.dark-bg) .tile__ctrl__btn,\n :root:not(.dark-bg) .tile__history,\n :root:not(.dark-bg) .tile__past-calc {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .tile__tab__sci .tile__ctrl__btn,\n :root:not(.dark-bg) .tile__ctrl__toggle {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #6e738d !important;\n }\n :root:not(.dark-bg) .tile__display__main,\n :root:not(.dark-bg) .tile__past-result {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .tile__display {\n box-shadow: inset -1px -1px 0 #6e738d, inset 1px 1px 0 #6e738d !important;\n background-color: #24273a !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .tile__display.selected {\n box-shadow: inset -1px -1px 0 #8aadf4, inset 1px 1px 0 #8aadf4 !important;\n }\n :root:not(.dark-bg) .tile__ctrl--important {\n background-color: #eed49f !important;\n color: #1e2030 !important;\n }\n :root:not(.dark-bg) .tile__display__aside,\n :root:not(.dark-bg) .tile__past-formula {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .bg-delayed-color {\n background-color: #ed8796;\n }\n :root:not(.dark-bg) #error_homepage {\n background-color: #f4dbd6 !important;\n color: #ed8796 !important;\n }\n :root:not(.dark-bg) .search--adv {\n background-color: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root:not(.dark-bg) .modal__header__clear,\n :root:not(.dark-bg) .sep--before,\n :root:not(.dark-bg) .js-region-filter-clear,\n :root:not(.dark-bg) .result__a,\n :root:not(.dark-bg) .module--carousel__body__title,\n :root:not(.dark-bg) .js-carousel-module-more,\n :root:not(.dark-bg) .js-no-results-web,\n :root:not(.dark-bg) .bing .tile__title--pr a,\n :root:not(.dark-bg) .sidebar-filter__show-more,\n :root:not(.dark-bg) .module__footer,\n :root:not(.dark-bg) .js-settings-dropdown-reset-appearance,\n :root:not(.dark-bg) .modal--dropdown--settings .settings-dropdown--button,\n :root:not(.dark-bg) .settings-page-wrapper a:not(.btn, .set-tab),\n :root:not(.dark-bg) .module__link--blue,\n :root:not(.dark-bg) .place-list-item__cta-item__text {\n color: #8aadf4 !important;\n }\n :root:not(.dark-bg) .tile__title a:visited {\n color: #c6a0f6;\n }\n :root:not(.dark-bg) .place-detail__status--off {\n color: #ed8796;\n }\n :root:not(.dark-bg) .place-detail__status--on {\n color: #a6da95;\n }\n :root:not(.dark-bg) .result__a:visited {\n color: #c6a0f6 !important;\n }\n :root:not(.dark-bg) .bg-clr--green {\n background-color: #a6da95;\n }\n :root:not(.dark-bg) .tile__status,\n :root:not(.dark-bg) .osGBsMSM4O7_HVv5OcxQ,\n :root:not(.dark-bg) .C68Y1fiPXCZijXmzVAbe {\n color: #1e2030 !important;\n }\n :root:not(.dark-bg) .modal__header,\n :root:not(.dark-bg) .modal__footer,\n :root:not(.dark-bg) .modal__box,\n :root:not(.dark-bg) .tile,\n :root:not(.dark-bg) .js-carousel-module-more,\n :root:not(.dark-bg) .related-searches__item,\n :root:not(.dark-bg) .bg-clr--white,\n :root:not(.dark-bg) .tile__media__free-shipping-label,\n :root:not(.dark-bg) .sidebar-filter__options,\n :root:not(.dark-bg) .sidebar-filter__option.is-size,\n :root:not(.dark-bg) .module__footer,\n :root:not(.dark-bg) .frm__select,\n :root:not(.dark-bg) .set-bookmarklet,\n :root:not(.dark-bg) .set-reset,\n :root:not(.dark-bg) .search__autocomplete,\n :root:not(.dark-bg) .frm__input,\n :root:not(.dark-bg) .frm__color__swatch {\n border-color: #363a4f !important;\n }\n :root:not(.dark-bg) .sep--before::before,\n :root:not(.dark-bg) .sep {\n border-left-color: #5b6078;\n }\n :root:not(.dark-bg) .header-wrap,\n :root:not(.dark-bg) .module--carousel__left,\n :root:not(.dark-bg) .module--carousel__right,\n :root:not(.dark-bg) .detail,\n :root:not(.dark-bg) .btn {\n background-color: #1e2030;\n }\n :root:not(.dark-bg) .set-header--fixed .tileview--grid .metabar--fixed,\n :root:not(.dark-bg) .tileview--grid .metabar--fixed.is-stuck {\n background-color: #363a4f;\n border-top-color: #363a4f;\n }\n :root:not(.dark-bg) .modal--dropdown--region.modal--popout .frm__input,\n :root:not(.dark-bg) .js-region-filter-list,\n :root:not(.dark-bg) .tile__body,\n :root:not(.dark-bg) .bg-clr--white,\n :root:not(.dark-bg) .acp-wrap,\n :root:not(.dark-bg) .tile__media__free-shipping-label,\n :root:not(.dark-bg) .tile__media--pr,\n :root:not(.dark-bg) .modal__box,\n :root:not(.dark-bg) .nav-menu__list,\n :root:not(.dark-bg) .set-tab.is-active,\n :root:not(.dark-bg) .frm__select select,\n :root:not(.dark-bg) .cloudsave,\n :root:not(.dark-bg) .feedback-btn__send,\n :root:not(.dark-bg) .set-bookmarklet__input,\n :root:not(.dark-bg) .howItWorksSection_downloadsCard__U3Ph9,\n :root:not(.dark-bg) .metabar__grid-btn,\n :root:not(.dark-bg) .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n :root:not(.dark-bg) .btn.btn--secondary,\n :root:not(.dark-bg) .btn.is-disabled,\n :root:not(.dark-bg) input,\n :root:not(.dark-bg) textarea,\n :root:not(.dark-bg) .frm__input,\n :root:not(.dark-bg) .frm__text,\n :root:not(.dark-bg) .detail--xd .c-detail__btn,\n :root:not(.dark-bg) .set-bookmarklet,\n :root:not(.dark-bg) .set-reset,\n :root:not(.dark-bg) .zci--json_validator textarea,\n :root:not(.dark-bg) .colorpicker,\n :root:not(.dark-bg) .feedback-modal__submit.is-disabled,\n :root:not(.dark-bg) .feedback-modal__submit.is-disabled:active,\n :root:not(.dark-bg) .feedback-modal__submit.is-disabled:focus,\n :root:not(.dark-bg) .module__section,\n :root:not(.dark-bg) .module--carousel__item,\n :root:not(.dark-bg) .is-related-search-exp.dark-bg,\n :root:not(.dark-bg) .related-searches__item,\n :root:not(.dark-bg) .detail--xd .tile-nav--sm,\n :root:not(.dark-bg) .set-bookmarklet__detail,\n :root:not(.dark-bg) .set-reset__detail,\n :root:not(.dark-bg) .module__footer,\n :root:not(.dark-bg) .js-definitions-internal {\n background-color: #363a4f !important;\n }\n :root:not(.dark-bg) .module--carousel__item {\n border-color: #494d64 !important;\n }\n :root:not(.dark-bg) .btn.is-disabled:hover,\n :root:not(.dark-bg) .frm__switch__label:hover,\n :root:not(.dark-bg) .feedback-modal__submit.is-disabled:hover,\n :root:not(.dark-bg) .btn.btn--skeleton:hover,\n :root:not(.dark-bg) .module__footer-carousel__label:hover {\n background-color: #5b6078 !important;\n border-color: #5b6078 !important;\n }\n :root:not(.dark-bg) .is-checked .frm__switch__label.btn {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root:not(.dark-bg) .js-set-exit {\n background-color: #b7bdf8 !important;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.dark-bg) .js-set-exit:hover {\n background-color: rgba(183, 189, 248, 0.8) !important;\n border-color: rgba(183, 189, 248, 0.8) !important;\n color: #24273a !important;\n }\n :root:not(.dark-bg) .frm__switch__label {\n background-color: #363a4f;\n border-color: #363a4f;\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .set-bookmarklet__data {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root:not(.dark-bg) .modal__list__link.is-highlighted,\n :root:not(.dark-bg) .modal__list li:hover {\n background-color: #8087a2;\n }\n :root:not(.dark-bg) .metabar__dropdowns-wrap::before,\n :root:not(.dark-bg) .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(90deg, #363a4f, rgba(255, 255, 255, 0));\n }\n :root:not(.dark-bg) .nav-menu__item__badge {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root:not(.dark-bg) .settings-dropdown--section,\n :root:not(.dark-bg) .set-head,\n :root:not(.dark-bg) .frm__hr {\n border-bottom-color: #5b6078;\n }\n :root:not(.dark-bg) .footer {\n border-top-color: #363a4f;\n }\n :root:not(.dark-bg) .is-vertical-tabs-exp,\n :root:not(.dark-bg) #duckbar,\n :root:not(.dark-bg) .zcm__link:not(.dropdown__button).is-active,\n :root:not(.dark-bg) .set-main-footer {\n border-color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) input,\n :root:not(.dark-bg) select,\n :root:not(.dark-bg) h1,\n :root:not(.dark-bg) h2,\n :root:not(.dark-bg) h3,\n :root:not(.dark-bg) h4,\n :root:not(.dark-bg) h5,\n :root:not(.dark-bg) h6,\n :root:not(.dark-bg) ul,\n :root:not(.dark-bg) ol,\n :root:not(.dark-bg) blockquote,\n :root:not(.dark-bg) p,\n :root:not(.dark-bg) body,\n :root:not(.dark-bg) .module--carousel__footer,\n :root:not(.dark-bg) .set-tab.is-active,\n :root:not(.dark-bg) .zcm__link,\n :root:not(.dark-bg) .feedback-prompt__link,\n :root:not(.dark-bg) .feedback-btn__send,\n :root:not(.dark-bg) .tile--img__sub,\n :root:not(.dark-bg) .result__snippet,\n :root:not(.dark-bg) .result__snippet b,\n :root:not(.dark-bg) .modal__list__link,\n :root:not(.dark-bg) .acp,\n :root:not(.dark-bg) .header_headerButton__cLYU3,\n :root:not(.dark-bg) .is-vertical-tabs-exp,\n :root:not(.dark-bg) .module.module--images,\n :root:not(.dark-bg) .module__header.module__header--link,\n :root:not(.dark-bg) .text--title,\n :root:not(.dark-bg) .text--airline-flight,\n :root:not(.dark-bg) .timing,\n :root:not(.dark-bg) .flight-details__values,\n :root:not(.dark-bg) .airlines-footer,\n :root:not(.dark-bg) .tx-clr--slate,\n :root:not(.dark-bg) .nav-menu__heading,\n :root:not(.dark-bg) .zci,\n :root:not(.dark-bg) .metabar__grid-btn,\n :root:not(.dark-bg) .module--carousel__left,\n :root:not(.dark-bg) .module--carousel__right,\n :root:not(.dark-bg) .c-detail__title__sub,\n :root:not(.dark-bg) .c-detail__desc,\n :root:not(.dark-bg) .c-detail__filemeta,\n :root:not(.dark-bg) .c-detail__more,\n :root:not(.dark-bg) .frm__label,\n :root:not(.dark-bg) .js-cloudsave-new-suggestion {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .zci--airlines .text--title svg path {\n fill: #cad3f5;\n }\n :root:not(.dark-bg) .star {\n color: #939ab7;\n }\n :root:not(.dark-bg) .set-tab,\n :root:not(.dark-bg) .set-tab:visited,\n :root:not(.dark-bg) .tile-nav.can-scroll {\n background-color: #1e2030;\n color: #8087a2;\n }\n :root:not(.dark-bg) .js-cloudsave-save-btn,\n :root:not(.dark-bg) .js-cloudsave-load-btn {\n background-color: #5b6078;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root:not(.dark-bg) .video-source,\n :root:not(.dark-bg) .tile__count,\n :root:not(.dark-bg) .result__url,\n :root:not(.dark-bg) .tile__time,\n :root:not(.dark-bg) .feedback-prompt,\n :root:not(.dark-bg) .footer__text,\n :root:not(.dark-bg) .vertical--news .result__url,\n :root:not(.dark-bg) .result__timestamp,\n :root:not(.dark-bg) .js-metabar-secondary,\n :root:not(.dark-bg) .sidebar-filters,\n :root:not(.dark-bg) .tile--pr__original-price,\n :root:not(.dark-bg) .nav-menu__item a,\n :root:not(.dark-bg) .nav-menu__close,\n :root:not(.dark-bg) .frm__desc,\n :root:not(.dark-bg) .dropdown__button,\n :root:not(.dark-bg) .tx-clr--slate-light,\n :root:not(.dark-bg) .flight-details__labels,\n :root:not(.dark-bg) .scheduled-time,\n :root:not(.dark-bg) .source-link,\n :root:not(.dark-bg) .tile__source,\n :root:not(.dark-bg) .zci__more-at,\n :root:not(.dark-bg) .cloudsave__close,\n :root:not(.dark-bg) .module--definitions__attribution-text,\n :root:not(.dark-bg) .module__attribution,\n :root:not(.dark-bg) .module__attribution-link {\n color: #a5adcb !important;\n }\n :root:not(.dark-bg) .dropdown--region.has-inactive-region .dropdown__button::after,\n :root:not(.dark-bg) .modal--dropdown--region.modal--popout .modal__header::before,\n :root:not(.dark-bg) .js-carousel-module-title,\n :root:not(.dark-bg) .tile--pr__brand,\n :root:not(.dark-bg) .frm__select,\n :root:not(.dark-bg) .star::after,\n :root:not(.dark-bg) .feedback-btn__icon,\n :root:not(.dark-bg) .detail--xd .tile-nav--sm,\n :root:not(.dark-bg) .detail__close,\n :root:not(.dark-bg) .module--definitions__collapsed-group ol li::before {\n color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .search__button:hover,\n :root:not(.dark-bg) .search--header.has-text.search--hover .search__button {\n background-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root:not(.dark-bg) .settings-page-wrapper.is-checked {\n border-color: #8aadf4;\n background-color: #7dc4e4 !important;\n color: #1e2030 !important;\n }\n :root:not(.dark-bg) .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--link,\n :root:not(.dark-bg) .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--label {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .ddgsi-check::before {\n color: #1e2030 !important;\n }\n :root:not(.dark-bg) .set-bookmarklet__title,\n :root:not(.dark-bg) .set-reset__title {\n color: #cad3f5 !important;\n }\n :root:not(.dark-bg) .frm__select::after {\n color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .switch {\n background-color: #1e2030 !important;\n }\n :root:not(.dark-bg) .switch__knob {\n background: #cad3f5 !important;\n }\n :root:not(.dark-bg) .switch.is-on {\n background-color: #b7bdf8 !important;\n }\n :root:not(.dark-bg) .dropdown__switch.is-on::before {\n color: #24273a !important;\n }\n :root:not(.dark-bg) .search--header {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root:not(.dark-bg) .acp--highlight,\n :root:not(.dark-bg) .bg-clr--platinum-light {\n background-color: #6e738d;\n }\n :root:not(.dark-bg) .review__rating-stars,\n :root:not(.dark-bg) .place-list-item__rating__image {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2212%22%20viewBox%3D%220%200%2064%2012%22%20width%3D%2264%22%3E%3Cpath%20d%3D%22M12%206A6%206%200%201%201%200%206a6%206%200%200%201%2012%200m13%200a6%206%200%201%201-12%200%206%206%200%200%201%2012%200m7%206a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m13%200a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m4.5-6a4.5%204.5%200%200%201-4.5%204.5v-9A4.5%204.5%200%200%201%2049.5%206m8.5%206a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m0-1.5a4.5%204.5%200%201%200%200-9%204.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a6da95%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root:not(.dark-bg) .header__logo,\n :root:not(.dark-bg) .js-logo-ddg {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187S93.426%200%2060.186%200%200%2026.946%200%2060.186s26.946%2060.187%2060.186%2060.187%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26%2026%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.3.3%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519s-2.746-.782-3.2-2.052c-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31m-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.2%2048.2%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129s-16.865-3.635-19.164-5.484c-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68s3.09.836%203.774%201.768c.14.19-.071.413-.287.32l-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.26%203.26%200%200%201%203.267%203.255%203.26%203.26%200%200%201-3.267%203.255m2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200M49.3%2051.585a3.8%203.8%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796m-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547S88.103%209.639%2060.186%209.639C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249S4.937%2029.673%204.937%2060.187s24.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .yhccgqM_FdvJ79N6Jm6c {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187S93.426%200%2060.186%200%200%2026.946%200%2060.186s26.946%2060.187%2060.186%2060.187%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26%2026%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.3.3%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519s-2.746-.782-3.2-2.052c-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31m-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.2%2048.2%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129s-16.865-3.635-19.164-5.484c-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68s3.09.836%203.774%201.768c.14.19-.071.413-.287.32l-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.26%203.26%200%200%201%203.267%203.255%203.26%203.26%200%200%201-3.267%203.255m2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200M49.3%2051.585a3.8%203.8%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796m-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547S88.103%209.639%2060.186%209.639C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249S4.937%2029.673%204.937%2060.187s24.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n :root:not(.dark-bg) .logo_homepage {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22206%22%20height%3D%22165%22%20viewBox%3D%220%200%20206%20165%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M103%20120c33.137%200%2060-26.863%2060-60S136.137%200%20103%200%2043%2026.863%2043%2060s26.863%2060%2060%2060%22%20fill%3D%22%23ed8796%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M111.438%20104.766c0-.469.115-.576-1.375-3.546-3.96-7.93-7.94-19.11-6.13-26.32.33-1.31-3.73-48.51-6.6-50.03-3.19-1.7-7.115-4.397-10.705-4.997-1.822-.291-4.21-.153-6.077.098-.332.045-.346.641-.029.749%201.226.415%202.715%201.136%203.592%202.226.166.206-.057.531-.322.54-.827.031-2.326.378-4.305%202.059-.23.194-.04.555.255.497%204.253-.841%208.597-.427%2011.156%201.9.167.15.08.422-.137.48-22.213%206.037-17.816%2025.36-11.902%2049.073%205.248%2021.047%207.235%2027.881%207.867%2029.981a.72.72%200%200%200%20.424.468c7.656%203.037%2024.288%203.168%2024.288-2.006z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.078%2060c0%2030.419-24.659%2055.078-55.078%2055.078S47.922%2090.418%2047.922%2060%2072.582%204.922%20103%204.922%20158.078%2029.582%20158.078%2060m-67.932%2048.736c-1.522-4.701-5.775-18.329-9.977-35.55l-.419-1.713-.003-.014c-5.085-20.772-9.239-37.737%2013.525-43.067.209-.049.31-.297.172-.46-2.611-3.1-7.504-4.115-13.691-1.98-.254.087-.474-.169-.317-.386%201.213-1.672%203.584-2.958%204.755-3.522.242-.116.227-.47-.03-.55a26%2026%200%200%200-3.535-.844c-.347-.056-.378-.65-.03-.697%208.771-1.18%2017.93%201.453%2022.527%207.243a.3.3%200%200%200%20.174.107c16.83%203.614%2018.035%2030.22%2016.097%2031.432-.383.239-1.608.102-3.224-.079-6.548-.733-19.516-2.184-8.814%2017.763.106.197-.034.458-.255.492-6.015.936%201.646%2019.72%207.324%2032.179%2022.327-5.176%2038.966-25.19%2038.966-49.09%200-27.83-22.561-50.39-50.391-50.39S52.61%2032.17%2052.61%2060c0%2023.388%2015.932%2043.054%2037.536%2048.736%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M122.013%2085.03c-1.282-.594-6.208%202.939-9.478%205.65-.684-.966-1.972-1.669-4.879-1.163-2.543.442-3.948%201.055-4.574%202.113-4.016-1.523-10.77-3.872-12.402-1.603-1.784%202.48.445%2014.213%202.815%2015.736%201.237.796%207.153-3.007%2010.243-5.63.499.702%201.301%201.104%202.951%201.066%202.495-.058%206.542-.638%207.17-1.8a1.2%201.2%200%200%200%20.099-.25c3.176%201.187%208.765%202.444%2010.014%202.256%203.254-.489-.453-15.678-1.959-16.376%22%20fill%3D%22%23a6da95%22/%3E%3Cpath%20d%3D%22M112.835%2091.028c.135.24.243.494.335.751.453%201.266%201.19%205.294.633%206.29-.558.994-4.181%201.475-6.416%201.513-2.235.039-2.738-.778-3.191-2.045-.362-1.013-.54-3.394-.536-4.758-.092-2.022.647-2.733%204.063-3.286%202.528-.41%203.864.067%204.636.88%203.588-2.678%209.576-6.457%2010.16-5.767%202.912%203.445%203.28%2011.645%202.649%2014.944-.206%201.078-9.848-1.069-9.848-2.232%200-4.83-1.253-6.154-2.485-6.29M91.713%2089.52c.79-1.25%207.194.304%2010.709%201.869%200%200-.722%203.273.428%207.128.337%201.128-8.088%206.148-9.187%205.285-1.271-.999-3.61-11.655-1.95-14.282%22%20fill%3D%22%234CBA3C%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M94.815%2064.131c.518-2.253%202.931-6.499%2011.551-6.396%204.357-.018%209.77-.002%2013.358-.41a48%2048%200%200%200%2011.931-2.9c3.731-1.424%205.055-1.107%205.52-.255.51.936-.091%202.552-1.395%204.04-2.49%202.84-6.967%205.043-14.873%205.696-7.907.654-13.145-1.467-15.4%201.986-.972%201.489-.22%204.999%207.426%206.104%2010.332%201.491%2018.818-1.797%2019.866.19%201.048%201.985-4.991%206.025-15.34%206.11s-16.813-3.624-19.105-5.467c-2.909-2.338-4.21-5.749-3.54-8.698%22%20fill%3D%22%23b8c0e0%22/%3E%3Cg%20opacity%3D%220.8%22%3E%3Cpath%20d%3D%22M107.994%2039.494c.577-.945%201.857-1.675%203.952-1.675s3.081.834%203.763%201.763c.139.19-.072.412-.287.319l-.157-.069c-.767-.334-1.707-.745-3.319-.768-1.723-.025-2.81.407-3.495.78-.23.125-.594-.126-.457-.35M84.41%2040.703c2.034-.85%203.633-.74%204.763-.472.238.056.403-.2.213-.354-.877-.707-2.84-1.586-5.4-.63-2.285.85-3.362%202.62-3.368%203.784-.001.274.563.297.709.065.394-.627%201.05-1.543%203.083-2.393%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M113.726%2052.425a3.25%203.25%200%200%201-3.257-3.245%203.25%203.25%200%200%201%203.257-3.245%203.25%203.25%200%200%201%203.256%203.245%203.25%203.25%200%200%201-3.256%203.245m2.293-4.32a.842.842%200%200%200-1.686%200%20.843.843%200%200%200%201.686%200m-23.872%203.321a3.79%203.79%200%200%201-3.796%203.784%203.79%203.79%200%200%201-3.797-3.784%203.79%203.79%200%200%201%203.797-3.785%203.79%203.79%200%200%201%203.796%203.785m-1.119-1.255a.984.984%200%200%200-1.966%200%20.982.982%200%200%200%201.966-.001%22%20fill%3D%22%238aadf4%22/%3E%3C/g%3E%3Cpath%20d%3D%22M78.35%20144.8h-3.9l-7.1%207.3v-14.6h-3v24.9h3v-8.2l8.1%208.1.1.1h3.6v-.3l-9.1-9z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M59.15%20158.1c-1.1%201.1-2.7%201.7-4.5%201.7-3.1%200-6.2-1.9-6.2-6.3%200-3.7%202.6-6.3%206.2-6.3%201.6%200%203.1.6%204.3%201.7l.1.1%201.9-2-.1-.1c-1.8-1.7-3.9-2.5-6.3-2.5-5.5%200-9.2%203.7-9.2%209.1%200%206.3%204.6%209.1%209.2%209.1h.1c2.4%200%204.7-.9%206.3-2.6l.1-.1-2-2zm-20.3-3.9c0%203.2-2.2%205.6-5.3%205.7-3.3%200-5.3-2-5.3-5.4v-9.7h-3v9.7c0%205%203%208.2%207.7%208.2h.1c2.3%200%204.4-1.1%205.8-2.8l.1-.2.1%202.7h2.8v-17.6h-3z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M9.35%20137.4H.25v25h9.1c8.7%200%2012.5-6.4%2012.5-12.7%200-5.9-3.9-12.3-12.5-12.3m9.4%2012.2c0%204.8-2.9%209.6-9.3%209.6h-6v-18.7h5.9c6.4%200%209.4%204.7%209.4%209.1%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M173.65%20151.5h7.7v5.8c-1.9%201.6-4.2%202.5-6.7%202.5-6.8%200-9.9-4.9-9.9-9.7%200-4.9%203.1-10.2%209.8-10.2%202.7%200%205.2%201%207.2%202.8l.1.1%201.8-2.1-.1-.1c-2.4-2.4-5.6-3.6-9.1-3.6-3.8%200-7%201.2-9.3%203.6-2.4%202.4-3.7%205.8-3.6%209.6%200%205.9%203.4%2012.7%2013%2012.7h.2c3.6%200%207-1.5%209.4-4.2v-9.9h-10.6v2.7z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20d%3D%22M91.05%20137.4h-9.1v25h9.1c8.7%200%2012.5-6.4%2012.5-12.7%200-5.9-3.9-12.3-12.5-12.3m9.4%2012.2c0%204.8-2.9%209.6-9.3%209.6h-5.9v-18.7h5.9c6.3%200%209.3%204.7%209.3%209.1m95.9-5.2c-5.3%200-9.1%203.9-9.1%209.2s3.8%209.1%209.1%209.1%209.2-3.8%209.2-9.1c0-5.4-3.8-9.2-9.2-9.2m6.2%209.2c0%203.7-2.6%206.3-6.2%206.3-3.5%200-6.1-2.6-6.1-6.3%200-3.8%202.5-6.5%206.2-6.5%203.5.1%206.1%202.8%206.1%206.5m-82%20.6c0%203.2-2.2%205.6-5.3%205.7-3.3%200-5.3-2-5.3-5.4v-9.7h-3v9.7c0%205%203%208.2%207.6%208.2h.1c2.3%200%204.4-1.1%205.8-2.8l.1-.2.1%202.7h2.8v-17.6h-3v9.4z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M140.85%20158.1c-1.1%201.1-2.7%201.7-4.5%201.7-3.1%200-6.2-1.9-6.2-6.3%200-3.7%202.6-6.3%206.2-6.3%201.6%200%203.1.6%204.3%201.7l.1.1%201.9-2-.1-.1c-1.8-1.7-3.9-2.5-6.3-2.5-5.5%200-9.2%203.7-9.2%209.1%200%206.3%204.6%209.1%209.2%209.1h.1c2.4%200%204.7-.9%206.3-2.6l.1-.1-2-2z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M160.05%20144.8h-3.9l-7.1%207.3v-14.6h-3v24.9h3v-8.2l8.1%208.1.1.1h3.6v-.3l-9.1-9z%22%20fill%3D%22%23333333%22/%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .related-searches__item-text::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.343%2014.642a8%208%200%201%201%2011.99-.767l3.164%203.165a1.738%201.738%200%200%201-2.457%202.457l-3.39-3.39a8.005%208.005%200%200%201-9.307-1.465m1.414-9.885a6%206%200%201%200%208.486%208.486%206%206%200%200%200-8.486-8.486%22%20fill%3D%22%23cad3f5%22%20opacity%3D%220.6%22/%3E%3C/svg%3E\") !important;\n }\n :root:not(.dark-bg) .header_logoImg__PFezv {\n content: url(\"data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%20189%2053%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M110.045%2024.224h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.995%204.994.061.062h2.22v-.185l-5.611-5.55zm-11.898%208.223c-.679.678-1.666%201.048-2.775%201.048-1.912%200-3.824-1.172-3.824-3.885%200-2.281%201.604-3.885%203.824-3.885.986%200%201.911.37%202.651%201.049l.062.061%201.171-1.233-.061-.062C98.085%2024.492%2096.79%2024%2095.31%2024c-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.062c1.48%200%202.898-.555%203.884-1.604l.062-.061-1.233-1.234zm-12.581-2.404c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.748%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85zM67.298%2019.66h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.585-7.708-7.585m5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.7V21.571h3.639c3.946%200%205.796%202.898%205.796%205.612zm96.018%201.17h4.748v3.577c-1.171.986-2.59%201.541-4.131%201.541-4.193%200-6.105-3.021-6.105-5.981%200-3.022%201.912-6.29%206.043-6.29%201.665%200%203.207.617%204.44%201.727l.062.061%201.11-1.295-.062-.061c-1.48-1.48-3.453-2.22-5.611-2.22-2.344%200-4.317.74-5.735%202.22-1.48%201.48-2.282%203.576-2.22%205.92%200%203.638%202.096%207.831%208.016%207.831h.124a7.72%207.72%200%200%200%205.796-2.59V26.69h-6.536v1.665zm-51.181-8.694h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.584-7.708-7.584zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.638V21.572h3.638c3.885%200%205.735%202.898%205.735%205.612m59.463-3.185c-3.269%200-5.612%202.405-5.612%205.673s2.343%205.611%205.612%205.611c3.268%200%205.673-2.343%205.673-5.611%200-3.33-2.343-5.673-5.673-5.673m3.823%205.673c0%202.282-1.603%203.885-3.823%203.885-2.159%200-3.762-1.603-3.762-3.885%200-2.343%201.542-4.008%203.823-4.008%202.159.061%203.762%201.726%203.762%204.008m-50.814.371c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.686%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85v5.796zm12.58%202.404c-.678.678-1.665%201.048-2.775%201.048-1.911%200-3.823-1.172-3.823-3.885%200-2.281%201.603-3.885%203.823-3.885.987%200%201.912.37%202.652%201.049l.062.061%201.171-1.233-.061-.062c-1.11-1.048-2.405-1.541-3.885-1.541-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.061c1.48%200%202.899-.555%203.885-1.604l.062-.061-1.233-1.234zm11.899-8.223h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.994%204.994.062.062h2.22v-.185l-5.611-5.55z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2053C41.136%2053%2053%2041.136%2053%2026.5S41.136%200%2026.5%200%200%2011.864%200%2026.5%2011.864%2053%2026.5%2053%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23939ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.227%2046.272c0-.207.05-.255-.608-1.566-1.749-3.503-3.507-8.44-2.707-11.625.146-.579-1.648-21.425-2.915-22.097-1.41-.75-3.143-1.942-4.728-2.207-.805-.128-1.86-.067-2.684.044-.147.02-.153.283-.013.33.542.184%201.2.502%201.587.984.073.09-.026.234-.142.239-.366.013-1.028.166-1.902.908-.101.086-.017.246.113.22%201.878-.372%203.797-.189%204.927.84.073.066.035.185-.06.211-9.811%202.667-7.87%2011.2-5.257%2021.674%202.213%208.875%203.113%2012.028%203.433%2013.103a.6.6%200%200%200%20.366.398c3.438%201.29%2010.59%201.316%2010.59-.939z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.572%2048.238c-1.19.466-3.52.673-4.865.673-1.973%200-4.814-.31-5.849-.776-.639-1.968-2.552-8.066-4.442-15.811l-.185-.757-.001-.006c-2.246-9.174-4.08-16.667%205.974-19.021.091-.022.136-.131.076-.204-1.154-1.368-3.315-1.817-6.048-.874-.112.039-.209-.074-.14-.17.536-.739%201.584-1.307%202.1-1.556.107-.051.101-.208-.012-.243a11.5%2011.5%200%200%200-1.562-.372c-.153-.025-.167-.288-.013-.309%203.874-.52%207.92.642%209.95%203.2q.029.036.076.047c7.434%201.596%207.966%2013.347%207.11%2013.882-.17.106-.71.045-1.424-.035-2.893-.323-8.62-.964-3.893%207.846.047.087-.015.202-.113.217-2.665.415.75%208.767%203.261%2014.27z%22/%3E%3Cpath%20fill%3D%22%233ca82b%22%20d%3D%22M34.897%2037.555c-.566-.263-2.742%201.298-4.186%202.496-.302-.427-.87-.738-2.154-.515-1.124.196-1.744.467-2.021.934-1.773-.672-4.757-1.71-5.478-.708-.787%201.095.197%206.277%201.244%206.95.546.351%203.16-1.328%204.524-2.487.22.31.575.488%201.303.471%201.102-.025%202.89-.282%203.167-.795a.6.6%200%200%200%20.044-.11c1.403.524%203.871%201.08%204.423.996%201.437-.216-.2-6.924-.866-7.232%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M30.844%2040.204q.088.16.148.332c.2.56.525%202.338.28%202.778-.247.439-1.847.651-2.835.668s-1.209-.344-1.409-.903c-.16-.447-.238-1.5-.237-2.101-.04-.894.286-1.208%201.795-1.452%201.116-.18%201.707.03%202.047.39%201.585-1.184%204.23-2.853%204.488-2.548%201.286%201.521%201.448%205.143%201.17%206.6-.091.476-4.35-.472-4.35-.986%200-2.133-.553-2.718-1.097-2.778m-9.329-.666c.349-.552%203.177.135%204.73.825%200%200-.32%201.446.189%203.149.148.498-3.572%202.715-4.058%202.334-.561-.441-1.594-5.148-.861-6.308%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.885%2028.325c.228-.995%201.295-2.87%205.101-2.825%201.925-.008%204.315-.001%205.9-.181a21.2%2021.2%200%200%200%205.27-1.282c1.648-.628%202.233-.488%202.438-.112.225.413-.04%201.127-.616%201.784-1.1%201.255-3.077%202.228-6.57%202.516s-5.805-.648-6.8.877c-.43.658-.098%202.208%203.279%202.696%204.563.659%208.311-.793%208.774.084s-2.204%202.661-6.775%202.698c-4.57.038-7.426-1.6-8.438-2.414-1.285-1.033-1.86-2.539-1.563-3.841%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%23181926%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M28.706%2017.443c.255-.417.82-.74%201.745-.74s1.36.369%201.662.78c.061.083-.032.181-.127.14l-.07-.03c-.338-.148-.753-.33-1.465-.34-.761-.01-1.241.18-1.544.344-.101.056-.262-.055-.201-.154m-10.416.534c.898-.375%201.604-.327%202.103-.208.105.024.178-.089.094-.156-.387-.313-1.254-.7-2.385-.28-1.01.377-1.485%201.159-1.487%201.672-.001.122.248.132.312.03.174-.278.464-.682%201.362-1.058z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.237%2023.154c-.794%200-1.438-.642-1.438-1.433s.644-1.433%201.438-1.433%201.438.642%201.438%201.433-.644%201.433-1.438%201.433m1.013-1.908a.372.372%200%200%200-.745%200%20.372.372%200%200%200%20.745%200m-10.544%201.467c0%20.923-.75%201.671-1.676%201.671a1.675%201.675%200%200%201-1.677-1.67c0-.924.752-1.672%201.677-1.672.924%200%201.676.748%201.676%201.671m-.494-.554a.434.434%200%201%200-.867.002.434.434%200%200%200%20.867-.002%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2048.756c12.292%200%2022.256-9.964%2022.256-22.256S38.792%204.244%2026.5%204.244%204.244%2014.208%204.244%2026.5%2014.208%2048.756%2026.5%2048.756m0%202.07c13.435%200%2024.326-10.891%2024.326-24.326S39.935%202.174%2026.5%202.174%202.174%2013.065%202.174%2026.5%2013.065%2050.826%2026.5%2050.826%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.497%2048.438c12.118%200%2021.941-9.823%2021.941-21.94S38.615%204.555%2026.498%204.555%204.555%2014.38%204.555%2026.497s9.824%2021.941%2021.941%2021.941zm24.292-21.94c0%2013.415-10.876%2024.29-24.292%2024.29S2.206%2039.914%202.206%2026.499%2013.08%202.205%2026.497%202.205%2050.79%2013.08%2050.79%2026.497z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.dark-bg {\n color-scheme: dark;\n --sds-color-text-02: #cad3f5 !important;\n --theme-col-txt-page-separator: #cad3f5!important;\n --theme-col-page-separator: #cad3f5 !important;\n --theme-col-txt-url: #cad3f5 !important;\n --theme-col-txt-title-visited: #c6a0f6 !important;\n --theme-col-txt-snippet: #cad3f5 !important;\n --theme-col-txt-card-title: #cad3f5;\n --theme-col-txt-url-domain: #b8c0e0 !important;\n --theme-col-txt-title: #8aadf4 !important;\n --theme-col-bg-card: #363a4f !important;\n --theme-col-about-link: #8aadf4;\n --theme-col-border-ui: #494d64 !important;\n --theme-col-bg-expandcollapse: #363a4f !important;\n --sds-color-palette-gray-60: #b7bdf8 !important;\n --theme-col-txt-url-path: #a5adcb !important;\n --theme-col-border-expandcollapse: #494d64;\n --col-blue-50: #7dc4e4 !important;\n --col-blue-60: #8aadf4 !important;\n --theme-col-bg-page: #24273a !important;\n --sds-color-text-01: #cad3f5 !important;\n --sds-color-text-on-color: #24273a !important;\n --theme-spp-high-contrast-text-secondary: #b7bdf8 !important;\n --theme-spp-high-contrast-card-indicator-color: #363a4f !important;\n --theme-spp-high-contrast-title-span-text: #cad3f5 !important;\n --theme-spp-high-contrast-bg: #363a4f !important;\n --sds-color-palette-yellow-50: #eed49f !important;\n --sds-color-text-04: #b8c0e0 !important;\n --theme-col-txt-card-body: #cad3f5 !important;\n --theme-col-txt-qna-details: #a5adcb !important;\n --theme-col-txt-card: #cad3f5 !important;\n --sds-color-text-03: #a5adcb !important;\n --col-slate-light: #a5adcb;\n --col-silver-dark: #8087a2;\n --theme-col-txt-button-secondary: #b7bdf8 !important;\n --theme-bg-legacy-home: #24273a !important;\n --theme-bg-cta-cards: #363a4f !important;\n --theme-button-primary-bg: #8aadf4 !important;\n --theme-button-primary-bg--hover: #8aadf4 !important;\n --theme-button-primary-bg--active: #8aadf4 !important;\n --theme-button-primary-text: #181926 !important;\n --theme-badge-fg--green: #181926 !important;\n --theme-browser-comparison-table-check-bg: #a6da95 !important;\n --theme-browser-comparison-table-cross-bg: #ed8796 !important;\n --theme-searchbox-bg: #363a4f !important;\n --theme-searchbox-bg--hover: #363a4f !important;\n --theme-searchbox-bg--active: #363a4f !important;\n --theme-searchbox-bg--focused: #363a4f !important;\n --theme-border-color-legacy-home-searchbox: #5b6078 !important;\n --theme-button-link-text: #8aadf4 !important;\n --theme-browser-comparison-table-badge-text: #cad3f5 !important;\n --theme-badge-bg--green: #a6da95 !important;\n --theme-badge-bg--yellow: #eed49f !important;\n --theme-atb-button-bg: #8aadf4;\n --theme-atb-button-bg--hover: #8aadf4;\n --theme-atb-button-bg--active: #8aadf4;\n --col-silver-light: #494d64 !important;\n --theme-col-card-inner-border: #5b6078 !important;\n --sds-color-text-link-02: #cad3f5 !important;\n --sds-color-text-link-02--hover: #b8c0e0 !important;\n --theme-text-legacy-home: #cad3f5 !important;\n --theme-browser-comparison-table-row-bg: #363a4f !important;\n --theme-browser-comparison-table-row-alt-bg: #494d64 !important;\n --theme-bg-home-bottom: #24273a !important;\n --theme-atb-card-back-bg: #363a4f !important;\n --theme-atb-card-front-bg: #494d64 !important;\n --theme-text-bg: #cad3f5 !important;\n --theme-accordion-background--expanded: #363a4f !important;\n --theme-accordion-background: #494d64 !important;\n --theme-footer-link-text: #8aadf4 !important;\n --theme-sidemenu-bg: #363a4f !important;\n --theme-col-txt-button-tertiary: #cad3f5 !important;\n --theme-bg-legacy-home-searchbox: #363a4f !important;\n --theme-bg-info-snippet: #5b6078 !important;\n --theme-button-tertiary-txt: #cad3f5 !important;\n --theme-browser-comparison-table-icon-bg: #1e2030 !important;\n --theme-col-bg-ui: #1e2030 !important;\n --theme-col-bg-header-modal: #363a4f !important;\n /* privacy reminders */\n /* lyrics box */\n }\n :root.dark-bg ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root.dark-bg input::placeholder,\n :root.dark-bg textarea::placeholder {\n color: #a5adcb !important;\n }\n :root.dark-bg .featureCards_root__brAX3 {\n --feature-card-background-color: #363a4f !important;\n }\n :root.dark-bg .footer,\n :root.dark-bg .switch__knob .modal--dropdown--settings,\n :root.dark-bg .settings-dropdown--section,\n :root.dark-bg .frm__field,\n :root.dark-bg .frm__switch,\n :root.dark-bg .tileview .metabar--fixed,\n :root.dark-bg body,\n :root.dark-bg .frm__switch__label.btn::after,\n :root.dark-bg .zci,\n :root.dark-bg html,\n :root.dark-bg .body--home,\n :root.dark-bg html.displayable-atb-banner .body--home,\n :root.dark-bg .site-wrapper,\n :root.dark-bg .region__body,\n :root.dark-bg .badge-link,\n :root.dark-bg .module--carousel__image-wrapper,\n :root.dark-bg .result__image,\n :root.dark-bg .vertical--map__sidebar,\n :root.dark-bg .vertical--map__sidebar__header,\n :root.dark-bg .page-chrome_newtab,\n :root.dark-bg .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n :root.dark-bg .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded .metabar:not(.is-stuck) {\n background-color: #24273a !important;\n }\n :root.dark-bg .privacy-reminder__text {\n color: #a6da95 !important;\n }\n :root.dark-bg .privacy-reminder__icon-circle {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M16%208A8%208%200%201%201%200%208a8%208%200%200%201%2016%200m-4.572-1.562a.675.675%200%201%200-1.006-.9L7.123%209.224%205.597%207.36a.675.675%200%200%200-1.044.855l2.025%202.475a.675.675%200%200%200%201.025.023z%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .privacy-reminder__icon-shield {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.452.99a3%203%200%200%201%20.655-.482c.242-.13.563-.259.894-.258.329%200%20.65.128.891.258.251.135.488.311.659.485.683.696%201.162.933%201.836%201.142.645.2%201.409.242%202.45.11a2.03%202.03%200%200%201%201.471.378c.42.315.686.794.69%201.324.034%203.86-.53%206.343-1.723%208.126-1.26%201.886-3.14%202.838-5.113%203.838l-.238.12a2.06%202.06%200%200%201-1.848%200l-.176-.089-.062-.031c-1.973-1-3.852-1.952-5.113-3.838C.532%2010.29-.032%207.807%200%203.947c.005-.53.271-1.008.69-1.323.416-.313.95-.445%201.469-.38%201.049.133%201.816.082%202.46-.124.677-.216%201.159-.452%201.832-1.13m5.03%205.419a.686.686%200%200%200-1.021-.915L7.108%209.24%205.56%207.346a.686.686%200%200%200-1.061.868l2.057%202.515a.686.686%200%200%200%201.042.023z%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .privacy-reminder__icon-check {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.375%205.484a.675.675%200%200%201%20.053.954l-3.825%204.275a.675.675%200%200%201-1.025-.023L4.553%208.215a.675.675%200%201%201%201.044-.855l1.526%201.865%203.299-3.688a.675.675%200%200%201%20.953-.053%22%20fill%3D%22%23181926%22/%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .privacy-reminder__modal-hide,\n :root.dark-bg .privacy-reminder__modal-link {\n color: #cad3f5 !important;\n }\n :root.dark-bg .js-lyrics-module {\n color: #b8c0e0 !important;\n }\n :root.dark-bg .module--lyrics__subtitle-box {\n border-color: #5b6078;\n }\n :root.dark-bg .module__inner-toggle--chevron {\n color: #b7bdf8 !important;\n background-color: #494d64 !important;\n border-color: #5b6078;\n }\n :root.dark-bg .module__inner-toggle::before,\n :root.dark-bg .module__inner-toggle::after {\n background-color: #5b6078 !important;\n }\n :root.dark-bg .module--translations .dropdown--translation-select,\n :root.dark-bg .module--translations-translatedtext {\n background: #363a4f !important;\n border-color: #363a4f;\n }\n :root.dark-bg .module--translations .module--translations-translatedtext.is-placeholder {\n color: #a5adcb;\n }\n :root.dark-bg .module--translations-swap-svg {\n fill: #cad3f5 !important;\n }\n :root.dark-bg .module--translations-original textarea,\n :root.dark-bg .module--translations-translatedtext,\n :root.dark-bg .module--translations-footer a {\n color: #cad3f5;\n }\n :root.dark-bg .module--translations-clear,\n :root.dark-bg .module--translations-copy {\n color: #a5adcb !important;\n }\n :root.dark-bg .modal__list__filter input {\n background: #1e2030;\n }\n :root.dark-bg .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root.dark-bg .module__toggle,\n :root.dark-bg .tile__expand {\n background-color: #363a4f !important;\n border-color: #494d64 !important;\n }\n :root.dark-bg .module__title__link,\n :root.dark-bg .module__text,\n :root.dark-bg .pln,\n :root.dark-bg .pun,\n :root.dark-bg code,\n :root.dark-bg .module__more-at-bottom {\n color: #cad3f5 !important;\n }\n :root.dark-bg code {\n background-color: #24273a !important;\n }\n :root.dark-bg .lit {\n color: #f5a97f !important;\n }\n :root.dark-bg .com {\n color: #b8c0e0 !important;\n }\n :root.dark-bg .str {\n color: #a6da95 !important;\n }\n :root.dark-bg .atv {\n color: #8bd5ca !important;\n }\n :root.dark-bg .module__title__sub {\n color: #a5adcb;\n }\n :root.dark-bg .prettyprint {\n background-color: #1e2030;\n }\n :root.dark-bg .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: #8aadf4 !important;\n border-color: #8aadf4 !important;\n }\n :root.dark-bg .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, #eed49f, #8aadf4);\n }\n :root.dark-bg .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: #363a4f !important;\n }\n :root.dark-bg .module--definitions__pronunciation {\n color: #a5adcb !important;\n }\n :root.dark-bg .module--definitions__group ol li::before {\n color: #b7bdf8 !important;\n }\n :root.dark-bg .module--definitions__usage {\n color: #a5adcb !important;\n }\n :root.dark-bg .module__title,\n :root.dark-bg .module--definitions__definition {\n color: #cad3f5 !important;\n }\n :root.dark-bg .play-btn__icn_hollow {\n fill: #b7bdf8 !important;\n }\n :root.dark-bg .module__toggle {\n color: #b7bdf8 !important;\n }\n :root.dark-bg .forecast-wrapper .module__weather-warning--red,\n :root.dark-bg .module__weather-warning--red:hover,\n :root.dark-bg .module__weather-warning--red:focus,\n :root.dark-bg .module__weather-warning--red:visited {\n color: #ed8796 !important;\n }\n :root.dark-bg .module__weather-warning {\n color: #eed49f !important;\n }\n :root.dark-bg .text--primary,\n :root.dark-bg .tx-clr--dk,\n :root.dark-bg .tx-clr--slate,\n :root.dark-bg .module__temperature-unit:not(.module__temperature-unit--on) {\n color: #b8c0e0 !important;\n }\n :root.dark-bg .module__temperature-unit,\n :root.dark-bg .module__temperature-unit:hover {\n color: #b7bdf8 !important;\n }\n :root.dark-bg .module__detail__precip-label,\n :root.dark-bg .module__items-precip-label,\n :root.dark-bg .ia-module--module--definitions__reference,\n :root.dark-bg .js-definitions-internal {\n color: #8aadf4 !important;\n }\n :root.dark-bg .module__detail__hour-label {\n color: #cad3f5 !important;\n }\n :root.dark-bg .module__items-item {\n background: #363a4f !important;\n border-color: #5b6078 !important;\n }\n :root.dark-bg .module__weatherkit-logo {\n fill: #b7bdf8;\n }\n :root.dark-bg .module__warnings,\n :root.dark-bg .module__temperature-unit--on {\n border-color: #5b6078 !important;\n }\n :root.dark-bg .module__detail__precip-label__icon,\n :root.dark-bg .module__items-precip-label__icon {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.339%204.317%205.487%200%202.65%204.307a3.67%203.67%200%200%200%20.533%204.784%203.434%203.434%200%200%200%204.645.01%203.66%203.66%200%200%200%20.513-4.78z%22%20fill%3D%22%238aadf4%22/%3E%3C/svg%3E\");\n }\n :root.dark-bg .tile__ctrl__btn,\n :root.dark-bg .tile__history,\n :root.dark-bg .tile__past-calc {\n background-color: #363a4f !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root.dark-bg .tile__tab__sci .tile__ctrl__btn,\n :root.dark-bg .tile__ctrl__toggle {\n background-color: #5b6078 !important;\n color: #cad3f5 !important;\n border-color: #6e738d !important;\n }\n :root.dark-bg .tile__display__main,\n :root.dark-bg .tile__past-result {\n color: #cad3f5 !important;\n }\n :root.dark-bg .tile__display {\n box-shadow: inset -1px -1px 0 #6e738d, inset 1px 1px 0 #6e738d !important;\n background-color: #24273a !important;\n border-color: #5b6078 !important;\n color: #cad3f5 !important;\n }\n :root.dark-bg .tile__display.selected {\n box-shadow: inset -1px -1px 0 #8aadf4, inset 1px 1px 0 #8aadf4 !important;\n }\n :root.dark-bg .tile__ctrl--important {\n background-color: #eed49f !important;\n color: #1e2030 !important;\n }\n :root.dark-bg .tile__display__aside,\n :root.dark-bg .tile__past-formula {\n color: #a5adcb !important;\n }\n :root.dark-bg .bg-delayed-color {\n background-color: #ed8796;\n }\n :root.dark-bg #error_homepage {\n background-color: #f4dbd6 !important;\n color: #ed8796 !important;\n }\n :root.dark-bg .search--adv {\n background-color: #363a4f !important;\n border-color: #363a4f !important;\n }\n :root.dark-bg .modal__header__clear,\n :root.dark-bg .sep--before,\n :root.dark-bg .js-region-filter-clear,\n :root.dark-bg .result__a,\n :root.dark-bg .module--carousel__body__title,\n :root.dark-bg .js-carousel-module-more,\n :root.dark-bg .js-no-results-web,\n :root.dark-bg .bing .tile__title--pr a,\n :root.dark-bg .sidebar-filter__show-more,\n :root.dark-bg .module__footer,\n :root.dark-bg .js-settings-dropdown-reset-appearance,\n :root.dark-bg .modal--dropdown--settings .settings-dropdown--button,\n :root.dark-bg .settings-page-wrapper a:not(.btn, .set-tab),\n :root.dark-bg .module__link--blue,\n :root.dark-bg .place-list-item__cta-item__text {\n color: #8aadf4 !important;\n }\n :root.dark-bg .tile__title a:visited {\n color: #c6a0f6;\n }\n :root.dark-bg .place-detail__status--off {\n color: #ed8796;\n }\n :root.dark-bg .place-detail__status--on {\n color: #a6da95;\n }\n :root.dark-bg .result__a:visited {\n color: #c6a0f6 !important;\n }\n :root.dark-bg .bg-clr--green {\n background-color: #a6da95;\n }\n :root.dark-bg .tile__status,\n :root.dark-bg .osGBsMSM4O7_HVv5OcxQ,\n :root.dark-bg .C68Y1fiPXCZijXmzVAbe {\n color: #1e2030 !important;\n }\n :root.dark-bg .modal__header,\n :root.dark-bg .modal__footer,\n :root.dark-bg .modal__box,\n :root.dark-bg .tile,\n :root.dark-bg .js-carousel-module-more,\n :root.dark-bg .related-searches__item,\n :root.dark-bg .bg-clr--white,\n :root.dark-bg .tile__media__free-shipping-label,\n :root.dark-bg .sidebar-filter__options,\n :root.dark-bg .sidebar-filter__option.is-size,\n :root.dark-bg .module__footer,\n :root.dark-bg .frm__select,\n :root.dark-bg .set-bookmarklet,\n :root.dark-bg .set-reset,\n :root.dark-bg .search__autocomplete,\n :root.dark-bg .frm__input,\n :root.dark-bg .frm__color__swatch {\n border-color: #363a4f !important;\n }\n :root.dark-bg .sep--before::before,\n :root.dark-bg .sep {\n border-left-color: #5b6078;\n }\n :root.dark-bg .header-wrap,\n :root.dark-bg .module--carousel__left,\n :root.dark-bg .module--carousel__right,\n :root.dark-bg .detail,\n :root.dark-bg .btn {\n background-color: #1e2030;\n }\n :root.dark-bg .set-header--fixed .tileview--grid .metabar--fixed,\n :root.dark-bg .tileview--grid .metabar--fixed.is-stuck {\n background-color: #363a4f;\n border-top-color: #363a4f;\n }\n :root.dark-bg .modal--dropdown--region.modal--popout .frm__input,\n :root.dark-bg .js-region-filter-list,\n :root.dark-bg .tile__body,\n :root.dark-bg .bg-clr--white,\n :root.dark-bg .acp-wrap,\n :root.dark-bg .tile__media__free-shipping-label,\n :root.dark-bg .tile__media--pr,\n :root.dark-bg .modal__box,\n :root.dark-bg .nav-menu__list,\n :root.dark-bg .set-tab.is-active,\n :root.dark-bg .frm__select select,\n :root.dark-bg .cloudsave,\n :root.dark-bg .feedback-btn__send,\n :root.dark-bg .set-bookmarklet__input,\n :root.dark-bg .howItWorksSection_downloadsCard__U3Ph9,\n :root.dark-bg .metabar__grid-btn,\n :root.dark-bg .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n :root.dark-bg .btn.btn--secondary,\n :root.dark-bg .btn.is-disabled,\n :root.dark-bg input,\n :root.dark-bg textarea,\n :root.dark-bg .frm__input,\n :root.dark-bg .frm__text,\n :root.dark-bg .detail--xd .c-detail__btn,\n :root.dark-bg .set-bookmarklet,\n :root.dark-bg .set-reset,\n :root.dark-bg .zci--json_validator textarea,\n :root.dark-bg .colorpicker,\n :root.dark-bg .feedback-modal__submit.is-disabled,\n :root.dark-bg .feedback-modal__submit.is-disabled:active,\n :root.dark-bg .feedback-modal__submit.is-disabled:focus,\n :root.dark-bg .module__section,\n :root.dark-bg .module--carousel__item,\n :root.dark-bg .is-related-search-exp.dark-bg,\n :root.dark-bg .related-searches__item,\n :root.dark-bg .detail--xd .tile-nav--sm,\n :root.dark-bg .set-bookmarklet__detail,\n :root.dark-bg .set-reset__detail,\n :root.dark-bg .module__footer,\n :root.dark-bg .js-definitions-internal {\n background-color: #363a4f !important;\n }\n :root.dark-bg .module--carousel__item {\n border-color: #494d64 !important;\n }\n :root.dark-bg .btn.is-disabled:hover,\n :root.dark-bg .frm__switch__label:hover,\n :root.dark-bg .feedback-modal__submit.is-disabled:hover,\n :root.dark-bg .btn.btn--skeleton:hover,\n :root.dark-bg .module__footer-carousel__label:hover {\n background-color: #5b6078 !important;\n border-color: #5b6078 !important;\n }\n :root.dark-bg .is-checked .frm__switch__label.btn {\n background-color: #b7bdf8 !important;\n color: #1e2030 !important;\n }\n :root.dark-bg .js-set-exit {\n background-color: #b7bdf8 !important;\n border-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root.dark-bg .js-set-exit:hover {\n background-color: rgba(183, 189, 248, 0.8) !important;\n border-color: rgba(183, 189, 248, 0.8) !important;\n color: #24273a !important;\n }\n :root.dark-bg .frm__switch__label {\n background-color: #363a4f;\n border-color: #363a4f;\n color: #cad3f5 !important;\n }\n :root.dark-bg .set-bookmarklet__data {\n background-color: #5b6078;\n color: #cad3f5;\n }\n :root.dark-bg .modal__list__link.is-highlighted,\n :root.dark-bg .modal__list li:hover {\n background-color: #8087a2;\n }\n :root.dark-bg .metabar__dropdowns-wrap::before,\n :root.dark-bg .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(90deg, #363a4f, rgba(255, 255, 255, 0));\n }\n :root.dark-bg .nav-menu__item__badge {\n background-color: #eed49f;\n color: #1e2030;\n }\n :root.dark-bg .settings-dropdown--section,\n :root.dark-bg .set-head,\n :root.dark-bg .frm__hr {\n border-bottom-color: #5b6078;\n }\n :root.dark-bg .footer {\n border-top-color: #363a4f;\n }\n :root.dark-bg .is-vertical-tabs-exp,\n :root.dark-bg #duckbar,\n :root.dark-bg .zcm__link:not(.dropdown__button).is-active,\n :root.dark-bg .set-main-footer {\n border-color: #b7bdf8 !important;\n }\n :root.dark-bg input,\n :root.dark-bg select,\n :root.dark-bg h1,\n :root.dark-bg h2,\n :root.dark-bg h3,\n :root.dark-bg h4,\n :root.dark-bg h5,\n :root.dark-bg h6,\n :root.dark-bg ul,\n :root.dark-bg ol,\n :root.dark-bg blockquote,\n :root.dark-bg p,\n :root.dark-bg body,\n :root.dark-bg .module--carousel__footer,\n :root.dark-bg .set-tab.is-active,\n :root.dark-bg .zcm__link,\n :root.dark-bg .feedback-prompt__link,\n :root.dark-bg .feedback-btn__send,\n :root.dark-bg .tile--img__sub,\n :root.dark-bg .result__snippet,\n :root.dark-bg .result__snippet b,\n :root.dark-bg .modal__list__link,\n :root.dark-bg .acp,\n :root.dark-bg .header_headerButton__cLYU3,\n :root.dark-bg .is-vertical-tabs-exp,\n :root.dark-bg .module.module--images,\n :root.dark-bg .module__header.module__header--link,\n :root.dark-bg .text--title,\n :root.dark-bg .text--airline-flight,\n :root.dark-bg .timing,\n :root.dark-bg .flight-details__values,\n :root.dark-bg .airlines-footer,\n :root.dark-bg .tx-clr--slate,\n :root.dark-bg .nav-menu__heading,\n :root.dark-bg .zci,\n :root.dark-bg .metabar__grid-btn,\n :root.dark-bg .module--carousel__left,\n :root.dark-bg .module--carousel__right,\n :root.dark-bg .c-detail__title__sub,\n :root.dark-bg .c-detail__desc,\n :root.dark-bg .c-detail__filemeta,\n :root.dark-bg .c-detail__more,\n :root.dark-bg .frm__label,\n :root.dark-bg .js-cloudsave-new-suggestion {\n color: #cad3f5 !important;\n }\n :root.dark-bg .zci--airlines .text--title svg path {\n fill: #cad3f5;\n }\n :root.dark-bg .star {\n color: #939ab7;\n }\n :root.dark-bg .set-tab,\n :root.dark-bg .set-tab:visited,\n :root.dark-bg .tile-nav.can-scroll {\n background-color: #1e2030;\n color: #8087a2;\n }\n :root.dark-bg .js-cloudsave-save-btn,\n :root.dark-bg .js-cloudsave-load-btn {\n background-color: #5b6078;\n border-color: #6e738d;\n color: #cad3f5;\n }\n :root.dark-bg .video-source,\n :root.dark-bg .tile__count,\n :root.dark-bg .result__url,\n :root.dark-bg .tile__time,\n :root.dark-bg .feedback-prompt,\n :root.dark-bg .footer__text,\n :root.dark-bg .vertical--news .result__url,\n :root.dark-bg .result__timestamp,\n :root.dark-bg .js-metabar-secondary,\n :root.dark-bg .sidebar-filters,\n :root.dark-bg .tile--pr__original-price,\n :root.dark-bg .nav-menu__item a,\n :root.dark-bg .nav-menu__close,\n :root.dark-bg .frm__desc,\n :root.dark-bg .dropdown__button,\n :root.dark-bg .tx-clr--slate-light,\n :root.dark-bg .flight-details__labels,\n :root.dark-bg .scheduled-time,\n :root.dark-bg .source-link,\n :root.dark-bg .tile__source,\n :root.dark-bg .zci__more-at,\n :root.dark-bg .cloudsave__close,\n :root.dark-bg .module--definitions__attribution-text,\n :root.dark-bg .module__attribution,\n :root.dark-bg .module__attribution-link {\n color: #a5adcb !important;\n }\n :root.dark-bg .dropdown--region.has-inactive-region .dropdown__button::after,\n :root.dark-bg .modal--dropdown--region.modal--popout .modal__header::before,\n :root.dark-bg .js-carousel-module-title,\n :root.dark-bg .tile--pr__brand,\n :root.dark-bg .frm__select,\n :root.dark-bg .star::after,\n :root.dark-bg .feedback-btn__icon,\n :root.dark-bg .detail--xd .tile-nav--sm,\n :root.dark-bg .detail__close,\n :root.dark-bg .module--definitions__collapsed-group ol li::before {\n color: #b7bdf8 !important;\n }\n :root.dark-bg .search__button:hover,\n :root.dark-bg .search--header.has-text.search--hover .search__button {\n background-color: #b7bdf8 !important;\n color: #24273a !important;\n }\n :root.dark-bg .settings-page-wrapper.is-checked {\n border-color: #8aadf4;\n background-color: #7dc4e4 !important;\n color: #1e2030 !important;\n }\n :root.dark-bg .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--link,\n :root.dark-bg .modal--dropdown--settings .settings-dropdown--section .settings-dropdown--header .settings-dropdown--header--label {\n color: #cad3f5 !important;\n }\n :root.dark-bg .ddgsi-check::before {\n color: #1e2030 !important;\n }\n :root.dark-bg .set-bookmarklet__title,\n :root.dark-bg .set-reset__title {\n color: #cad3f5 !important;\n }\n :root.dark-bg .frm__select::after {\n color: #b7bdf8 !important;\n }\n :root.dark-bg .switch {\n background-color: #1e2030 !important;\n }\n :root.dark-bg .switch__knob {\n background: #cad3f5 !important;\n }\n :root.dark-bg .switch.is-on {\n background-color: #b7bdf8 !important;\n }\n :root.dark-bg .dropdown__switch.is-on::before {\n color: #24273a !important;\n }\n :root.dark-bg .search--header {\n background-color: #363a4f;\n border-color: #363a4f;\n }\n :root.dark-bg .acp--highlight,\n :root.dark-bg .bg-clr--platinum-light {\n background-color: #6e738d;\n }\n :root.dark-bg .review__rating-stars,\n :root.dark-bg .place-list-item__rating__image {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20height%3D%2212%22%20viewBox%3D%220%200%2064%2012%22%20width%3D%2264%22%3E%3Cpath%20d%3D%22M12%206A6%206%200%201%201%200%206a6%206%200%200%201%2012%200m13%200a6%206%200%201%201-12%200%206%206%200%200%201%2012%200m7%206a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m13%200a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m4.5-6a4.5%204.5%200%200%201-4.5%204.5v-9A4.5%204.5%200%200%201%2049.5%206m8.5%206a6%206%200%201%200%200-12%206%206%200%200%200%200%2012m0-1.5a4.5%204.5%200%201%200%200-9%204.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23a6da95%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }\n :root.dark-bg .header__logo,\n :root.dark-bg .js-logo-ddg {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187S93.426%200%2060.186%200%200%2026.946%200%2060.186s26.946%2060.187%2060.186%2060.187%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26%2026%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.3.3%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519s-2.746-.782-3.2-2.052c-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31m-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.2%2048.2%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129s-16.865-3.635-19.164-5.484c-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68s3.09.836%203.774%201.768c.14.19-.071.413-.287.32l-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.26%203.26%200%200%201%203.267%203.255%203.26%203.26%200%200%201-3.267%203.255m2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200M49.3%2051.585a3.8%203.8%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796m-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547S88.103%209.639%2060.186%209.639C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249S4.937%2029.673%204.937%2060.187s24.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .yhccgqM_FdvJ79N6Jm6c {\n content: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill%3D%22none%22%20viewBox%3D%220%200%20120%20120%22%3E%3Cg%20clip-path%3D%22url%28%23logo_header_v109_svg__a%29%22%3E%3Cpath%20fill%3D%22%23f5a97f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20120.373c33.24%200%2060.187-26.947%2060.187-60.187S93.426%200%2060.186%200%200%2026.946%200%2060.186s26.946%2060.187%2060.186%2060.187%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%20d%3D%22M68.65%20105.091c0-.47.115-.578-1.38-3.557-3.972-7.954-7.964-19.17-6.148-26.402.33-1.314-3.742-48.66-6.62-50.185-3.2-1.705-7.138-4.41-10.739-5.012-1.827-.292-4.223-.154-6.096.098-.332.045-.346.643-.028.751%201.23.417%202.722%201.14%203.602%202.233.167.207-.057.533-.322.543-.83.03-2.334.378-4.32%202.064-.229.195-.038.557.257.499%204.267-.844%208.623-.428%2011.191%201.906.167.151.08.423-.137.482-22.283%206.055-17.872%2025.438-11.94%2049.224%205.284%2021.188%207.272%2028.017%207.899%2030.097a.67.67%200%200%200%20.398.439c7.67%203.055%2024.383%203.19%2024.383-2.005z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M71.706%20109.558c-2.703%201.058-7.993%201.528-11.05%201.528-4.48%200-10.932-.705-13.283-1.763-1.452-4.469-5.797-18.32-10.088-35.91l-.42-1.718-.004-.014c-5.101-20.836-9.267-37.854%2013.568-43.2.208-.05.31-.3.172-.463-2.62-3.108-7.528-4.127-13.734-1.986-.255.088-.476-.169-.318-.387%201.217-1.677%203.596-2.967%204.77-3.532.242-.117.228-.473-.03-.553a26%2026%200%200%200-3.546-.846c-.348-.056-.38-.652-.03-.7%208.798-1.183%2017.986%201.459%2022.596%207.266a.3.3%200%200%200%20.175.108c16.883%203.625%2018.092%2030.314%2016.147%2031.53-.384.239-1.612.102-3.233-.08-6.57-.735-19.578-2.19-8.842%2017.818.106.198-.034.46-.256.494-6.054.941%201.704%2019.912%207.406%2032.408%22/%3E%3Cpath%20fill%3D%22%233CA82B%22%20d%3D%22M79.258%2085.293c-1.285-.595-6.227%202.949-9.507%205.67-.686-.97-1.978-1.675-4.894-1.168-2.551.443-3.96%201.058-4.589%202.12-4.027-1.528-10.803-3.884-12.44-1.608-1.79%202.487.447%2014.257%202.824%2015.785%201.24.798%207.175-3.017%2010.275-5.648.5.705%201.305%201.108%202.96%201.069%202.503-.058%206.563-.64%207.193-1.806a1.3%201.3%200%200%200%20.099-.25c3.186%201.191%208.792%202.451%2010.045%202.263%203.264-.49-.455-15.726-1.966-16.427%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M70.051%2091.31c.135.242.244.496.337.754.454%201.27%201.194%205.31.634%206.309-.56.998-4.194%201.48-6.436%201.519s-2.746-.782-3.2-2.052c-.364-1.016-.542-3.405-.538-4.773-.092-2.028.65-2.742%204.076-3.296%202.535-.41%203.876.067%204.65.883%203.6-2.686%209.606-6.478%2010.192-5.785%202.92%203.455%203.29%2011.68%202.657%2014.99-.207%201.082-9.879-1.072-9.879-2.239%200-4.844-1.257-6.174-2.493-6.31m-21.187-1.512c.792-1.254%207.216.305%2010.743%201.874%200%200-.725%203.284.429%207.151.337%201.132-8.113%206.167-9.216%205.301-1.275-1.001-3.621-11.691-1.956-14.326%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M51.975%2064.33c.52-2.26%202.941-6.519%2011.587-6.415%204.371-.018%209.801-.002%2013.4-.411a48.2%2048.2%200%200%200%2011.969-2.91c3.742-1.428%205.07-1.11%205.536-.256.512.939-.091%202.56-1.399%204.052-2.498%202.85-6.989%205.06-14.92%205.715-7.93.655-13.185-1.472-15.446%201.991-.976%201.494-.222%205.015%207.448%206.124%2010.364%201.496%2018.876-1.803%2019.928.19%201.052%201.991-5.007%206.044-15.388%206.129s-16.865-3.635-19.164-5.484c-2.918-2.346-4.223-5.766-3.55-8.725Z%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%238aadf4%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M65.196%2039.617c.579-.948%201.863-1.68%203.964-1.68s3.09.836%203.774%201.768c.14.19-.071.413-.287.32l-.158-.069c-.769-.336-1.712-.748-3.329-.77-1.729-.025-2.819.408-3.505.781-.232.126-.596-.125-.46-.35ZM41.539%2040.83c2.04-.853%203.644-.743%204.777-.474.24.056.405-.2.214-.355-.88-.71-2.85-1.59-5.418-.633-2.29.854-3.37%202.63-3.377%203.796-.002.276.564.299.71.066.396-.63%201.053-1.547%203.094-2.4%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M70.945%2052.588a3.263%203.263%200%200%201-3.267-3.255%203.263%203.263%200%200%201%203.267-3.255%203.26%203.26%200%200%201%203.267%203.255%203.26%203.26%200%200%201-3.267%203.255m2.301-4.334a.845.845%200%200%200-1.692%200%20.845.845%200%200%200%201.692%200M49.3%2051.585a3.8%203.8%200%200%201-3.809%203.796c-2.1%200-3.808-1.7-3.808-3.796a3.804%203.804%200%200%201%203.808-3.796c2.1%200%203.809%201.7%203.809%203.796m-1.123-1.258a.987.987%200%200%200-1.972%200c0%20.54.44.982.986.982a.985.985%200%200%200%20.986-.982%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M60.186%20110.733c27.917%200%2050.548-22.63%2050.548-50.547S88.103%209.639%2060.186%209.639C32.27%209.64%209.64%2032.27%209.64%2060.186c0%2027.917%2022.631%2050.547%2050.547%2050.547Zm0%204.702c30.514%200%2055.25-24.735%2055.25-55.249%200-30.513-24.736-55.249-55.25-55.249S4.937%2029.673%204.937%2060.187s24.736%2055.248%2055.25%2055.248Z%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3C/svg%3E\");\n }\n :root.dark-bg .logo_homepage {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22206%22%20height%3D%22165%22%20viewBox%3D%220%200%20206%20165%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M103%20120c33.137%200%2060-26.863%2060-60S136.137%200%20103%200%2043%2026.863%2043%2060s26.863%2060%2060%2060%22%20fill%3D%22%23ed8796%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M111.438%20104.766c0-.469.115-.576-1.375-3.546-3.96-7.93-7.94-19.11-6.13-26.32.33-1.31-3.73-48.51-6.6-50.03-3.19-1.7-7.115-4.397-10.705-4.997-1.822-.291-4.21-.153-6.077.098-.332.045-.346.641-.029.749%201.226.415%202.715%201.136%203.592%202.226.166.206-.057.531-.322.54-.827.031-2.326.378-4.305%202.059-.23.194-.04.555.255.497%204.253-.841%208.597-.427%2011.156%201.9.167.15.08.422-.137.48-22.213%206.037-17.816%2025.36-11.902%2049.073%205.248%2021.047%207.235%2027.881%207.867%2029.981a.72.72%200%200%200%20.424.468c7.656%203.037%2024.288%203.168%2024.288-2.006z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M158.078%2060c0%2030.419-24.659%2055.078-55.078%2055.078S47.922%2090.418%2047.922%2060%2072.582%204.922%20103%204.922%20158.078%2029.582%20158.078%2060m-67.932%2048.736c-1.522-4.701-5.775-18.329-9.977-35.55l-.419-1.713-.003-.014c-5.085-20.772-9.239-37.737%2013.525-43.067.209-.049.31-.297.172-.46-2.611-3.1-7.504-4.115-13.691-1.98-.254.087-.474-.169-.317-.386%201.213-1.672%203.584-2.958%204.755-3.522.242-.116.227-.47-.03-.55a26%2026%200%200%200-3.535-.844c-.347-.056-.378-.65-.03-.697%208.771-1.18%2017.93%201.453%2022.527%207.243a.3.3%200%200%200%20.174.107c16.83%203.614%2018.035%2030.22%2016.097%2031.432-.383.239-1.608.102-3.224-.079-6.548-.733-19.516-2.184-8.814%2017.763.106.197-.034.458-.255.492-6.015.936%201.646%2019.72%207.324%2032.179%2022.327-5.176%2038.966-25.19%2038.966-49.09%200-27.83-22.561-50.39-50.391-50.39S52.61%2032.17%2052.61%2060c0%2023.388%2015.932%2043.054%2037.536%2048.736%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M122.013%2085.03c-1.282-.594-6.208%202.939-9.478%205.65-.684-.966-1.972-1.669-4.879-1.163-2.543.442-3.948%201.055-4.574%202.113-4.016-1.523-10.77-3.872-12.402-1.603-1.784%202.48.445%2014.213%202.815%2015.736%201.237.796%207.153-3.007%2010.243-5.63.499.702%201.301%201.104%202.951%201.066%202.495-.058%206.542-.638%207.17-1.8a1.2%201.2%200%200%200%20.099-.25c3.176%201.187%208.765%202.444%2010.014%202.256%203.254-.489-.453-15.678-1.959-16.376%22%20fill%3D%22%23a6da95%22/%3E%3Cpath%20d%3D%22M112.835%2091.028c.135.24.243.494.335.751.453%201.266%201.19%205.294.633%206.29-.558.994-4.181%201.475-6.416%201.513-2.235.039-2.738-.778-3.191-2.045-.362-1.013-.54-3.394-.536-4.758-.092-2.022.647-2.733%204.063-3.286%202.528-.41%203.864.067%204.636.88%203.588-2.678%209.576-6.457%2010.16-5.767%202.912%203.445%203.28%2011.645%202.649%2014.944-.206%201.078-9.848-1.069-9.848-2.232%200-4.83-1.253-6.154-2.485-6.29M91.713%2089.52c.79-1.25%207.194.304%2010.709%201.869%200%200-.722%203.273.428%207.128.337%201.128-8.088%206.148-9.187%205.285-1.271-.999-3.61-11.655-1.95-14.282%22%20fill%3D%22%234CBA3C%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M94.815%2064.131c.518-2.253%202.931-6.499%2011.551-6.396%204.357-.018%209.77-.002%2013.358-.41a48%2048%200%200%200%2011.931-2.9c3.731-1.424%205.055-1.107%205.52-.255.51.936-.091%202.552-1.395%204.04-2.49%202.84-6.967%205.043-14.873%205.696-7.907.654-13.145-1.467-15.4%201.986-.972%201.489-.22%204.999%207.426%206.104%2010.332%201.491%2018.818-1.797%2019.866.19%201.048%201.985-4.991%206.025-15.34%206.11s-16.813-3.624-19.105-5.467c-2.909-2.338-4.21-5.749-3.54-8.698%22%20fill%3D%22%23b8c0e0%22/%3E%3Cg%20opacity%3D%220.8%22%3E%3Cpath%20d%3D%22M107.994%2039.494c.577-.945%201.857-1.675%203.952-1.675s3.081.834%203.763%201.763c.139.19-.072.412-.287.319l-.157-.069c-.767-.334-1.707-.745-3.319-.768-1.723-.025-2.81.407-3.495.78-.23.125-.594-.126-.457-.35M84.41%2040.703c2.034-.85%203.633-.74%204.763-.472.238.056.403-.2.213-.354-.877-.707-2.84-1.586-5.4-.63-2.285.85-3.362%202.62-3.368%203.784-.001.274.563.297.709.065.394-.627%201.05-1.543%203.083-2.393%22%20fill%3D%22%231e2030%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M113.726%2052.425a3.25%203.25%200%200%201-3.257-3.245%203.25%203.25%200%200%201%203.257-3.245%203.25%203.25%200%200%201%203.256%203.245%203.25%203.25%200%200%201-3.256%203.245m2.293-4.32a.842.842%200%200%200-1.686%200%20.843.843%200%200%200%201.686%200m-23.872%203.321a3.79%203.79%200%200%201-3.796%203.784%203.79%203.79%200%200%201-3.797-3.784%203.79%203.79%200%200%201%203.797-3.785%203.79%203.79%200%200%201%203.796%203.785m-1.119-1.255a.984.984%200%200%200-1.966%200%20.982.982%200%200%200%201.966-.001%22%20fill%3D%22%238aadf4%22/%3E%3C/g%3E%3Cpath%20d%3D%22M78.35%20144.8h-3.9l-7.1%207.3v-14.6h-3v24.9h3v-8.2l8.1%208.1.1.1h3.6v-.3l-9.1-9z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M59.15%20158.1c-1.1%201.1-2.7%201.7-4.5%201.7-3.1%200-6.2-1.9-6.2-6.3%200-3.7%202.6-6.3%206.2-6.3%201.6%200%203.1.6%204.3%201.7l.1.1%201.9-2-.1-.1c-1.8-1.7-3.9-2.5-6.3-2.5-5.5%200-9.2%203.7-9.2%209.1%200%206.3%204.6%209.1%209.2%209.1h.1c2.4%200%204.7-.9%206.3-2.6l.1-.1-2-2zm-20.3-3.9c0%203.2-2.2%205.6-5.3%205.7-3.3%200-5.3-2-5.3-5.4v-9.7h-3v9.7c0%205%203%208.2%207.7%208.2h.1c2.3%200%204.4-1.1%205.8-2.8l.1-.2.1%202.7h2.8v-17.6h-3z%22%20fill%3D%22%23333333%22/%3E%3Cpath%20d%3D%22M9.35%20137.4H.25v25h9.1c8.7%200%2012.5-6.4%2012.5-12.7%200-5.9-3.9-12.3-12.5-12.3m9.4%2012.2c0%204.8-2.9%209.6-9.3%209.6h-6v-18.7h5.9c6.4%200%209.4%204.7%209.4%209.1%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M173.65%20151.5h7.7v5.8c-1.9%201.6-4.2%202.5-6.7%202.5-6.8%200-9.9-4.9-9.9-9.7%200-4.9%203.1-10.2%209.8-10.2%202.7%200%205.2%201%207.2%202.8l.1.1%201.8-2.1-.1-.1c-2.4-2.4-5.6-3.6-9.1-3.6-3.8%200-7%201.2-9.3%203.6-2.4%202.4-3.7%205.8-3.6%209.6%200%205.9%203.4%2012.7%2013%2012.7h.2c3.6%200%207-1.5%209.4-4.2v-9.9h-10.6v2.7z%22%20fill%3D%22%23363a4f%22/%3E%3Cpath%20d%3D%22M91.05%20137.4h-9.1v25h9.1c8.7%200%2012.5-6.4%2012.5-12.7%200-5.9-3.9-12.3-12.5-12.3m9.4%2012.2c0%204.8-2.9%209.6-9.3%209.6h-5.9v-18.7h5.9c6.3%200%209.3%204.7%209.3%209.1m95.9-5.2c-5.3%200-9.1%203.9-9.1%209.2s3.8%209.1%209.1%209.1%209.2-3.8%209.2-9.1c0-5.4-3.8-9.2-9.2-9.2m6.2%209.2c0%203.7-2.6%206.3-6.2%206.3-3.5%200-6.1-2.6-6.1-6.3%200-3.8%202.5-6.5%206.2-6.5%203.5.1%206.1%202.8%206.1%206.5m-82%20.6c0%203.2-2.2%205.6-5.3%205.7-3.3%200-5.3-2-5.3-5.4v-9.7h-3v9.7c0%205%203%208.2%207.6%208.2h.1c2.3%200%204.4-1.1%205.8-2.8l.1-.2.1%202.7h2.8v-17.6h-3v9.4z%22%20fill%3D%22%23494d64%22/%3E%3Cpath%20d%3D%22M140.85%20158.1c-1.1%201.1-2.7%201.7-4.5%201.7-3.1%200-6.2-1.9-6.2-6.3%200-3.7%202.6-6.3%206.2-6.3%201.6%200%203.1.6%204.3%201.7l.1.1%201.9-2-.1-.1c-1.8-1.7-3.9-2.5-6.3-2.5-5.5%200-9.2%203.7-9.2%209.1%200%206.3%204.6%209.1%209.2%209.1h.1c2.4%200%204.7-.9%206.3-2.6l.1-.1-2-2z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M160.05%20144.8h-3.9l-7.1%207.3v-14.6h-3v24.9h3v-8.2l8.1%208.1.1.1h3.6v-.3l-9.1-9z%22%20fill%3D%22%23333333%22/%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .related-searches__item-text::before {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2219%22%20height%3D%2221%22%20viewBox%3D%220%200%2019%2021%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.343%2014.642a8%208%200%201%201%2011.99-.767l3.164%203.165a1.738%201.738%200%200%201-2.457%202.457l-3.39-3.39a8.005%208.005%200%200%201-9.307-1.465m1.414-9.885a6%206%200%201%200%208.486%208.486%206%206%200%200%200-8.486-8.486%22%20fill%3D%22%23cad3f5%22%20opacity%3D%220.6%22/%3E%3C/svg%3E\") !important;\n }\n :root.dark-bg .header_logoImg__PFezv {\n content: url(\"data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20viewBox%3D%220%200%20189%2053%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill%3D%22%23cad3f5%22%20d%3D%22M110.045%2024.224h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.995%204.994.061.062h2.22v-.185l-5.611-5.55zm-11.898%208.223c-.679.678-1.666%201.048-2.775%201.048-1.912%200-3.824-1.172-3.824-3.885%200-2.281%201.604-3.885%203.824-3.885.986%200%201.911.37%202.651%201.049l.062.061%201.171-1.233-.061-.062C98.085%2024.492%2096.79%2024%2095.31%2024c-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.062c1.48%200%202.898-.555%203.884-1.604l.062-.061-1.233-1.234zm-12.581-2.404c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.748%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85zM67.298%2019.66h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.585-7.708-7.585m5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.7V21.571h3.639c3.946%200%205.796%202.898%205.796%205.612zm96.018%201.17h4.748v3.577c-1.171.986-2.59%201.541-4.131%201.541-4.193%200-6.105-3.021-6.105-5.981%200-3.022%201.912-6.29%206.043-6.29%201.665%200%203.207.617%204.44%201.727l.062.061%201.11-1.295-.062-.061c-1.48-1.48-3.453-2.22-5.611-2.22-2.344%200-4.317.74-5.735%202.22-1.48%201.48-2.282%203.576-2.22%205.92%200%203.638%202.096%207.831%208.016%207.831h.124a7.72%207.72%200%200%200%205.796-2.59V26.69h-6.536v1.665zm-51.181-8.694h-5.612v15.417h5.612c5.365%200%207.708-3.947%207.708-7.832%200-3.638-2.405-7.584-7.708-7.584zm5.796%207.524c0%202.96-1.788%205.92-5.735%205.92h-3.638V21.572h3.638c3.885%200%205.735%202.898%205.735%205.612m59.463-3.185c-3.269%200-5.612%202.405-5.612%205.673s2.343%205.611%205.612%205.611c3.268%200%205.673-2.343%205.673-5.611%200-3.33-2.343-5.673-5.673-5.673m3.823%205.673c0%202.282-1.603%203.885-3.823%203.885-2.159%200-3.762-1.603-3.762-3.885%200-2.343%201.542-4.008%203.823-4.008%202.159.061%203.762%201.726%203.762%204.008m-50.814.371c0%201.973-1.356%203.453-3.268%203.515-2.035%200-3.268-1.233-3.268-3.33v-5.981h-1.85v5.981c0%203.083%201.85%205.057%204.686%205.057h.062c1.418%200%202.713-.679%203.576-1.727l.062-.123.062%201.665h1.726V24.247h-1.85v5.796zm12.58%202.404c-.678.678-1.665%201.048-2.775%201.048-1.911%200-3.823-1.172-3.823-3.885%200-2.281%201.603-3.885%203.823-3.885.987%200%201.912.37%202.652%201.049l.062.061%201.171-1.233-.061-.062c-1.11-1.048-2.405-1.541-3.885-1.541-3.392%200-5.673%202.281-5.673%205.611%200%203.885%202.836%205.612%205.673%205.612h.061c1.48%200%202.899-.555%203.885-1.604l.062-.061-1.233-1.234zm11.899-8.223h-2.405l-4.378%204.502v-9.003h-1.85v15.354h1.85v-5.056l4.994%204.994.062.062h2.22v-.185l-5.611-5.55z%22/%3E%3Cpath%20fill%3D%22%23ed8796%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2053C41.136%2053%2053%2041.136%2053%2026.5S41.136%200%2026.5%200%200%2011.864%200%2026.5%2011.864%2053%2026.5%2053%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23939ab7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M30.227%2046.272c0-.207.05-.255-.608-1.566-1.749-3.503-3.507-8.44-2.707-11.625.146-.579-1.648-21.425-2.915-22.097-1.41-.75-3.143-1.942-4.728-2.207-.805-.128-1.86-.067-2.684.044-.147.02-.153.283-.013.33.542.184%201.2.502%201.587.984.073.09-.026.234-.142.239-.366.013-1.028.166-1.902.908-.101.086-.017.246.113.22%201.878-.372%203.797-.189%204.927.84.073.066.035.185-.06.211-9.811%202.667-7.87%2011.2-5.257%2021.674%202.213%208.875%203.113%2012.028%203.433%2013.103a.6.6%200%200%200%20.366.398c3.438%201.29%2010.59%201.316%2010.59-.939z%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M31.572%2048.238c-1.19.466-3.52.673-4.865.673-1.973%200-4.814-.31-5.849-.776-.639-1.968-2.552-8.066-4.442-15.811l-.185-.757-.001-.006c-2.246-9.174-4.08-16.667%205.974-19.021.091-.022.136-.131.076-.204-1.154-1.368-3.315-1.817-6.048-.874-.112.039-.209-.074-.14-.17.536-.739%201.584-1.307%202.1-1.556.107-.051.101-.208-.012-.243a11.5%2011.5%200%200%200-1.562-.372c-.153-.025-.167-.288-.013-.309%203.874-.52%207.92.642%209.95%203.2q.029.036.076.047c7.434%201.596%207.966%2013.347%207.11%2013.882-.17.106-.71.045-1.424-.035-2.893-.323-8.62-.964-3.893%207.846.047.087-.015.202-.113.217-2.665.415.75%208.767%203.261%2014.27z%22/%3E%3Cpath%20fill%3D%22%233ca82b%22%20d%3D%22M34.897%2037.555c-.566-.263-2.742%201.298-4.186%202.496-.302-.427-.87-.738-2.154-.515-1.124.196-1.744.467-2.021.934-1.773-.672-4.757-1.71-5.478-.708-.787%201.095.197%206.277%201.244%206.95.546.351%203.16-1.328%204.524-2.487.22.31.575.488%201.303.471%201.102-.025%202.89-.282%203.167-.795a.6.6%200%200%200%20.044-.11c1.403.524%203.871%201.08%204.423.996%201.437-.216-.2-6.924-.866-7.232%22/%3E%3Cpath%20fill%3D%22%23a6da95%22%20d%3D%22M30.844%2040.204q.088.16.148.332c.2.56.525%202.338.28%202.778-.247.439-1.847.651-2.835.668s-1.209-.344-1.409-.903c-.16-.447-.238-1.5-.237-2.101-.04-.894.286-1.208%201.795-1.452%201.116-.18%201.707.03%202.047.39%201.585-1.184%204.23-2.853%204.488-2.548%201.286%201.521%201.448%205.143%201.17%206.6-.091.476-4.35-.472-4.35-.986%200-2.133-.553-2.718-1.097-2.778m-9.329-.666c.349-.552%203.177.135%204.73.825%200%200-.32%201.446.189%203.149.148.498-3.572%202.715-4.058%202.334-.561-.441-1.594-5.148-.861-6.308%22/%3E%3Cpath%20fill%3D%22%23eed49f%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.885%2028.325c.228-.995%201.295-2.87%205.101-2.825%201.925-.008%204.315-.001%205.9-.181a21.2%2021.2%200%200%200%205.27-1.282c1.648-.628%202.233-.488%202.438-.112.225.413-.04%201.127-.616%201.784-1.1%201.255-3.077%202.228-6.57%202.516s-5.805-.648-6.8.877c-.43.658-.098%202.208%203.279%202.696%204.563.659%208.311-.793%208.774.084s-2.204%202.661-6.775%202.698c-4.57.038-7.426-1.6-8.438-2.414-1.285-1.033-1.86-2.539-1.563-3.841%22%20clip-rule%3D%22evenodd%22/%3E%3Cg%20fill%3D%22%23181926%22%20opacity%3D%22.8%22%3E%3Cpath%20d%3D%22M28.706%2017.443c.255-.417.82-.74%201.745-.74s1.36.369%201.662.78c.061.083-.032.181-.127.14l-.07-.03c-.338-.148-.753-.33-1.465-.34-.761-.01-1.241.18-1.544.344-.101.056-.262-.055-.201-.154m-10.416.534c.898-.375%201.604-.327%202.103-.208.105.024.178-.089.094-.156-.387-.313-1.254-.7-2.385-.28-1.01.377-1.485%201.159-1.487%201.672-.001.122.248.132.312.03.174-.278.464-.682%201.362-1.058z%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M31.237%2023.154c-.794%200-1.438-.642-1.438-1.433s.644-1.433%201.438-1.433%201.438.642%201.438%201.433-.644%201.433-1.438%201.433m1.013-1.908a.372.372%200%200%200-.745%200%20.372.372%200%200%200%20.745%200m-10.544%201.467c0%20.923-.75%201.671-1.676%201.671a1.675%201.675%200%200%201-1.677-1.67c0-.924.752-1.672%201.677-1.672.924%200%201.676.748%201.676%201.671m-.494-.554a.434.434%200%201%200-.867.002.434.434%200%200%200%20.867-.002%22%20clip-rule%3D%22evenodd%22/%3E%3C/g%3E%3Cpath%20fill%3D%22%23cad3f5%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.5%2048.756c12.292%200%2022.256-9.964%2022.256-22.256S38.792%204.244%2026.5%204.244%204.244%2014.208%204.244%2026.5%2014.208%2048.756%2026.5%2048.756m0%202.07c13.435%200%2024.326-10.891%2024.326-24.326S39.935%202.174%2026.5%202.174%202.174%2013.065%202.174%2026.5%2013.065%2050.826%2026.5%2050.826%22%20clip-rule%3D%22evenodd%22/%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M26.497%2048.438c12.118%200%2021.941-9.823%2021.941-21.94S38.615%204.555%2026.498%204.555%204.555%2014.38%204.555%2026.497s9.824%2021.941%2021.941%2021.941zm24.292-21.94c0%2013.415-10.876%2024.29-24.292%2024.29S2.206%2039.914%202.206%2026.499%2013.08%202.205%2026.497%202.205%2050.79%2013.08%2050.79%2026.497z%22%20clip-rule%3D%22evenodd%22/%3E%3C/svg%3E\");\n }", "start": 1062, "domains": [ "duckduckgo.com" ] + }, + { + "code": "/* prettier-ignore */", + "start": 105854 } ], - "sourceCode": "/* ==UserStyle==\n@name DuckDuckGo Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/duckduckgo\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo\n@version 0.1.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo\n@description Soothing pastel theme for DuckDuckGo\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(duckduckgo.com) {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n --sds-color-text-02: @text !important;\n --theme-col-txt-page-separator: @text!important;\n --theme-col-page-separator: @text !important;\n --theme-col-txt-url: @text !important;\n --theme-col-txt-title-visited: @mauve !important;\n --theme-col-txt-snippet: @text !important;\n --theme-col-txt-card-title: @text;\n --theme-col-txt-url-domain: @subtext1 !important;\n --theme-col-txt-title: @blue !important;\n --theme-col-bg-card: @surface0 !important;\n --theme-col-about-link: @blue;\n --theme-col-border-ui: @surface1 !important;\n --theme-col-bg-expandcollapse: @surface0 !important;\n --sds-color-palette-gray-60: @accent-color !important;\n --theme-col-txt-url-path: @subtext0 !important;\n --theme-col-border-expandcollapse: @surface1;\n --col-blue-50: @sapphire !important;\n --col-blue-60: @blue !important;\n --theme-col-bg-page: @base !important;\n --sds-color-text-01: @text !important;\n --sds-color-text-on-color: @base !important;\n --theme-spp-high-contrast-text-secondary: @accent-color !important;\n --theme-spp-high-contrast-card-indicator-color: @surface0 !important;\n --theme-spp-high-contrast-title-span-text: @text !important;\n --theme-spp-high-contrast-bg: @surface0 !important;\n --sds-color-palette-yellow-50: @yellow !important;\n --sds-color-text-04: @subtext1 !important;\n --theme-col-txt-card-body: @text !important;\n --theme-col-txt-qna-details: @subtext0 !important;\n --theme-col-txt-card: @text !important;\n --sds-color-text-03: @subtext0 !important;\n --col-slate-light: @subtext0;\n --col-silver-dark: @overlay1;\n --theme-col-txt-button-secondary: @accent-color !important;\n --theme-bg-legacy-home: @base !important;\n --theme-bg-cta-cards: @surface0 !important;\n --theme-button-primary-bg: @blue !important;\n --theme-button-primary-bg--hover: @blue !important;\n --theme-button-primary-bg--active: @blue !important;\n --theme-button-primary-text: @crust !important;\n --theme-badge-fg--green: @crust !important;\n --theme-browser-comparison-table-check-bg: @green !important;\n --theme-browser-comparison-table-cross-bg: @red !important;\n --theme-searchbox-bg: @surface0 !important;\n --theme-searchbox-bg--hover: @surface0 !important;\n --theme-searchbox-bg--active: @surface0 !important;\n --theme-searchbox-bg--focused: @surface0 !important;\n --theme-border-color-legacy-home-searchbox: @surface2 !important;\n --theme-button-link-text: @blue !important;\n --theme-browser-comparison-table-badge-text: @text !important;\n --theme-badge-bg--green: @green !important;\n --theme-badge-bg--yellow: @yellow !important;\n --theme-atb-button-bg: @blue;\n --theme-atb-button-bg--hover: @blue;\n --theme-atb-button-bg--active: @blue;\n --col-silver-light: @surface1 !important;\n --theme-col-card-inner-border: @surface2 !important;\n --sds-color-text-link-02: @text !important;\n --sds-color-text-link-02--hover: @subtext1 !important;\n --theme-text-legacy-home: @text !important;\n --theme-browser-comparison-table-row-bg: @surface0 !important;\n --theme-browser-comparison-table-row-alt-bg: @surface1 !important;\n --theme-bg-home-bottom: @base !important;\n --theme-atb-card-back-bg: @surface0 !important;\n --theme-atb-card-front-bg: @surface1 !important;\n --theme-text-bg: @text !important;\n .featureCards_root__brAX3 {\n --feature-card-background-color: @surface0 !important;\n }\n --theme-accordion-background--expanded: @surface0 !important;\n --theme-accordion-background: @surface1 !important;\n --theme-footer-link-text: @blue !important;\n --theme-sidemenu-bg: @surface0 !important;\n --theme-col-txt-button-tertiary: @text !important;\n --theme-bg-legacy-home-searchbox: @surface0 !important;\n --theme-bg-info-snippet: @surface2 !important;\n --theme-button-tertiary-txt: @text !important;\n --theme-browser-comparison-table-icon-bg: @mantle !important;\n --theme-col-bg-ui: @mantle !important;\n\n .footer,\n .switch__knob .modal--dropdown--settings,\n .settings-dropdown--section,\n .frm__field,\n .frm__switch,\n .tileview .metabar--fixed,\n body,\n .frm__switch__label.btn::after,\n .zci,\n html,\n .body--home,\n html.displayable-atb-banner .body--home,\n .site-wrapper,\n .region__body,\n .badge-link,\n .module--carousel__image-wrapper,\n .result__image,\n .vertical--map__sidebar,\n .vertical--map__sidebar__header,\n .page-chrome_newtab,\n .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded\n .metabar:not(.is-stuck) {\n background-color: @base !important;\n }\n // translation boxes\n .module--translations .dropdown--translation-select,\n .module--translations-translatedtext {\n background: @surface0 !important;\n border-color: @surface0;\n }\n .module--translations .module--translations-translatedtext.is-placeholder,\n .module--translations-original textarea::placeholder {\n color: @subtext1;\n }\n .module--translations-swap-svg {\n fill: @text !important;\n }\n .module--translations-original textarea,\n .module--translations-translatedtext,\n .module--translations-footer a {\n color: @text;\n }\n .module--translations-clear,\n .module--translations-copy {\n color: @subtext0 !important;\n }\n .modal__list__filter input {\n background: @mantle;\n }\n\n //coding info box\n .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: @surface0 !important;\n border-color: @surface1 !important;\n }\n .module__toggle,\n .tile__expand {\n background-color: @surface0 !important;\n border-color: @surface1 !important;\n }\n\n .module__title__link,\n .module__text,\n .pln,\n .pun,\n code,\n .module__more-at-bottom {\n color: @text !important;\n }\n code {\n background-color: @base !important;\n }\n .lit {\n color: @peach !important;\n }\n .com {\n color: @subtext1 !important;\n }\n .str {\n color: @green !important;\n }\n .atv {\n color: @teal !important;\n }\n .module__title__sub {\n color: @subtext0;\n }\n .prettyprint {\n background-color: @mantle;\n }\n .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: @blue !important;\n border-color: @blue !important;\n }\n\n .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, @yellow, @blue);\n }\n\n .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: @surface0 !important;\n }\n\n // defentions info box\n .module--definitions__pronunciation {\n color: @subtext0 !important;\n }\n\n .module--definitions__group ol li::before {\n color: @accent-color !important;\n }\n\n .module--definitions__usage {\n color: @subtext0 !important;\n }\n .module__title,\n .module--definitions__definition {\n color: @text !important;\n }\n\n .play-btn__icn_hollow {\n fill: @accent-color !important;\n }\n .module__toggle {\n color: @accent-color !important;\n }\n\n // weather info box\n .forecast-wrapper .module__weather-warning--red,\n .module__weather-warning--red:hover,\n .module__weather-warning--red:focus,\n .module__weather-warning--red:visited {\n color: @red !important;\n }\n .module__weather-warning {\n color: @yellow !important;\n }\n .text--primary,\n .tx-clr--dk,\n .tx-clr--slate,\n .module__temperature-unit:not(.module__temperature-unit--on) {\n color: @subtext1 !important;\n }\n .module__temperature-unit,\n .module__temperature-unit:hover {\n color: @accent-color !important;\n }\n\n .module__detail__precip-label,\n .module__items-precip-label,\n .ia-module--module--definitions__reference,\n .js-definitions-internal {\n color: @blue !important;\n }\n\n .module__detail__hour-label {\n color: @text !important;\n }\n .module__items-item {\n background: @surface0 !important;\n border-color: @surface2 !important;\n }\n\n .module__weatherkit-logo {\n fill: @accent-color;\n }\n\n .module__warnings,\n .module__temperature-unit--on {\n border-color: @surface2 !important;\n }\n //raindrop icon\n .module__detail__precip-label__icon,\n .module__items-precip-label__icon {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 10px !important;\n padding-top: 10px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n\n //calculator\n .tile__ctrl__btn,\n .tile__history,\n .tile__past-calc {\n background-color: @surface0 !important;\n border-color: @surface2 !important;\n color: @text !important;\n }\n\n .tile__tab__sci .tile__ctrl__btn,\n .tile__ctrl__toggle {\n background-color: @surface2 !important;\n color: @text !important;\n border-color: @overlay0 !important;\n }\n\n .tile__display__main,\n .tile__past-result {\n color: @text !important;\n }\n\n .tile__display {\n box-shadow:\n inset -1px -1px 0 @overlay0,\n inset 1px 1px 0 @overlay0 !important;\n background-color: @base !important;\n border-color: @surface2 !important;\n color: @text !important;\n }\n .tile__display.selected {\n box-shadow:\n inset -1px -1px 0 @blue,\n inset 1px 1px 0 @blue !important;\n }\n\n .tile__ctrl--important {\n background-color: @yellow !important;\n color: @mantle !important;\n }\n .tile__display__aside,\n .tile__past-formula {\n color: @subtext0 !important;\n }\n\n .bg-delayed-color {\n background-color: @red;\n }\n\n #error_homepage {\n background-color: @rosewater !important;\n color: @red !important;\n }\n\n .search--adv {\n background-color: @surface0 !important;\n border-color: @surface0 !important;\n }\n\n .modal__header__clear,\n .sep--before,\n .js-region-filter-clear,\n .result__a,\n .module--carousel__body__title,\n .js-carousel-module-more,\n .js-no-results-web,\n .bing .tile__title--pr a,\n .sidebar-filter__show-more,\n .module__footer,\n .js-settings-dropdown-reset-appearance,\n .modal--dropdown--settings .settings-dropdown--button,\n .settings-page-wrapper a:not(.btn, .set-tab),\n .module__link--blue,\n .place-list-item__cta-item__text {\n color: @blue !important;\n }\n\n .tile__title a:visited {\n color: @mauve;\n }\n\n .place-detail__status--off {\n color: @red;\n }\n\n .place-detail__status--on {\n color: @green;\n }\n\n .result__a:visited {\n color: @mauve !important;\n }\n .bg-clr--green {\n background-color: @green;\n }\n .tile__status,\n .osGBsMSM4O7_HVv5OcxQ,\n .C68Y1fiPXCZijXmzVAbe {\n color: @mantle !important;\n }\n\n .modal__header,\n .modal__footer,\n .modal__box,\n .tile,\n .js-carousel-module-more,\n .related-searches__item,\n .bg-clr--white,\n .tile__media__free-shipping-label,\n .sidebar-filter__options,\n .sidebar-filter__option.is-size,\n .module__footer,\n .frm__select,\n .set-bookmarklet,\n .set-reset,\n .search__autocomplete,\n .frm__input,\n .frm__color__swatch {\n border-color: @surface0 !important;\n }\n\n .sep--before::before,\n .sep {\n border-left-color: @surface2;\n }\n\n .header-wrap,\n .module--carousel__left,\n .module--carousel__right,\n .detail,\n .btn {\n background-color: @mantle;\n }\n\n .set-header--fixed .tileview--grid .metabar--fixed,\n .tileview--grid .metabar--fixed.is-stuck {\n background-color: @surface0;\n border-top-color: @surface0;\n }\n\n .modal--dropdown--region.modal--popout .frm__input,\n .js-region-filter-list,\n .tile__body,\n .bg-clr--white,\n .acp-wrap,\n .tile__media__free-shipping-label,\n .tile__media--pr,\n .modal__box,\n .nav-menu__list,\n .set-tab.is-active,\n .frm__select select,\n .cloudsave,\n .feedback-btn__send,\n .set-bookmarklet__input,\n .howItWorksSection_downloadsCard__U3Ph9,\n .metabar__grid-btn,\n .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n .btn:visited,\n .btn:active,\n .btn.btn--primary,\n .btn.btn--secondary,\n .btn--primary:hover,\n .btn.is-disabled,\n .btn.is-disabled:hover,\n input,\n textarea,\n .frm__input,\n .frm__text,\n .detail--xd .c-detail__btn,\n .set-bookmarklet,\n .set-reset,\n .zci--json_validator textarea,\n .colorpicker,\n .feedback-modal__submit.is-disabled,\n .feedback-modal__submit.is-disabled:hover,\n .feedback-modal__submit.is-disabled:active,\n .feedback-modal__submit.is-disabled:focus,\n .btn.btn--skeleton:hover,\n .module__section,\n .module--carousel__item,\n .is-related-search-exp.dark-bg,\n .related-searches__item,\n .detail--xd .tile-nav--sm,\n .set-bookmarklet__detail,\n .set-reset__detail,\n .module__footer,\n .js-definitions-internal {\n background-color: @surface0 !important;\n }\n\n .set-bookmarklet__data {\n background-color: @surface2;\n color: @text;\n }\n\n .modal__list__link.is-highlighted,\n .modal__list li:hover {\n background-color: @overlay1;\n }\n\n .metabar__dropdowns-wrap::before,\n .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(\n 90deg,\n @surface0,\n rgba(255, 255, 255, 0)\n );\n }\n\n .nav-menu__item__badge {\n background-color: @yellow;\n color: @mantle;\n }\n\n .settings-dropdown--section,\n .set-head,\n .frm__hr {\n border-bottom-color: @surface2;\n }\n\n .footer {\n border-top-color: @surface0;\n }\n\n .is-vertical-tabs-exp,\n #duckbar,\n .zcm__link:not(.dropdown__button).is-active,\n .set-main-footer {\n border-color: @accent-color !important;\n }\n\n input,\n select,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n ul,\n ol,\n blockquote,\n p,\n body,\n .module--carousel__footer,\n .set-tab.is-active,\n .zcm__link,\n .feedback-prompt__link,\n .feedback-btn__send,\n .tile--img__sub,\n .result__snippet,\n .result__snippet b,\n .modal__list__link,\n .acp,\n .header_headerButton__cLYU3,\n .is-vertical-tabs-exp,\n .module.module--images,\n .module__header.module__header--link,\n .text--title,\n .text--airline-flight,\n .timing,\n .flight-details__values,\n .airlines-footer,\n .tx-clr--slate,\n .nav-menu__heading,\n .zci,\n .metabar__grid-btn,\n .module--carousel__left,\n .module--carousel__right,\n .c-detail__title__sub,\n .c-detail__desc,\n .c-detail__filemeta,\n .c-detail__more,\n .btn,\n .frm__label,\n .js-cloudsave-new-suggestion {\n color: @text !important;\n }\n\n .zci--airlines .text--title svg path {\n fill: @text;\n }\n\n .star {\n color: @overlay2;\n }\n\n .set-tab,\n .set-tab:visited,\n .tile-nav.can-scroll {\n background-color: @mantle;\n color: @overlay1;\n }\n\n .js-cloudsave-save-btn,\n .js-cloudsave-load-btn {\n background-color: @surface2;\n border-color: @overlay0;\n color: @text;\n }\n\n .video-source,\n .tile__count,\n .result__url,\n .tile__time,\n .feedback-prompt,\n .footer__text,\n .vertical--news .result__url,\n .result__timestamp,\n .js-metabar-secondary,\n .sidebar-filters,\n .tile--pr__original-price,\n .nav-menu__item a,\n .nav-menu__close,\n .frm__desc,\n .dropdown__button,\n .tx-clr--slate-light,\n .flight-details__labels,\n .scheduled-time,\n .source-link,\n .tile__source,\n .zci__more-at,\n .cloudsave__close,\n .module--definitions__attribution-text,\n .module__attribution,\n .module__attribution-link {\n color: @subtext0 !important;\n }\n\n .dropdown--region.has-inactive-region .dropdown__button::after,\n .modal--dropdown--region.modal--popout .modal__header::before,\n .js-carousel-module-title,\n .tile--pr__brand,\n .frm__select,\n .star::after,\n .feedback-btn__icon,\n .detail--xd .tile-nav--sm,\n .detail__close,\n .module--definitions__collapsed-group ol li::before {\n color: @accent-color !important;\n }\n\n .search__button:hover,\n .search--header.has-text.search--hover .search__button {\n background-color: @accent-color !important;\n color: @base !important;\n }\n\n .settings-page-wrapper .btn--primary {\n border-color: @blue;\n background-color: @blue !important;\n color: @crust !important;\n }\n .modal--dropdown--settings\n .settings-dropdown--section\n .settings-dropdown--header {\n .settings-dropdown--header--link,\n .settings-dropdown--header--label {\n color: @text !important;\n }\n }\n .frm__select::after {\n color: @accent-color !important;\n }\n\n .js-region-filter-switch,\n .frm__switch__label {\n background-color: @overlay0 !important;\n border-color: @accent-color !important;\n }\n .switch__knob {\n background: @text !important;\n }\n .switch.is-on {\n background-color: @accent-color;\n }\n\n .dropdown__switch.is-on::before,\n .frm__switch__label {\n color: @base !important;\n }\n .search--header {\n background-color: @surface0;\n border-color: @surface0;\n }\n\n .acp--highlight,\n .bg-clr--platinum-light {\n background-color: @overlay0;\n }\n\n .review__rating-stars,\n .place-list-item__rating__image {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n } //ddg icon\n .header__logo,\n .js-logo-ddg {\n @svg: escape(\n ' '\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n .yhccgqM_FdvJ79N6Jm6c {\n @svg: escape(\n ' '\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 32px !important;\n padding-top: 32px !important;\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n //duckduckgo search too long icon\n .logo_homepage {\n @svg: escape(\n ' '\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n // search glass icon\n .related-searches__item-text::before {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n // ddg header logo\n .header_headerLeft__gTUAg,\n .header_logoImg__PFezv {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 157px !important;\n padding-top: 44px !important;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat !important;\n }\n }\n} // vim:ft=less\n", + "sourceCode": "/* ==UserStyle==\n@name DuckDuckGo Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/duckduckgo\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo\n@version 0.1.7\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo\n@description Soothing pastel theme for DuckDuckGo\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(duckduckgo.com) {\n :root:not(.dark-bg) {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n :root.dark-bg {\n #catppuccin(@darkFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --sds-color-text-02: @text !important;\n --theme-col-txt-page-separator: @text!important;\n --theme-col-page-separator: @text !important;\n --theme-col-txt-url: @text !important;\n --theme-col-txt-title-visited: @mauve !important;\n --theme-col-txt-snippet: @text !important;\n --theme-col-txt-card-title: @text;\n --theme-col-txt-url-domain: @subtext1 !important;\n --theme-col-txt-title: @blue !important;\n --theme-col-bg-card: @surface0 !important;\n --theme-col-about-link: @blue;\n --theme-col-border-ui: @surface1 !important;\n --theme-col-bg-expandcollapse: @surface0 !important;\n --sds-color-palette-gray-60: @accent-color !important;\n --theme-col-txt-url-path: @subtext0 !important;\n --theme-col-border-expandcollapse: @surface1;\n --col-blue-50: @sapphire !important;\n --col-blue-60: @blue !important;\n --theme-col-bg-page: @base !important;\n --sds-color-text-01: @text !important;\n --sds-color-text-on-color: @base !important;\n --theme-spp-high-contrast-text-secondary: @accent-color !important;\n --theme-spp-high-contrast-card-indicator-color: @surface0 !important;\n --theme-spp-high-contrast-title-span-text: @text !important;\n --theme-spp-high-contrast-bg: @surface0 !important;\n --sds-color-palette-yellow-50: @yellow !important;\n --sds-color-text-04: @subtext1 !important;\n --theme-col-txt-card-body: @text !important;\n --theme-col-txt-qna-details: @subtext0 !important;\n --theme-col-txt-card: @text !important;\n --sds-color-text-03: @subtext0 !important;\n --col-slate-light: @subtext0;\n --col-silver-dark: @overlay1;\n --theme-col-txt-button-secondary: @accent-color !important;\n --theme-bg-legacy-home: @base !important;\n --theme-bg-cta-cards: @surface0 !important;\n --theme-button-primary-bg: @blue !important;\n --theme-button-primary-bg--hover: @blue !important;\n --theme-button-primary-bg--active: @blue !important;\n --theme-button-primary-text: @crust !important;\n --theme-badge-fg--green: @crust !important;\n --theme-browser-comparison-table-check-bg: @green !important;\n --theme-browser-comparison-table-cross-bg: @red !important;\n --theme-searchbox-bg: @surface0 !important;\n --theme-searchbox-bg--hover: @surface0 !important;\n --theme-searchbox-bg--active: @surface0 !important;\n --theme-searchbox-bg--focused: @surface0 !important;\n --theme-border-color-legacy-home-searchbox: @surface2 !important;\n --theme-button-link-text: @blue !important;\n --theme-browser-comparison-table-badge-text: @text !important;\n --theme-badge-bg--green: @green !important;\n --theme-badge-bg--yellow: @yellow !important;\n --theme-atb-button-bg: @blue;\n --theme-atb-button-bg--hover: @blue;\n --theme-atb-button-bg--active: @blue;\n --col-silver-light: @surface1 !important;\n --theme-col-card-inner-border: @surface2 !important;\n --sds-color-text-link-02: @text !important;\n --sds-color-text-link-02--hover: @subtext1 !important;\n --theme-text-legacy-home: @text !important;\n --theme-browser-comparison-table-row-bg: @surface0 !important;\n --theme-browser-comparison-table-row-alt-bg: @surface1 !important;\n --theme-bg-home-bottom: @base !important;\n --theme-atb-card-back-bg: @surface0 !important;\n --theme-atb-card-front-bg: @surface1 !important;\n --theme-text-bg: @text !important;\n .featureCards_root__brAX3 {\n --feature-card-background-color: @surface0 !important;\n }\n --theme-accordion-background--expanded: @surface0 !important;\n --theme-accordion-background: @surface1 !important;\n --theme-footer-link-text: @blue !important;\n --theme-sidemenu-bg: @surface0 !important;\n --theme-col-txt-button-tertiary: @text !important;\n --theme-bg-legacy-home-searchbox: @surface0 !important;\n --theme-bg-info-snippet: @surface2 !important;\n --theme-button-tertiary-txt: @text !important;\n --theme-browser-comparison-table-icon-bg: @mantle !important;\n --theme-col-bg-ui: @mantle !important;\n --theme-col-bg-header-modal: @surface0 !important;\n\n .footer,\n .switch__knob .modal--dropdown--settings,\n .settings-dropdown--section,\n .frm__field,\n .frm__switch,\n .tileview .metabar--fixed,\n body,\n .frm__switch__label.btn::after,\n .zci,\n html,\n .body--home,\n html.displayable-atb-banner .body--home,\n .site-wrapper,\n .region__body,\n .badge-link,\n .module--carousel__image-wrapper,\n .result__image,\n .vertical--map__sidebar,\n .vertical--map__sidebar__header,\n .page-chrome_newtab,\n .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded,\n .zci--type--tiles:not(.is-fallback).is-full-page.is-expanded\n .metabar:not(.is-stuck) {\n background-color: @base !important;\n }\n\n /* privacy reminders */\n .privacy-reminder__text {\n color: @green !important;\n }\n .privacy-reminder__icon-circle {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n .privacy-reminder__icon-shield {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n .privacy-reminder__icon-check {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n .privacy-reminder__modal-hide,\n .privacy-reminder__modal-link {\n color: @text !important;\n }\n\n /* lyrics box */\n .js-lyrics-module {\n color: @subtext1 !important;\n }\n .module--lyrics__subtitle-box {\n border-color: @surface2;\n }\n .module__inner-toggle--chevron {\n color: @accent-color !important;\n background-color: @surface1 !important;\n border-color: @surface2;\n }\n .module__inner-toggle::before,\n .module__inner-toggle::after {\n background-color: @surface2 !important;\n }\n\n // translation boxes\n .module--translations .dropdown--translation-select,\n .module--translations-translatedtext {\n background: @surface0 !important;\n border-color: @surface0;\n }\n .module--translations .module--translations-translatedtext.is-placeholder {\n color: @subtext0;\n }\n .module--translations-swap-svg {\n fill: @text !important;\n }\n .module--translations-original textarea,\n .module--translations-translatedtext,\n .module--translations-footer a {\n color: @text;\n }\n .module--translations-clear,\n .module--translations-copy {\n color: @subtext0 !important;\n }\n .modal__list__filter input {\n background: @mantle;\n }\n\n //coding info box\n .module:not(\n .module--carousel,\n .module--placeholder,\n .module--images,\n .module--translations,\n .module__chromeless\n ) {\n background: @surface0 !important;\n border-color: @surface1 !important;\n }\n .module__toggle,\n .tile__expand {\n background-color: @surface0 !important;\n border-color: @surface1 !important;\n }\n\n .module__title__link,\n .module__text,\n .pln,\n .pun,\n code,\n .module__more-at-bottom {\n color: @text !important;\n }\n code {\n background-color: @base !important;\n }\n .lit {\n color: @peach !important;\n }\n .com {\n color: @subtext1 !important;\n }\n .str {\n color: @green !important;\n }\n .atv {\n color: @teal !important;\n }\n .module__title__sub {\n color: @subtext0;\n }\n .prettyprint {\n background-color: @mantle;\n }\n .is-link-style-exp .btn--primary:not(.is-disabled) {\n background-color: @blue !important;\n border-color: @blue !important;\n }\n\n .featureCards_dark__5Xbsn {\n background: linear-gradient(180deg, @yellow, @blue);\n }\n\n .modal__box.modal__box--feedback.modal__box--headed .modal__box__header {\n background-color: @surface0 !important;\n }\n\n // defentions info box\n .module--definitions__pronunciation {\n color: @subtext0 !important;\n }\n\n .module--definitions__group ol li::before {\n color: @accent-color !important;\n }\n\n .module--definitions__usage {\n color: @subtext0 !important;\n }\n .module__title,\n .module--definitions__definition {\n color: @text !important;\n }\n\n .play-btn__icn_hollow {\n fill: @accent-color !important;\n }\n .module__toggle {\n color: @accent-color !important;\n }\n\n // weather info box\n .forecast-wrapper .module__weather-warning--red,\n .module__weather-warning--red:hover,\n .module__weather-warning--red:focus,\n .module__weather-warning--red:visited {\n color: @red !important;\n }\n .module__weather-warning {\n color: @yellow !important;\n }\n .text--primary,\n .tx-clr--dk,\n .tx-clr--slate,\n .module__temperature-unit:not(.module__temperature-unit--on) {\n color: @subtext1 !important;\n }\n .module__temperature-unit,\n .module__temperature-unit:hover {\n color: @accent-color !important;\n }\n\n .module__detail__precip-label,\n .module__items-precip-label,\n .ia-module--module--definitions__reference,\n .js-definitions-internal {\n color: @blue !important;\n }\n\n .module__detail__hour-label {\n color: @text !important;\n }\n .module__items-item {\n background: @surface0 !important;\n border-color: @surface2 !important;\n }\n\n .module__weatherkit-logo {\n fill: @accent-color;\n }\n\n .module__warnings,\n .module__temperature-unit--on {\n border-color: @surface2 !important;\n }\n //raindrop icon\n .module__detail__precip-label__icon,\n .module__items-precip-label__icon {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n //calculator\n .tile__ctrl__btn,\n .tile__history,\n .tile__past-calc {\n background-color: @surface0 !important;\n border-color: @surface2 !important;\n color: @text !important;\n }\n\n .tile__tab__sci .tile__ctrl__btn,\n .tile__ctrl__toggle {\n background-color: @surface2 !important;\n color: @text !important;\n border-color: @overlay0 !important;\n }\n\n .tile__display__main,\n .tile__past-result {\n color: @text !important;\n }\n\n .tile__display {\n box-shadow:\n inset -1px -1px 0 @overlay0,\n inset 1px 1px 0 @overlay0 !important;\n background-color: @base !important;\n border-color: @surface2 !important;\n color: @text !important;\n }\n .tile__display.selected {\n box-shadow:\n inset -1px -1px 0 @blue,\n inset 1px 1px 0 @blue !important;\n }\n\n .tile__ctrl--important {\n background-color: @yellow !important;\n color: @mantle !important;\n }\n .tile__display__aside,\n .tile__past-formula {\n color: @subtext0 !important;\n }\n\n .bg-delayed-color {\n background-color: @red;\n }\n\n #error_homepage {\n background-color: @rosewater !important;\n color: @red !important;\n }\n\n .search--adv {\n background-color: @surface0 !important;\n border-color: @surface0 !important;\n }\n\n .modal__header__clear,\n .sep--before,\n .js-region-filter-clear,\n .result__a,\n .module--carousel__body__title,\n .js-carousel-module-more,\n .js-no-results-web,\n .bing .tile__title--pr a,\n .sidebar-filter__show-more,\n .module__footer,\n .js-settings-dropdown-reset-appearance,\n .modal--dropdown--settings .settings-dropdown--button,\n .settings-page-wrapper a:not(.btn, .set-tab),\n .module__link--blue,\n .place-list-item__cta-item__text {\n color: @blue !important;\n }\n\n .tile__title a:visited {\n color: @mauve;\n }\n\n .place-detail__status--off {\n color: @red;\n }\n\n .place-detail__status--on {\n color: @green;\n }\n\n .result__a:visited {\n color: @mauve !important;\n }\n .bg-clr--green {\n background-color: @green;\n }\n .tile__status,\n .osGBsMSM4O7_HVv5OcxQ,\n .C68Y1fiPXCZijXmzVAbe {\n color: @mantle !important;\n }\n\n .modal__header,\n .modal__footer,\n .modal__box,\n .tile,\n .js-carousel-module-more,\n .related-searches__item,\n .bg-clr--white,\n .tile__media__free-shipping-label,\n .sidebar-filter__options,\n .sidebar-filter__option.is-size,\n .module__footer,\n .frm__select,\n .set-bookmarklet,\n .set-reset,\n .search__autocomplete,\n .frm__input,\n .frm__color__swatch {\n border-color: @surface0 !important;\n }\n\n .sep--before::before,\n .sep {\n border-left-color: @surface2;\n }\n\n .header-wrap,\n .module--carousel__left,\n .module--carousel__right,\n .detail,\n .btn {\n background-color: @mantle;\n }\n\n .set-header--fixed .tileview--grid .metabar--fixed,\n .tileview--grid .metabar--fixed.is-stuck {\n background-color: @surface0;\n border-top-color: @surface0;\n }\n\n .modal--dropdown--region.modal--popout .frm__input,\n .js-region-filter-list,\n .tile__body,\n .bg-clr--white,\n .acp-wrap,\n .tile__media__free-shipping-label,\n .tile__media--pr,\n .modal__box,\n .nav-menu__list,\n .set-tab.is-active,\n .frm__select select,\n .cloudsave,\n .feedback-btn__send,\n .set-bookmarklet__input,\n .howItWorksSection_downloadsCard__U3Ph9,\n .metabar__grid-btn,\n .feedback-btn__icon-wrap .set-bookmarklet__input .btn,\n .btn.btn--secondary,\n .btn.is-disabled,\n input,\n textarea,\n .frm__input,\n .frm__text,\n .detail--xd .c-detail__btn,\n .set-bookmarklet,\n .set-reset,\n .zci--json_validator textarea,\n .colorpicker,\n .feedback-modal__submit.is-disabled,\n .feedback-modal__submit.is-disabled:active,\n .feedback-modal__submit.is-disabled:focus,\n .module__section,\n .module--carousel__item,\n .is-related-search-exp.dark-bg,\n .related-searches__item,\n .detail--xd .tile-nav--sm,\n .set-bookmarklet__detail,\n .set-reset__detail,\n .module__footer,\n .js-definitions-internal {\n background-color: @surface0 !important;\n }\n .module--carousel__item {\n border-color: @surface1 !important;\n }\n\n .btn.is-disabled:hover,\n .frm__switch__label:hover,\n .feedback-modal__submit.is-disabled:hover,\n .btn.btn--skeleton:hover,\n .module__footer-carousel__label:hover {\n background-color: @surface2 !important;\n border-color: @surface2 !important;\n }\n .is-checked .frm__switch__label.btn {\n background-color: @accent-color !important;\n color: @mantle !important;\n }\n .js-set-exit {\n background-color: @accent-color !important;\n border-color: @accent-color !important;\n color: @base !important;\n }\n .js-set-exit:hover {\n background-color: fade(@accent-color, 80%) !important;\n border-color: fade(@accent-color, 80%) !important;\n color: @base !important;\n }\n .frm__switch__label {\n background-color: @surface0;\n border-color: @surface0;\n color: @text !important;\n }\n .set-bookmarklet__data {\n background-color: @surface2;\n color: @text;\n }\n\n .modal__list__link.is-highlighted,\n .modal__list li:hover {\n background-color: @overlay1;\n }\n\n .metabar__dropdowns-wrap::before,\n .metabar__dropdowns-wrap::after {\n background-image: linear-gradient(\n 90deg,\n @surface0,\n rgba(255, 255, 255, 0)\n );\n }\n\n .nav-menu__item__badge {\n background-color: @yellow;\n color: @mantle;\n }\n\n .settings-dropdown--section,\n .set-head,\n .frm__hr {\n border-bottom-color: @surface2;\n }\n\n .footer {\n border-top-color: @surface0;\n }\n\n .is-vertical-tabs-exp,\n #duckbar,\n .zcm__link:not(.dropdown__button).is-active,\n .set-main-footer {\n border-color: @accent-color !important;\n }\n\n input,\n select,\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n ul,\n ol,\n blockquote,\n p,\n body,\n .module--carousel__footer,\n .set-tab.is-active,\n .zcm__link,\n .feedback-prompt__link,\n .feedback-btn__send,\n .tile--img__sub,\n .result__snippet,\n .result__snippet b,\n .modal__list__link,\n .acp,\n .header_headerButton__cLYU3,\n .is-vertical-tabs-exp,\n .module.module--images,\n .module__header.module__header--link,\n .text--title,\n .text--airline-flight,\n .timing,\n .flight-details__values,\n .airlines-footer,\n .tx-clr--slate,\n .nav-menu__heading,\n .zci,\n .metabar__grid-btn,\n .module--carousel__left,\n .module--carousel__right,\n .c-detail__title__sub,\n .c-detail__desc,\n .c-detail__filemeta,\n .c-detail__more,\n .frm__label,\n .js-cloudsave-new-suggestion {\n color: @text !important;\n }\n\n .zci--airlines .text--title svg path {\n fill: @text;\n }\n\n .star {\n color: @overlay2;\n }\n\n .set-tab,\n .set-tab:visited,\n .tile-nav.can-scroll {\n background-color: @mantle;\n color: @overlay1;\n }\n\n .js-cloudsave-save-btn,\n .js-cloudsave-load-btn {\n background-color: @surface2;\n border-color: @overlay0;\n color: @text;\n }\n\n .video-source,\n .tile__count,\n .result__url,\n .tile__time,\n .feedback-prompt,\n .footer__text,\n .vertical--news .result__url,\n .result__timestamp,\n .js-metabar-secondary,\n .sidebar-filters,\n .tile--pr__original-price,\n .nav-menu__item a,\n .nav-menu__close,\n .frm__desc,\n .dropdown__button,\n .tx-clr--slate-light,\n .flight-details__labels,\n .scheduled-time,\n .source-link,\n .tile__source,\n .zci__more-at,\n .cloudsave__close,\n .module--definitions__attribution-text,\n .module__attribution,\n .module__attribution-link {\n color: @subtext0 !important;\n }\n\n .dropdown--region.has-inactive-region .dropdown__button::after,\n .modal--dropdown--region.modal--popout .modal__header::before,\n .js-carousel-module-title,\n .tile--pr__brand,\n .frm__select,\n .star::after,\n .feedback-btn__icon,\n .detail--xd .tile-nav--sm,\n .detail__close,\n .module--definitions__collapsed-group ol li::before {\n color: @accent-color !important;\n }\n\n .search__button:hover,\n .search--header.has-text.search--hover .search__button {\n background-color: @accent-color !important;\n color: @base !important;\n }\n\n .settings-page-wrapper.is-checked {\n border-color: @blue;\n background-color: @sapphire !important;\n color: @mantle !important;\n }\n .modal--dropdown--settings\n .settings-dropdown--section\n .settings-dropdown--header {\n .settings-dropdown--header--link,\n .settings-dropdown--header--label {\n color: @text !important;\n }\n }\n .ddgsi-check::before {\n color: @mantle !important;\n }\n .set-bookmarklet__title,\n .set-reset__title {\n color: @text !important;\n }\n .frm__select::after {\n color: @accent-color !important;\n }\n .switch {\n background-color: @mantle !important;\n }\n .switch__knob {\n background: @text !important;\n }\n .switch.is-on {\n background-color: @accent-color !important;\n }\n .dropdown__switch.is-on::before {\n color: @base !important;\n }\n .search--header {\n background-color: @surface0;\n border-color: @surface0;\n }\n\n .acp--highlight,\n .bg-clr--platinum-light {\n background-color: @overlay0;\n }\n\n .review__rating-stars,\n .place-list-item__rating__image {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n } //ddg icon\n .header__logo,\n .js-logo-ddg {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n .yhccgqM_FdvJ79N6Jm6c {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n\n //duckduckgo search too long icon\n .logo_homepage {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n // search glass icon\n .related-searches__item-text::before {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\") !important;\n }\n\n // ddg header logo\n .header_logoImg__PFezv {\n @svg: escape(\n ''\n );\n content: url(\"data:image/svg+xml,@{svg}\");\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "DuckDuckGo Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/duckduckgo", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo", - "version": "0.1.2", + "version": "0.1.7", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo", "description": "Soothing pastel theme for DuckDuckGo", @@ -7971,39 +8438,39 @@ "url": "https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo", "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.css", "name": "DuckDuckGo Catppuccin", - "originalDigest": "0c81c3d53ebef259119a8ac3c603236b3b9965f1", + "originalDigest": "b59fbefae36d0abbdc08b236ad8e787a6f0365d5", "_id": "e709eda7-d12f-4ee2-bda0-5e1645c6ebb2", - "_rev": 1711132308276, + "_rev": 1713388446699, "id": 83, - "etag": "W/\"e96455c5177496ae1abf9acf56ad3ae8e12ea14ffa9a6d6991d56f01284432d5\"", - "updateDate": 1711132308204 + "etag": "W/\"eec91ae8868fda460bd39e3b7b54aa551192feffd51ccc4a3eb681f68b31a8a8\"", + "updateDate": 1713388446625 }, { "enabled": true, "installDate": 1709163186824, "sections": [ { - "code": "/* ==UserStyle==\n@name npm Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/npm\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm\n@description Soothing pastel theme for npm\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "code": "/* ==UserStyle==\n@name npm Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/npm\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm\n@description Soothing pastel theme for npm\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", "start": 0 }, { - "code": "/* prettier-ignore */\n @media (prefers-color-scheme: light) {\n :root {\n --color-fg-default: #cad3f5;\n --color-fg-muted: #b8c0e0;\n --color-fg-subtle: #a5adcb;\n --color-fg-on-emphasis: #24273a;\n --color-fg-brand: #ed8796;\n --color-fg-accent: #8aadf4;\n --color-fg-success: #a6da95;\n --color-fg-attention: #eed49f;\n --color-fg-danger: #ed8796;\n --color-border-strong: #363a4f;\n color-scheme: dark;\n accent-color: #b7bdf8;\n /* Primary background */\n /* Background layer background */\n /* Primary text */\n /* Secondary text */\n /* Inverse text */\n /* Border colors */\n /* --- ARBITRARY --- */\n /* Top loading bar */\n /* Magnifying glass icon (search box, discover packages) */\n /* \"Beta\" pill */\n /* Green checkmark */\n /* --- HEADER --- */\n /* --- HOME PAGE --- */\n /* Popular libraries section */\n /* Discover packages section */\n /* By the numbers section */\n /* Recently updated packages section */\n /* --- PACKAGE PAGES --- */\n /* \"public\" text */\n /* TypeScript logo */\n /* Navigation tabs */\n /* Sidebar icons */\n /* Copy install command box */\n /* Weekly downloads chart */\n /* Sidebar provenance popup */\n /* Provenance icon */\n /* Provenance section at bottom */\n /* Sidebar text */\n /* Tab headings */\n /* File explorer tab */\n /* Versions tab */\n /* Dependencies/dependents tab */\n /* Readme tab */\n /* Keyword links */\n /* Share provenance feedback link */\n /* --- PROFILE PAGES --- */\n /* --- SETTINGS PAGES --- */\n /* Headings */\n /* Left panel */\n /* Linked accounts & recovery option settings */\n /* Email and password settings */\n /* Access tokens settings */\n /* 2FA authentication page */\n /* Create organization page */\n /* Step 1: create an org */\n /* Step 2: invite members */\n /* Billing information page */\n /* --- GENERIC --- */\n /* Buttons/button links */\n /* Input elements */\n /* Dropdowns */\n /* Select menus */\n /* --- SEARCH RESULTS --- */\n /* Results header, results count, pagination buttons */\n /* Username links */\n /* PQM text */\n /* PQM bars */\n /* --- FOOTER --- */\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8bd5ca;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #c6a0f6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n :root,\n :root main {\n background-color: #24273a !important;\n }\n :root .bg-white,\n :root ._4ea0e50d {\n background-color: #24273a;\n }\n :root ._7eb68a55,\n :root .e9998f88 {\n background-color: #1e2030;\n }\n :root ._99e3854f,\n :root .black,\n :root .black-90,\n :root .black-80,\n :root ._0b9b6c57,\n :root ._1b8c0a9f,\n :root p,\n :root a {\n color: #cad3f5;\n }\n :root .black-70,\n :root .black-60,\n :root .cd2827bb a {\n color: #a5adcb;\n }\n :root ._66c2abad {\n color: #6e738d;\n }\n :root .white {\n color: #24273a;\n }\n :root .b--black-10,\n :root .b--black-20 {\n border-color: #363a4f;\n }\n :root div.fixed.top-0.left-0.z-999 {\n background-color: #ed8796;\n }\n :root svg g[stroke=\"#777777\"] {\n stroke: #a5adcb;\n }\n :root .a17280e0 {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root [fill=\"#107010\"] {\n fill: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] {\n background-color: #98cf86;\n border-color: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] #notification,\n :root [data-test-id=\"notification-banner\"] button[aria-label=\"Close notification\"] {\n color: #24273a;\n }\n :root header {\n border-bottom-color: #363a4f;\n /* Top bar gradient */\n /* Heart icon */\n /* Logo */\n /* Search box */\n /* Profile picture nvigation */\n }\n :root header .e7070742 {\n border-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6) 3;\n }\n :root header ._0edb515f {\n color: #cad3f5;\n }\n :root header a[href=\"/\"] > svg > path {\n fill: #cad3f5;\n }\n :root header form#search button[type=\"submit\"] {\n background-color: #b8c0e0;\n }\n :root header form#search > div {\n border-color: #181926;\n /* Floating live results */\n }\n :root header form#search > div:focus-within {\n border-color: #b8c0e0;\n }\n :root header form#search > div > div {\n background-color: #181926;\n }\n :root header form#search > div > div input[type=\"search\"] {\n color: #cad3f5;\n }\n :root header form#search > div > div input[type=\"search\"]::placeholder {\n color: #8087a2;\n }\n :root header form#search > div > div input[type=\"search\"]:focus {\n box-shadow: none;\n }\n :root header form#search > div > div input[type=\"search\"]::-webkit-search-cancel-button {\n display: none;\n }\n :root header form#search > div ul li {\n border-bottom-color: #363a4f;\n color: #cad3f5;\n }\n :root header #signup {\n border-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n /* Popup */\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] {\n border-color: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] + div > svg {\n fill: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div {\n border-color: #363a4f;\n /* Popup triangle */\n /* Username */\n /* Navigation options */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::after {\n border-bottom-color: #24273a;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::before {\n border-bottom-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div h2 {\n border-bottom-color: #494d64;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a {\n /* Red \"Add Organization\" button */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:hover,\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:focus {\n background-color: #181926;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] {\n border-color: #363a4f;\n color: #ed8796;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] svg {\n fill: #ed8796;\n }\n :root article > section:nth-of-type(1) {\n background-image: linear-gradient(270deg, rgba(237, 135, 150, 0.16) 0%, rgba(237, 135, 150, 0.56) 18.45%, rgba(237, 135, 150, 0.8) 49.67%, rgba(237, 135, 150, 0.56) 82.52%, rgba(237, 135, 150, 0.19) 99.7%, rgba(237, 135, 150, 0) 99.71%, rgba(237, 135, 150, 0) 99.72%, rgba(237, 135, 150, 0.16) 99.73%), url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n }\n :root article > section:nth-of-type(1) a[href=\"/signup\"] {\n background-color: #eed49f;\n }\n :root article > section:nth-of-type(1) a[href=\"/products/pro\"] {\n background-color: #ed8796;\n border-color: #cad3f5;\n }\n :root article > section:nth-of-type(2) {\n color: #cad3f5;\n }\n :root #popular-libraries-header + hr {\n border-color: #ed8796;\n }\n :root ul[aria-labelledby=\"popular-libraries-header\"] li a {\n border-bottom-color: #363a4f;\n }\n :root #discover-packages-header + hr {\n border-color: #eeae9b;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li a {\n color: #cad3f5;\n border-color: #363a4f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 1):hover a {\n color: #c6a0f6;\n border-bottom-color: #c6a0f6;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 2):hover a {\n color: #a6da95;\n border-bottom-color: #a6da95;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 3):hover a {\n color: #91d7e3;\n border-bottom-color: #91d7e3;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 4):hover a {\n color: #ed8796;\n border-bottom-color: #ed8796;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 5):hover a {\n color: #eed49f;\n border-bottom-color: #eed49f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 6):hover a {\n color: #f5bde6;\n border-bottom-color: #f5bde6;\n }\n :root ._8f26e3fd {\n border-color: #eed49f;\n }\n :root #recently-updated-packages-header + hr {\n border-color: #ed8796;\n }\n :root ._813b53b2 {\n color: #a6da95;\n }\n :root img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M0%200h256v256H0z%22/%3E%3Cpath%20d%3D%22M150.5%20200.5v27.6c4.5%202.3%209.8%204%2015.9%205.2s12.6%201.7%2019.4%201.7c6.6%200%2012.9-.6%2018.9-1.9s11.2-3.4%2015.7-6.3%208-6.7%2010.7-11.4q3.9-7.05%203.9-17.4c0-5-.7-9.4-2.2-13.2s-3.7-7.1-6.5-10.1c-2.8-2.9-6.2-5.6-10.1-7.9s-8.4-4.5-13.3-6.6c-3.6-1.5-6.9-2.9-9.8-4.4-2.9-1.4-5.3-2.8-7.3-4.3s-3.6-3-4.7-4.7-1.6-3.5-1.6-5.6q0-2.85%201.5-5.1c1.5-2.25%202.4-2.8%204.1-3.9%201.8-1.1%204-1.9%206.6-2.5s5.5-.9%208.6-.9c2.3%200%204.7.2%207.3.5s5.1.9%207.7%201.6%205.1%201.6%207.6%202.7c2.4%201.1%204.7%202.4%206.8%203.8v-25.8q-6.3-2.4-13.8-3.6c-7.5-1.2-10.7-1.2-17.1-1.2-6.6%200-12.8.7-18.7%202.1s-11%203.6-15.5%206.6-8%206.8-10.6%2011.4-3.9%2010.2-3.9%2016.6c0%208.2%202.4%2015.2%207.1%2021.1%204.8%205.8%2012%2010.7%2021.6%2014.8%203.8%201.6%207.3%203.1%2010.6%204.6s6.1%203%208.5%204.7%204.3%203.4%205.7%205.3%202.1%204.1%202.1%206.5c0%201.8-.4%203.4-1.3%205-.9%201.5-2.2%202.8-3.9%204s-3.9%202-6.6%202.6-5.7.9-9.2.9c-6%200-11.9-1.1-17.8-3.2-5.9-2-11.4-5.1-16.4-9.3m-46-68.8H140V109H41v22.7h35.3V233h28.1V131.7z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2324273a%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) {\n border-color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(238, 212, 159, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) a {\n color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) {\n border-color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) a {\n color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) {\n border-color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(198, 160, 246, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) a {\n color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) {\n border-color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(245, 189, 230, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) a {\n color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) {\n border-color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(125, 196, 228, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) a {\n color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) {\n border-color: #a6da95;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) a {\n color: #a6da95;\n }\n :root ._5cfc0900 svg,\n :root .b5be2af6 svg,\n :root button[aria-label=\"Copy install command line\"] svg,\n :root [aria-labelledby=\"repository repository-link\"] svg g {\n fill: #cad3f5;\n }\n :root p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: #363a4f;\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: rgba(183, 189, 248, 0.2);\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) svg {\n stroke: #b7bdf8;\n fill: rgba(183, 189, 248, 0.2);\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::after {\n border-bottom-color: #24273a;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::before {\n border-bottom-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div > div div:nth-of-type(2) {\n border-color: #363a4f;\n }\n :root ._1e07caeb {\n color: #cad3f5;\n }\n :root ._9666fddd,\n :root ._861fb12a,\n :root ._2160593e {\n color: #a5adcb;\n }\n :root .f97c6116 {\n fill: #a6da95;\n }\n :root #provenance-details-header + div {\n border-color: #363a4f;\n }\n :root .c84e15be {\n color: #a5adcb;\n }\n :root [id^=\"tabpanel-\"] h2 {\n color: #cad3f5;\n }\n :root #tabpanel-explore > div > div {\n border-color: #363a4f;\n /* Back button inside file */\n /* File paths/link */\n }\n :root #tabpanel-explore > div > div > div:has(h2),\n :root #tabpanel-explore > div > div div:has(+ pre) {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M50.4%2074.7L23.7%2050l26.7-24.7-5.4-5.9L11.9%2050%2045%2080.6l5.4-5.9z%22/%3E%3Cpath%20d%3D%22M82.6%2019.4L49.6%2050l33%2030.6%205.5-5.9L61.4%2050l26.7-24.7-5.5-5.9z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li:hover {\n background-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li img {\n height: 0 !important;\n width: 0 !important;\n }\n :root #tabpanel-explore > div > div ul li img._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2098%20122.5%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M37.9%2018.4H13v61.2h72V25H49zM79%2073.6H19V44h60zM79%2038H19V24.4h17.2L47.3%2031H79z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li img._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M82.2%2010.7H38.7l-20.9%2019v59.6h64.4zm-44.6%206.4v11.2H25.3zm40.6%2068.2H21.8v-53h19.8V14.7h36.6z%22/%3E%3Cpath%20d%3D%22M34.3%2044.7h31.4v4H34.3zm0%2013.2h31.4v4H34.3zm0%2013.1h31.4v4H34.3z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div button,\n :root #tabpanel-explore > div > div svg:has(> circle) {\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div div:has(+ pre) {\n background-color: #1e2030;\n }\n :root #tabpanel-explore > div > div pre {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div pre .react-syntax-highlighter-line-number {\n color: #b8c0e0 !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(150, 152, 150);\"] {\n color: #6e738d !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(215, 58, 73);\"],\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n :root #tabpanel-explore > div > div pre .hljs-subst,\n :root #tabpanel-explore > div > div pre .hljs-built_in {\n color: var(--color-prettylights-syntax-storage-modifier-import) !important;\n }\n :root #tabpanel-versions ul li[class] div {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-dependencies ul a,\n :root #tabpanel-dependents ul a {\n color: #ed8796;\n }\n :root #tabpanel-dependencies ul a:hover,\n :root #tabpanel-dependents ul a:hover {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme a {\n color: #ed8796;\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2,\n :root #tabpanel-readme #readme h3,\n :root #tabpanel-readme #readme h4,\n :root #tabpanel-readme #readme h5,\n :root #tabpanel-readme #readme h6 {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme h1 a,\n :root #tabpanel-readme #readme h2 a,\n :root #tabpanel-readme #readme h3 a,\n :root #tabpanel-readme #readme h4 a,\n :root #tabpanel-readme #readme h5 a,\n :root #tabpanel-readme #readme h6 a,\n :root #tabpanel-readme #readme h1 svg,\n :root #tabpanel-readme #readme h2 svg,\n :root #tabpanel-readme #readme h3 svg,\n :root #tabpanel-readme #readme h4 svg,\n :root #tabpanel-readme #readme h5 svg,\n :root #tabpanel-readme #readme h6 svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n :root #tabpanel-readme #readme p,\n :root #tabpanel-readme #readme li {\n color: #a5adcb;\n }\n :root #tabpanel-readme #readme strong {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre,\n :root #tabpanel-readme #readme code {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .keyword,\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .string {\n color: var(--color-prettylights-syntax-string);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .entity,\n :root #tabpanel-readme #readme pre.editor.editor-colors .function {\n color: var(--color-prettylights-syntax-entity);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .punctuation.definition:not(.string) {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2 {\n border-bottom-color: #494d64;\n }\n :root #tabpanel-readme #readme h4 {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-readme #readme blockquote {\n background-color: #3a3e55;\n border-left-color: #5b6078;\n }\n :root #tabpanel-readme #readme table {\n color: #cad3f5;\n border-bottom-style: none;\n }\n :root #tabpanel-readme #readme table td,\n :root #tabpanel-readme #readme table th {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root #user-content-keywords {\n color: #cad3f5;\n }\n :root #user-content-keywords + ul a {\n color: #ed8796;\n }\n :root #user-content-keywords + ul a:hover {\n color: #cad3f5;\n }\n :root #user-content-provenance a[href=\" https://github.com/npm/feedback\"] {\n color: #cad3f5;\n }\n :root .eaac77a6 {\n color: #5b6078;\n }\n :root ._34da67ba {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.48%2016.27%22%3E%3Cpath%20fill%3D%22%23939ab7%22%20d%3D%22M5.16%2016.27v-2.4c-.31%200-.6.08-.89.1a2.61%202.61%200%200%201-2.77-1.66%202.65%202.65%200%200%200-1.14-1.42%201.2%201.2%200%200%201-.3-.26c-.06-.13-.06-.24.09-.28a1.5%201.5%200%200%201%20.42%200%202%202%200%200%201%201.51%201%202.21%202.21%200%200%200%203%20.93c.06%200%20.15-.09.16-.14a2.5%202.5%200%200%201%20.63-1.32c-.51-.11-1-.19-1.48-.32a4.13%204.13%200%200%201-2.83-2.15A6%206%200%200%201%201%206.08a4.27%204.27%200%200%201%201-3.16.37.37%200%200%200%200-.25A3.83%203.83%200%200%201%202%20.52c.15-.55.2-.58.76-.47A6.7%206.7%200%200%201%204.92%201a.45.45%200%200%200%20.34.07%209.7%209.7%200%200%201%205%200%20.52.52%200%200%200%20.33-.07c.49-.24%201-.54%201.46-.74A4.4%204.4%200%200%201%2013.13%200a.27.27%200%200%201%20.2.13%203.87%203.87%200%200%201%20.15%202.4.44.44%200%200%200%20.11.46%203.8%203.8%200%200%201%20.75%201.5%206%206%200%200%201%200%202.38%204%204%200%200%201-2.19%203.2%206.7%206.7%200%200%201-1.23.46c-.41.11-.85.17-1.29.26a2.74%202.74%200%200%201%20.67%202v3.41Z%22/%3E%3C/svg%3E\");\n }\n :root ._69ab2ca0 {\n border-color: #363a4f;\n background-color: #1e2030;\n }\n :root ._7fb5e603 h1 {\n color: #cad3f5;\n }\n :root aside.e9998f88 {\n box-shadow: none;\n /* Create organization button */\n }\n :root aside.e9998f88 ul.c63ae7fc li:hover {\n background-color: #181926;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"] {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"]:hover {\n color: #1e2030;\n background-color: #a6da95;\n }\n :root .b49405c7 {\n color: #cad3f5;\n }\n :root p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n :root p:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: #cad3f5;\n }\n :root form#tokens table td span {\n color: #b8c0e0;\n }\n :root form#tokens table td span:hover {\n color: #cad3f5;\n }\n :root form#tokens table td code {\n color: #a5adcb;\n }\n :root form#tokens table + div {\n color: #cad3f5;\n }\n :root ._305a9f55 ._038c0473 {\n border-color: #b7bdf8;\n background-color: rgba(183, 189, 248, 0.2);\n }\n ._305a9f55 ._038c0473 :root button[aria-label^=\"Delete token ending in\"] {\n border-color: #5b6078;\n }\n :root button[aria-label^=\"Delete token ending in\"].b55db0e2:hover {\n border-color: #ed8796;\n background-color: #ed8796;\n color: #24273a;\n }\n :root ._75ce47e7 {\n background-color: #24273a;\n }\n :root ._75ce47e7 ._71252860,\n :root ._75ce47e7 .d7eb966d {\n color: #cad3f5;\n }\n :root ._75ce47e7 [fill=\"#65C6C9\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: #8aadf4;\n }\n :root ._75ce47e7 [fill=\"url(#paint2_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: #24273a;\n }\n :root ._75ce47e7::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 {\n background-color: #24273a;\n }\n :root ._320f7a67::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n :root ._320f7a67 div[role=\"radiogroup\"] {\n color: #cad3f5;\n background-color: #363a4f;\n }\n :root ._320f7a67 #gat-banner span {\n color: #eed49f;\n }\n :root .acb78000::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root .e99f3f5d {\n color: #a6da95;\n }\n :root img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%23a6da95%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.63%2026.84h-4.46a.37.37%200%200%201-.37-.36v-6h-3v6a.36.36%200%200%201-.36.36h-4.51a.94.94%200%200%201-.93-.94V19a1.6%201.6%200%200%201-.38%200%20.89.89%200%200%201-.74-.31A1.31%201.31%200%200%201%2011%2016.9l7.42-6.42a1.28%201.28%200%200%201%201.58-.05.2.2%200%200%201%20.09.05l7.42%206.42a1.31%201.31%200%200%201%20.14%201.82.86.86%200%200%201-.74.31%201.5%201.5%200%200%201-.37%200v6.87a.94.94%200%200%201-.91.94%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%235b6078%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.67%2020.87a4.95%204.95%200%201%200%204.94%204.94%205%205%200%200%200-4.94-4.94m0%209a4%204%200%201%201%204-4.05%204.06%204.06%200%200%201-4%204.04Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M28.2%2025.41h-2v-2a.45.45%200%200%200-.9%200v2h-2a.45.45%200%200%200%200%20.9h2v2a.45.45%200%200%200%20.9%200v-2h2a.45.45%200%200%200%200-.9m-7.12-8.58A5%205%200%200%201%2019.9%2019a.48.48%200%200%200-.13.32v.86a.7.7%200%200%200%200%20.14c.17.54.37.66%201.28%201.14a.45.45%200%200%200%20.61-.19.44.44%200%200%200-.19-.6c-.69-.37-.77-.41-.82-.56v-.61a5.9%205.9%200%200%200%201.23-2.26%201.82%201.82%200%200%200%20.33-2.44V13c0-2.41-1.5-3.8-4.11-3.8S14%2010.62%2014%2013v1.78a1.8%201.8%200%200%200-.3%201.29%201.84%201.84%200%200%200%20.63%201.15%205.9%205.9%200%200%200%201.23%202.26v.59c-.14.24-1%201-5.8%202.87a1.07%201.07%200%200%200-.68%201v2.15a1.07%201.07%200%200%200%201.06%201.07h9.23a.45.45%200%200%200%200-.9h-9.23a.17.17%200%200%201-.16-.17v-2.16a.15.15%200%200%201%20.1-.15c5.28-2%206.18-2.9%206.36-3.49a.3.3%200%200%200%200-.13v-.86a.44.44%200%200%200-.13-.32%205.1%205.1%200%200%201-1.18-2.15.44.44%200%200%200-.17-.25.93.93%200%200%201-.18-1.36.5.5%200%200%200%20.1-.29V13c0-1.87%201.14-2.9%203.22-2.9s3.21%201%203.21%202.9v1.93a.46.46%200%200%200%20.11.29%201%201%200%200%201%20.21.73.94.94%200%200%201-.39.63.45.45%200%200%200-.16.25%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root div:has(> form[action=\"/org/create\"]) {\n color: #cad3f5;\n }\n :root div:has(> form[action=\"/org/create\"]),\n :root div:has(> form[action=\"/org/create\"]) + div {\n border-color: #363a4f;\n }\n :root .bg-washed-green {\n background-color: #b0e3db;\n }\n :root .b--light-green {\n border-color: #8bd5ca;\n }\n :root ._24a1e9c7 {\n background-image: none;\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n /* Danger */\n /* Success */\n }\n :root ._24a1e9c7:not([disabled]):hover {\n background-color: #494d64;\n }\n :root ._24a1e9c7[disabled] {\n background-color: #1e2030;\n color: #a5adcb;\n }\n :root ._24a1e9c7._4a3f8f21 {\n background-color: #ed8796;\n color: #494d64;\n }\n :root ._24a1e9c7._4a3f8f21:hover {\n background-color: #f09da9;\n }\n :root ._24a1e9c7.c37751f6 {\n background-color: #a6da95;\n color: #494d64;\n }\n :root ._24a1e9c7.c37751f6:hover {\n background-color: #b6e1a8;\n }\n :root input,\n :root textarea {\n background-color: transparent;\n }\n :root input:focus,\n :root textarea:focus {\n box-shadow: 0 0 0 2px #b7bdf8;\n }\n :root #signup_email_error_message {\n color: #ed8796;\n }\n :root button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: #cad3f5;\n }\n :root button[name=\"show-hide-password\"]:hover {\n background-color: #1e2030;\n }\n :root button[name=\"show-hide-password\"]::before {\n background-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] li a:hover {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root select {\n background-color: #363a4f;\n border-color: #5b6078;\n color: #cad3f5;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] > div:focus-within {\n outline-style: none;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label {\n color: #a5adcb;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_optimal\"] {\n border-bottom-color: #494d64;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_popularity\"] {\n border-bottom-color: #91d7e3;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_quality\"] {\n border-bottom-color: #c6a0f6;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_maintenance\"] {\n border-bottom-color: #ed8796;\n }\n :root .a9b7335e {\n background-color: #1e2030;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a:hover {\n background-color: #1e2030;\n }\n :root #pkg-list-exact-match {\n color: #24273a;\n background-color: #c6a0f6;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"] {\n background-color: #1e2030;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"]:hover {\n background-color: #181926;\n }\n :root a[aria-label^=\"publisher\"]:hover {\n color: #ed8796;\n }\n :root ._89d0b3e5 {\n color: #cad3f5;\n }\n :root ._464c07bf {\n background-color: #91d7e3;\n }\n :root ._625ca439 {\n background-color: #c6a0f6;\n }\n :root ._9a8a65f4 {\n background-color: #ed8796;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > polygon {\n fill: #24273a;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > rect {\n fill: #cad3f5;\n }\n :root footer a[href=\"https://github.com\"] svg {\n fill: #cad3f5;\n }\n :root footer::after {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root div.highlight pre .pl-mb,\n :root div.highlight pre .pl-mdr,\n :root div.highlight pre .pl-c {\n color: var(--color-prettylights-syntax-comment);\n }\n :root div.highlight pre .pl-c1,\n :root div.highlight pre .pl-s .pl-v {\n color: var(--color-prettylights-syntax-constant);\n }\n :root div.highlight pre .pl-e,\n :root div.highlight pre .pl-en {\n color: var(--color-prettylights-syntax-entity);\n }\n :root div.highlight pre .pl-s .pl-s1,\n :root div.highlight pre .pl-smi {\n color: var(--color-prettylights-syntax-storage-modifier-import);\n }\n :root div.highlight pre .pl-ent {\n color: var(--color-prettylights-syntax-entity-tag);\n }\n :root div.highlight pre .pl-k {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root div.highlight pre .pl-pds,\n :root div.highlight pre .pl-s,\n :root div.highlight pre .pl-s .pl-pse .pl-s1,\n :root div.highlight pre .pl-sr,\n :root div.highlight pre .pl-sr .pl-cce,\n :root div.highlight pre .pl-sr .pl-sra,\n :root div.highlight pre .pl-sr .pl-sre {\n color: var(--color-prettylights-syntax-string);\n }\n :root div.highlight pre .pl-smw,\n :root div.highlight pre .pl-v {\n color: var(--color-prettylights-syntax-variable);\n }\n :root div.highlight pre .pl-bu {\n color: var(--color-prettylights-syntax-brackethighlighter-unmatched);\n }\n :root div.highlight pre .pl-ii {\n color: var(--color-prettylights-syntax-invalid-illegal-text);\n background-color: var(--color-prettylights-syntax-invalid-illegal-bg);\n }\n :root div.highlight pre .pl-c2 {\n color: var(--color-prettylights-syntax-carriage-return-text);\n background-color: var(--color-prettylights-syntax-carriage-return-bg);\n }\n :root div.highlight pre .pl-sr .pl-cce {\n color: var(--color-prettylights-syntax-string-regexp);\n }\n :root div.highlight pre .pl-ml {\n color: var(--color-prettylights-syntax-markup-list);\n }\n :root div.highlight pre .pl-mh,\n :root div.highlight pre .pl-mh .pl-en,\n :root div.highlight pre .pl-ms {\n color: var(--color-prettylights-syntax-markup-heading);\n }\n :root div.highlight pre .pl-mi {\n color: var(--color-prettylights-syntax-markup-italic);\n }\n :root div.highlight pre .pl-mb {\n color: var(--color-prettylights-syntax-markup-bold);\n }\n :root div.highlight pre .pl-md {\n color: var(--color-prettylights-syntax-markup-deleted-text);\n background-color: var(--color-prettylights-syntax-markup-deleted-bg);\n }\n :root div.highlight pre .pl-mi1 {\n color: var(--color-prettylights-syntax-markup-inserted-text);\n background-color: var(--color-prettylights-syntax-markup-inserted-bg);\n }\n :root div.highlight pre .pl-mc {\n color: var(--color-prettylights-syntax-markup-changed-text);\n background-color: var(--color-prettylights-syntax-markup-changed-bg);\n }\n :root div.highlight pre .pl-mi2 {\n color: var(--color-prettylights-syntax-markup-ignored-text);\n background-color: var(--color-prettylights-syntax-markup-ignored-bg);\n }\n :root div.highlight pre .pl-mdr {\n color: var(--color-prettylights-syntax-meta-diff-range);\n }\n :root div.highlight pre .pl-ba {\n color: var(--color-prettylights-syntax-brackethighlighter-angle);\n }\n :root div.highlight pre .pl-sg {\n color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n }\n :root div.highlight pre .pl-corl {\n text-decoration: underline;\n color: var(--color-prettylights-syntax-constant-other-reference-link);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n --color-fg-default: #cad3f5;\n --color-fg-muted: #b8c0e0;\n --color-fg-subtle: #a5adcb;\n --color-fg-on-emphasis: #24273a;\n --color-fg-brand: #ed8796;\n --color-fg-accent: #8aadf4;\n --color-fg-success: #a6da95;\n --color-fg-attention: #eed49f;\n --color-fg-danger: #ed8796;\n --color-border-strong: #363a4f;\n color-scheme: dark;\n accent-color: #b7bdf8;\n /* Primary background */\n /* Background layer background */\n /* Primary text */\n /* Secondary text */\n /* Inverse text */\n /* Border colors */\n /* --- ARBITRARY --- */\n /* Top loading bar */\n /* Magnifying glass icon (search box, discover packages) */\n /* \"Beta\" pill */\n /* Green checkmark */\n /* --- HEADER --- */\n /* --- HOME PAGE --- */\n /* Popular libraries section */\n /* Discover packages section */\n /* By the numbers section */\n /* Recently updated packages section */\n /* --- PACKAGE PAGES --- */\n /* \"public\" text */\n /* TypeScript logo */\n /* Navigation tabs */\n /* Sidebar icons */\n /* Copy install command box */\n /* Weekly downloads chart */\n /* Sidebar provenance popup */\n /* Provenance icon */\n /* Provenance section at bottom */\n /* Sidebar text */\n /* Tab headings */\n /* File explorer tab */\n /* Versions tab */\n /* Dependencies/dependents tab */\n /* Readme tab */\n /* Keyword links */\n /* Share provenance feedback link */\n /* --- PROFILE PAGES --- */\n /* --- SETTINGS PAGES --- */\n /* Headings */\n /* Left panel */\n /* Linked accounts & recovery option settings */\n /* Email and password settings */\n /* Access tokens settings */\n /* 2FA authentication page */\n /* Create organization page */\n /* Step 1: create an org */\n /* Step 2: invite members */\n /* Billing information page */\n /* --- GENERIC --- */\n /* Buttons/button links */\n /* Input elements */\n /* Dropdowns */\n /* Select menus */\n /* --- SEARCH RESULTS --- */\n /* Results header, results count, pagination buttons */\n /* Username links */\n /* PQM text */\n /* PQM bars */\n /* --- FOOTER --- */\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8bd5ca;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #c6a0f6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n :root,\n :root main {\n background-color: #24273a !important;\n }\n :root .bg-white,\n :root ._4ea0e50d {\n background-color: #24273a;\n }\n :root ._7eb68a55,\n :root .e9998f88 {\n background-color: #1e2030;\n }\n :root ._99e3854f,\n :root .black,\n :root .black-90,\n :root .black-80,\n :root ._0b9b6c57,\n :root ._1b8c0a9f,\n :root p,\n :root a {\n color: #cad3f5;\n }\n :root .black-70,\n :root .black-60,\n :root .cd2827bb a {\n color: #a5adcb;\n }\n :root ._66c2abad {\n color: #6e738d;\n }\n :root .white {\n color: #24273a;\n }\n :root .b--black-10,\n :root .b--black-20 {\n border-color: #363a4f;\n }\n :root div.fixed.top-0.left-0.z-999 {\n background-color: #ed8796;\n }\n :root svg g[stroke=\"#777777\"] {\n stroke: #a5adcb;\n }\n :root .a17280e0 {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root [fill=\"#107010\"] {\n fill: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] {\n background-color: #98cf86;\n border-color: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] #notification,\n :root [data-test-id=\"notification-banner\"] button[aria-label=\"Close notification\"] {\n color: #24273a;\n }\n :root header {\n border-bottom-color: #363a4f;\n /* Top bar gradient */\n /* Heart icon */\n /* Logo */\n /* Search box */\n /* Profile picture nvigation */\n }\n :root header .e7070742 {\n border-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6) 3;\n }\n :root header ._0edb515f {\n color: #cad3f5;\n }\n :root header a[href=\"/\"] > svg > path {\n fill: #cad3f5;\n }\n :root header form#search button[type=\"submit\"] {\n background-color: #b8c0e0;\n }\n :root header form#search > div {\n border-color: #181926;\n /* Floating live results */\n }\n :root header form#search > div:focus-within {\n border-color: #b8c0e0;\n }\n :root header form#search > div > div {\n background-color: #181926;\n }\n :root header form#search > div > div input[type=\"search\"] {\n color: #cad3f5;\n }\n :root header form#search > div > div input[type=\"search\"]::placeholder {\n color: #8087a2;\n }\n :root header form#search > div > div input[type=\"search\"]:focus {\n box-shadow: none;\n }\n :root header form#search > div > div input[type=\"search\"]::-webkit-search-cancel-button {\n display: none;\n }\n :root header form#search > div ul li {\n border-bottom-color: #363a4f;\n color: #cad3f5;\n }\n :root header #signup {\n border-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n /* Popup */\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] {\n border-color: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] + div > svg {\n fill: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div {\n border-color: #363a4f;\n /* Popup triangle */\n /* Username */\n /* Navigation options */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::after {\n border-bottom-color: #24273a;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::before {\n border-bottom-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div h2 {\n border-bottom-color: #494d64;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a {\n /* Red \"Add Organization\" button */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:hover,\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:focus {\n background-color: #181926;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] {\n border-color: #363a4f;\n color: #ed8796;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] svg {\n fill: #ed8796;\n }\n :root article > section:nth-of-type(1) {\n background-image: linear-gradient(270deg, rgba(237, 135, 150, 0.16) 0%, rgba(237, 135, 150, 0.56) 18.45%, rgba(237, 135, 150, 0.8) 49.67%, rgba(237, 135, 150, 0.56) 82.52%, rgba(237, 135, 150, 0.19) 99.7%, rgba(237, 135, 150, 0) 99.71%, rgba(237, 135, 150, 0) 99.72%, rgba(237, 135, 150, 0.16) 99.73%), url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n }\n :root article > section:nth-of-type(1) a[href=\"/signup\"] {\n background-color: #eed49f;\n }\n :root article > section:nth-of-type(1) a[href=\"/products/pro\"] {\n background-color: #ed8796;\n border-color: #cad3f5;\n }\n :root article > section:nth-of-type(2) {\n color: #cad3f5;\n }\n :root #popular-libraries-header + hr {\n border-color: #ed8796;\n }\n :root ul[aria-labelledby=\"popular-libraries-header\"] li a {\n border-bottom-color: #363a4f;\n }\n :root #discover-packages-header + hr {\n border-color: #eeae9b;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li a {\n color: #cad3f5;\n border-color: #363a4f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 1):hover a {\n color: #c6a0f6;\n border-bottom-color: #c6a0f6;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 2):hover a {\n color: #a6da95;\n border-bottom-color: #a6da95;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 3):hover a {\n color: #91d7e3;\n border-bottom-color: #91d7e3;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 4):hover a {\n color: #ed8796;\n border-bottom-color: #ed8796;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 5):hover a {\n color: #eed49f;\n border-bottom-color: #eed49f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 6):hover a {\n color: #f5bde6;\n border-bottom-color: #f5bde6;\n }\n :root ._8f26e3fd {\n border-color: #eed49f;\n }\n :root #recently-updated-packages-header + hr {\n border-color: #ed8796;\n }\n :root ._813b53b2 {\n color: #a6da95;\n }\n :root img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M0%200h256v256H0z%22/%3E%3Cpath%20d%3D%22M150.5%20200.5v27.6c4.5%202.3%209.8%204%2015.9%205.2s12.6%201.7%2019.4%201.7c6.6%200%2012.9-.6%2018.9-1.9s11.2-3.4%2015.7-6.3%208-6.7%2010.7-11.4q3.9-7.05%203.9-17.4c0-5-.7-9.4-2.2-13.2s-3.7-7.1-6.5-10.1c-2.8-2.9-6.2-5.6-10.1-7.9s-8.4-4.5-13.3-6.6c-3.6-1.5-6.9-2.9-9.8-4.4-2.9-1.4-5.3-2.8-7.3-4.3s-3.6-3-4.7-4.7-1.6-3.5-1.6-5.6q0-2.85%201.5-5.1c1.5-2.25%202.4-2.8%204.1-3.9%201.8-1.1%204-1.9%206.6-2.5s5.5-.9%208.6-.9c2.3%200%204.7.2%207.3.5s5.1.9%207.7%201.6%205.1%201.6%207.6%202.7c2.4%201.1%204.7%202.4%206.8%203.8v-25.8q-6.3-2.4-13.8-3.6c-7.5-1.2-10.7-1.2-17.1-1.2-6.6%200-12.8.7-18.7%202.1s-11%203.6-15.5%206.6-8%206.8-10.6%2011.4-3.9%2010.2-3.9%2016.6c0%208.2%202.4%2015.2%207.1%2021.1%204.8%205.8%2012%2010.7%2021.6%2014.8%203.8%201.6%207.3%203.1%2010.6%204.6s6.1%203%208.5%204.7%204.3%203.4%205.7%205.3%202.1%204.1%202.1%206.5c0%201.8-.4%203.4-1.3%205-.9%201.5-2.2%202.8-3.9%204s-3.9%202-6.6%202.6-5.7.9-9.2.9c-6%200-11.9-1.1-17.8-3.2-5.9-2-11.4-5.1-16.4-9.3m-46-68.8H140V109H41v22.7h35.3V233h28.1V131.7z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2324273a%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) {\n border-color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(238, 212, 159, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) a {\n color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) {\n border-color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) a {\n color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) {\n border-color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(198, 160, 246, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) a {\n color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) {\n border-color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(245, 189, 230, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) a {\n color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) {\n border-color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(125, 196, 228, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) a {\n color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) {\n border-color: #a6da95;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) a {\n color: #a6da95;\n }\n :root ._5cfc0900 svg,\n :root .b5be2af6 svg,\n :root button[aria-label=\"Copy install command line\"] svg,\n :root [aria-labelledby=\"repository repository-link\"] svg g {\n fill: #cad3f5;\n }\n :root p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: #363a4f;\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: rgba(183, 189, 248, 0.2);\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) svg {\n stroke: #b7bdf8;\n fill: rgba(183, 189, 248, 0.2);\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::after {\n border-bottom-color: #24273a;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::before {\n border-bottom-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div > div div:nth-of-type(2) {\n border-color: #363a4f;\n }\n :root ._1e07caeb {\n color: #cad3f5;\n }\n :root ._9666fddd,\n :root ._861fb12a,\n :root ._2160593e {\n color: #a5adcb;\n }\n :root .f97c6116 {\n fill: #a6da95;\n }\n :root #provenance-details-header + div {\n border-color: #363a4f;\n }\n :root .c84e15be {\n color: #a5adcb;\n }\n :root [id^=\"tabpanel-\"] h2 {\n color: #cad3f5;\n }\n :root #tabpanel-explore > div > div {\n border-color: #363a4f;\n /* Back button inside file */\n /* File paths/link */\n }\n :root #tabpanel-explore > div > div > div:has(h2),\n :root #tabpanel-explore > div > div div:has(+ pre) {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M50.4%2074.7L23.7%2050l26.7-24.7-5.4-5.9L11.9%2050%2045%2080.6l5.4-5.9z%22/%3E%3Cpath%20d%3D%22M82.6%2019.4L49.6%2050l33%2030.6%205.5-5.9L61.4%2050l26.7-24.7-5.5-5.9z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li:hover {\n background-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li img {\n height: 0 !important;\n width: 0 !important;\n }\n :root #tabpanel-explore > div > div ul li img._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2098%20122.5%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M37.9%2018.4H13v61.2h72V25H49zM79%2073.6H19V44h60zM79%2038H19V24.4h17.2L47.3%2031H79z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li img._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M82.2%2010.7H38.7l-20.9%2019v59.6h64.4zm-44.6%206.4v11.2H25.3zm40.6%2068.2H21.8v-53h19.8V14.7h36.6z%22/%3E%3Cpath%20d%3D%22M34.3%2044.7h31.4v4H34.3zm0%2013.2h31.4v4H34.3zm0%2013.1h31.4v4H34.3z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div button,\n :root #tabpanel-explore > div > div svg:has(> circle) {\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div div:has(+ pre) {\n background-color: #1e2030;\n }\n :root #tabpanel-explore > div > div pre {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div pre .react-syntax-highlighter-line-number {\n color: #b8c0e0 !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(150, 152, 150);\"] {\n color: #6e738d !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(215, 58, 73);\"],\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n :root #tabpanel-explore > div > div pre .hljs-subst,\n :root #tabpanel-explore > div > div pre .hljs-built_in {\n color: var(--color-prettylights-syntax-storage-modifier-import) !important;\n }\n :root #tabpanel-versions ul li[class] div {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-dependencies ul a,\n :root #tabpanel-dependents ul a {\n color: #ed8796;\n }\n :root #tabpanel-dependencies ul a:hover,\n :root #tabpanel-dependents ul a:hover {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme a {\n color: #ed8796;\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2,\n :root #tabpanel-readme #readme h3,\n :root #tabpanel-readme #readme h4,\n :root #tabpanel-readme #readme h5,\n :root #tabpanel-readme #readme h6 {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme h1 a,\n :root #tabpanel-readme #readme h2 a,\n :root #tabpanel-readme #readme h3 a,\n :root #tabpanel-readme #readme h4 a,\n :root #tabpanel-readme #readme h5 a,\n :root #tabpanel-readme #readme h6 a,\n :root #tabpanel-readme #readme h1 svg,\n :root #tabpanel-readme #readme h2 svg,\n :root #tabpanel-readme #readme h3 svg,\n :root #tabpanel-readme #readme h4 svg,\n :root #tabpanel-readme #readme h5 svg,\n :root #tabpanel-readme #readme h6 svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n :root #tabpanel-readme #readme p,\n :root #tabpanel-readme #readme li {\n color: #a5adcb;\n }\n :root #tabpanel-readme #readme strong {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre,\n :root #tabpanel-readme #readme code {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .keyword,\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .string {\n color: var(--color-prettylights-syntax-string);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .entity,\n :root #tabpanel-readme #readme pre.editor.editor-colors .function {\n color: var(--color-prettylights-syntax-entity);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .punctuation.definition:not(.string) {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2 {\n border-bottom-color: #494d64;\n }\n :root #tabpanel-readme #readme h4 {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-readme #readme blockquote {\n background-color: #3a3e55;\n border-left-color: #5b6078;\n }\n :root #tabpanel-readme #readme table {\n color: #cad3f5;\n border-bottom-style: none;\n }\n :root #tabpanel-readme #readme table td,\n :root #tabpanel-readme #readme table th {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root #user-content-keywords {\n color: #cad3f5;\n }\n :root #user-content-keywords + ul a {\n color: #ed8796;\n }\n :root #user-content-keywords + ul a:hover {\n color: #cad3f5;\n }\n :root #user-content-provenance a[href=\" https://github.com/npm/feedback\"] {\n color: #cad3f5;\n }\n :root .eaac77a6 {\n color: #5b6078;\n }\n :root ._34da67ba {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.48%2016.27%22%3E%3Cpath%20fill%3D%22%23939ab7%22%20d%3D%22M5.16%2016.27v-2.4c-.31%200-.6.08-.89.1a2.61%202.61%200%200%201-2.77-1.66%202.65%202.65%200%200%200-1.14-1.42%201.2%201.2%200%200%201-.3-.26c-.06-.13-.06-.24.09-.28a1.5%201.5%200%200%201%20.42%200%202%202%200%200%201%201.51%201%202.21%202.21%200%200%200%203%20.93c.06%200%20.15-.09.16-.14a2.5%202.5%200%200%201%20.63-1.32c-.51-.11-1-.19-1.48-.32a4.13%204.13%200%200%201-2.83-2.15A6%206%200%200%201%201%206.08a4.27%204.27%200%200%201%201-3.16.37.37%200%200%200%200-.25A3.83%203.83%200%200%201%202%20.52c.15-.55.2-.58.76-.47A6.7%206.7%200%200%201%204.92%201a.45.45%200%200%200%20.34.07%209.7%209.7%200%200%201%205%200%20.52.52%200%200%200%20.33-.07c.49-.24%201-.54%201.46-.74A4.4%204.4%200%200%201%2013.13%200a.27.27%200%200%201%20.2.13%203.87%203.87%200%200%201%20.15%202.4.44.44%200%200%200%20.11.46%203.8%203.8%200%200%201%20.75%201.5%206%206%200%200%201%200%202.38%204%204%200%200%201-2.19%203.2%206.7%206.7%200%200%201-1.23.46c-.41.11-.85.17-1.29.26a2.74%202.74%200%200%201%20.67%202v3.41Z%22/%3E%3C/svg%3E\");\n }\n :root ._69ab2ca0 {\n border-color: #363a4f;\n background-color: #1e2030;\n }\n :root ._7fb5e603 h1 {\n color: #cad3f5;\n }\n :root aside.e9998f88 {\n box-shadow: none;\n /* Create organization button */\n }\n :root aside.e9998f88 ul.c63ae7fc li:hover {\n background-color: #181926;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"] {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"]:hover {\n color: #1e2030;\n background-color: #a6da95;\n }\n :root .b49405c7 {\n color: #cad3f5;\n }\n :root p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n :root p:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: #cad3f5;\n }\n :root form#tokens table td span {\n color: #b8c0e0;\n }\n :root form#tokens table td span:hover {\n color: #cad3f5;\n }\n :root form#tokens table td code {\n color: #a5adcb;\n }\n :root form#tokens table + div {\n color: #cad3f5;\n }\n :root ._305a9f55 ._038c0473 {\n border-color: #b7bdf8;\n background-color: rgba(183, 189, 248, 0.2);\n }\n ._305a9f55 ._038c0473 :root button[aria-label^=\"Delete token ending in\"] {\n border-color: #5b6078;\n }\n :root button[aria-label^=\"Delete token ending in\"].b55db0e2:hover {\n border-color: #ed8796;\n background-color: #ed8796;\n color: #24273a;\n }\n :root ._75ce47e7 {\n background-color: #24273a;\n }\n :root ._75ce47e7 ._71252860,\n :root ._75ce47e7 .d7eb966d {\n color: #cad3f5;\n }\n :root ._75ce47e7 [fill=\"#65C6C9\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: #8aadf4;\n }\n :root ._75ce47e7 [fill=\"url(#paint2_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: #24273a;\n }\n :root ._75ce47e7::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 {\n background-color: #24273a;\n }\n :root ._320f7a67::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n :root ._320f7a67 div[role=\"radiogroup\"] {\n color: #cad3f5;\n background-color: #363a4f;\n }\n :root ._320f7a67 #gat-banner span {\n color: #eed49f;\n }\n :root .acb78000::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root .e99f3f5d {\n color: #a6da95;\n }\n :root img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%23a6da95%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.63%2026.84h-4.46a.37.37%200%200%201-.37-.36v-6h-3v6a.36.36%200%200%201-.36.36h-4.51a.94.94%200%200%201-.93-.94V19a1.6%201.6%200%200%201-.38%200%20.89.89%200%200%201-.74-.31A1.31%201.31%200%200%201%2011%2016.9l7.42-6.42a1.28%201.28%200%200%201%201.58-.05.2.2%200%200%201%20.09.05l7.42%206.42a1.31%201.31%200%200%201%20.14%201.82.86.86%200%200%201-.74.31%201.5%201.5%200%200%201-.37%200v6.87a.94.94%200%200%201-.91.94%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%235b6078%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.67%2020.87a4.95%204.95%200%201%200%204.94%204.94%205%205%200%200%200-4.94-4.94m0%209a4%204%200%201%201%204-4.05%204.06%204.06%200%200%201-4%204.04Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M28.2%2025.41h-2v-2a.45.45%200%200%200-.9%200v2h-2a.45.45%200%200%200%200%20.9h2v2a.45.45%200%200%200%20.9%200v-2h2a.45.45%200%200%200%200-.9m-7.12-8.58A5%205%200%200%201%2019.9%2019a.48.48%200%200%200-.13.32v.86a.7.7%200%200%200%200%20.14c.17.54.37.66%201.28%201.14a.45.45%200%200%200%20.61-.19.44.44%200%200%200-.19-.6c-.69-.37-.77-.41-.82-.56v-.61a5.9%205.9%200%200%200%201.23-2.26%201.82%201.82%200%200%200%20.33-2.44V13c0-2.41-1.5-3.8-4.11-3.8S14%2010.62%2014%2013v1.78a1.8%201.8%200%200%200-.3%201.29%201.84%201.84%200%200%200%20.63%201.15%205.9%205.9%200%200%200%201.23%202.26v.59c-.14.24-1%201-5.8%202.87a1.07%201.07%200%200%200-.68%201v2.15a1.07%201.07%200%200%200%201.06%201.07h9.23a.45.45%200%200%200%200-.9h-9.23a.17.17%200%200%201-.16-.17v-2.16a.15.15%200%200%201%20.1-.15c5.28-2%206.18-2.9%206.36-3.49a.3.3%200%200%200%200-.13v-.86a.44.44%200%200%200-.13-.32%205.1%205.1%200%200%201-1.18-2.15.44.44%200%200%200-.17-.25.93.93%200%200%201-.18-1.36.5.5%200%200%200%20.1-.29V13c0-1.87%201.14-2.9%203.22-2.9s3.21%201%203.21%202.9v1.93a.46.46%200%200%200%20.11.29%201%201%200%200%201%20.21.73.94.94%200%200%201-.39.63.45.45%200%200%200-.16.25%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root div:has(> form[action=\"/org/create\"]) {\n color: #cad3f5;\n }\n :root div:has(> form[action=\"/org/create\"]),\n :root div:has(> form[action=\"/org/create\"]) + div {\n border-color: #363a4f;\n }\n :root .bg-washed-green {\n background-color: #b0e3db;\n }\n :root .b--light-green {\n border-color: #8bd5ca;\n }\n :root ._24a1e9c7 {\n background-image: none;\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n /* Danger */\n /* Success */\n }\n :root ._24a1e9c7:not([disabled]):hover {\n background-color: #494d64;\n }\n :root ._24a1e9c7[disabled] {\n background-color: #1e2030;\n color: #a5adcb;\n }\n :root ._24a1e9c7._4a3f8f21 {\n background-color: #ed8796;\n color: #494d64;\n }\n :root ._24a1e9c7._4a3f8f21:hover {\n background-color: #f09da9;\n }\n :root ._24a1e9c7.c37751f6 {\n background-color: #a6da95;\n color: #494d64;\n }\n :root ._24a1e9c7.c37751f6:hover {\n background-color: #b6e1a8;\n }\n :root input,\n :root textarea {\n background-color: transparent;\n }\n :root input:focus,\n :root textarea:focus {\n box-shadow: 0 0 0 2px #b7bdf8;\n }\n :root #signup_email_error_message {\n color: #ed8796;\n }\n :root button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: #cad3f5;\n }\n :root button[name=\"show-hide-password\"]:hover {\n background-color: #1e2030;\n }\n :root button[name=\"show-hide-password\"]::before {\n background-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] li a:hover {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root select {\n background-color: #363a4f;\n border-color: #5b6078;\n color: #cad3f5;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] > div:focus-within {\n outline-style: none;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label {\n color: #a5adcb;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_optimal\"] {\n border-bottom-color: #494d64;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_popularity\"] {\n border-bottom-color: #91d7e3;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_quality\"] {\n border-bottom-color: #c6a0f6;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_maintenance\"] {\n border-bottom-color: #ed8796;\n }\n :root .a9b7335e {\n background-color: #1e2030;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a:hover {\n background-color: #1e2030;\n }\n :root #pkg-list-exact-match {\n color: #24273a;\n background-color: #c6a0f6;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"] {\n background-color: #1e2030;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"]:hover {\n background-color: #181926;\n }\n :root a[aria-label^=\"publisher\"]:hover {\n color: #ed8796;\n }\n :root ._89d0b3e5 {\n color: #cad3f5;\n }\n :root ._464c07bf {\n background-color: #91d7e3;\n }\n :root ._625ca439 {\n background-color: #c6a0f6;\n }\n :root ._9a8a65f4 {\n background-color: #ed8796;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > polygon {\n fill: #24273a;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > rect {\n fill: #cad3f5;\n }\n :root footer a[href=\"https://github.com\"] svg {\n fill: #cad3f5;\n }\n :root footer::after {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root div.highlight pre .pl-mb,\n :root div.highlight pre .pl-mdr,\n :root div.highlight pre .pl-c {\n color: var(--color-prettylights-syntax-comment);\n }\n :root div.highlight pre .pl-c1,\n :root div.highlight pre .pl-s .pl-v {\n color: var(--color-prettylights-syntax-constant);\n }\n :root div.highlight pre .pl-e,\n :root div.highlight pre .pl-en {\n color: var(--color-prettylights-syntax-entity);\n }\n :root div.highlight pre .pl-s .pl-s1,\n :root div.highlight pre .pl-smi {\n color: var(--color-prettylights-syntax-storage-modifier-import);\n }\n :root div.highlight pre .pl-ent {\n color: var(--color-prettylights-syntax-entity-tag);\n }\n :root div.highlight pre .pl-k {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root div.highlight pre .pl-pds,\n :root div.highlight pre .pl-s,\n :root div.highlight pre .pl-s .pl-pse .pl-s1,\n :root div.highlight pre .pl-sr,\n :root div.highlight pre .pl-sr .pl-cce,\n :root div.highlight pre .pl-sr .pl-sra,\n :root div.highlight pre .pl-sr .pl-sre {\n color: var(--color-prettylights-syntax-string);\n }\n :root div.highlight pre .pl-smw,\n :root div.highlight pre .pl-v {\n color: var(--color-prettylights-syntax-variable);\n }\n :root div.highlight pre .pl-bu {\n color: var(--color-prettylights-syntax-brackethighlighter-unmatched);\n }\n :root div.highlight pre .pl-ii {\n color: var(--color-prettylights-syntax-invalid-illegal-text);\n background-color: var(--color-prettylights-syntax-invalid-illegal-bg);\n }\n :root div.highlight pre .pl-c2 {\n color: var(--color-prettylights-syntax-carriage-return-text);\n background-color: var(--color-prettylights-syntax-carriage-return-bg);\n }\n :root div.highlight pre .pl-sr .pl-cce {\n color: var(--color-prettylights-syntax-string-regexp);\n }\n :root div.highlight pre .pl-ml {\n color: var(--color-prettylights-syntax-markup-list);\n }\n :root div.highlight pre .pl-mh,\n :root div.highlight pre .pl-mh .pl-en,\n :root div.highlight pre .pl-ms {\n color: var(--color-prettylights-syntax-markup-heading);\n }\n :root div.highlight pre .pl-mi {\n color: var(--color-prettylights-syntax-markup-italic);\n }\n :root div.highlight pre .pl-mb {\n color: var(--color-prettylights-syntax-markup-bold);\n }\n :root div.highlight pre .pl-md {\n color: var(--color-prettylights-syntax-markup-deleted-text);\n background-color: var(--color-prettylights-syntax-markup-deleted-bg);\n }\n :root div.highlight pre .pl-mi1 {\n color: var(--color-prettylights-syntax-markup-inserted-text);\n background-color: var(--color-prettylights-syntax-markup-inserted-bg);\n }\n :root div.highlight pre .pl-mc {\n color: var(--color-prettylights-syntax-markup-changed-text);\n background-color: var(--color-prettylights-syntax-markup-changed-bg);\n }\n :root div.highlight pre .pl-mi2 {\n color: var(--color-prettylights-syntax-markup-ignored-text);\n background-color: var(--color-prettylights-syntax-markup-ignored-bg);\n }\n :root div.highlight pre .pl-mdr {\n color: var(--color-prettylights-syntax-meta-diff-range);\n }\n :root div.highlight pre .pl-ba {\n color: var(--color-prettylights-syntax-brackethighlighter-angle);\n }\n :root div.highlight pre .pl-sg {\n color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n }\n :root div.highlight pre .pl-corl {\n text-decoration: underline;\n color: var(--color-prettylights-syntax-constant-other-reference-link);\n }\n }", + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n accent-color: #b7bdf8;\n --color-fg-default: #cad3f5;\n --color-fg-muted: #b8c0e0;\n --color-fg-subtle: #a5adcb;\n --color-fg-on-emphasis: #24273a;\n --color-fg-brand: #ed8796;\n --color-fg-accent: #8aadf4;\n --color-fg-success: #a6da95;\n --color-fg-attention: #eed49f;\n --color-fg-danger: #ed8796;\n --color-border-strong: #363a4f;\n /* Primary background */\n /* Background layer background */\n /* Primary text */\n /* Secondary text */\n /* Inverse text */\n /* Border colors */\n /* --- ARBITRARY --- */\n /* Top loading bar */\n /* Magnifying glass icon (search box, discover packages) */\n /* \"Beta\" pill */\n /* Green checkmark */\n /* --- HEADER --- */\n /* --- HOME PAGE --- */\n /* Popular libraries section */\n /* Discover packages section */\n /* By the numbers section */\n /* Recently updated packages section */\n /* --- PACKAGE PAGES --- */\n /* \"public\" text */\n /* TypeScript logo */\n /* Navigation tabs */\n /* Sidebar icons */\n /* Copy install command box */\n /* Weekly downloads chart */\n /* Sidebar provenance popup */\n /* Provenance icon */\n /* Provenance section at bottom */\n /* Sidebar text */\n /* Tab headings */\n /* File explorer tab */\n /* Versions tab */\n /* Dependencies/dependents tab */\n /* Readme tab */\n /* Keyword links */\n /* Share provenance feedback link */\n /* --- PROFILE PAGES --- */\n /* --- SETTINGS PAGES --- */\n /* Headings */\n /* Left panel */\n /* Linked accounts & recovery option settings */\n /* Email and password settings */\n /* Access tokens settings */\n /* 2FA authentication page */\n /* Create organization page */\n /* Step 1: create an org */\n /* Step 2: invite members */\n /* Billing information page */\n /* --- GENERIC --- */\n /* Buttons/button links */\n /* Input elements */\n /* Dropdowns */\n /* Select menus */\n /* --- SEARCH RESULTS --- */\n /* Results header, results count, pagination buttons */\n /* Username links */\n /* PQM text */\n /* PQM bars */\n /* --- FOOTER --- */\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8bd5ca;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #c6a0f6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input,\n :root textarea {\n background-color: transparent;\n }\n :root input:focus,\n :root textarea:focus {\n box-shadow: 0 0 0 2px #b7bdf8;\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root,\n :root main {\n background-color: #24273a !important;\n }\n :root .bg-white,\n :root ._4ea0e50d {\n background-color: #24273a;\n }\n :root ._7eb68a55,\n :root .e9998f88 {\n background-color: #1e2030;\n }\n :root ._99e3854f,\n :root .black,\n :root .black-90,\n :root .black-80,\n :root ._0b9b6c57,\n :root ._1b8c0a9f,\n :root p,\n :root a {\n color: #cad3f5;\n }\n :root .black-70,\n :root .black-60,\n :root .cd2827bb a {\n color: #a5adcb;\n }\n :root ._66c2abad {\n color: #6e738d;\n }\n :root .white {\n color: #24273a;\n }\n :root .b--black-10,\n :root .b--black-20 {\n border-color: #363a4f;\n }\n :root div.fixed.top-0.left-0.z-999 {\n background-color: #ed8796;\n }\n :root svg g[stroke=\"#777777\"] {\n stroke: #a5adcb;\n }\n :root .a17280e0 {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root [fill=\"#107010\"] {\n fill: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] {\n background-color: #98cf86;\n border-color: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] #notification,\n :root [data-test-id=\"notification-banner\"] button[aria-label=\"Close notification\"] {\n color: #24273a;\n }\n :root header {\n border-bottom-color: #363a4f;\n /* Top bar gradient */\n /* Heart icon */\n /* Logo */\n /* Search box */\n /* Profile picture nvigation */\n }\n :root header .e7070742 {\n border-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6) 3;\n }\n :root header ._0edb515f {\n color: #cad3f5;\n }\n :root header a[href=\"/\"] > svg > path {\n fill: #cad3f5;\n }\n :root header form#search button[type=\"submit\"] {\n background-color: #b8c0e0;\n }\n :root header form#search > div {\n border-color: #181926;\n /* Floating live results */\n }\n :root header form#search > div:focus-within {\n border-color: #b8c0e0;\n }\n :root header form#search > div > div {\n background-color: #181926;\n }\n :root header form#search > div > div input[type=\"search\"] {\n color: #cad3f5;\n }\n :root header form#search > div > div input[type=\"search\"]:focus {\n box-shadow: none;\n }\n :root header form#search > div > div input[type=\"search\"]::-webkit-search-cancel-button {\n display: none;\n }\n :root header form#search > div ul li {\n border-bottom-color: #363a4f;\n color: #cad3f5;\n }\n :root header #signup {\n border-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n /* Popup */\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] {\n border-color: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] + div > svg {\n fill: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div {\n border-color: #363a4f;\n /* Popup triangle */\n /* Username */\n /* Navigation options */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::after {\n border-bottom-color: #24273a;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::before {\n border-bottom-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div h2 {\n border-bottom-color: #494d64;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a {\n /* Red \"Add Organization\" button */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:hover,\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:focus {\n background-color: #181926;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] {\n border-color: #363a4f;\n color: #ed8796;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] svg {\n fill: #ed8796;\n }\n :root article > section:nth-of-type(1) {\n background-image: linear-gradient(270deg, rgba(237, 135, 150, 0.16) 0%, rgba(237, 135, 150, 0.56) 18.45%, rgba(237, 135, 150, 0.8) 49.67%, rgba(237, 135, 150, 0.56) 82.52%, rgba(237, 135, 150, 0.19) 99.7%, rgba(237, 135, 150, 0) 99.71%, rgba(237, 135, 150, 0) 99.72%, rgba(237, 135, 150, 0.16) 99.73%), url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n }\n :root article > section:nth-of-type(1) a[href=\"/signup\"] {\n background-color: #eed49f;\n }\n :root article > section:nth-of-type(1) a[href=\"/products/pro\"] {\n background-color: #ed8796;\n border-color: #cad3f5;\n }\n :root article > section:nth-of-type(2) {\n color: #cad3f5;\n }\n :root #popular-libraries-header + hr {\n border-color: #ed8796;\n }\n :root ul[aria-labelledby=\"popular-libraries-header\"] li a {\n border-bottom-color: #363a4f;\n }\n :root #discover-packages-header + hr {\n border-color: #eeae9b;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li a {\n color: #cad3f5;\n border-color: #363a4f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 1):hover a {\n color: #c6a0f6;\n border-bottom-color: #c6a0f6;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 2):hover a {\n color: #a6da95;\n border-bottom-color: #a6da95;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 3):hover a {\n color: #91d7e3;\n border-bottom-color: #91d7e3;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 4):hover a {\n color: #ed8796;\n border-bottom-color: #ed8796;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 5):hover a {\n color: #eed49f;\n border-bottom-color: #eed49f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 6):hover a {\n color: #f5bde6;\n border-bottom-color: #f5bde6;\n }\n :root ._8f26e3fd {\n border-color: #eed49f;\n }\n :root #recently-updated-packages-header + hr {\n border-color: #ed8796;\n }\n :root ._813b53b2 {\n color: #a6da95;\n }\n :root img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M0%200h256v256H0z%22/%3E%3Cpath%20d%3D%22M150.5%20200.5v27.6c4.5%202.3%209.8%204%2015.9%205.2s12.6%201.7%2019.4%201.7c6.6%200%2012.9-.6%2018.9-1.9s11.2-3.4%2015.7-6.3%208-6.7%2010.7-11.4q3.9-7.05%203.9-17.4c0-5-.7-9.4-2.2-13.2s-3.7-7.1-6.5-10.1c-2.8-2.9-6.2-5.6-10.1-7.9s-8.4-4.5-13.3-6.6c-3.6-1.5-6.9-2.9-9.8-4.4-2.9-1.4-5.3-2.8-7.3-4.3s-3.6-3-4.7-4.7-1.6-3.5-1.6-5.6q0-2.85%201.5-5.1c1.5-2.25%202.4-2.8%204.1-3.9%201.8-1.1%204-1.9%206.6-2.5s5.5-.9%208.6-.9c2.3%200%204.7.2%207.3.5s5.1.9%207.7%201.6%205.1%201.6%207.6%202.7c2.4%201.1%204.7%202.4%206.8%203.8v-25.8q-6.3-2.4-13.8-3.6c-7.5-1.2-10.7-1.2-17.1-1.2-6.6%200-12.8.7-18.7%202.1s-11%203.6-15.5%206.6-8%206.8-10.6%2011.4-3.9%2010.2-3.9%2016.6c0%208.2%202.4%2015.2%207.1%2021.1%204.8%205.8%2012%2010.7%2021.6%2014.8%203.8%201.6%207.3%203.1%2010.6%204.6s6.1%203%208.5%204.7%204.3%203.4%205.7%205.3%202.1%204.1%202.1%206.5c0%201.8-.4%203.4-1.3%205-.9%201.5-2.2%202.8-3.9%204s-3.9%202-6.6%202.6-5.7.9-9.2.9c-6%200-11.9-1.1-17.8-3.2-5.9-2-11.4-5.1-16.4-9.3m-46-68.8H140V109H41v22.7h35.3V233h28.1V131.7z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2324273a%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) {\n border-color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(238, 212, 159, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) a {\n color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) {\n border-color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) a {\n color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) {\n border-color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(198, 160, 246, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) a {\n color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) {\n border-color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(245, 189, 230, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) a {\n color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) {\n border-color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(125, 196, 228, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) a {\n color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) {\n border-color: #a6da95;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) a {\n color: #a6da95;\n }\n :root ._5cfc0900 svg,\n :root .b5be2af6 svg,\n :root button[aria-label=\"Copy install command line\"] svg,\n :root [aria-labelledby=\"repository repository-link\"] svg g {\n fill: #cad3f5;\n }\n :root p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: #363a4f;\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: rgba(183, 189, 248, 0.2);\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) svg {\n stroke: #b7bdf8;\n fill: rgba(183, 189, 248, 0.2);\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::after {\n border-bottom-color: #24273a;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::before {\n border-bottom-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div > div div:nth-of-type(2) {\n border-color: #363a4f;\n }\n :root ._1e07caeb {\n color: #cad3f5;\n }\n :root ._9666fddd,\n :root ._861fb12a,\n :root ._2160593e {\n color: #a5adcb;\n }\n :root .f97c6116 {\n fill: #a6da95;\n }\n :root #provenance-details-header + div {\n border-color: #363a4f;\n }\n :root .c84e15be {\n color: #a5adcb;\n }\n :root [id^=\"tabpanel-\"] h2 {\n color: #cad3f5;\n }\n :root #tabpanel-explore > div > div {\n border-color: #363a4f;\n /* Back button inside file */\n /* File paths/link */\n }\n :root #tabpanel-explore > div > div > div:has(h2),\n :root #tabpanel-explore > div > div div:has(+ pre) {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M50.4%2074.7%2023.7%2050l26.7-24.7-5.4-5.9L11.9%2050%2045%2080.6z%22/%3E%3Cpath%20d%3D%22M82.6%2019.4%2049.6%2050l33%2030.6%205.5-5.9L61.4%2050l26.7-24.7z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li:hover {\n background-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li img {\n height: 0 !important;\n width: 0 !important;\n }\n :root #tabpanel-explore > div > div ul li img._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2098%20122.5%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M37.9%2018.4H13v61.2h72V25H49zM79%2073.6H19V44h60zM79%2038H19V24.4h17.2L47.3%2031H79z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li img._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M82.2%2010.7H38.7l-20.9%2019v59.6h64.4zm-44.6%206.4v11.2H25.3zm40.6%2068.2H21.8v-53h19.8V14.7h36.6z%22/%3E%3Cpath%20d%3D%22M34.3%2044.7h31.4v4H34.3zm0%2013.2h31.4v4H34.3zm0%2013.1h31.4v4H34.3z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div button,\n :root #tabpanel-explore > div > div svg:has(> circle) {\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div div:has(+ pre) {\n background-color: #1e2030;\n }\n :root #tabpanel-explore > div > div pre {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div pre .react-syntax-highlighter-line-number {\n color: #b8c0e0 !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(150, 152, 150);\"] {\n color: #6e738d !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(215, 58, 73);\"],\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n :root #tabpanel-explore > div > div pre .hljs-subst,\n :root #tabpanel-explore > div > div pre .hljs-built_in {\n color: var(--color-prettylights-syntax-storage-modifier-import) !important;\n }\n :root #tabpanel-versions ul li[class] div {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-dependencies ul a,\n :root #tabpanel-dependents ul a {\n color: #ed8796;\n }\n :root #tabpanel-dependencies ul a:hover,\n :root #tabpanel-dependents ul a:hover {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme a {\n color: #ed8796;\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2,\n :root #tabpanel-readme #readme h3,\n :root #tabpanel-readme #readme h4,\n :root #tabpanel-readme #readme h5,\n :root #tabpanel-readme #readme h6 {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme h1 a,\n :root #tabpanel-readme #readme h2 a,\n :root #tabpanel-readme #readme h3 a,\n :root #tabpanel-readme #readme h4 a,\n :root #tabpanel-readme #readme h5 a,\n :root #tabpanel-readme #readme h6 a,\n :root #tabpanel-readme #readme h1 svg,\n :root #tabpanel-readme #readme h2 svg,\n :root #tabpanel-readme #readme h3 svg,\n :root #tabpanel-readme #readme h4 svg,\n :root #tabpanel-readme #readme h5 svg,\n :root #tabpanel-readme #readme h6 svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n :root #tabpanel-readme #readme p,\n :root #tabpanel-readme #readme li {\n color: #a5adcb;\n }\n :root #tabpanel-readme #readme strong {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre,\n :root #tabpanel-readme #readme code {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .keyword,\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .string {\n color: var(--color-prettylights-syntax-string);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .entity,\n :root #tabpanel-readme #readme pre.editor.editor-colors .function {\n color: var(--color-prettylights-syntax-entity);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .punctuation.definition:not(.string) {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2 {\n border-bottom-color: #494d64;\n }\n :root #tabpanel-readme #readme h4 {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-readme #readme blockquote {\n background-color: #3a3e55;\n border-left-color: #5b6078;\n }\n :root #tabpanel-readme #readme table {\n color: #cad3f5;\n border-bottom-style: none;\n }\n :root #tabpanel-readme #readme table td,\n :root #tabpanel-readme #readme table th {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root #user-content-keywords {\n color: #cad3f5;\n }\n :root #user-content-keywords + ul a {\n color: #ed8796;\n }\n :root #user-content-keywords + ul a:hover {\n color: #cad3f5;\n }\n :root #user-content-provenance a[href=\" https://github.com/npm/feedback\"] {\n color: #cad3f5;\n }\n :root .eaac77a6 {\n color: #5b6078;\n }\n :root ._34da67ba {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.48%2016.27%22%3E%3Cpath%20fill%3D%22%23939ab7%22%20d%3D%22M5.16%2016.27v-2.4c-.31%200-.6.08-.89.1a2.61%202.61%200%200%201-2.77-1.66%202.65%202.65%200%200%200-1.14-1.42%201.2%201.2%200%200%201-.3-.26c-.06-.13-.06-.24.09-.28a1.5%201.5%200%200%201%20.42%200%202%202%200%200%201%201.51%201%202.21%202.21%200%200%200%203%20.93c.06%200%20.15-.09.16-.14a2.5%202.5%200%200%201%20.63-1.32c-.51-.11-1-.19-1.48-.32a4.13%204.13%200%200%201-2.83-2.15A6%206%200%200%201%201%206.08a4.27%204.27%200%200%201%201-3.16.37.37%200%200%200%200-.25A3.83%203.83%200%200%201%202%20.52c.15-.55.2-.58.76-.47A6.7%206.7%200%200%201%204.92%201a.45.45%200%200%200%20.34.07%209.7%209.7%200%200%201%205%200%20.52.52%200%200%200%20.33-.07c.49-.24%201-.54%201.46-.74A4.4%204.4%200%200%201%2013.13%200a.27.27%200%200%201%20.2.13%203.87%203.87%200%200%201%20.15%202.4.44.44%200%200%200%20.11.46%203.8%203.8%200%200%201%20.75%201.5%206%206%200%200%201%200%202.38%204%204%200%200%201-2.19%203.2%206.7%206.7%200%200%201-1.23.46c-.41.11-.85.17-1.29.26a2.74%202.74%200%200%201%20.67%202v3.41Z%22/%3E%3C/svg%3E\");\n }\n :root ._69ab2ca0 {\n border-color: #363a4f;\n background-color: #1e2030;\n }\n :root ._7fb5e603 h1 {\n color: #cad3f5;\n }\n :root aside.e9998f88 {\n box-shadow: none;\n /* Create organization button */\n }\n :root aside.e9998f88 ul.c63ae7fc li:hover {\n background-color: #181926;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"] {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"]:hover {\n color: #1e2030;\n background-color: #a6da95;\n }\n :root .b49405c7 {\n color: #cad3f5;\n }\n :root p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n :root p:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: #cad3f5;\n }\n :root form#tokens table td span {\n color: #b8c0e0;\n }\n :root form#tokens table td span:hover {\n color: #cad3f5;\n }\n :root form#tokens table td code {\n color: #a5adcb;\n }\n :root form#tokens table + div {\n color: #cad3f5;\n }\n :root ._305a9f55 ._038c0473 {\n border-color: #b7bdf8;\n background-color: rgba(183, 189, 248, 0.2);\n }\n ._305a9f55 ._038c0473 :root button[aria-label^=\"Delete token ending in\"] {\n border-color: #5b6078;\n }\n :root button[aria-label^=\"Delete token ending in\"].b55db0e2:hover {\n border-color: #ed8796;\n background-color: #ed8796;\n color: #24273a;\n }\n :root ._75ce47e7 {\n background-color: #24273a;\n }\n :root ._75ce47e7 ._71252860,\n :root ._75ce47e7 .d7eb966d {\n color: #cad3f5;\n }\n :root ._75ce47e7 [fill=\"#65C6C9\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: #8aadf4;\n }\n :root ._75ce47e7 [fill=\"url(#paint2_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: #24273a;\n }\n :root ._75ce47e7::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 {\n background-color: #24273a;\n }\n :root ._320f7a67::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n :root ._320f7a67 div[role=\"radiogroup\"] {\n color: #cad3f5;\n background-color: #363a4f;\n }\n :root ._320f7a67 #gat-banner span {\n color: #eed49f;\n }\n :root .acb78000::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root .e99f3f5d {\n color: #a6da95;\n }\n :root img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%23a6da95%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.63%2026.84h-4.46a.37.37%200%200%201-.37-.36v-6h-3v6a.36.36%200%200%201-.36.36h-4.51a.94.94%200%200%201-.93-.94V19a1.6%201.6%200%200%201-.38%200%20.89.89%200%200%201-.74-.31A1.31%201.31%200%200%201%2011%2016.9l7.42-6.42a1.28%201.28%200%200%201%201.58-.05.2.2%200%200%201%20.09.05l7.42%206.42a1.31%201.31%200%200%201%20.14%201.82.86.86%200%200%201-.74.31%201.5%201.5%200%200%201-.37%200v6.87a.94.94%200%200%201-.91.94%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%235b6078%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.67%2020.87a4.95%204.95%200%201%200%204.94%204.94%205%205%200%200%200-4.94-4.94m0%209a4%204%200%201%201%204-4.05%204.06%204.06%200%200%201-4%204.04Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M28.2%2025.41h-2v-2a.45.45%200%200%200-.9%200v2h-2a.45.45%200%200%200%200%20.9h2v2a.45.45%200%200%200%20.9%200v-2h2a.45.45%200%200%200%200-.9m-7.12-8.58A5%205%200%200%201%2019.9%2019a.48.48%200%200%200-.13.32v.86a.7.7%200%200%200%200%20.14c.17.54.37.66%201.28%201.14a.45.45%200%200%200%20.61-.19.44.44%200%200%200-.19-.6c-.69-.37-.77-.41-.82-.56v-.61a5.9%205.9%200%200%200%201.23-2.26%201.82%201.82%200%200%200%20.33-2.44V13c0-2.41-1.5-3.8-4.11-3.8S14%2010.62%2014%2013v1.78a1.8%201.8%200%200%200-.3%201.29%201.84%201.84%200%200%200%20.63%201.15%205.9%205.9%200%200%200%201.23%202.26v.59c-.14.24-1%201-5.8%202.87a1.07%201.07%200%200%200-.68%201v2.15a1.07%201.07%200%200%200%201.06%201.07h9.23a.45.45%200%200%200%200-.9h-9.23a.17.17%200%200%201-.16-.17v-2.16a.15.15%200%200%201%20.1-.15c5.28-2%206.18-2.9%206.36-3.49a.3.3%200%200%200%200-.13v-.86a.44.44%200%200%200-.13-.32%205.1%205.1%200%200%201-1.18-2.15.44.44%200%200%200-.17-.25.93.93%200%200%201-.18-1.36.5.5%200%200%200%20.1-.29V13c0-1.87%201.14-2.9%203.22-2.9s3.21%201%203.21%202.9v1.93a.46.46%200%200%200%20.11.29%201%201%200%200%201%20.21.73.94.94%200%200%201-.39.63.45.45%200%200%200-.16.25%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root div:has(> form[action=\"/org/create\"]) {\n color: #cad3f5;\n }\n :root div:has(> form[action=\"/org/create\"]),\n :root div:has(> form[action=\"/org/create\"]) + div {\n border-color: #363a4f;\n }\n :root .bg-washed-green {\n background-color: #b0e3db;\n }\n :root .b--light-green {\n border-color: #8bd5ca;\n }\n :root ._24a1e9c7 {\n background-image: none;\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n /* Danger */\n /* Success */\n }\n :root ._24a1e9c7:not([disabled]):hover {\n background-color: #494d64;\n }\n :root ._24a1e9c7[disabled] {\n background-color: #1e2030;\n color: #a5adcb;\n }\n :root ._24a1e9c7._4a3f8f21 {\n background-color: #ed8796;\n color: #494d64;\n }\n :root ._24a1e9c7._4a3f8f21:hover {\n background-color: #f09da9;\n }\n :root ._24a1e9c7.c37751f6 {\n background-color: #a6da95;\n color: #494d64;\n }\n :root ._24a1e9c7.c37751f6:hover {\n background-color: #b6e1a8;\n }\n :root #signup_email_error_message {\n color: #ed8796;\n }\n :root button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: #cad3f5;\n }\n :root button[name=\"show-hide-password\"]:hover {\n background-color: #1e2030;\n }\n :root button[name=\"show-hide-password\"]::before {\n background-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] li a:hover {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root select {\n background-color: #363a4f;\n border-color: #5b6078;\n color: #cad3f5;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] > div:focus-within {\n outline-style: none;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label {\n color: #a5adcb;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_optimal\"] {\n border-bottom-color: #494d64;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_popularity\"] {\n border-bottom-color: #91d7e3;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_quality\"] {\n border-bottom-color: #c6a0f6;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_maintenance\"] {\n border-bottom-color: #ed8796;\n }\n :root .a9b7335e {\n background-color: #1e2030;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a:hover {\n background-color: #1e2030;\n }\n :root #pkg-list-exact-match {\n color: #24273a;\n background-color: #c6a0f6;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"] {\n background-color: #1e2030;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"]:hover {\n background-color: #181926;\n }\n :root a[aria-label^=\"publisher\"]:hover {\n color: #ed8796;\n }\n :root ._89d0b3e5 {\n color: #cad3f5;\n }\n :root ._464c07bf {\n background-color: #91d7e3;\n }\n :root ._625ca439 {\n background-color: #c6a0f6;\n }\n :root ._9a8a65f4 {\n background-color: #ed8796;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > polygon {\n fill: #24273a;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > rect {\n fill: #cad3f5;\n }\n :root footer a[href=\"https://github.com\"] svg {\n fill: #cad3f5;\n }\n :root footer::after {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root div.highlight pre .pl-mb,\n :root div.highlight pre .pl-mdr,\n :root div.highlight pre .pl-c {\n color: var(--color-prettylights-syntax-comment);\n }\n :root div.highlight pre .pl-c1,\n :root div.highlight pre .pl-s .pl-v {\n color: var(--color-prettylights-syntax-constant);\n }\n :root div.highlight pre .pl-e,\n :root div.highlight pre .pl-en {\n color: var(--color-prettylights-syntax-entity);\n }\n :root div.highlight pre .pl-s .pl-s1,\n :root div.highlight pre .pl-smi {\n color: var(--color-prettylights-syntax-storage-modifier-import);\n }\n :root div.highlight pre .pl-ent {\n color: var(--color-prettylights-syntax-entity-tag);\n }\n :root div.highlight pre .pl-k {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root div.highlight pre .pl-pds,\n :root div.highlight pre .pl-s,\n :root div.highlight pre .pl-s .pl-pse .pl-s1,\n :root div.highlight pre .pl-sr,\n :root div.highlight pre .pl-sr .pl-cce,\n :root div.highlight pre .pl-sr .pl-sra,\n :root div.highlight pre .pl-sr .pl-sre {\n color: var(--color-prettylights-syntax-string);\n }\n :root div.highlight pre .pl-smw,\n :root div.highlight pre .pl-v {\n color: var(--color-prettylights-syntax-variable);\n }\n :root div.highlight pre .pl-bu {\n color: var(--color-prettylights-syntax-brackethighlighter-unmatched);\n }\n :root div.highlight pre .pl-ii {\n color: var(--color-prettylights-syntax-invalid-illegal-text);\n background-color: var(--color-prettylights-syntax-invalid-illegal-bg);\n }\n :root div.highlight pre .pl-c2 {\n color: var(--color-prettylights-syntax-carriage-return-text);\n background-color: var(--color-prettylights-syntax-carriage-return-bg);\n }\n :root div.highlight pre .pl-sr .pl-cce {\n color: var(--color-prettylights-syntax-string-regexp);\n }\n :root div.highlight pre .pl-ml {\n color: var(--color-prettylights-syntax-markup-list);\n }\n :root div.highlight pre .pl-mh,\n :root div.highlight pre .pl-mh .pl-en,\n :root div.highlight pre .pl-ms {\n color: var(--color-prettylights-syntax-markup-heading);\n }\n :root div.highlight pre .pl-mi {\n color: var(--color-prettylights-syntax-markup-italic);\n }\n :root div.highlight pre .pl-mb {\n color: var(--color-prettylights-syntax-markup-bold);\n }\n :root div.highlight pre .pl-md {\n color: var(--color-prettylights-syntax-markup-deleted-text);\n background-color: var(--color-prettylights-syntax-markup-deleted-bg);\n }\n :root div.highlight pre .pl-mi1 {\n color: var(--color-prettylights-syntax-markup-inserted-text);\n background-color: var(--color-prettylights-syntax-markup-inserted-bg);\n }\n :root div.highlight pre .pl-mc {\n color: var(--color-prettylights-syntax-markup-changed-text);\n background-color: var(--color-prettylights-syntax-markup-changed-bg);\n }\n :root div.highlight pre .pl-mi2 {\n color: var(--color-prettylights-syntax-markup-ignored-text);\n background-color: var(--color-prettylights-syntax-markup-ignored-bg);\n }\n :root div.highlight pre .pl-mdr {\n color: var(--color-prettylights-syntax-meta-diff-range);\n }\n :root div.highlight pre .pl-ba {\n color: var(--color-prettylights-syntax-brackethighlighter-angle);\n }\n :root div.highlight pre .pl-sg {\n color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n }\n :root div.highlight pre .pl-corl {\n text-decoration: underline;\n color: var(--color-prettylights-syntax-constant-other-reference-link);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n accent-color: #b7bdf8;\n --color-fg-default: #cad3f5;\n --color-fg-muted: #b8c0e0;\n --color-fg-subtle: #a5adcb;\n --color-fg-on-emphasis: #24273a;\n --color-fg-brand: #ed8796;\n --color-fg-accent: #8aadf4;\n --color-fg-success: #a6da95;\n --color-fg-attention: #eed49f;\n --color-fg-danger: #ed8796;\n --color-border-strong: #363a4f;\n /* Primary background */\n /* Background layer background */\n /* Primary text */\n /* Secondary text */\n /* Inverse text */\n /* Border colors */\n /* --- ARBITRARY --- */\n /* Top loading bar */\n /* Magnifying glass icon (search box, discover packages) */\n /* \"Beta\" pill */\n /* Green checkmark */\n /* --- HEADER --- */\n /* --- HOME PAGE --- */\n /* Popular libraries section */\n /* Discover packages section */\n /* By the numbers section */\n /* Recently updated packages section */\n /* --- PACKAGE PAGES --- */\n /* \"public\" text */\n /* TypeScript logo */\n /* Navigation tabs */\n /* Sidebar icons */\n /* Copy install command box */\n /* Weekly downloads chart */\n /* Sidebar provenance popup */\n /* Provenance icon */\n /* Provenance section at bottom */\n /* Sidebar text */\n /* Tab headings */\n /* File explorer tab */\n /* Versions tab */\n /* Dependencies/dependents tab */\n /* Readme tab */\n /* Keyword links */\n /* Share provenance feedback link */\n /* --- PROFILE PAGES --- */\n /* --- SETTINGS PAGES --- */\n /* Headings */\n /* Left panel */\n /* Linked accounts & recovery option settings */\n /* Email and password settings */\n /* Access tokens settings */\n /* 2FA authentication page */\n /* Create organization page */\n /* Step 1: create an org */\n /* Step 2: invite members */\n /* Billing information page */\n /* --- GENERIC --- */\n /* Buttons/button links */\n /* Input elements */\n /* Dropdowns */\n /* Select menus */\n /* --- SEARCH RESULTS --- */\n /* Results header, results count, pagination buttons */\n /* Username links */\n /* PQM text */\n /* PQM bars */\n /* --- FOOTER --- */\n --color-prettylights-syntax-comment: #8087a2;\n --color-prettylights-syntax-constant: #8bd5ca;\n --color-prettylights-syntax-entity: #8aadf4;\n --color-prettylights-syntax-storage-modifier-import: #f5a97f;\n --color-prettylights-syntax-entity-tag: #8bd5ca;\n --color-prettylights-syntax-keyword: #c6a0f6;\n --color-prettylights-syntax-string: #a6da95;\n --color-prettylights-syntax-variable: #f5a97f;\n --color-prettylights-syntax-invalid-illegal-text: #ed8796;\n --color-prettylights-syntax-invalid-illegal-bg: rgba(237, 135, 150, 0.15);\n --color-prettylights-syntax-markup-heading: #8bd5ca;\n --color-prettylights-syntax-markup-italic: #eed49f;\n --color-prettylights-syntax-markup-bold: #eed49f;\n --color-prettylights-syntax-markup-deleted-text: #cad3f5;\n --color-prettylights-syntax-markup-deleted-bg: rgba(237, 135, 150, 0.4);\n --color-prettylights-syntax-markup-inserted-text: #cad3f5;\n --color-prettylights-syntax-markup-inserted-bg: rgba(166, 218, 149, 0.4);\n --color-prettylights-syntax-markup-changed-text: #cad3f5;\n --color-prettylights-syntax-markup-changed-bg: rgba(238, 212, 159, 0.4);\n --color-prettylights-syntax-markup-ignored-text: #cad3f5;\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input,\n :root textarea {\n background-color: transparent;\n }\n :root input:focus,\n :root textarea:focus {\n box-shadow: 0 0 0 2px #b7bdf8;\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root,\n :root main {\n background-color: #24273a !important;\n }\n :root .bg-white,\n :root ._4ea0e50d {\n background-color: #24273a;\n }\n :root ._7eb68a55,\n :root .e9998f88 {\n background-color: #1e2030;\n }\n :root ._99e3854f,\n :root .black,\n :root .black-90,\n :root .black-80,\n :root ._0b9b6c57,\n :root ._1b8c0a9f,\n :root p,\n :root a {\n color: #cad3f5;\n }\n :root .black-70,\n :root .black-60,\n :root .cd2827bb a {\n color: #a5adcb;\n }\n :root ._66c2abad {\n color: #6e738d;\n }\n :root .white {\n color: #24273a;\n }\n :root .b--black-10,\n :root .b--black-20 {\n border-color: #363a4f;\n }\n :root div.fixed.top-0.left-0.z-999 {\n background-color: #ed8796;\n }\n :root svg g[stroke=\"#777777\"] {\n stroke: #a5adcb;\n }\n :root .a17280e0 {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root [fill=\"#107010\"] {\n fill: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] {\n background-color: #98cf86;\n border-color: #a6da95;\n }\n :root [data-test-id=\"notification-banner\"] #notification,\n :root [data-test-id=\"notification-banner\"] button[aria-label=\"Close notification\"] {\n color: #24273a;\n }\n :root header {\n border-bottom-color: #363a4f;\n /* Top bar gradient */\n /* Heart icon */\n /* Logo */\n /* Search box */\n /* Profile picture nvigation */\n }\n :root header .e7070742 {\n border-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6) 3;\n }\n :root header ._0edb515f {\n color: #cad3f5;\n }\n :root header a[href=\"/\"] > svg > path {\n fill: #cad3f5;\n }\n :root header form#search button[type=\"submit\"] {\n background-color: #b8c0e0;\n }\n :root header form#search > div {\n border-color: #181926;\n /* Floating live results */\n }\n :root header form#search > div:focus-within {\n border-color: #b8c0e0;\n }\n :root header form#search > div > div {\n background-color: #181926;\n }\n :root header form#search > div > div input[type=\"search\"] {\n color: #cad3f5;\n }\n :root header form#search > div > div input[type=\"search\"]:focus {\n box-shadow: none;\n }\n :root header form#search > div > div input[type=\"search\"]::-webkit-search-cancel-button {\n display: none;\n }\n :root header form#search > div ul li {\n border-bottom-color: #363a4f;\n color: #cad3f5;\n }\n :root header #signup {\n border-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n /* Popup */\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] {\n border-color: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] img[alt=\"avatar\"] + div > svg {\n fill: #cad3f5;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div {\n border-color: #363a4f;\n /* Popup triangle */\n /* Username */\n /* Navigation options */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::after {\n border-bottom-color: #24273a;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div::before {\n border-bottom-color: #363a4f;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div h2 {\n border-bottom-color: #494d64;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a {\n /* Red \"Add Organization\" button */\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:hover,\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a:focus {\n background-color: #181926;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] {\n border-color: #363a4f;\n color: #ed8796;\n }\n :root header nav > button[aria-label=\"Profile menu\"] + span > div ul li a[href=\"/org/create\"] svg {\n fill: #ed8796;\n }\n :root article > section:nth-of-type(1) {\n background-image: linear-gradient(270deg, rgba(237, 135, 150, 0.16) 0%, rgba(237, 135, 150, 0.56) 18.45%, rgba(237, 135, 150, 0.8) 49.67%, rgba(237, 135, 150, 0.56) 82.52%, rgba(237, 135, 150, 0.19) 99.7%, rgba(237, 135, 150, 0) 99.71%, rgba(237, 135, 150, 0) 99.72%, rgba(237, 135, 150, 0.16) 99.73%), url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n }\n :root article > section:nth-of-type(1) a[href=\"/signup\"] {\n background-color: #eed49f;\n }\n :root article > section:nth-of-type(1) a[href=\"/products/pro\"] {\n background-color: #ed8796;\n border-color: #cad3f5;\n }\n :root article > section:nth-of-type(2) {\n color: #cad3f5;\n }\n :root #popular-libraries-header + hr {\n border-color: #ed8796;\n }\n :root ul[aria-labelledby=\"popular-libraries-header\"] li a {\n border-bottom-color: #363a4f;\n }\n :root #discover-packages-header + hr {\n border-color: #eeae9b;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li a {\n color: #cad3f5;\n border-color: #363a4f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 1):hover a {\n color: #c6a0f6;\n border-bottom-color: #c6a0f6;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 2):hover a {\n color: #a6da95;\n border-bottom-color: #a6da95;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 3):hover a {\n color: #91d7e3;\n border-bottom-color: #91d7e3;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 4):hover a {\n color: #ed8796;\n border-bottom-color: #ed8796;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 5):hover a {\n color: #eed49f;\n border-bottom-color: #eed49f;\n }\n :root ul[aria-labelledby=\"discover-packages-header\"] li:nth-of-type(6n + 6):hover a {\n color: #f5bde6;\n border-bottom-color: #f5bde6;\n }\n :root ._8f26e3fd {\n border-color: #eed49f;\n }\n :root #recently-updated-packages-header + hr {\n border-color: #ed8796;\n }\n :root ._813b53b2 {\n color: #a6da95;\n }\n :root img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20256%20256%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%238aadf4%22%20d%3D%22M0%200h256v256H0z%22/%3E%3Cpath%20d%3D%22M150.5%20200.5v27.6c4.5%202.3%209.8%204%2015.9%205.2s12.6%201.7%2019.4%201.7c6.6%200%2012.9-.6%2018.9-1.9s11.2-3.4%2015.7-6.3%208-6.7%2010.7-11.4q3.9-7.05%203.9-17.4c0-5-.7-9.4-2.2-13.2s-3.7-7.1-6.5-10.1c-2.8-2.9-6.2-5.6-10.1-7.9s-8.4-4.5-13.3-6.6c-3.6-1.5-6.9-2.9-9.8-4.4-2.9-1.4-5.3-2.8-7.3-4.3s-3.6-3-4.7-4.7-1.6-3.5-1.6-5.6q0-2.85%201.5-5.1c1.5-2.25%202.4-2.8%204.1-3.9%201.8-1.1%204-1.9%206.6-2.5s5.5-.9%208.6-.9c2.3%200%204.7.2%207.3.5s5.1.9%207.7%201.6%205.1%201.6%207.6%202.7c2.4%201.1%204.7%202.4%206.8%203.8v-25.8q-6.3-2.4-13.8-3.6c-7.5-1.2-10.7-1.2-17.1-1.2-6.6%200-12.8.7-18.7%202.1s-11%203.6-15.5%206.6-8%206.8-10.6%2011.4-3.9%2010.2-3.9%2016.6c0%208.2%202.4%2015.2%207.1%2021.1%204.8%205.8%2012%2010.7%2021.6%2014.8%203.8%201.6%207.3%203.1%2010.6%204.6s6.1%203%208.5%204.7%204.3%203.4%205.7%205.3%202.1%204.1%202.1%206.5c0%201.8-.4%203.4-1.3%205-.9%201.5-2.2%202.8-3.9%204s-3.9%202-6.6%202.6-5.7.9-9.2.9c-6%200-11.9-1.1-17.8-3.2-5.9-2-11.4-5.1-16.4-9.3m-46-68.8H140V109H41v22.7h35.3V233h28.1V131.7z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2324273a%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) {\n border-color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(238, 212, 159, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-readme) a {\n color: #eed49f;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) {\n border-color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-code) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-admin) a {\n color: #ed8796;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents),\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) {\n border-color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents):has(> a[aria-selected=\"false\"]):hover,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(198, 160, 246, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependents) a,\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-packages) a {\n color: #c6a0f6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) {\n border-color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(245, 189, 230, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-dependencies) a {\n color: #f5bde6;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) {\n border-color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(125, 196, 228, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-versions) a {\n color: #7dc4e4;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) {\n border-color: #a6da95;\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs):has(> a[aria-selected=\"false\"]):hover {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root ul[aria-owns*=\"package-tab-\"] li:has(#package-tab-orgs) a {\n color: #a6da95;\n }\n :root ._5cfc0900 svg,\n :root .b5be2af6 svg,\n :root button[aria-label=\"Copy install command line\"] svg,\n :root [aria-labelledby=\"repository repository-link\"] svg g {\n fill: #cad3f5;\n }\n :root p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: #363a4f;\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: rgba(183, 189, 248, 0.2);\n }\n :root div:has(> svg > [class^=\"sparkline--\"]) svg {\n stroke: #b7bdf8;\n fill: rgba(183, 189, 248, 0.2);\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::after {\n border-bottom-color: #24273a;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div::before {\n border-bottom-color: #363a4f;\n }\n :root button[aria-label=\"View more provenance details\"] + div > div > div > div div:nth-of-type(2) {\n border-color: #363a4f;\n }\n :root ._1e07caeb {\n color: #cad3f5;\n }\n :root ._9666fddd,\n :root ._861fb12a,\n :root ._2160593e {\n color: #a5adcb;\n }\n :root .f97c6116 {\n fill: #a6da95;\n }\n :root #provenance-details-header + div {\n border-color: #363a4f;\n }\n :root .c84e15be {\n color: #a5adcb;\n }\n :root [id^=\"tabpanel-\"] h2 {\n color: #cad3f5;\n }\n :root #tabpanel-explore > div > div {\n border-color: #363a4f;\n /* Back button inside file */\n /* File paths/link */\n }\n :root #tabpanel-explore > div > div > div:has(h2),\n :root #tabpanel-explore > div > div div:has(+ pre) {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23cad3f5%22%3E%3Cpath%20d%3D%22M50.4%2074.7%2023.7%2050l26.7-24.7-5.4-5.9L11.9%2050%2045%2080.6z%22/%3E%3Cpath%20d%3D%22M82.6%2019.4%2049.6%2050l33%2030.6%205.5-5.9L61.4%2050l26.7-24.7z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li:hover {\n background-color: #363a4f;\n }\n :root #tabpanel-explore > div > div ul li img {\n height: 0 !important;\n width: 0 !important;\n }\n :root #tabpanel-explore > div > div ul li img._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2098%20122.5%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M37.9%2018.4H13v61.2h72V25H49zM79%2073.6H19V44h60zM79%2038H19V24.4h17.2L47.3%2031H79z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div ul li img._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20100%20125%22%20fill%3D%22%23a5adcb%22%3E%3Cpath%20d%3D%22M82.2%2010.7H38.7l-20.9%2019v59.6h64.4zm-44.6%206.4v11.2H25.3zm40.6%2068.2H21.8v-53h19.8V14.7h36.6z%22/%3E%3Cpath%20d%3D%22M34.3%2044.7h31.4v4H34.3zm0%2013.2h31.4v4H34.3zm0%2013.1h31.4v4H34.3z%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root #tabpanel-explore > div > div button,\n :root #tabpanel-explore > div > div svg:has(> circle) {\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div div:has(+ pre) {\n background-color: #1e2030;\n }\n :root #tabpanel-explore > div > div pre {\n background-color: #24273a !important;\n color: #cad3f5 !important;\n }\n :root #tabpanel-explore > div > div pre .react-syntax-highlighter-line-number {\n color: #b8c0e0 !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(150, 152, 150);\"] {\n color: #6e738d !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(215, 58, 73);\"],\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n :root #tabpanel-explore > div > div pre [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n :root #tabpanel-explore > div > div pre .hljs-subst,\n :root #tabpanel-explore > div > div pre .hljs-built_in {\n color: var(--color-prettylights-syntax-storage-modifier-import) !important;\n }\n :root #tabpanel-versions ul li[class] div {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-dependencies ul a,\n :root #tabpanel-dependents ul a {\n color: #ed8796;\n }\n :root #tabpanel-dependencies ul a:hover,\n :root #tabpanel-dependents ul a:hover {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme a {\n color: #ed8796;\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2,\n :root #tabpanel-readme #readme h3,\n :root #tabpanel-readme #readme h4,\n :root #tabpanel-readme #readme h5,\n :root #tabpanel-readme #readme h6 {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme h1 a,\n :root #tabpanel-readme #readme h2 a,\n :root #tabpanel-readme #readme h3 a,\n :root #tabpanel-readme #readme h4 a,\n :root #tabpanel-readme #readme h5 a,\n :root #tabpanel-readme #readme h6 a,\n :root #tabpanel-readme #readme h1 svg,\n :root #tabpanel-readme #readme h2 svg,\n :root #tabpanel-readme #readme h3 svg,\n :root #tabpanel-readme #readme h4 svg,\n :root #tabpanel-readme #readme h5 svg,\n :root #tabpanel-readme #readme h6 svg {\n color: #cad3f5;\n fill: #cad3f5;\n }\n :root #tabpanel-readme #readme p,\n :root #tabpanel-readme #readme li {\n color: #a5adcb;\n }\n :root #tabpanel-readme #readme strong {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre,\n :root #tabpanel-readme #readme code {\n background-color: #1e2030;\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .keyword,\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .string {\n color: var(--color-prettylights-syntax-string);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .entity,\n :root #tabpanel-readme #readme pre.editor.editor-colors .function {\n color: var(--color-prettylights-syntax-entity);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .punctuation.definition:not(.string) {\n color: #cad3f5;\n }\n :root #tabpanel-readme #readme pre.editor.editor-colors .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n :root #tabpanel-readme #readme h1,\n :root #tabpanel-readme #readme h2 {\n border-bottom-color: #494d64;\n }\n :root #tabpanel-readme #readme h4 {\n border-bottom-color: #363a4f;\n }\n :root #tabpanel-readme #readme blockquote {\n background-color: #3a3e55;\n border-left-color: #5b6078;\n }\n :root #tabpanel-readme #readme table {\n color: #cad3f5;\n border-bottom-style: none;\n }\n :root #tabpanel-readme #readme table td,\n :root #tabpanel-readme #readme table th {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root #user-content-keywords {\n color: #cad3f5;\n }\n :root #user-content-keywords + ul a {\n color: #ed8796;\n }\n :root #user-content-keywords + ul a:hover {\n color: #cad3f5;\n }\n :root #user-content-provenance a[href=\" https://github.com/npm/feedback\"] {\n color: #cad3f5;\n }\n :root .eaac77a6 {\n color: #5b6078;\n }\n :root ._34da67ba {\n background-image: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2014.48%2016.27%22%3E%3Cpath%20fill%3D%22%23939ab7%22%20d%3D%22M5.16%2016.27v-2.4c-.31%200-.6.08-.89.1a2.61%202.61%200%200%201-2.77-1.66%202.65%202.65%200%200%200-1.14-1.42%201.2%201.2%200%200%201-.3-.26c-.06-.13-.06-.24.09-.28a1.5%201.5%200%200%201%20.42%200%202%202%200%200%201%201.51%201%202.21%202.21%200%200%200%203%20.93c.06%200%20.15-.09.16-.14a2.5%202.5%200%200%201%20.63-1.32c-.51-.11-1-.19-1.48-.32a4.13%204.13%200%200%201-2.83-2.15A6%206%200%200%201%201%206.08a4.27%204.27%200%200%201%201-3.16.37.37%200%200%200%200-.25A3.83%203.83%200%200%201%202%20.52c.15-.55.2-.58.76-.47A6.7%206.7%200%200%201%204.92%201a.45.45%200%200%200%20.34.07%209.7%209.7%200%200%201%205%200%20.52.52%200%200%200%20.33-.07c.49-.24%201-.54%201.46-.74A4.4%204.4%200%200%201%2013.13%200a.27.27%200%200%201%20.2.13%203.87%203.87%200%200%201%20.15%202.4.44.44%200%200%200%20.11.46%203.8%203.8%200%200%201%20.75%201.5%206%206%200%200%201%200%202.38%204%204%200%200%201-2.19%203.2%206.7%206.7%200%200%201-1.23.46c-.41.11-.85.17-1.29.26a2.74%202.74%200%200%201%20.67%202v3.41Z%22/%3E%3C/svg%3E\");\n }\n :root ._69ab2ca0 {\n border-color: #363a4f;\n background-color: #1e2030;\n }\n :root ._7fb5e603 h1 {\n color: #cad3f5;\n }\n :root aside.e9998f88 {\n box-shadow: none;\n /* Create organization button */\n }\n :root aside.e9998f88 ul.c63ae7fc li:hover {\n background-color: #181926;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"] {\n color: #a6da95;\n border-color: #a6da95;\n }\n :root aside.e9998f88 #organizationsHeader + a[href=\"/org/create\"]:hover {\n color: #1e2030;\n background-color: #a6da95;\n }\n :root .b49405c7 {\n color: #cad3f5;\n }\n :root p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n :root p:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: #cad3f5;\n }\n :root form#tokens table td span {\n color: #b8c0e0;\n }\n :root form#tokens table td span:hover {\n color: #cad3f5;\n }\n :root form#tokens table td code {\n color: #a5adcb;\n }\n :root form#tokens table + div {\n color: #cad3f5;\n }\n :root ._305a9f55 ._038c0473 {\n border-color: #b7bdf8;\n background-color: rgba(183, 189, 248, 0.2);\n }\n ._305a9f55 ._038c0473 :root button[aria-label^=\"Delete token ending in\"] {\n border-color: #5b6078;\n }\n :root button[aria-label^=\"Delete token ending in\"].b55db0e2:hover {\n border-color: #ed8796;\n background-color: #ed8796;\n color: #24273a;\n }\n :root ._75ce47e7 {\n background-color: #24273a;\n }\n :root ._75ce47e7 ._71252860,\n :root ._75ce47e7 .d7eb966d {\n color: #cad3f5;\n }\n :root ._75ce47e7 [fill=\"#65C6C9\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: #8aadf4;\n }\n :root ._75ce47e7 [fill=\"url(#paint2_linear_449_428)\"],\n :root ._75ce47e7 [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: #24273a;\n }\n :root ._75ce47e7::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 {\n background-color: #24273a;\n }\n :root ._320f7a67::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root ._320f7a67 section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n :root ._320f7a67 div[role=\"radiogroup\"] {\n color: #cad3f5;\n background-color: #363a4f;\n }\n :root ._320f7a67 #gat-banner span {\n color: #eed49f;\n }\n :root .acb78000::before {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root .e99f3f5d {\n color: #a6da95;\n }\n :root img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%23a6da95%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.63%2026.84h-4.46a.37.37%200%200%201-.37-.36v-6h-3v6a.36.36%200%200%201-.36.36h-4.51a.94.94%200%200%201-.93-.94V19a1.6%201.6%200%200%201-.38%200%20.89.89%200%200%201-.74-.31A1.31%201.31%200%200%201%2011%2016.9l7.42-6.42a1.28%201.28%200%200%201%201.58-.05.2.2%200%200%201%20.09.05l7.42%206.42a1.31%201.31%200%200%201%20.14%201.82.86.86%200%200%201-.74.31%201.5%201.5%200%200%201-.37%200v6.87a.94.94%200%200%201-.91.94%22%20fill%3D%22%23a6da95%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"] {\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2038.36%2038.36%22%3E%3Ccircle%20cx%3D%2219.18%22%20cy%3D%2219.18%22%20r%3D%2218.53%22%20fill%3D%22none%22%20stroke%3D%22%235b6078%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.3%22/%3E%3Cpath%20d%3D%22M25.67%2020.87a4.95%204.95%200%201%200%204.94%204.94%205%205%200%200%200-4.94-4.94m0%209a4%204%200%201%201%204-4.05%204.06%204.06%200%200%201-4%204.04Z%22%20fill%3D%22%23cad3f5%22/%3E%3Cpath%20d%3D%22M28.2%2025.41h-2v-2a.45.45%200%200%200-.9%200v2h-2a.45.45%200%200%200%200%20.9h2v2a.45.45%200%200%200%20.9%200v-2h2a.45.45%200%200%200%200-.9m-7.12-8.58A5%205%200%200%201%2019.9%2019a.48.48%200%200%200-.13.32v.86a.7.7%200%200%200%200%20.14c.17.54.37.66%201.28%201.14a.45.45%200%200%200%20.61-.19.44.44%200%200%200-.19-.6c-.69-.37-.77-.41-.82-.56v-.61a5.9%205.9%200%200%200%201.23-2.26%201.82%201.82%200%200%200%20.33-2.44V13c0-2.41-1.5-3.8-4.11-3.8S14%2010.62%2014%2013v1.78a1.8%201.8%200%200%200-.3%201.29%201.84%201.84%200%200%200%20.63%201.15%205.9%205.9%200%200%200%201.23%202.26v.59c-.14.24-1%201-5.8%202.87a1.07%201.07%200%200%200-.68%201v2.15a1.07%201.07%200%200%200%201.06%201.07h9.23a.45.45%200%200%200%200-.9h-9.23a.17.17%200%200%201-.16-.17v-2.16a.15.15%200%200%201%20.1-.15c5.28-2%206.18-2.9%206.36-3.49a.3.3%200%200%200%200-.13v-.86a.44.44%200%200%200-.13-.32%205.1%205.1%200%200%201-1.18-2.15.44.44%200%200%200-.17-.25.93.93%200%200%201-.18-1.36.5.5%200%200%200%20.1-.29V13c0-1.87%201.14-2.9%203.22-2.9s3.21%201%203.21%202.9v1.93a.46.46%200%200%200%20.11.29%201%201%200%200%201%20.21.73.94.94%200%200%201-.39.63.45.45%200%200%200-.16.25%22%20fill%3D%22%23cad3f5%22/%3E%3C/svg%3E\") no-repeat;\n }\n :root div:has(> form[action=\"/org/create\"]) {\n color: #cad3f5;\n }\n :root div:has(> form[action=\"/org/create\"]),\n :root div:has(> form[action=\"/org/create\"]) + div {\n border-color: #363a4f;\n }\n :root .bg-washed-green {\n background-color: #b0e3db;\n }\n :root .b--light-green {\n border-color: #8bd5ca;\n }\n :root ._24a1e9c7 {\n background-image: none;\n background-color: #363a4f;\n color: #cad3f5;\n border-color: #494d64;\n /* Danger */\n /* Success */\n }\n :root ._24a1e9c7:not([disabled]):hover {\n background-color: #494d64;\n }\n :root ._24a1e9c7[disabled] {\n background-color: #1e2030;\n color: #a5adcb;\n }\n :root ._24a1e9c7._4a3f8f21 {\n background-color: #ed8796;\n color: #494d64;\n }\n :root ._24a1e9c7._4a3f8f21:hover {\n background-color: #f09da9;\n }\n :root ._24a1e9c7.c37751f6 {\n background-color: #a6da95;\n color: #494d64;\n }\n :root ._24a1e9c7.c37751f6:hover {\n background-color: #b6e1a8;\n }\n :root #signup_email_error_message {\n color: #ed8796;\n }\n :root button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: #cad3f5;\n }\n :root button[name=\"show-hide-password\"]:hover {\n background-color: #1e2030;\n }\n :root button[name=\"show-hide-password\"]::before {\n background-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root details ul[class*=\"Dropdown__DropdownMenu\"] li a:hover {\n background-color: #1e2030 !important;\n color: #cad3f5 !important;\n }\n :root select {\n background-color: #363a4f;\n border-color: #5b6078;\n color: #cad3f5;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] > div:focus-within {\n outline-style: none;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label {\n color: #a5adcb;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_optimal\"] {\n border-bottom-color: #494d64;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_popularity\"] {\n border-bottom-color: #91d7e3;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_quality\"] {\n border-bottom-color: #c6a0f6;\n }\n :root [aria-labelledby=\"search_ranking_radiogroup_label\"] label[for=\"search_ranking_maintenance\"] {\n border-bottom-color: #ed8796;\n }\n :root .a9b7335e {\n background-color: #1e2030;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a {\n background-color: #24273a;\n border-color: #363a4f;\n }\n :root nav[aria-label=\"Pagination Navigation\"] div > a:hover {\n background-color: #1e2030;\n }\n :root #pkg-list-exact-match {\n color: #24273a;\n background-color: #c6a0f6;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"] {\n background-color: #1e2030;\n }\n :root div:has(#search_ranking_radiogroup_label) a[href^=\"/search?q=keywords\"]:hover {\n background-color: #181926;\n }\n :root a[aria-label^=\"publisher\"]:hover {\n color: #ed8796;\n }\n :root ._89d0b3e5 {\n color: #cad3f5;\n }\n :root ._464c07bf {\n background-color: #91d7e3;\n }\n :root ._625ca439 {\n background-color: #c6a0f6;\n }\n :root ._9a8a65f4 {\n background-color: #ed8796;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > polygon {\n fill: #24273a;\n }\n :root footer a[href=\"https://github.com/npm\"] svg > rect {\n fill: #cad3f5;\n }\n :root footer a[href=\"https://github.com\"] svg {\n fill: #cad3f5;\n }\n :root footer::after {\n background-image: linear-gradient(139deg, #f5a97f, #ee99a0, #ed8796, #f5bde6);\n }\n :root div.highlight pre .pl-mb,\n :root div.highlight pre .pl-mdr,\n :root div.highlight pre .pl-c {\n color: var(--color-prettylights-syntax-comment);\n }\n :root div.highlight pre .pl-c1,\n :root div.highlight pre .pl-s .pl-v {\n color: var(--color-prettylights-syntax-constant);\n }\n :root div.highlight pre .pl-e,\n :root div.highlight pre .pl-en {\n color: var(--color-prettylights-syntax-entity);\n }\n :root div.highlight pre .pl-s .pl-s1,\n :root div.highlight pre .pl-smi {\n color: var(--color-prettylights-syntax-storage-modifier-import);\n }\n :root div.highlight pre .pl-ent {\n color: var(--color-prettylights-syntax-entity-tag);\n }\n :root div.highlight pre .pl-k {\n color: var(--color-prettylights-syntax-keyword);\n }\n :root div.highlight pre .pl-pds,\n :root div.highlight pre .pl-s,\n :root div.highlight pre .pl-s .pl-pse .pl-s1,\n :root div.highlight pre .pl-sr,\n :root div.highlight pre .pl-sr .pl-cce,\n :root div.highlight pre .pl-sr .pl-sra,\n :root div.highlight pre .pl-sr .pl-sre {\n color: var(--color-prettylights-syntax-string);\n }\n :root div.highlight pre .pl-smw,\n :root div.highlight pre .pl-v {\n color: var(--color-prettylights-syntax-variable);\n }\n :root div.highlight pre .pl-bu {\n color: var(--color-prettylights-syntax-brackethighlighter-unmatched);\n }\n :root div.highlight pre .pl-ii {\n color: var(--color-prettylights-syntax-invalid-illegal-text);\n background-color: var(--color-prettylights-syntax-invalid-illegal-bg);\n }\n :root div.highlight pre .pl-c2 {\n color: var(--color-prettylights-syntax-carriage-return-text);\n background-color: var(--color-prettylights-syntax-carriage-return-bg);\n }\n :root div.highlight pre .pl-sr .pl-cce {\n color: var(--color-prettylights-syntax-string-regexp);\n }\n :root div.highlight pre .pl-ml {\n color: var(--color-prettylights-syntax-markup-list);\n }\n :root div.highlight pre .pl-mh,\n :root div.highlight pre .pl-mh .pl-en,\n :root div.highlight pre .pl-ms {\n color: var(--color-prettylights-syntax-markup-heading);\n }\n :root div.highlight pre .pl-mi {\n color: var(--color-prettylights-syntax-markup-italic);\n }\n :root div.highlight pre .pl-mb {\n color: var(--color-prettylights-syntax-markup-bold);\n }\n :root div.highlight pre .pl-md {\n color: var(--color-prettylights-syntax-markup-deleted-text);\n background-color: var(--color-prettylights-syntax-markup-deleted-bg);\n }\n :root div.highlight pre .pl-mi1 {\n color: var(--color-prettylights-syntax-markup-inserted-text);\n background-color: var(--color-prettylights-syntax-markup-inserted-bg);\n }\n :root div.highlight pre .pl-mc {\n color: var(--color-prettylights-syntax-markup-changed-text);\n background-color: var(--color-prettylights-syntax-markup-changed-bg);\n }\n :root div.highlight pre .pl-mi2 {\n color: var(--color-prettylights-syntax-markup-ignored-text);\n background-color: var(--color-prettylights-syntax-markup-ignored-bg);\n }\n :root div.highlight pre .pl-mdr {\n color: var(--color-prettylights-syntax-meta-diff-range);\n }\n :root div.highlight pre .pl-ba {\n color: var(--color-prettylights-syntax-brackethighlighter-angle);\n }\n :root div.highlight pre .pl-sg {\n color: var(--color-prettylights-syntax-sublimelinter-gutter-mark);\n }\n :root div.highlight pre .pl-corl {\n text-decoration: underline;\n color: var(--color-prettylights-syntax-constant-other-reference-link);\n }\n }", "start": 1021, "domains": [ "www.npmjs.com" ] }, { - "code": "/* Todos:\n- https://www.npmjs.com/org/create\n- https://www.npmjs.com/products/pro\n- https://www.npmjs.com/products/teams\n- https://www.npmjs.com/products\n*/", - "start": 77340 + "code": "/* prettier-ignore */", + "start": 77448 } ], - "sourceCode": "/* ==UserStyle==\n@name npm Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/npm\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm\n@version 0.0.4\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm\n@description Soothing pastel theme for npm\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"www.npmjs.com\") {\n /* prettier-ignore */\n @catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n @npmGradient: linear-gradient(139deg, @peach, @maroon, @red, @pink);\n --color-fg-default: @text;\n --color-fg-muted: @subtext1;\n --color-fg-subtle: @subtext0;\n --color-fg-on-emphasis: @base;\n --color-fg-brand: @red;\n --color-fg-accent: @blue;\n --color-fg-success: @green;\n --color-fg-attention: @yellow;\n --color-fg-danger: @red;\n --color-border-strong: @surface0;\n\n &,\n main {\n background-color: @base !important;\n }\n\n color-scheme: if(@lookup=latte, light, dark);\n accent-color: @accent-color;\n\n /* Primary background */\n .bg-white,\n ._4ea0e50d {\n background-color: @base;\n }\n\n /* Background layer background */\n ._7eb68a55,\n .e9998f88 {\n background-color: @mantle;\n }\n\n /* Primary text */\n ._99e3854f,\n .black,\n .black-90,\n .black-80,\n ._0b9b6c57,\n ._1b8c0a9f,\n p,\n a {\n color: @text;\n }\n\n /* Secondary text */\n .black-70,\n .black-60,\n .cd2827bb a {\n color: @subtext0;\n }\n ._66c2abad {\n color: @overlay0;\n }\n\n /* Inverse text */\n .white {\n color: @base;\n }\n\n /* Border colors */\n .b--black-10,\n .b--black-20 {\n border-color: @surface0;\n }\n\n /* --- ARBITRARY --- */\n\n /* Top loading bar */\n div.fixed.top-0.left-0.z-999 {\n background-color: @red;\n }\n\n /* Magnifying glass icon (search box, discover packages) */\n svg g[stroke=\"#777777\"] {\n stroke: @subtext0;\n }\n\n /* \"Beta\" pill */\n .a17280e0 {\n color: @green;\n border-color: @green;\n }\n /* Green checkmark */\n [fill=\"#107010\"] {\n fill: @green;\n }\n\n /* --- HEADER --- */\n [data-test-id=\"notification-banner\"] {\n background-color: if(\n @lookup = latte,\n desaturate(lighten(@green, 30%), 5%),\n desaturate(darken(@green, 5%), 5%)\n );\n border-color: @green;\n\n #notification,\n button[aria-label=\"Close notification\"] {\n color: if(@lookup = latte, @text, @base);\n }\n }\n header {\n border-bottom-color: @surface0;\n\n /* Top bar gradient */\n .e7070742 {\n border-image: @npmGradient 3;\n }\n\n /* Heart icon */\n ._0edb515f {\n color: @text;\n }\n\n /* Logo */\n a[href=\"/\"] > svg > path {\n fill: @text;\n }\n\n /* Search box */\n form#search {\n button[type=\"submit\"] {\n background-color: @subtext1;\n }\n\n & > div {\n border-color: @crust;\n\n &:focus-within {\n border-color: @subtext1;\n }\n\n & > div {\n background-color: @crust;\n\n input[type=\"search\"] {\n color: @text;\n\n &::placeholder {\n color: @overlay1;\n }\n\n &:focus {\n box-shadow: none;\n }\n\n &::-webkit-search-cancel-button {\n display: none;\n }\n }\n }\n\n /* Floating live results */\n ul li {\n border-bottom-color: @surface0;\n color: @text;\n }\n }\n }\n\n /* Profile picture nvigation */\n #signup {\n border-color: @surface0;\n }\n nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n img[alt=\"avatar\"] {\n border-color: @text;\n\n & + div > svg {\n fill: @text;\n }\n }\n\n /* Popup */\n + span > div {\n border-color: @surface0;\n\n /* Popup triangle */\n &::after {\n border-bottom-color: @base;\n }\n &::before {\n border-bottom-color: @surface0;\n }\n\n /* Username */\n h2 {\n border-bottom-color: @surface1;\n }\n\n /* Navigation options */\n ul li a {\n &:hover,\n &:focus {\n background-color: @crust;\n }\n\n /* Red \"Add Organization\" button */\n &[href=\"/org/create\"] {\n border-color: @surface0;\n color: @red;\n svg {\n fill: @red;\n }\n }\n }\n }\n }\n }\n\n /* --- HOME PAGE --- */\n\n article > section:nth-of-type(1) {\n background-image: linear-gradient(\n 270deg,\n fade(@red, 16%) 0%,\n fade(@red, 56%) 18.45%,\n fade(@red, 80%) 49.67%,\n fade(@red, 56%) 82.52%,\n fade(@red, 19%) 99.7%,\n fade(@red, 0%) 99.71%,\n fade(@red, 0%) 99.72%,\n fade(@red, 16%) 99.73%\n ),\n url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n\n a[href=\"/signup\"] {\n background-color: @yellow;\n }\n a[href=\"/products/pro\"] {\n background-color: @red;\n border-color: @text;\n }\n }\n article > section:nth-of-type(2) {\n color: @text;\n }\n\n /* Popular libraries section */\n #popular-libraries-header + hr {\n border-color: @red;\n }\n ul[aria-labelledby=\"popular-libraries-header\"] {\n li a {\n border-bottom-color: @surface0;\n }\n }\n\n /* Discover packages section */\n #discover-packages-header + hr {\n border-color: mix(@red, @yellow);\n }\n ul[aria-labelledby=\"discover-packages-header\"] li {\n a {\n color: @text;\n border-color: @surface0;\n }\n &:nth-of-type(6n + 1):hover a {\n color: @mauve;\n border-bottom-color: @mauve;\n }\n &:nth-of-type(6n + 2):hover a {\n color: @green;\n border-bottom-color: @green;\n }\n &:nth-of-type(6n + 3):hover a {\n color: @sky;\n border-bottom-color: @sky;\n }\n &:nth-of-type(6n + 4):hover a {\n color: @red;\n border-bottom-color: @red;\n }\n &:nth-of-type(6n + 5):hover a {\n color: @yellow;\n border-bottom-color: @yellow;\n }\n &:nth-of-type(6n + 6):hover a {\n color: @pink;\n border-bottom-color: @pink;\n }\n }\n\n /* By the numbers section */\n ._8f26e3fd {\n border-color: @yellow;\n }\n\n /* Recently updated packages section */\n #recently-updated-packages-header + hr {\n border-color: @red;\n }\n\n /* --- PACKAGE PAGES --- */\n\n /* \"public\" text */\n ._813b53b2 {\n color: @green;\n }\n /* TypeScript logo */\n img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n\n /* Navigation tabs */\n ul[aria-owns*=\"package-tab-\"] {\n li {\n &:has(#package-tab-readme) {\n border-color: @yellow;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@yellow, 20%);\n }\n\n a {\n color: @yellow;\n }\n }\n &:has(#package-tab-code),\n &:has(#package-tab-admin) {\n border-color: @red;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@red, 20%);\n }\n\n a {\n color: @red;\n }\n }\n &:has(#package-tab-dependents),\n &:has(#package-tab-packages) {\n border-color: @mauve;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@mauve, 20%);\n }\n\n a {\n color: @mauve;\n }\n }\n &:has(#package-tab-dependencies) {\n border-color: @pink;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@pink, 20%);\n }\n\n a {\n color: @pink;\n }\n }\n &:has(#package-tab-versions) {\n border-color: @sapphire;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@sapphire, 20%);\n }\n\n a {\n color: @sapphire;\n }\n }\n &:has(#package-tab-orgs) {\n border-color: @green;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@green, 20%);\n }\n\n a {\n color: @green;\n }\n }\n }\n }\n\n /* Sidebar icons */\n ._5cfc0900 svg,\n .b5be2af6 svg,\n button[aria-label=\"Copy install command line\"] svg,\n [aria-labelledby=\"repository repository-link\"] svg g {\n fill: @text;\n }\n /* Copy install command box */\n p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: @surface0;\n }\n /* Weekly downloads chart */\n div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: fade(@accent-color, 20%);\n\n svg {\n stroke: @accent-color;\n fill: fade(@accent-color, 20%);\n }\n }\n\n /* Sidebar provenance popup */\n button[aria-label=\"View more provenance details\"] {\n & + div > div > div {\n background-color: @base;\n border-color: @surface0;\n\n &::after {\n border-bottom-color: @base;\n }\n\n &::before {\n border-bottom-color: @surface0;\n }\n\n & > div {\n div:nth-of-type(2) {\n border-color: @surface0;\n }\n }\n }\n }\n ._1e07caeb {\n color: @text;\n }\n ._9666fddd,\n ._861fb12a,\n ._2160593e {\n color: @subtext0;\n }\n /* Provenance icon */\n .f97c6116 {\n fill: @green;\n }\n /* Provenance section at bottom */\n #provenance-details-header + div {\n border-color: @surface0;\n }\n\n /* Sidebar text */\n .c84e15be {\n color: @subtext0;\n }\n\n /* Tab headings */\n\n [id^=\"tabpanel-\"] h2 {\n color: @text;\n }\n\n /* File explorer tab */\n #tabpanel-explore > div > div {\n border-color: @surface0;\n\n > div:has(h2),\n div:has(+ pre) {\n border-bottom-color: @surface0;\n }\n\n /* Back button inside file */\n ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n\n ul li {\n border-bottom-color: @surface0;\n\n &:hover {\n background-color: @surface0;\n }\n\n img {\n height: 0 !important;\n width: 0 !important;\n @folder: escape(\n ''\n );\n @file: escape(\n ''\n );\n &._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,@{folder}\") no-repeat;\n }\n &._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,@{file}\") no-repeat;\n }\n }\n }\n\n /* File paths/link */\n button,\n /* Loading spinner */\n svg:has(> circle) {\n color: @text !important;\n }\n\n div:has(+ pre) {\n background-color: @mantle;\n }\n pre {\n background-color: @base !important;\n color: @text !important;\n\n .react-syntax-highlighter-line-number {\n color: @subtext1 !important;\n }\n\n [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n [style=\"color: rgb(150, 152, 150);\"] {\n color: @overlay0 !important;\n }\n [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n [style=\"color: rgb(215, 58, 73);\"],\n [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n .hljs-subst,\n .hljs-built_in {\n color: var(\n --color-prettylights-syntax-storage-modifier-import\n ) !important;\n }\n }\n }\n\n /* Versions tab */\n #tabpanel-versions {\n ul li[class] div {\n border-bottom-color: @surface0;\n }\n }\n\n /* Dependencies/dependents tab */\n #tabpanel-dependencies,\n #tabpanel-dependents {\n ul a {\n color: @red;\n\n &:hover {\n color: @text;\n }\n }\n }\n\n /* Readme tab */\n #tabpanel-readme #readme {\n color: @text;\n a {\n color: @red;\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: @text;\n a,\n svg {\n color: @text;\n fill: @text;\n }\n }\n p,\n li {\n color: @subtext0;\n }\n strong {\n color: @text;\n }\n pre,\n code {\n background-color: @mantle;\n color: @text;\n }\n pre.editor.editor-colors {\n .keyword,\n .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal; // stylelint-disable-line property-disallowed-list\n }\n .string {\n color: var(--color-prettylights-syntax-string);\n }\n .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n .entity,\n .function {\n color: var(--color-prettylights-syntax-entity);\n }\n .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n .punctuation.definition:not(.string) {\n color: @text;\n }\n .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n }\n h1,\n h2 {\n border-bottom-color: @surface1;\n }\n h4 {\n border-bottom-color: @surface0;\n }\n blockquote {\n background-color: lighten(@surface0, 2%);\n border-left-color: @surface2;\n }\n table {\n color: @text;\n border-bottom-style: none;\n td,\n th {\n background-color: @base;\n border-color: @surface0;\n }\n }\n }\n\n /* Keyword links */\n #user-content-keywords {\n color: @text;\n\n & + ul a {\n color: @red;\n\n &:hover {\n color: @text;\n }\n }\n }\n /* Share provenance feedback link */\n #user-content-provenance a[href=\" https://github.com/npm/feedback\"]\n {\n color: @text;\n }\n\n /* --- PROFILE PAGES --- */\n\n .eaac77a6 {\n color: @surface2;\n }\n ._34da67ba {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n ._69ab2ca0 {\n border-color: @surface0;\n background-color: @mantle;\n }\n\n /* --- SETTINGS PAGES --- */\n\n /* Headings */\n ._7fb5e603 h1 {\n color: @text;\n }\n\n /* Left panel */\n aside.e9998f88 {\n box-shadow: none;\n\n ul.c63ae7fc li:hover {\n background-color: @crust;\n }\n\n /* Create organization button */\n #organizationsHeader + a[href=\"/org/create\"] {\n color: @green;\n border-color: @green;\n\n &:hover {\n color: @mantle;\n background-color: @green;\n }\n }\n }\n\n /* Linked accounts & recovery option settings */\n .b49405c7 {\n color: @text;\n }\n\n /* Email and password settings */\n p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n\t\t/* Delete account */\n\t\tp:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: @text;\n }\n\n /* Access tokens settings */\n form#tokens {\n table {\n td {\n span {\n color: @subtext1;\n\n &:hover {\n color: @text;\n }\n }\n code {\n color: @subtext0;\n }\n }\n & + div {\n color: @text;\n }\n }\n }\n ._305a9f55 ._038c0473 {\n border-color: @accent-color;\n background-color: fade(@accent-color, 20%);\n }\n button[aria-label^=\"Delete token ending in\"] {\n ._305a9f55 ._038c0473 & {\n border-color: @surface2;\n }\n &.b55db0e2:hover {\n border-color: @red;\n background-color: @red;\n color: @base;\n }\n }\n\n /* 2FA authentication page */\n ._75ce47e7 {\n background-color: @base;\n\n ._71252860,\n .d7eb966d {\n color: @text;\n }\n\n [fill=\"#65C6C9\"],\n [fill=\"url(#paint1_linear_449_428)\"],\n [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: @blue;\n }\n [fill=\"url(#paint2_linear_449_428)\"],\n [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: @base;\n }\n\n &::before {\n background-image: @npmGradient;\n }\n }\n ._320f7a67 {\n background-color: @base;\n\n &::before {\n background-image: @npmGradient;\n }\n\n section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n\n div[role=\"radiogroup\"] {\n color: @text;\n background-color: @surface0;\n }\n\n #gat-banner span {\n color: @yellow;\n }\n }\n\n /* Create organization page */\n .acb78000::before {\n background-image: @npmGradient;\n }\n /* Step 1: create an org */\n .e99f3f5d {\n color: @green;\n }\n img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"]\n {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n /* Step 2: invite members */\n img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"]\n {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n div:has(> form[action=\"/org/create\"]) {\n color: @text;\n\n &,\n & + div {\n border-color: @surface0;\n }\n }\n\n /* Billing information page */\n .bg-washed-green {\n background-color: fade(\n lighten(@teal, 10%),\n if(@lookup = latte, 50%, 100%)\n );\n }\n .b--light-green {\n border-color: @teal;\n }\n\n /* --- GENERIC --- */\n\n /* Buttons/button links */\n ._24a1e9c7 {\n background-image: none;\n background-color: @surface0;\n color: @text;\n border-color: @surface1;\n\n &:not([disabled]):hover {\n background-color: @surface1;\n }\n\n &[disabled] {\n background-color: @mantle;\n color: @subtext0;\n }\n\n /* Danger */\n &._4a3f8f21 {\n & when (@lookup = latte) {\n background-color: lighten(@red, 30%);\n\n &:hover {\n background-color: lighten(@red, 25%);\n }\n }\n\n & when not (@lookup = latte) {\n background-color: @red;\n color: @surface1;\n\n &:hover {\n background-color: lighten(@red, 5%);\n }\n }\n }\n\n /* Success */\n &.c37751f6 {\n & when (@lookup = latte) {\n background-color: lighten(@green, 30%);\n\n &:hover {\n background-color: lighten(@green, 25%);\n }\n }\n\n & when not (@lookup = latte) {\n background-color: @green;\n color: @surface1;\n\n &:hover {\n background-color: lighten(@green, 5%);\n }\n }\n }\n }\n\n /* Input elements */\n input,\n textarea {\n background-color: transparent;\n\n &:focus {\n box-shadow: 0 0 0 2px @accent-color;\n }\n }\n #signup_email_error_message {\n color: @red;\n }\n button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: @text;\n\n &:hover {\n background-color: @mantle;\n }\n\n &::before {\n background-color: @surface0;\n }\n }\n /* Dropdowns */\n details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: @base;\n border-color: @surface0;\n\n li a:hover {\n background-color: @mantle !important;\n color: @text !important;\n }\n }\n /* Select menus */\n select {\n background-color: @surface0;\n border-color: @surface2;\n color: @text;\n }\n\n /* --- SEARCH RESULTS --- */\n\n [aria-labelledby=\"search_ranking_radiogroup_label\"] {\n & > div:focus-within {\n outline-style: none;\n }\n\n label {\n color: @subtext0;\n\n &[for=\"search_ranking_optimal\"] {\n border-bottom-color: @surface1;\n }\n\n &[for=\"search_ranking_popularity\"] {\n border-bottom-color: @sky;\n }\n\n &[for=\"search_ranking_quality\"] {\n border-bottom-color: @mauve;\n }\n\n &[for=\"search_ranking_maintenance\"] {\n border-bottom-color: @red;\n }\n }\n }\n /* Results header, results count, pagination buttons */\n .a9b7335e {\n background-color: @mantle;\n }\n nav[aria-label=\"Pagination Navigation\"] {\n div > a {\n background-color: @base;\n border-color: @surface0;\n\n &:hover {\n background-color: @mantle;\n }\n }\n }\n #pkg-list-exact-match {\n color: @base;\n & when (@lookup = latte) {\n background-color: lighten(@mauve, 20%);\n }\n & when not (@lookup = latte) {\n background-color: @mauve;\n }\n }\n div:has(#search_ranking_radiogroup_label) {\n a[href^=\"/search?q=keywords\"] {\n background-color: @mantle;\n\n &:hover {\n background-color: @crust;\n }\n }\n }\n /* Username links */\n a[aria-label^=\"publisher\"]:hover {\n color: @red;\n }\n /* PQM text */\n ._89d0b3e5 {\n color: @text;\n }\n /* PQM bars */\n ._464c07bf {\n background-color: @sky;\n }\n ._625ca439 {\n background-color: @mauve;\n }\n ._9a8a65f4 {\n background-color: @red;\n }\n\n /* --- FOOTER --- */\n\n footer {\n a[href=\"https://github.com/npm\"] svg\n {\n & > polygon {\n fill: @base;\n }\n\n & > rect {\n fill: @text;\n }\n }\n a[href=\"https://github.com\"] svg\n {\n fill: @text;\n }\n &::after {\n background-image: @npmGradient;\n }\n }\n\n --color-prettylights-syntax-comment: @overlay1;\n --color-prettylights-syntax-constant: @teal;\n --color-prettylights-syntax-entity: @blue;\n --color-prettylights-syntax-storage-modifier-import: @peach;\n --color-prettylights-syntax-entity-tag: @teal;\n --color-prettylights-syntax-keyword: @mauve;\n --color-prettylights-syntax-string: @green;\n --color-prettylights-syntax-variable: @peach;\n --color-prettylights-syntax-invalid-illegal-text: @red;\n --color-prettylights-syntax-invalid-illegal-bg: fadeout(@red, 85%);\n --color-prettylights-syntax-markup-heading: @teal;\n --color-prettylights-syntax-markup-italic: @yellow;\n --color-prettylights-syntax-markup-bold: @yellow;\n --color-prettylights-syntax-markup-deleted-text: @text;\n --color-prettylights-syntax-markup-deleted-bg: fadeout(@red, 60%);\n --color-prettylights-syntax-markup-inserted-text: @text;\n --color-prettylights-syntax-markup-inserted-bg: fadeout(@green, 60%);\n --color-prettylights-syntax-markup-changed-text: @text;\n --color-prettylights-syntax-markup-changed-bg: fadeout(@yellow, 60%);\n --color-prettylights-syntax-markup-ignored-text: @text;\n\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n div.highlight pre {.pl-mb,.pl-mdr,.pl-c{color:var(--color-prettylights-syntax-comment)}.pl-c1,.pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.pl-e,.pl-en{color:var(--color-prettylights-syntax-entity)}.pl-s .pl-s1,.pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}.pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.pl-k{color:var(--color-prettylights-syntax-keyword)}.pl-pds,.pl-s,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}.pl-smw,.pl-v{color:var(--color-prettylights-syntax-variable)}.pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp)}.pl-ml{color:var(--color-prettylights-syntax-markup-list)}.pl-mh,.pl-mh .pl-en,.pl-ms{color:var(--color-prettylights-syntax-markup-heading)}.pl-mi{color:var(--color-prettylights-syntax-markup-italic)}.pl-mb{color:var(--color-prettylights-syntax-markup-bold)}.pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range)}.pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}}\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n}\n\n/* Todos:\n- https://www.npmjs.com/org/create\n- https://www.npmjs.com/products/pro\n- https://www.npmjs.com/products/teams\n- https://www.npmjs.com/products\n*/\n", + "sourceCode": "/* ==UserStyle==\n@name npm Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/npm\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm\n@version 0.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm\n@description Soothing pastel theme for npm\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain(\"www.npmjs.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n accent-color: @accent-color;\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n background-color: transparent;\n\n &:focus {\n box-shadow: 0 0 0 2px @accent-color;\n }\n\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n @npmGradient: linear-gradient(139deg, @peach, @maroon, @red, @pink);\n\n --color-fg-default: @text;\n --color-fg-muted: @subtext1;\n --color-fg-subtle: @subtext0;\n --color-fg-on-emphasis: @base;\n --color-fg-brand: @red;\n --color-fg-accent: @blue;\n --color-fg-success: @green;\n --color-fg-attention: @yellow;\n --color-fg-danger: @red;\n --color-border-strong: @surface0;\n\n &,\n main {\n background-color: @base !important;\n }\n\n /* Primary background */\n .bg-white,\n ._4ea0e50d {\n background-color: @base;\n }\n\n /* Background layer background */\n ._7eb68a55,\n .e9998f88 {\n background-color: @mantle;\n }\n\n /* Primary text */\n ._99e3854f,\n .black,\n .black-90,\n .black-80,\n ._0b9b6c57,\n ._1b8c0a9f,\n p,\n a {\n color: @text;\n }\n\n /* Secondary text */\n .black-70,\n .black-60,\n .cd2827bb a {\n color: @subtext0;\n }\n ._66c2abad {\n color: @overlay0;\n }\n\n /* Inverse text */\n .white {\n color: @base;\n }\n\n /* Border colors */\n .b--black-10,\n .b--black-20 {\n border-color: @surface0;\n }\n\n /* --- ARBITRARY --- */\n\n /* Top loading bar */\n div.fixed.top-0.left-0.z-999 {\n background-color: @red;\n }\n\n /* Magnifying glass icon (search box, discover packages) */\n svg g[stroke=\"#777777\"] {\n stroke: @subtext0;\n }\n\n /* \"Beta\" pill */\n .a17280e0 {\n color: @green;\n border-color: @green;\n }\n /* Green checkmark */\n [fill=\"#107010\"] {\n fill: @green;\n }\n\n /* --- HEADER --- */\n [data-test-id=\"notification-banner\"] {\n background-color: if(\n @lookup = latte,\n desaturate(lighten(@green, 30%), 5%),\n desaturate(darken(@green, 5%), 5%)\n );\n border-color: @green;\n\n #notification,\n button[aria-label=\"Close notification\"] {\n color: if(@lookup = latte, @text, @base);\n }\n }\n header {\n border-bottom-color: @surface0;\n\n /* Top bar gradient */\n .e7070742 {\n border-image: @npmGradient 3;\n }\n\n /* Heart icon */\n ._0edb515f {\n color: @text;\n }\n\n /* Logo */\n a[href=\"/\"] > svg > path {\n fill: @text;\n }\n\n /* Search box */\n form#search {\n button[type=\"submit\"] {\n background-color: @subtext1;\n }\n\n & > div {\n border-color: @crust;\n\n &:focus-within {\n border-color: @subtext1;\n }\n\n & > div {\n background-color: @crust;\n\n input[type=\"search\"] {\n color: @text;\n\n &:focus {\n box-shadow: none;\n }\n\n &::-webkit-search-cancel-button {\n display: none;\n }\n }\n }\n\n /* Floating live results */\n ul li {\n border-bottom-color: @surface0;\n color: @text;\n }\n }\n }\n\n /* Profile picture nvigation */\n #signup {\n border-color: @surface0;\n }\n nav > button[aria-label=\"Profile menu\"] {\n /* Dropdown arrow */\n img[alt=\"avatar\"] {\n border-color: @text;\n\n & + div > svg {\n fill: @text;\n }\n }\n\n /* Popup */\n + span > div {\n border-color: @surface0;\n\n /* Popup triangle */\n &::after {\n border-bottom-color: @base;\n }\n &::before {\n border-bottom-color: @surface0;\n }\n\n /* Username */\n h2 {\n border-bottom-color: @surface1;\n }\n\n /* Navigation options */\n ul li a {\n &:hover,\n &:focus {\n background-color: @crust;\n }\n\n /* Red \"Add Organization\" button */\n &[href=\"/org/create\"] {\n border-color: @surface0;\n color: @red;\n svg {\n fill: @red;\n }\n }\n }\n }\n }\n }\n\n /* --- HOME PAGE --- */\n\n article > section:nth-of-type(1) {\n background-image: linear-gradient(\n 270deg,\n fade(@red, 16%) 0%,\n fade(@red, 56%) 18.45%,\n fade(@red, 80%) 49.67%,\n fade(@red, 56%) 82.52%,\n fade(@red, 19%) 99.7%,\n fade(@red, 0%) 99.71%,\n fade(@red, 0%) 99.72%,\n fade(@red, 16%) 99.73%\n ),\n url(\"https://static-production.npmjs.com/abf53a31b2da4657a1a004ee9358551c.png\");\n\n a[href=\"/signup\"] {\n background-color: @yellow;\n }\n a[href=\"/products/pro\"] {\n background-color: @red;\n border-color: @text;\n }\n }\n article > section:nth-of-type(2) {\n color: @text;\n }\n\n /* Popular libraries section */\n #popular-libraries-header + hr {\n border-color: @red;\n }\n ul[aria-labelledby=\"popular-libraries-header\"] {\n li a {\n border-bottom-color: @surface0;\n }\n }\n\n /* Discover packages section */\n #discover-packages-header + hr {\n border-color: mix(@red, @yellow);\n }\n ul[aria-labelledby=\"discover-packages-header\"] li {\n a {\n color: @text;\n border-color: @surface0;\n }\n &:nth-of-type(6n + 1):hover a {\n color: @mauve;\n border-bottom-color: @mauve;\n }\n &:nth-of-type(6n + 2):hover a {\n color: @green;\n border-bottom-color: @green;\n }\n &:nth-of-type(6n + 3):hover a {\n color: @sky;\n border-bottom-color: @sky;\n }\n &:nth-of-type(6n + 4):hover a {\n color: @red;\n border-bottom-color: @red;\n }\n &:nth-of-type(6n + 5):hover a {\n color: @yellow;\n border-bottom-color: @yellow;\n }\n &:nth-of-type(6n + 6):hover a {\n color: @pink;\n border-bottom-color: @pink;\n }\n }\n\n /* By the numbers section */\n ._8f26e3fd {\n border-color: @yellow;\n }\n\n /* Recently updated packages section */\n #recently-updated-packages-header + hr {\n border-color: @red;\n }\n\n /* --- PACKAGE PAGES --- */\n\n /* \"public\" text */\n ._813b53b2 {\n color: @green;\n }\n /* TypeScript logo */\n img[alt=\"TypeScript icon, indicating that this package has built-in type declarations\"] {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 20px;\n margin-left: 1rem;\n padding-top: 20px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n\n /* Navigation tabs */\n ul[aria-owns*=\"package-tab-\"] {\n li {\n &:has(#package-tab-readme) {\n border-color: @yellow;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@yellow, 20%);\n }\n\n a {\n color: @yellow;\n }\n }\n &:has(#package-tab-code),\n &:has(#package-tab-admin) {\n border-color: @red;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@red, 20%);\n }\n\n a {\n color: @red;\n }\n }\n &:has(#package-tab-dependents),\n &:has(#package-tab-packages) {\n border-color: @mauve;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@mauve, 20%);\n }\n\n a {\n color: @mauve;\n }\n }\n &:has(#package-tab-dependencies) {\n border-color: @pink;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@pink, 20%);\n }\n\n a {\n color: @pink;\n }\n }\n &:has(#package-tab-versions) {\n border-color: @sapphire;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@sapphire, 20%);\n }\n\n a {\n color: @sapphire;\n }\n }\n &:has(#package-tab-orgs) {\n border-color: @green;\n\n &:has(> a[aria-selected=\"false\"]):hover {\n background-color: fade(@green, 20%);\n }\n\n a {\n color: @green;\n }\n }\n }\n }\n\n /* Sidebar icons */\n ._5cfc0900 svg,\n .b5be2af6 svg,\n button[aria-label=\"Copy install command line\"] svg,\n [aria-labelledby=\"repository repository-link\"] svg g {\n fill: @text;\n }\n /* Copy install command box */\n p:has(button[aria-label=\"Copy install command line\"]) {\n border-color: @surface0;\n }\n /* Weekly downloads chart */\n div:has(> svg > [class^=\"sparkline--\"]) {\n border-bottom-color: fade(@accent-color, 20%);\n\n svg {\n stroke: @accent-color;\n fill: fade(@accent-color, 20%);\n }\n }\n\n /* Sidebar provenance popup */\n button[aria-label=\"View more provenance details\"] {\n & + div > div > div {\n background-color: @base;\n border-color: @surface0;\n\n &::after {\n border-bottom-color: @base;\n }\n\n &::before {\n border-bottom-color: @surface0;\n }\n\n & > div {\n div:nth-of-type(2) {\n border-color: @surface0;\n }\n }\n }\n }\n ._1e07caeb {\n color: @text;\n }\n ._9666fddd,\n ._861fb12a,\n ._2160593e {\n color: @subtext0;\n }\n /* Provenance icon */\n .f97c6116 {\n fill: @green;\n }\n /* Provenance section at bottom */\n #provenance-details-header + div {\n border-color: @surface0;\n }\n\n /* Sidebar text */\n .c84e15be {\n color: @subtext0;\n }\n\n /* Tab headings */\n\n [id^=\"tabpanel-\"] h2 {\n color: @text;\n }\n\n /* File explorer tab */\n #tabpanel-explore > div > div {\n border-color: @surface0;\n\n > div:has(h2),\n div:has(+ pre) {\n border-bottom-color: @surface0;\n }\n\n /* Back button inside file */\n ._450b46e9 {\n height: 0 !important;\n width: 0 !important;\n padding-top: 16px;\n padding-left: 12px;\n @svg: escape(\n ''\n );\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n\n ul li {\n border-bottom-color: @surface0;\n\n &:hover {\n background-color: @surface0;\n }\n\n img {\n height: 0 !important;\n width: 0 !important;\n @folder: escape(\n ''\n );\n @file: escape(\n ''\n );\n &._1528cda6 {\n padding-top: 25px;\n padding-left: 20px;\n background: url(\"data:image/svg+xml,@{folder}\") no-repeat;\n }\n &._7ec1ed32 {\n padding-top: 22.5px;\n padding-left: 18px;\n background: url(\"data:image/svg+xml,@{file}\") no-repeat;\n }\n }\n }\n\n /* File paths/link */\n button,\n /* Loading spinner */\n svg:has(> circle) {\n color: @text !important;\n }\n\n div:has(+ pre) {\n background-color: @mantle;\n }\n pre {\n background-color: @base !important;\n color: @text !important;\n\n .react-syntax-highlighter-line-number {\n color: @subtext1 !important;\n }\n\n [style=\"color: rgb(102, 102, 102);\"] {\n color: var(--color-prettylights-syntax-comment) !important;\n }\n [style=\"color: rgb(150, 152, 150);\"] {\n color: @overlay0 !important;\n }\n [style=\"color: rgb(0, 92, 197);\"] {\n color: var(--color-prettylights-syntax-constant) !important;\n }\n [style=\"color: rgb(215, 58, 73);\"],\n [style=\"color: rgb(0, 134, 179);\"] {\n color: var(--color-prettylights-syntax-keyword) !important;\n }\n [style=\"color: rgb(3, 47, 98);\"] {\n color: var(--color-prettylights-syntax-string) !important;\n }\n [style=\"color: rgb(111, 66, 193);\"] {\n color: var(--color-prettylights-syntax-entity) !important;\n }\n .hljs-subst,\n .hljs-built_in {\n color: var(\n --color-prettylights-syntax-storage-modifier-import\n ) !important;\n }\n }\n }\n\n /* Versions tab */\n #tabpanel-versions {\n ul li[class] div {\n border-bottom-color: @surface0;\n }\n }\n\n /* Dependencies/dependents tab */\n #tabpanel-dependencies,\n #tabpanel-dependents {\n ul a {\n color: @red;\n\n &:hover {\n color: @text;\n }\n }\n }\n\n /* Readme tab */\n #tabpanel-readme #readme {\n color: @text;\n a {\n color: @red;\n }\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n color: @text;\n a,\n svg {\n color: @text;\n fill: @text;\n }\n }\n p,\n li {\n color: @subtext0;\n }\n strong {\n color: @text;\n }\n pre,\n code {\n background-color: @mantle;\n color: @text;\n }\n pre.editor.editor-colors {\n .keyword,\n .storage.type {\n color: var(--color-prettylights-syntax-keyword);\n font-weight: normal; // stylelint-disable-line property-disallowed-list\n }\n .string {\n color: var(--color-prettylights-syntax-string);\n }\n .variable {\n color: var(--color-prettylights-syntax-variable);\n }\n .entity,\n .function {\n color: var(--color-prettylights-syntax-entity);\n }\n .comment {\n color: var(--color-prettylights-syntax-comment);\n }\n .storage.type.function {\n color: var(--color-prettylights-syntax-keyword);\n }\n .punctuation.definition:not(.string) {\n color: @text;\n }\n .constant {\n color: var(--color-prettylights-syntax-constant);\n }\n }\n h1,\n h2 {\n border-bottom-color: @surface1;\n }\n h4 {\n border-bottom-color: @surface0;\n }\n blockquote {\n background-color: lighten(@surface0, 2%);\n border-left-color: @surface2;\n }\n table {\n color: @text;\n border-bottom-style: none;\n td,\n th {\n background-color: @base;\n border-color: @surface0;\n }\n }\n }\n\n /* Keyword links */\n #user-content-keywords {\n color: @text;\n\n & + ul a {\n color: @red;\n\n &:hover {\n color: @text;\n }\n }\n }\n /* Share provenance feedback link */\n #user-content-provenance a[href=\" https://github.com/npm/feedback\"]\n {\n color: @text;\n }\n\n /* --- PROFILE PAGES --- */\n\n .eaac77a6 {\n color: @surface2;\n }\n ._34da67ba {\n @svg: escape(\n ''\n );\n background-image: url(\"data:image/svg+xml,@{svg}\");\n }\n ._69ab2ca0 {\n border-color: @surface0;\n background-color: @mantle;\n }\n\n /* --- SETTINGS PAGES --- */\n\n /* Headings */\n ._7fb5e603 h1 {\n color: @text;\n }\n\n /* Left panel */\n aside.e9998f88 {\n box-shadow: none;\n\n ul.c63ae7fc li:hover {\n background-color: @crust;\n }\n\n /* Create organization button */\n #organizationsHeader + a[href=\"/org/create\"] {\n color: @green;\n border-color: @green;\n\n &:hover {\n color: @mantle;\n background-color: @green;\n }\n }\n }\n\n /* Linked accounts & recovery option settings */\n .b49405c7 {\n color: @text;\n }\n\n /* Email and password settings */\n p:has(+ div > a[href^=\"/settings/\"][href$=\"/email\"] + a[href^=\"/settings/\"][href$=\"/password\"]),\n\t\t/* Delete account */\n\t\tp:has(+ a[href^=\"/settings/\"][href$=\"/delete-account\"]) {\n color: @text;\n }\n\n /* Access tokens settings */\n form#tokens {\n table {\n td {\n span {\n color: @subtext1;\n\n &:hover {\n color: @text;\n }\n }\n code {\n color: @subtext0;\n }\n }\n & + div {\n color: @text;\n }\n }\n }\n ._305a9f55 ._038c0473 {\n border-color: @accent-color;\n background-color: fade(@accent-color, 20%);\n }\n button[aria-label^=\"Delete token ending in\"] {\n ._305a9f55 ._038c0473 & {\n border-color: @surface2;\n }\n &.b55db0e2:hover {\n border-color: @red;\n background-color: @red;\n color: @base;\n }\n }\n\n /* 2FA authentication page */\n ._75ce47e7 {\n background-color: @base;\n\n ._71252860,\n .d7eb966d {\n color: @text;\n }\n\n [fill=\"#65C6C9\"],\n [fill=\"url(#paint1_linear_449_428)\"],\n [fill=\"url(#paint0_linear_110_3043)\"] {\n fill: @blue;\n }\n [fill=\"url(#paint2_linear_449_428)\"],\n [fill=\"url(#paint1_linear_110_3043)\"] {\n fill: @base;\n }\n\n &::before {\n background-image: @npmGradient;\n }\n }\n ._320f7a67 {\n background-color: @base;\n\n &::before {\n background-image: @npmGradient;\n }\n\n section {\n box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n }\n\n div[role=\"radiogroup\"] {\n color: @text;\n background-color: @surface0;\n }\n\n #gat-banner span {\n color: @yellow;\n }\n }\n\n /* Create organization page */\n .acb78000::before {\n background-image: @npmGradient;\n }\n /* Step 1: create an org */\n .e99f3f5d {\n color: @green;\n }\n img[src=\"https://static-production.npmjs.com/28dd82ec6e5fe3cfbb4d2c4ec492076b.svg\"]\n {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n /* Step 2: invite members */\n img[src=\"https://static-production.npmjs.com/d6654c911c7cf2159948148754c95bb6.svg\"]\n {\n @svg: escape(\n ''\n );\n height: 0 !important;\n width: 0 !important;\n padding-left: 42px;\n padding-top: 42px;\n background: url(\"data:image/svg+xml,@{svg}\") no-repeat;\n }\n div:has(> form[action=\"/org/create\"]) {\n color: @text;\n\n &,\n & + div {\n border-color: @surface0;\n }\n }\n\n /* Billing information page */\n .bg-washed-green {\n background-color: fade(\n lighten(@teal, 10%),\n if(@lookup = latte, 50%, 100%)\n );\n }\n .b--light-green {\n border-color: @teal;\n }\n\n /* --- GENERIC --- */\n\n /* Buttons/button links */\n ._24a1e9c7 {\n background-image: none;\n background-color: @surface0;\n color: @text;\n border-color: @surface1;\n\n &:not([disabled]):hover {\n background-color: @surface1;\n }\n\n &[disabled] {\n background-color: @mantle;\n color: @subtext0;\n }\n\n /* Danger */\n &._4a3f8f21 {\n & when (@lookup = latte) {\n background-color: lighten(@red, 30%);\n\n &:hover {\n background-color: lighten(@red, 25%);\n }\n }\n\n & when not (@lookup = latte) {\n background-color: @red;\n color: @surface1;\n\n &:hover {\n background-color: lighten(@red, 5%);\n }\n }\n }\n\n /* Success */\n &.c37751f6 {\n & when (@lookup = latte) {\n background-color: lighten(@green, 30%);\n\n &:hover {\n background-color: lighten(@green, 25%);\n }\n }\n\n & when not (@lookup = latte) {\n background-color: @green;\n color: @surface1;\n\n &:hover {\n background-color: lighten(@green, 5%);\n }\n }\n }\n }\n\n /* Input elements */\n #signup_email_error_message {\n color: @red;\n }\n button[name=\"show-hide-password\"] {\n background-color: transparent;\n color: @text;\n\n &:hover {\n background-color: @mantle;\n }\n\n &::before {\n background-color: @surface0;\n }\n }\n /* Dropdowns */\n details ul[class*=\"Dropdown__DropdownMenu\"] {\n background-color: @base;\n border-color: @surface0;\n\n li a:hover {\n background-color: @mantle !important;\n color: @text !important;\n }\n }\n /* Select menus */\n select {\n background-color: @surface0;\n border-color: @surface2;\n color: @text;\n }\n\n /* --- SEARCH RESULTS --- */\n\n [aria-labelledby=\"search_ranking_radiogroup_label\"] {\n & > div:focus-within {\n outline-style: none;\n }\n\n label {\n color: @subtext0;\n\n &[for=\"search_ranking_optimal\"] {\n border-bottom-color: @surface1;\n }\n\n &[for=\"search_ranking_popularity\"] {\n border-bottom-color: @sky;\n }\n\n &[for=\"search_ranking_quality\"] {\n border-bottom-color: @mauve;\n }\n\n &[for=\"search_ranking_maintenance\"] {\n border-bottom-color: @red;\n }\n }\n }\n /* Results header, results count, pagination buttons */\n .a9b7335e {\n background-color: @mantle;\n }\n nav[aria-label=\"Pagination Navigation\"] {\n div > a {\n background-color: @base;\n border-color: @surface0;\n\n &:hover {\n background-color: @mantle;\n }\n }\n }\n #pkg-list-exact-match {\n color: @base;\n & when (@lookup = latte) {\n background-color: lighten(@mauve, 20%);\n }\n & when not (@lookup = latte) {\n background-color: @mauve;\n }\n }\n div:has(#search_ranking_radiogroup_label) {\n a[href^=\"/search?q=keywords\"] {\n background-color: @mantle;\n\n &:hover {\n background-color: @crust;\n }\n }\n }\n /* Username links */\n a[aria-label^=\"publisher\"]:hover {\n color: @red;\n }\n /* PQM text */\n ._89d0b3e5 {\n color: @text;\n }\n /* PQM bars */\n ._464c07bf {\n background-color: @sky;\n }\n ._625ca439 {\n background-color: @mauve;\n }\n ._9a8a65f4 {\n background-color: @red;\n }\n\n /* --- FOOTER --- */\n\n footer {\n a[href=\"https://github.com/npm\"] svg\n {\n & > polygon {\n fill: @base;\n }\n\n & > rect {\n fill: @text;\n }\n }\n a[href=\"https://github.com\"] svg\n {\n fill: @text;\n }\n &::after {\n background-image: @npmGradient;\n }\n }\n\n --color-prettylights-syntax-comment: @overlay1;\n --color-prettylights-syntax-constant: @teal;\n --color-prettylights-syntax-entity: @blue;\n --color-prettylights-syntax-storage-modifier-import: @peach;\n --color-prettylights-syntax-entity-tag: @teal;\n --color-prettylights-syntax-keyword: @mauve;\n --color-prettylights-syntax-string: @green;\n --color-prettylights-syntax-variable: @peach;\n --color-prettylights-syntax-invalid-illegal-text: @red;\n --color-prettylights-syntax-invalid-illegal-bg: fadeout(@red, 85%);\n --color-prettylights-syntax-markup-heading: @teal;\n --color-prettylights-syntax-markup-italic: @yellow;\n --color-prettylights-syntax-markup-bold: @yellow;\n --color-prettylights-syntax-markup-deleted-text: @text;\n --color-prettylights-syntax-markup-deleted-bg: fadeout(@red, 60%);\n --color-prettylights-syntax-markup-inserted-text: @text;\n --color-prettylights-syntax-markup-inserted-bg: fadeout(@green, 60%);\n --color-prettylights-syntax-markup-changed-text: @text;\n --color-prettylights-syntax-markup-changed-bg: fadeout(@yellow, 60%);\n --color-prettylights-syntax-markup-ignored-text: @text;\n\n /* stylelint-disable declaration-block-single-line-max-declarations */\n /* prettier-ignore */\n div.highlight pre {.pl-mb,.pl-mdr,.pl-c{color:var(--color-prettylights-syntax-comment)}.pl-c1,.pl-s .pl-v{color:var(--color-prettylights-syntax-constant)}.pl-e,.pl-en{color:var(--color-prettylights-syntax-entity)}.pl-s .pl-s1,.pl-smi{color:var(--color-prettylights-syntax-storage-modifier-import)}.pl-ent{color:var(--color-prettylights-syntax-entity-tag)}.pl-k{color:var(--color-prettylights-syntax-keyword)}.pl-pds,.pl-s,.pl-s .pl-pse .pl-s1,.pl-sr,.pl-sr .pl-cce,.pl-sr .pl-sra,.pl-sr .pl-sre{color:var(--color-prettylights-syntax-string)}.pl-smw,.pl-v{color:var(--color-prettylights-syntax-variable)}.pl-bu{color:var(--color-prettylights-syntax-brackethighlighter-unmatched)}.pl-ii{color:var(--color-prettylights-syntax-invalid-illegal-text);background-color:var(--color-prettylights-syntax-invalid-illegal-bg)}.pl-c2{color:var(--color-prettylights-syntax-carriage-return-text);background-color:var(--color-prettylights-syntax-carriage-return-bg)}.pl-sr .pl-cce{color:var(--color-prettylights-syntax-string-regexp)}.pl-ml{color:var(--color-prettylights-syntax-markup-list)}.pl-mh,.pl-mh .pl-en,.pl-ms{color:var(--color-prettylights-syntax-markup-heading)}.pl-mi{color:var(--color-prettylights-syntax-markup-italic)}.pl-mb{color:var(--color-prettylights-syntax-markup-bold)}.pl-md{color:var(--color-prettylights-syntax-markup-deleted-text);background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.pl-mi1{color:var(--color-prettylights-syntax-markup-inserted-text);background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.pl-mc{color:var(--color-prettylights-syntax-markup-changed-text);background-color:var(--color-prettylights-syntax-markup-changed-bg)}.pl-mi2{color:var(--color-prettylights-syntax-markup-ignored-text);background-color:var(--color-prettylights-syntax-markup-ignored-bg)}.pl-mdr{color:var(--color-prettylights-syntax-meta-diff-range)}.pl-ba{color:var(--color-prettylights-syntax-brackethighlighter-angle)}.pl-sg{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.pl-corl{text-decoration:underline;color:var(--color-prettylights-syntax-constant-other-reference-link)}}\n /* stylelint-enable declaration-block-single-line-max-declarations */\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", "usercssData": { "name": "npm Catppuccin", "namespace": "github.com/catppuccin/userstyles/styles/npm", "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/npm", - "version": "0.0.4", + "version": "0.0.5", "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css", "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm", "description": "Soothing pastel theme for npm", @@ -8160,11 +8627,419 @@ "url": "https://github.com/catppuccin/userstyles/tree/main/styles/npm", "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.css", "name": "npm Catppuccin", - "originalDigest": "c627c702e571575999f0a78c989908a884757599", + "originalDigest": "330a7f66d7900d4bffbbfa0fee1c0f9fde3ac1bc", "_id": "bf690d66-0749-4900-9b51-5903860bf126", - "_rev": 1709643101383, + "_rev": 1712856189524, "id": 84, - "etag": "W/\"1259d13eea09d87cb71b615658334c018a01cae80b2a42ad9844884483d90a17\"", - "updateDate": 1709643101290 + "etag": "W/\"ac56f511076efdb6655df53c2fb6498abae0127984b4afbacf399e6c9147c3b5\"", + "updateDate": 1712856189379 + }, + { + "enabled": true, + "installDate": 1712266896652, + "sections": [ + { + "code": "/* ==UserStyle==\n@name tldraw Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tldraw\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tldraw\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tldraw/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atldraw\n@description Soothing pastel theme for tldraw\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */", + "start": 0 + }, + { + "code": ".tl-theme__dark {\n color-scheme: dark;\n --color-accent: #b7bdf8 !important;\n --color-background: #24273a !important;\n --color-brush-fill: #363a4f !important;\n --color-brush-stroke: #5b6078 !important;\n --color-grid: #6e738d !important;\n --color-low: #363a4f !important;\n --color-low-border: #939ab7 !important;\n --color-culled: #b8c0e0 !important;\n --color-muted-none: rgba(54, 58, 79, 0.7);\n --color-muted-0: #363a4f;\n --color-muted-1: #494d64;\n --color-muted-2: #5b6078 !important;\n --color-hint: #5b6078 !important;\n --color-overlay: rgba(36, 39, 58, 0.5) !important;\n --color-divider: #494d64 !important;\n --color-panel-contrast: #5b6078 !important;\n --color-panel-overlay: rgba(110, 115, 141, 0.8);\n --color-panel: #363a4f !important;\n --color-focus: #91d7e3 !important;\n --color-selected: #b7bdf8 !important;\n --color-selected-contrast: #181926 !important;\n --color-selection-fill: rgba(138, 173, 244, 0.5);\n --color-selection-stroke: #7dc4e4 !important;\n --color-text-0: #cad3f5 !important;\n --color-text-1: #cad3f5 !important;\n --color-text-3: #b8c0e0 !important;\n --color-text-shadow: #a5adcb !important;\n --color-primary: #8aadf4 !important;\n --color-warn: #ee99a0 !important;\n --color-text: #cad3f5 !important;\n --color-laser: #ed8796 !important;\n --shadow-1-1: rgba(24, 25, 38, 0.16);\n --shadow-1-2: rgba(24, 25, 38, 0.22);\n --shadow-2-1: rgba(24, 25, 38, 0.66);\n --shadow-2-2: rgba(24, 25, 38, 0.33);\n --shadow-3-1: rgba(24, 25, 38, 0.5);\n --shadow-1: 0px 1px 2px var(--shadow-1-1), 0px 1px 3px var(--shadow-1-2);\n --shadow-2: 0px 1px 3px var(--shadow-2-1), 0px 2px 6px var(--shadow-2-2),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n --shadow-3: 0px 1px 3px var(--shadow-3-1), 0px 2px 12px var(--shadow-3-1),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n --color-black: #cad3f5;\n --color-gray: #a5adcb;\n --color-red: #ed8796;\n --color-light-red: #f09da9;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #96d382;\n --color-light-green: #b6e1a8;\n --color-blue: #8aadf4;\n --color-light-blue: #91d7e3;\n --color-violet: #aa71f2;\n --color-light-violet: #c6a0f6;\n }\n .tl-theme__dark ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .tl-theme__dark input::placeholder,\n .tl-theme__dark textarea::placeholder {\n color: #a5adcb !important;\n }\n .tl-theme__dark .tlui-menu__submenu__trigger[data-state=\"open\"]:not(:hover)::after {\n border-radius: var(--radius-1);\n background: linear-gradient(90deg, #363a4f 0%, var(--color-muted-2) 100%);\n }\n .tl-theme__dark .tlui-menu-zone *[data-state=\"open\"]::after {\n background: linear-gradient(180deg, #363a4f 0%, var(--color-muted-2) 100%);\n }\n .tl-theme__dark .tlui-people-menu__avatar {\n background-color: #a6da95 !important;\n }\n .tl-theme__dark [title=\"Color — Black\"] {\n color: var(--color-black) !important;\n }\n .tl-theme__dark [title=\"Color — Grey\"] {\n color: var(--color-gray) !important;\n }\n .tl-theme__dark [title=\"Color — Red\"] {\n color: var(--color-red) !important;\n }\n .tl-theme__dark [title=\"Color — Light red\"] {\n color: var(--color-light-red) !important;\n }\n .tl-theme__dark [title=\"Color — Orange\"] {\n color: var(--color-orange) !important;\n }\n .tl-theme__dark [title=\"Color — Yellow\"] {\n color: var(--color-yellow) !important;\n }\n .tl-theme__dark [title=\"Color — Green\"] {\n color: var(--color-green) !important;\n }\n .tl-theme__dark [title=\"Color — Light green\"] {\n color: var(--color-light-green) !important;\n }\n .tl-theme__dark [title=\"Color — Blue\"] {\n color: var(--color-blue) !important;\n }\n .tl-theme__dark [title=\"Color — Light blue\"] {\n color: var(--color-light-blue) !important;\n }\n .tl-theme__dark [title=\"Color — Violet\"] {\n color: var(--color-violet) !important;\n }\n .tl-theme__dark [title=\"Color — Light violet\"] {\n color: var(--color-light-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#e1e1e1\"],\n .tl-theme__dark .tl-svg-container [fill=\"#1d1d1d\"],\n .tl-theme__dark .tl-svg-container [fill=\"#494949\"],\n .tl-theme__dark .tl-svg-container [fill=\"#989898\"] {\n fill: var(--color-black) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#010403\"] {\n fill: #181926 !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#9398b0\"],\n .tl-theme__dark .tl-svg-container [fill=\"#adb5bd\"],\n .tl-theme__dark .tl-svg-container [fill=\"#bcc3c9\"],\n .tl-theme__dark .tl-svg-container [fill=\"#7c8187\"] {\n fill: var(--color-gray) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#e03131\"],\n .tl-theme__dark .tl-svg-container [fill=\"#e55959\"],\n .tl-theme__dark .tl-svg-container [fill=\"#8f3734\"] {\n fill: var(--color-red) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#ff8787\"],\n .tl-theme__dark .tl-svg-container [fill=\"#fe9e9e\"],\n .tl-theme__dark .tl-svg-container [fill=\"#a56767\"] {\n fill: var(--color-light-red) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#f76707\"],\n .tl-theme__dark .tl-svg-container [fill=\"#f78438\"],\n .tl-theme__dark .tl-svg-container [fill=\"#9f552d\"] {\n fill: var(--color-orange) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#ffc034\"],\n .tl-theme__dark .tl-svg-container [fill=\"#ffc078\"],\n .tl-theme__dark .tl-svg-container [fill=\"#fecb92\"] {\n fill: var(--color-yellow) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#099268\"],\n .tl-theme__dark .tl-svg-container [fill=\"#39a785\"],\n .tl-theme__dark .tl-svg-container [fill=\"#366a53\"] {\n fill: var(--color-green) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#40c057\"],\n .tl-theme__dark .tl-svg-container [fill=\"#65cb78\"],\n .tl-theme__dark .tl-svg-container [fill=\"#4e874e\"] {\n fill: var(--color-light-green) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#4263eb\"],\n .tl-theme__dark .tl-svg-container [fill=\"#6681ee\"],\n .tl-theme__dark .tl-svg-container [fill=\"#3a4b9e\"] {\n fill: var(--color-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#4dabf7\"],\n .tl-theme__dark .tl-svg-container [fill=\"#6fbbf8\"],\n .tl-theme__dark .tl-svg-container [fill=\"#4d7aa9\"] {\n fill: var(--color-light-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#ae3ec9\"],\n .tl-theme__dark .tl-svg-container [fill=\"#bd63d3\"],\n .tl-theme__dark .tl-svg-container [fill=\"#763a8b\"] {\n fill: var(--color-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [fill=\"#e599f7\"],\n .tl-theme__dark .tl-svg-container [fill=\"#e9acf8\"],\n .tl-theme__dark .tl-svg-container [fill=\"#9770a9\"] {\n fill: var(--color-light-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#e1e1e1\"],\n .tl-theme__dark .tl-svg-container [stroke=\"#1d1d1d\"] {\n stroke: var(--color-black) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#9398b0\"],\n .tl-theme__dark .tl-svg-container [stroke=\"#adb5bd\"] {\n stroke: var(--color-gray) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#e03131\"] {\n stroke: var(--color-red) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#ff8787\"] {\n stroke: var(--color-light-red) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#f76707\"] {\n stroke: var(--color-orange) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#ffc034\"],\n .tl-theme__dark .tl-svg-container [stroke=\"#ffc078\"] {\n stroke: var(--color-yellow) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#099268\"] {\n stroke: var(--color-green) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#40c057\"] {\n stroke: var(--color-light-green) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#4263eb\"] {\n stroke: var(--color-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#4dabf7\"] {\n stroke: var(--color-light-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#ae3ec9\"] {\n stroke: var(--color-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"#e599f7\"] {\n stroke: var(--color-light-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.8078 0.7225 0.0312)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.972 0.8705 0.05)\"] {\n stroke: var(--color-yellow) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.6299 0.7012 0.7856)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.8163 0.9023 0.9416)\"] {\n stroke: var(--color-text-3) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.7024 0.0403 0.753)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.9676 0.5652 0.9999)\"] {\n stroke: var(--color-light-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.5651 0.0079 0.8986)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.7469 0.5089 0.9995)\"] {\n stroke: var(--color-violet) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.0032 0.4655 0.7991)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.308 0.6632 0.9996)\"] {\n stroke: var(--color-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.0023 0.7259 0.7735)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.1512 0.9414 0.9996)\"] {\n stroke: var(--color-light-blue) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.7699 0.4937 0.0085)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.9988 0.6905 0.266)\"] {\n stroke: var(--color-orange) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.0085 0.582 0.4604)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.2536 0.984 0.7981)\"] {\n stroke: var(--color-green) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.2711 0.6172 0.0195)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.563 0.9495 0.3857)\"] {\n stroke: var(--color-light-green) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.7849 0.0585 0.3589)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.9988 0.5301 0.6397)\"] {\n stroke: var(--color-light-red) !important;\n }\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.7978 0.0509 0.2035)\"],\n .tl-theme__dark .tl-svg-container [stroke=\"color(display-p3 0.9992 0.4376 0.45)\"] {\n stroke: var(--color-red) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(147, 152, 176);\"],\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 192, 52);\"],\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n }\n .tl-theme__dark [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(225, 225, 225);\"],\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(29, 29, 29);\"] {\n color: var(--color-black) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(147, 152, 176);\"],\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n background-color: var(--color-gray) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n background-color: var(--color-red) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n background-color: var(--color-light-red) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n background-color: var(--color-orange) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 192, 52);\"],\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n background-color: var(--color-yellow) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n background-color: var(--color-green) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n background-color: var(--color-light-green) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n background-color: var(--color-blue) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n background-color: var(--color-light-blue) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n background-color: var(--color-violet) !important;\n }\n .tl-theme__dark div:has(.tl-text.tl-text-content)[style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n background-color: var(--color-light-violet) !important;\n }\n .tl-theme__light {\n color-scheme: dark;\n --color-accent: #b7bdf8 !important;\n --color-background: #24273a !important;\n --color-brush-fill: #363a4f !important;\n --color-brush-stroke: #5b6078 !important;\n --color-grid: #6e738d !important;\n --color-low: #363a4f !important;\n --color-low-border: #939ab7 !important;\n --color-culled: #b8c0e0 !important;\n --color-muted-none: rgba(54, 58, 79, 0.7);\n --color-muted-0: #363a4f;\n --color-muted-1: #494d64;\n --color-muted-2: #5b6078 !important;\n --color-hint: #5b6078 !important;\n --color-overlay: rgba(36, 39, 58, 0.5) !important;\n --color-divider: #494d64 !important;\n --color-panel-contrast: #5b6078 !important;\n --color-panel-overlay: rgba(110, 115, 141, 0.8);\n --color-panel: #363a4f !important;\n --color-focus: #91d7e3 !important;\n --color-selected: #b7bdf8 !important;\n --color-selected-contrast: #181926 !important;\n --color-selection-fill: rgba(138, 173, 244, 0.5);\n --color-selection-stroke: #7dc4e4 !important;\n --color-text-0: #cad3f5 !important;\n --color-text-1: #cad3f5 !important;\n --color-text-3: #b8c0e0 !important;\n --color-text-shadow: #a5adcb !important;\n --color-primary: #8aadf4 !important;\n --color-warn: #ee99a0 !important;\n --color-text: #cad3f5 !important;\n --color-laser: #ed8796 !important;\n --shadow-1-1: rgba(24, 25, 38, 0.16);\n --shadow-1-2: rgba(24, 25, 38, 0.22);\n --shadow-2-1: rgba(24, 25, 38, 0.66);\n --shadow-2-2: rgba(24, 25, 38, 0.33);\n --shadow-3-1: rgba(24, 25, 38, 0.5);\n --shadow-1: 0px 1px 2px var(--shadow-1-1), 0px 1px 3px var(--shadow-1-2);\n --shadow-2: 0px 1px 3px var(--shadow-2-1), 0px 2px 6px var(--shadow-2-2),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n --shadow-3: 0px 1px 3px var(--shadow-3-1), 0px 2px 12px var(--shadow-3-1),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n --color-black: #cad3f5;\n --color-gray: #a5adcb;\n --color-red: #ed8796;\n --color-light-red: #f09da9;\n --color-orange: #f5a97f;\n --color-yellow: #eed49f;\n --color-green: #96d382;\n --color-light-green: #b6e1a8;\n --color-blue: #8aadf4;\n --color-light-blue: #91d7e3;\n --color-violet: #aa71f2;\n --color-light-violet: #c6a0f6;\n }\n .tl-theme__light ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n .tl-theme__light input::placeholder,\n .tl-theme__light textarea::placeholder {\n color: #a5adcb !important;\n }\n .tl-theme__light .tlui-menu__submenu__trigger[data-state=\"open\"]:not(:hover)::after {\n border-radius: var(--radius-1);\n background: linear-gradient(90deg, #363a4f 0%, var(--color-muted-2) 100%);\n }\n .tl-theme__light .tlui-menu-zone *[data-state=\"open\"]::after {\n background: linear-gradient(180deg, #363a4f 0%, var(--color-muted-2) 100%);\n }\n .tl-theme__light .tlui-people-menu__avatar {\n background-color: #a6da95 !important;\n }\n .tl-theme__light [title=\"Color — Black\"] {\n color: var(--color-black) !important;\n }\n .tl-theme__light [title=\"Color — Grey\"] {\n color: var(--color-gray) !important;\n }\n .tl-theme__light [title=\"Color — Red\"] {\n color: var(--color-red) !important;\n }\n .tl-theme__light [title=\"Color — Light red\"] {\n color: var(--color-light-red) !important;\n }\n .tl-theme__light [title=\"Color — Orange\"] {\n color: var(--color-orange) !important;\n }\n .tl-theme__light [title=\"Color — Yellow\"] {\n color: var(--color-yellow) !important;\n }\n .tl-theme__light [title=\"Color — Green\"] {\n color: var(--color-green) !important;\n }\n .tl-theme__light [title=\"Color — Light green\"] {\n color: var(--color-light-green) !important;\n }\n .tl-theme__light [title=\"Color — Blue\"] {\n color: var(--color-blue) !important;\n }\n .tl-theme__light [title=\"Color — Light blue\"] {\n color: var(--color-light-blue) !important;\n }\n .tl-theme__light [title=\"Color — Violet\"] {\n color: var(--color-violet) !important;\n }\n .tl-theme__light [title=\"Color — Light violet\"] {\n color: var(--color-light-violet) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#e1e1e1\"],\n .tl-theme__light .tl-svg-container [fill=\"#1d1d1d\"],\n .tl-theme__light .tl-svg-container [fill=\"#494949\"],\n .tl-theme__light .tl-svg-container [fill=\"#989898\"] {\n fill: var(--color-black) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#010403\"] {\n fill: #181926 !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#9398b0\"],\n .tl-theme__light .tl-svg-container [fill=\"#adb5bd\"],\n .tl-theme__light .tl-svg-container [fill=\"#bcc3c9\"],\n .tl-theme__light .tl-svg-container [fill=\"#7c8187\"] {\n fill: var(--color-gray) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#e03131\"],\n .tl-theme__light .tl-svg-container [fill=\"#e55959\"],\n .tl-theme__light .tl-svg-container [fill=\"#8f3734\"] {\n fill: var(--color-red) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#ff8787\"],\n .tl-theme__light .tl-svg-container [fill=\"#fe9e9e\"],\n .tl-theme__light .tl-svg-container [fill=\"#a56767\"] {\n fill: var(--color-light-red) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#f76707\"],\n .tl-theme__light .tl-svg-container [fill=\"#f78438\"],\n .tl-theme__light .tl-svg-container [fill=\"#9f552d\"] {\n fill: var(--color-orange) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#ffc034\"],\n .tl-theme__light .tl-svg-container [fill=\"#ffc078\"],\n .tl-theme__light .tl-svg-container [fill=\"#fecb92\"] {\n fill: var(--color-yellow) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#099268\"],\n .tl-theme__light .tl-svg-container [fill=\"#39a785\"],\n .tl-theme__light .tl-svg-container [fill=\"#366a53\"] {\n fill: var(--color-green) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#40c057\"],\n .tl-theme__light .tl-svg-container [fill=\"#65cb78\"],\n .tl-theme__light .tl-svg-container [fill=\"#4e874e\"] {\n fill: var(--color-light-green) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#4263eb\"],\n .tl-theme__light .tl-svg-container [fill=\"#6681ee\"],\n .tl-theme__light .tl-svg-container [fill=\"#3a4b9e\"] {\n fill: var(--color-blue) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#4dabf7\"],\n .tl-theme__light .tl-svg-container [fill=\"#6fbbf8\"],\n .tl-theme__light .tl-svg-container [fill=\"#4d7aa9\"] {\n fill: var(--color-light-blue) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#ae3ec9\"],\n .tl-theme__light .tl-svg-container [fill=\"#bd63d3\"],\n .tl-theme__light .tl-svg-container [fill=\"#763a8b\"] {\n fill: var(--color-violet) !important;\n }\n .tl-theme__light .tl-svg-container [fill=\"#e599f7\"],\n .tl-theme__light .tl-svg-container [fill=\"#e9acf8\"],\n .tl-theme__light .tl-svg-container [fill=\"#9770a9\"] {\n fill: var(--color-light-violet) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#e1e1e1\"],\n .tl-theme__light .tl-svg-container [stroke=\"#1d1d1d\"] {\n stroke: var(--color-black) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#9398b0\"],\n .tl-theme__light .tl-svg-container [stroke=\"#adb5bd\"] {\n stroke: var(--color-gray) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#e03131\"] {\n stroke: var(--color-red) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#ff8787\"] {\n stroke: var(--color-light-red) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#f76707\"] {\n stroke: var(--color-orange) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#ffc034\"],\n .tl-theme__light .tl-svg-container [stroke=\"#ffc078\"] {\n stroke: var(--color-yellow) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#099268\"] {\n stroke: var(--color-green) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#40c057\"] {\n stroke: var(--color-light-green) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#4263eb\"] {\n stroke: var(--color-blue) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#4dabf7\"] {\n stroke: var(--color-light-blue) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#ae3ec9\"] {\n stroke: var(--color-violet) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"#e599f7\"] {\n stroke: var(--color-light-violet) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.8078 0.7225 0.0312)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.972 0.8705 0.05)\"] {\n stroke: var(--color-yellow) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.6299 0.7012 0.7856)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.8163 0.9023 0.9416)\"] {\n stroke: var(--color-text-3) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.7024 0.0403 0.753)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.9676 0.5652 0.9999)\"] {\n stroke: var(--color-light-violet) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.5651 0.0079 0.8986)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.7469 0.5089 0.9995)\"] {\n stroke: var(--color-violet) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.0032 0.4655 0.7991)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.308 0.6632 0.9996)\"] {\n stroke: var(--color-blue) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.0023 0.7259 0.7735)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.1512 0.9414 0.9996)\"] {\n stroke: var(--color-light-blue) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.7699 0.4937 0.0085)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.9988 0.6905 0.266)\"] {\n stroke: var(--color-orange) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.0085 0.582 0.4604)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.2536 0.984 0.7981)\"] {\n stroke: var(--color-green) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.2711 0.6172 0.0195)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.563 0.9495 0.3857)\"] {\n stroke: var(--color-light-green) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.7849 0.0585 0.3589)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.9988 0.5301 0.6397)\"] {\n stroke: var(--color-light-red) !important;\n }\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.7978 0.0509 0.2035)\"],\n .tl-theme__light .tl-svg-container [stroke=\"color(display-p3 0.9992 0.4376 0.45)\"] {\n stroke: var(--color-red) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(147, 152, 176);\"],\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 192, 52);\"],\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n }\n .tl-theme__light [data-testid=\"mobile-styles.button\"][style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(225, 225, 225);\"],\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(29, 29, 29);\"] {\n color: var(--color-black) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(147, 152, 176);\"],\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n background-color: var(--color-gray) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n background-color: var(--color-red) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n background-color: var(--color-light-red) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n background-color: var(--color-orange) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 192, 52);\"],\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n background-color: var(--color-yellow) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n background-color: var(--color-green) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n background-color: var(--color-light-green) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n background-color: var(--color-blue) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n background-color: var(--color-light-blue) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n background-color: var(--color-violet) !important;\n }\n .tl-theme__light div:has(.tl-text.tl-text-content)[style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n background-color: var(--color-light-violet) !important;\n }", + "start": 1036, + "domains": [ + "tldraw.com" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 30969 + } + ], + "sourceCode": "/* ==UserStyle==\n@name tldraw Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/tldraw\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tldraw\n@version 0.0.2\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tldraw/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atldraw\n@description Soothing pastel theme for tldraw\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@-moz-document domain('tldraw.com') {\n .tl-theme__dark {\n #catppuccin(@darkFlavor, @accentColor);\n }\n .tl-theme__light {\n #catppuccin(@lightFlavor, @accentColor);\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n --color-accent: @accent-color !important;\n --color-background: @base !important;\n --color-brush-fill: @surface0 !important;\n --color-brush-stroke: @surface2 !important;\n --color-grid: @overlay0 !important;\n --color-low: @surface0 !important;\n --color-low-border: @overlay2 !important;\n --color-culled: @subtext1 !important;\n --color-muted-none: fade(@surface0, 70%);\n --color-muted-0: @surface0;\n --color-muted-1: @surface1;\n --color-muted-2: @surface2 !important;\n --color-hint: @surface2 !important;\n --color-overlay: fade(@base, 50%) !important;\n --color-divider: @surface1 !important;\n --color-panel-contrast: @surface2 !important;\n --color-panel-overlay: fade(@overlay0, 80%);\n --color-panel: @surface0 !important;\n --color-focus: @sky !important;\n --color-selected: @accent-color !important;\n --color-selected-contrast: @crust !important;\n --color-selection-fill: fade(@blue, 50%);\n --color-selection-stroke: @sapphire !important;\n --color-text-0: @text !important;\n --color-text-1: @text !important;\n --color-text-3: @subtext1 !important;\n --color-text-shadow: @subtext0 !important;\n --color-primary: @blue !important;\n --color-warn: @maroon !important;\n --color-text: @text !important;\n --color-laser: @red !important;\n\n --shadow-1-1: fade(@crust, 16%);\n --shadow-1-2: fade(@crust, 22%);\n --shadow-2-1: fade(@crust, 66%);\n --shadow-2-2: fade(@crust, 33%);\n --shadow-3-1: fade(@crust, 50%);\n\n --shadow-1: 0px 1px 2px var(--shadow-1-1), 0px 1px 3px var(--shadow-1-2);\n --shadow-2: 0px 1px 3px var(--shadow-2-1), 0px 2px 6px var(--shadow-2-2),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n --shadow-3: 0px 1px 3px var(--shadow-3-1), 0px 2px 12px var(--shadow-3-1),\n inset 0px 0px 0px 1px var(--color-panel-contrast);\n\n .tlui-menu__submenu__trigger[data-state=\"open\"]:not(:hover)::after {\n border-radius: var(--radius-1);\n background: linear-gradient(\n 90deg,\n @surface0 0%,\n var(--color-muted-2) 100%\n );\n }\n .tlui-menu-zone *[data-state=\"open\"]::after {\n background: linear-gradient(\n 180deg,\n @surface0 0%,\n var(--color-muted-2) 100%\n );\n }\n .tlui-people-menu__avatar {\n background-color: @green !important;\n }\n\n --color-black: @text;\n --color-gray: if(@lookup = latte, @subtext0, @subtext0);\n --color-red: @red;\n --color-light-red: lighten(@red, 5%);\n --color-orange: @peach;\n --color-yellow: @yellow;\n --color-green: darken(@green, 5%);\n --color-light-green: lighten(@green, 5%);\n --color-blue: @blue;\n --color-light-blue: @sky;\n --color-violet: darken(@mauve, 10%);\n --color-light-violet: @mauve;\n\n [title=\"Color — Black\"] {\n color: var(--color-black) !important;\n }\n [title=\"Color — Grey\"] {\n color: var(--color-gray) !important;\n }\n [title=\"Color — Red\"] {\n color: var(--color-red) !important;\n }\n [title=\"Color — Light red\"] {\n color: var(--color-light-red) !important;\n }\n [title=\"Color — Orange\"] {\n color: var(--color-orange) !important;\n }\n [title=\"Color — Yellow\"] {\n color: var(--color-yellow) !important;\n }\n [title=\"Color — Green\"] {\n color: var(--color-green) !important;\n }\n [title=\"Color — Light green\"] {\n color: var(--color-light-green) !important;\n }\n [title=\"Color — Blue\"] {\n color: var(--color-blue) !important;\n }\n [title=\"Color — Light blue\"] {\n color: var(--color-light-blue) !important;\n }\n [title=\"Color — Violet\"] {\n color: var(--color-violet) !important;\n }\n [title=\"Color — Light violet\"] {\n color: var(--color-light-violet) !important;\n }\n .tl-svg-container {\n [fill=\"#e1e1e1\"],\n [fill=\"#1d1d1d\"],\n [fill=\"#494949\"],\n [fill=\"#989898\"] {\n fill: var(--color-black) !important;\n }\n [fill=\"#010403\"] {\n fill: @crust !important;\n }\n [fill=\"#9398b0\"],\n [fill=\"#adb5bd\"],\n [fill=\"#bcc3c9\"],\n [fill=\"#7c8187\"] {\n fill: var(--color-gray) !important;\n }\n [fill=\"#e03131\"],\n [fill=\"#e55959\"],\n [fill=\"#8f3734\"] {\n fill: var(--color-red) !important;\n }\n [fill=\"#ff8787\"],\n [fill=\"#fe9e9e\"],\n [fill=\"#a56767\"] {\n fill: var(--color-light-red) !important;\n }\n [fill=\"#f76707\"],\n [fill=\"#f78438\"],\n [fill=\"#9f552d\"] {\n fill: var(--color-orange) !important;\n }\n [fill=\"#ffc034\"],\n [fill=\"#ffc078\"],\n [fill=\"#fecb92\"] {\n fill: var(--color-yellow) !important;\n }\n [fill=\"#099268\"],\n [fill=\"#39a785\"],\n [fill=\"#366a53\"] {\n fill: var(--color-green) !important;\n }\n [fill=\"#40c057\"],\n [fill=\"#65cb78\"],\n [fill=\"#4e874e\"] {\n fill: var(--color-light-green) !important;\n }\n [fill=\"#4263eb\"],\n [fill=\"#6681ee\"],\n [fill=\"#3a4b9e\"] {\n fill: var(--color-blue) !important;\n }\n [fill=\"#4dabf7\"],\n [fill=\"#6fbbf8\"],\n [fill=\"#4d7aa9\"] {\n fill: var(--color-light-blue) !important;\n }\n [fill=\"#ae3ec9\"],\n [fill=\"#bd63d3\"],\n [fill=\"#763a8b\"] {\n fill: var(--color-violet) !important;\n }\n [fill=\"#e599f7\"],\n [fill=\"#e9acf8\"],\n [fill=\"#9770a9\"] {\n fill: var(--color-light-violet) !important;\n }\n [stroke=\"#e1e1e1\"],\n [stroke=\"#1d1d1d\"] {\n stroke: var(--color-black) !important;\n }\n [stroke=\"#9398b0\"],\n [stroke=\"#adb5bd\"] {\n stroke: var(--color-gray) !important;\n }\n [stroke=\"#e03131\"] {\n stroke: var(--color-red) !important;\n }\n [stroke=\"#ff8787\"] {\n stroke: var(--color-light-red) !important;\n }\n [stroke=\"#f76707\"] {\n stroke: var(--color-orange) !important;\n }\n [stroke=\"#ffc034\"],\n [stroke=\"#ffc078\"] {\n stroke: var(--color-yellow) !important;\n }\n [stroke=\"#099268\"] {\n stroke: var(--color-green) !important;\n }\n [stroke=\"#40c057\"] {\n stroke: var(--color-light-green) !important;\n }\n [stroke=\"#4263eb\"] {\n stroke: var(--color-blue) !important;\n }\n [stroke=\"#4dabf7\"] {\n stroke: var(--color-light-blue) !important;\n }\n [stroke=\"#ae3ec9\"] {\n stroke: var(--color-violet) !important;\n }\n [stroke=\"#e599f7\"] {\n stroke: var(--color-light-violet) !important;\n }\n [stroke=\"color(display-p3 0.8078 0.7225 0.0312)\"],\n [stroke=\"color(display-p3 0.972 0.8705 0.05)\"] {\n stroke: var(--color-yellow) !important;\n }\n [stroke=\"color(display-p3 0.6299 0.7012 0.7856)\"],\n [stroke=\"color(display-p3 0.8163 0.9023 0.9416)\"] {\n stroke: var(--color-text-3) !important;\n }\n [stroke=\"color(display-p3 0.7024 0.0403 0.753)\"],\n [stroke=\"color(display-p3 0.9676 0.5652 0.9999)\"] {\n stroke: var(--color-light-violet) !important;\n }\n [stroke=\"color(display-p3 0.5651 0.0079 0.8986)\"],\n [stroke=\"color(display-p3 0.7469 0.5089 0.9995)\"] {\n stroke: var(--color-violet) !important;\n }\n [stroke=\"color(display-p3 0.0032 0.4655 0.7991)\"],\n [stroke=\"color(display-p3 0.308 0.6632 0.9996)\"] {\n stroke: var(--color-blue) !important;\n }\n [stroke=\"color(display-p3 0.0023 0.7259 0.7735)\"],\n [stroke=\"color(display-p3 0.1512 0.9414 0.9996)\"] {\n stroke: var(--color-light-blue) !important;\n }\n [stroke=\"color(display-p3 0.7699 0.4937 0.0085)\"],\n [stroke=\"color(display-p3 0.9988 0.6905 0.266)\"] {\n stroke: var(--color-orange) !important;\n }\n [stroke=\"color(display-p3 0.0085 0.582 0.4604)\"],\n [stroke=\"color(display-p3 0.2536 0.984 0.7981)\"] {\n stroke: var(--color-green) !important;\n }\n [stroke=\"color(display-p3 0.2711 0.6172 0.0195)\"],\n [stroke=\"color(display-p3 0.563 0.9495 0.3857)\"] {\n stroke: var(--color-light-green) !important;\n }\n [stroke=\"color(display-p3 0.7849 0.0585 0.3589)\"],\n [stroke=\"color(display-p3 0.9988 0.5301 0.6397)\"] {\n stroke: var(--color-light-red) !important;\n }\n [stroke=\"color(display-p3 0.7978 0.0509 0.2035)\"],\n [stroke=\"color(display-p3 0.9992 0.4376 0.45)\"] {\n stroke: var(--color-red) !important;\n }\n }\n\n [data-testid=\"mobile-styles.button\"] {\n &[style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n }\n &[style*=\"color: rgb(147, 152, 176);\"],\n &[style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n }\n &[style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n }\n &[style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n }\n &[style*=\"color: rgb(255, 192, 52);\"],\n &[style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n }\n &[style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n }\n &[style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n }\n &[style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n }\n &[style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n }\n &[style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n }\n &[style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n }\n }\n\n div:has(.tl-text.tl-text-content) {\n &[style*=\"color: rgb(225, 225, 225);\"],\n &[style*=\"color: rgb(29, 29, 29);\"] {\n color: var(--color-black) !important;\n }\n &[style*=\"color: rgb(147, 152, 176);\"],\n &[style*=\"color: rgb(173, 181, 189);\"] {\n color: var(--color-gray) !important;\n background-color: var(--color-gray) !important;\n }\n &[style*=\"color: rgb(224, 49, 49);\"] {\n color: var(--color-red) !important;\n background-color: var(--color-red) !important;\n }\n &[style*=\"color: rgb(255, 135, 135);\"] {\n color: var(--color-light-red) !important;\n background-color: var(--color-light-red) !important;\n }\n &[style*=\"color: rgb(247, 103, 7);\"] {\n color: var(--color-orange) !important;\n background-color: var(--color-orange) !important;\n }\n &[style*=\"color: rgb(255, 192, 52);\"],\n &[style*=\"color: rgb(255, 192, 120);\"] {\n color: var(--color-yellow) !important;\n background-color: var(--color-yellow) !important;\n }\n &[style*=\"color: rgb(9, 146, 104);\"] {\n color: var(--color-green) !important;\n background-color: var(--color-green) !important;\n }\n &[style*=\"color: rgb(64, 192, 87);\"] {\n color: var(--color-light-green) !important;\n background-color: var(--color-light-green) !important;\n }\n &[style*=\"color: rgb(66, 99, 235);\"] {\n color: var(--color-blue) !important;\n background-color: var(--color-blue) !important;\n }\n &[style*=\"color: rgb(77, 171, 247);\"] {\n color: var(--color-light-blue) !important;\n background-color: var(--color-light-blue) !important;\n }\n &[style*=\"color: rgb(174, 62, 201);\"] {\n color: var(--color-violet) !important;\n background-color: var(--color-violet) !important;\n }\n &[style*=\"color: rgb(229, 153, 247);\"] {\n color: var(--color-light-violet) !important;\n background-color: var(--color-light-violet) !important;\n }\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "tldraw Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/tldraw", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/tldraw", + "version": "0.0.2", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/tldraw/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atldraw", + "description": "Soothing pastel theme for tldraw", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": "macchiato", + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": "macchiato", + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": "lavender", + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for tldraw", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/tldraw", + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/tldraw/catppuccin.user.css", + "name": "tldraw Catppuccin", + "originalDigest": "373f767c22aea79518d4ff6ef114873c89ecfa25", + "_id": "b12e07e8-ef5a-48a4-8c2a-d65a29af8e78", + "_rev": 1712856190033, + "id": 85, + "etag": "W/\"0abf5a71d6705164ae90c5b2b96ac39166c0c7867c1842d04f79cf5bc203f56f\"", + "updateDate": 1712856189539 + }, + { + "enabled": true, + "installDate": 1712266937331, + "sections": [ + { + "code": "/* ==UserStyle==\n@name Twitter Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitter\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitter\n@version 1.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitter/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitter\n@description Soothing pastel theme for Twitter\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox colorizeLogo \"Colorize Logo\" 0\n@var checkbox darkenShadows \"Darken Shadows on Dark Themes\" 1\n==/UserStyle== */", + "start": 0 + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body.LightsOut {\n --border-color: #363a4f;\n --color: #8087a2;\n --color-emphasis: #cad3f5;\n --hover-bg-color: #363a4f;\n }\n :root body.LightsOut .r-qo02w8,\n :root body.LightsOut .r-15ce4ve {\n box-shadow: rgba(202, 211, 245, 0.2) 0 0 15px, rgba(202, 211, 245, 0.15) 0 0 3px 1px;\n box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px, rgba(0, 0, 0, 0.35) 0 0 3px 1px;\n }\n :root body.LightsOut .r-1tbvlxk {\n filter: drop-shadow(rgba(202, 211, 245, 0.25) 1px -1px 1px);\n filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px -1px 1px);\n }\n :root body.LightsOut .r-1uusn97 {\n box-shadow: rgba(202, 211, 245, 0.2) 0 0 5px, rgba(202, 211, 245, 0.15) 0 1px 4px 1px;\n box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px, rgba(0, 0, 0, 0.35) 0 1px 4px 1px;\n }\n :root body,\n :root .PageContainer,\n :root #placeholder {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root #ScriptLoadFailure span {\n color: #cad3f5;\n }\n :root [style*=\"scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28)\"] {\n scrollbar-color: #b7bdf8 transparent !important;\n scrollbar-width: thin;\n }\n :root [data-testid=\"primaryColumn\"],\n :root .r-kemksi {\n background-color: #24273a;\n }\n :root .r-cqee49 {\n color: #24273a;\n }\n :root .r-5zmot {\n background-color: rgba(36, 39, 58, 0.75);\n }\n :root .r-1hdo0pc,\n :root .r-pjtv4k {\n background-color: rgba(202, 211, 245, 0.1);\n }\n :root .r-11gmi9o {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root .r-1cuuowz {\n background-color: rgba(202, 211, 245, 0.03);\n }\n :root .r-1nao33i {\n color: #cad3f5;\n }\n :root .r-jwli3a {\n color: #181926;\n }\n :root .r-jwli3a:has(\n path[d=\"M3.693 21.707l-1.414-1.414 2.429-2.429c-2.479-2.421-3.606-5.376-3.658-5.513l-.131-.352.131-.352c.133-.353 3.331-8.648 10.937-8.648 2.062 0 3.989.621 5.737 1.85l2.556-2.557 1.414 1.414L3.693 21.707zm-.622-9.706c.356.797 1.354 2.794 3.051 4.449l2.417-2.418c-.361-.609-.553-1.306-.553-2.032 0-2.206 1.794-4 4-4 .727 0 1.424.192 2.033.554l2.263-2.264C14.953 5.434 13.512 5 11.986 5c-5.416 0-8.258 5.535-8.915 7.001zM11.986 10c-1.103 0-2 .897-2 2 0 .178.023.352.067.519l2.451-2.451c-.167-.044-.341-.067-.519-.067zm10.951 1.647l.131.352-.131.352c-.133.353-3.331 8.648-10.937 8.648-.709 0-1.367-.092-2-.223v-2.047c.624.169 1.288.27 2 .27 5.415 0 8.257-5.533 8.915-7-.252-.562-.829-1.724-1.746-2.941l1.438-1.438c1.53 1.971 2.268 3.862 2.33 4.027z\"]\n ) {\n color: #cad3f5;\n }\n :root .r-1kqtdi0,\n :root .r-1roi411 {\n border-color: #363a4f;\n }\n :root .r-1igl3o0 {\n border-bottom-color: #363a4f;\n }\n :root .r-2sztyj {\n border-top-color: #363a4f;\n }\n :root .r-1aihyag {\n border-right-color: #363a4f;\n }\n :root .r-1wyyjkm {\n border-left-color: #a5adcb;\n }\n :root .r-1ccsd61,\n :root .r-xzxzvz {\n border-color: #5b6078;\n }\n :root .r-gu4em3,\n :root .r-1bnu78o,\n :root .r-z32n2g,\n :root .r-1m3jxhj {\n background-color: #363a4f;\n }\n :root .r-1xc7w19 {\n border-color: #24273a;\n }\n :root .r-1pbtemp {\n border-right-color: #b7bdf8;\n }\n :root .r-vhj8yc {\n border-color: #b7bdf8;\n }\n :root .r-1bwzh9t {\n color: #8087a2;\n }\n :root .r-g2wdr4 {\n background-color: #1e2030;\n }\n :root .r-14wv3jr {\n border-color: #1e2030;\n }\n :root .r-l5o3uw {\n background-color: #b7bdf8;\n }\n :root .r-l5o3uw .r-jwli3a {\n color: #181926;\n }\n :root .r-1vtznih {\n background-color: #8992f3;\n }\n :root .r-1vtznih .r-jwli3a {\n color: #181926;\n }\n :root .r-1peqgm7 {\n background-color: rgba(183, 189, 248, 0.1);\n }\n :root .r-yuvema {\n background-color: #717df1;\n }\n :root .r-yuvema .r-jwli3a {\n color: #181926;\n }\n :root .r-r18ze4 {\n background-color: rgba(183, 189, 248, 0.2);\n }\n :root .r-jc7xae {\n background-color: #b9c5f2;\n }\n :root .r-6wtuen {\n background-color: #a8b7ef;\n }\n :root .r-1pr99xn {\n background-color: #494d64;\n }\n :root .r-1eltapf {\n background-color: rgba(125, 196, 228, 0.1);\n }\n :root .r-eok2q2 {\n background-color: rgba(183, 189, 248, 0.6);\n }\n :root .r-9cip40 {\n box-shadow: #b7bdf8 0 0 0 1px;\n }\n :root .r-1blqq69 {\n border-color: #c6a0f6;\n }\n :root .r-qazpri {\n color: #8087a2;\n }\n @keyframes r-1wvy3k1 {\n 0% {\n box-shadow: rgba(198, 160, 246, 0.4) 0;\n }\n 100% {\n box-shadow: rgba(198, 160, 246, 0) 0;\n }\n }\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] {\n background-image: linear-gradient(61.63deg, #8aadf4 -15.05%, #c6a0f6 104.96%) !important;\n }\n :root .draftjs-styles_0 .public-DraftEditorPlaceholder-root {\n color: #6e738d;\n }\n :root .r-rgqbpe {\n background-color: rgba(138, 173, 244, 0.1);\n }\n :root .r-s224ru {\n background-color: #a6da95;\n }\n :root .r-h7o7i8 {\n background-color: rgba(166, 218, 149, 0.1);\n }\n :root .r-4nw3r4,\n :root .r-1dgebii {\n background-color: #ed8796;\n }\n :root .r-b5kvu3 {\n border-color: #ed8796;\n }\n :root .r-qqmkd0 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root .r-12d83nn {\n background-color: #e65b6f;\n }\n :root .r-oybae9 {\n background-color: #e3445c;\n }\n :root .r-11mg6pl {\n border-color: #181926;\n }\n :root .r-11z020y {\n background-color: rgba(169, 173, 211, 0.12);\n }\n :root [fill=\"rgb(249,22,127)\"],\n :root [fill=\"rgb(222,45,108)\"],\n :root g[clip-path=\"url(#__lottie_element_562)\"] path,\n :root [style=\"color: rgb(249, 24, 128);\"] [viewBox=\"0 0 24 24\"] path {\n fill: #ed8796 !important;\n }\n :root .r-1krxqcr {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root .r-uuique {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root .r-vkub15,\n :root .r-9l7dzd {\n color: #ed8796;\n }\n :root .r-1cvl2hr {\n color: #b7bdf8;\n }\n :root .r-o6sn0f {\n color: #a6da95;\n }\n :root .r-15azkrj {\n background-color: rgba(166, 218, 149, 0.1);\n }\n :root .r-1x669os {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root [data-testid=\"card.wrapper\"] [d=\"M21.04 1.54L17.5 5.09c-.04-.02-.08-.03-.13-.04L14.3 3H9.7l-3 2H5C3.62 5 2.5 6.12 2.5 7.5v11c0 .46.12.88.34 1.25l-1.3 1.29 1.42 1.42 19.5-19.5-1.42-1.42zM13.7 5l2.33 1.56-2 1.99C13.44 8.2 12.74 8 12 8c-2.21 0-4 1.79-4 4 0 .74.2 1.44.55 2.03L4.5 18.09V7.5c0-.28.22-.5.5-.5h2.3l3-2h3.4zM12 10c.18 0 .35.02.52.07l-2.45 2.45c-.05-.17-.07-.34-.07-.52 0-1.1.9-2 2-2zm7 11H7.24l2-2H19c.28 0 .5-.22.5-.5V9h2v9.5c0 1.38-1.12 2.5-2.5 2.5z\"] {\n color: #6e738d;\n }\n :root .r-n94g0g {\n background-color: rgba(202, 211, 245, 0.3);\n }\n :root .r-z9i421 {\n background-color: rgba(202, 211, 245, 0.27);\n }\n :root .r-19130f6 {\n background-color: #181926;\n }\n :root .r-l8tqsx {\n background-color: rgba(202, 211, 245, 0.1);\n }\n :root .r-3gvs5h {\n background-color: #8087a2;\n }\n :root .r-1fkb3t2 {\n background-color: #494d64;\n }\n :root .r-jwli3a {\n color: #cad3f5;\n }\n :root .r-1kwlb9n {\n background-color: rgba(237, 135, 150, 0.12);\n }\n :root [style*=\"https://abs.twimg.com/responsive-web/client-web/background-premiumplus-web\"] {\n background-image: none !important;\n background-color: #363a4f;\n }\n :root [stroke=\"#2F3336\" i] {\n stroke: #5b6078 !important;\n }\n :root [stroke=\"#1D9BF0\" i],\n :root [style*=\"stroke: rgb(29, 155, 240)\"] {\n stroke: #b7bdf8 !important;\n }\n :root [stroke=\"#FFD400\" i] {\n stroke: #eed49f !important;\n }\n :root [fill=\"#829AAB\" i] {\n fill: #939ab7 !important;\n }\n :root [fill=\"#1DA1F2\" i] {\n fill: #2c9caf !important;\n }\n :root [fill=\"#78C6EE\" i] {\n fill: #91d7e3 !important;\n }\n :root [stop-color=\"#f4e72a\" i],\n :root [stop-color=\"#cd8105\" i],\n :root [stop-color=\"#cb7b00\" i],\n :root [stop-color=\"#f4ec26\" i],\n :root [stop-color=\"#f9e87f\" i],\n :root [stop-color=\"#e2b719\" i] {\n stop-color: #eed49f !important;\n }\n :root [fill=\"#d18800\" i] {\n fill: #eed49f !important;\n }\n :root [style*=\"border-color: rgb(83, 100, 113)\"] {\n border-color: #494d64 !important;\n }\n :root [style*=\"border-color: rgb(51, 54, 57)\"] {\n border-color: #363a4f !important;\n }\n :root [style*=\"border-color: rgb(103, 7, 15)\"] {\n border-color: rgba(237, 135, 150, 0.5) !important;\n }\n :root [style*=\"border-color: rgb(29, 155, 240)\"] {\n border-color: #b7bdf8 !important;\n }\n :root [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style*=\"color: rgb(239, 243, 244)\"]:not( [style*=\"background-color: rgb(239, 243, 244)\"]),\n :root [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]) {\n color: #cad3f5 !important;\n }\n :root [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]) input::placeholder {\n color: #b8c0e0 !important;\n }\n :root [style*=\"color: rgb(113, 118, 123)\"]:not( [style*=\"background-color: rgb(113, 118, 123)\"]),\n :root [style*=\"color: rgb(182, 185, 188)\"]:not( [style*=\"background-color: rgb(182, 185, 188)\"]) {\n color: #8087a2 !important;\n }\n :root [style*=\"color: rgb(0, 186, 124)\"]:not( [style*=\"background-color: rgb(0, 186, 124)\"]) {\n color: #a6da95 !important;\n }\n :root [style*=\"color: rgb(249, 24, 128)\"]:not( [style*=\"background-color: rgb(249, 24, 128)\"]),\n :root [style*=\"color: rgb(244, 33, 46)\"]:not( [style*=\"background-color: rgb(244, 33, 46)\"]) {\n color: #ed8796 !important;\n }\n :root [style*=\"color: rgb(250, 68, 152)\"]:not( [style*=\"background-color: rgb(250, 68, 152)\"]) {\n color: #f5bde6 !important;\n }\n :root [style*=\"color: rgb(255, 212, 0)\"]:not( [style*=\"background-color: rgb(255, 212, 0)\"]) {\n color: #eed49f !important;\n }\n :root [style*=\"color: rgb(120, 86, 255)\"]:not( [style*=\"background-color: rgb(120, 86, 255)\"]) {\n color: #c6a0f6 !important;\n }\n :root [style*=\"color: rgb(255, 122, 0)\"]:not( [style*=\"background-color: rgb(255, 122, 0)\"]) {\n color: #f5a97f !important;\n }\n :root [style*=\"color: rgb(29, 155, 240)\"]:not( [style*=\"background-color: rgb(29, 155, 240)\"]) {\n color: #b7bdf8 !important;\n }\n :root [style*=\"background-color: rgb(142, 205, 248)\"] {\n background-color: #e5e8fd !important;\n }\n :root [style*=\"background-color: rgb(2, 17, 61)\"] {\n background-color: rgba(183, 189, 248, 0.15) !important;\n }\n :root [style*=\"background-color: rgba(255, 255, 255, 0.25)\"] {\n background-color: rgba(202, 211, 245, 0.25) !important;\n }\n :root [style*=\"background-color: rgb(147, 147, 147)\"] {\n background-color: #6e738d !important;\n }\n :root [style*=\"background-color: rgb(147, 147, 147)\"] + [style*=\"background-color: rgb(250, 250, 250)\"] {\n background-color: #cad3f5 !important;\n }\n :root [style*=\"background-color: rgb(29, 155, 240)\"] {\n background-color: #b7bdf8 !important;\n }\n :root [style*=\"background-color: rgb(29, 155, 240)\"] [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(239, 243, 244)\"] {\n background-color: #cad3f5 !important;\n }\n :root [style*=\"background-color: rgb(239, 243, 244)\"] [style*=\"color: rgb(15, 20, 25)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(244, 33, 46)\"] {\n background-color: #ed8796 !important;\n }\n :root [style*=\"background-color: rgb(244, 33, 46)\"] [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(0, 0, 0)\"],\n :root [style*=\"background-color: #000\"] {\n background-color: #24273a !important;\n }\n :root [style*=\"background-color: rgba(15, 20, 25, 0.75)\"] {\n background-color: rgba(24, 25, 38, 0.75) !important;\n }\n :root [style*=\"background-color: rgba(15, 20, 25, 0.75)\"] [style*=\"color: rgb(255, 255, 255)\"] svg {\n color: #cad3f5 !important;\n }\n :root .r-l5o3uw [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-1vtznih [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-4nw3r4 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-12d83nn [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-oybae9 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-yuvema [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-3gvs5h [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-l5o3uw[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-1vtznih[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-4nw3r4[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-12d83nn[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-oybae9[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-yuvema[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-3gvs5h[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"][style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-l5o3uw [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-1vtznih [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-4nw3r4 [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-12d83nn [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-oybae9 [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-yuvema [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-3gvs5h [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-l5o3uw[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-1vtznih[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-4nw3r4[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-12d83nn[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-oybae9[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-yuvema[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-3gvs5h[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"][style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-l5o3uw [color=\"white\"],\n :root .r-1vtznih [color=\"white\"],\n :root .r-4nw3r4 [color=\"white\"],\n :root .r-12d83nn [color=\"white\"],\n :root .r-oybae9 [color=\"white\"],\n :root .r-yuvema [color=\"white\"],\n :root .r-3gvs5h [color=\"white\"],\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [color=\"white\"] {\n color: #181926 !important;\n }\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4) [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-loe9s5 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"]) [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4)[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-loe9s5[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"])[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4) .r-jwli3a,\n :root .r-loe9s5 .r-jwli3a,\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"]) .r-jwli3a {\n color: #fff !important;\n }\n :root .r-eff69c {\n background-color: #a0a8f6;\n }\n :root .r-eff69c [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [data-testid$=\"-follow\"] [style*=\"color: rgb(15, 20, 25)\"] {\n color: #181926 !important;\n }\n :root path[d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"] {\n fill: #b7bdf8 !important;\n }\n :root a[aria-label^=\"Translated from\"][aria-label$=\"by Google\"] svg path {\n fill: #cad3f5 !important;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n color-scheme: dark;\n }\n :root ::selection {\n background-color: rgba(183, 189, 248, 0.3);\n }\n :root input::placeholder,\n :root textarea::placeholder {\n color: #a5adcb !important;\n }\n :root body.LightsOut {\n --border-color: #363a4f;\n --color: #8087a2;\n --color-emphasis: #cad3f5;\n --hover-bg-color: #363a4f;\n }\n :root body.LightsOut .r-qo02w8,\n :root body.LightsOut .r-15ce4ve {\n box-shadow: rgba(202, 211, 245, 0.2) 0 0 15px, rgba(202, 211, 245, 0.15) 0 0 3px 1px;\n box-shadow: rgba(0, 0, 0, 0.4) 0 0 15px, rgba(0, 0, 0, 0.35) 0 0 3px 1px;\n }\n :root body.LightsOut .r-1tbvlxk {\n filter: drop-shadow(rgba(202, 211, 245, 0.25) 1px -1px 1px);\n filter: drop-shadow(rgba(0, 0, 0, 0.5) 1px -1px 1px);\n }\n :root body.LightsOut .r-1uusn97 {\n box-shadow: rgba(202, 211, 245, 0.2) 0 0 5px, rgba(202, 211, 245, 0.15) 0 1px 4px 1px;\n box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px, rgba(0, 0, 0, 0.35) 0 1px 4px 1px;\n }\n :root body,\n :root .PageContainer,\n :root #placeholder {\n background-color: #24273a !important;\n color: #cad3f5;\n }\n :root #ScriptLoadFailure span {\n color: #cad3f5;\n }\n :root [style*=\"scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28)\"] {\n scrollbar-color: #b7bdf8 transparent !important;\n scrollbar-width: thin;\n }\n :root [data-testid=\"primaryColumn\"],\n :root .r-kemksi {\n background-color: #24273a;\n }\n :root .r-cqee49 {\n color: #24273a;\n }\n :root .r-5zmot {\n background-color: rgba(36, 39, 58, 0.75);\n }\n :root .r-1hdo0pc,\n :root .r-pjtv4k {\n background-color: rgba(202, 211, 245, 0.1);\n }\n :root .r-11gmi9o {\n background-color: rgba(202, 211, 245, 0.2);\n }\n :root .r-1cuuowz {\n background-color: rgba(202, 211, 245, 0.03);\n }\n :root .r-1nao33i {\n color: #cad3f5;\n }\n :root .r-jwli3a {\n color: #181926;\n }\n :root .r-jwli3a:has(\n path[d=\"M3.693 21.707l-1.414-1.414 2.429-2.429c-2.479-2.421-3.606-5.376-3.658-5.513l-.131-.352.131-.352c.133-.353 3.331-8.648 10.937-8.648 2.062 0 3.989.621 5.737 1.85l2.556-2.557 1.414 1.414L3.693 21.707zm-.622-9.706c.356.797 1.354 2.794 3.051 4.449l2.417-2.418c-.361-.609-.553-1.306-.553-2.032 0-2.206 1.794-4 4-4 .727 0 1.424.192 2.033.554l2.263-2.264C14.953 5.434 13.512 5 11.986 5c-5.416 0-8.258 5.535-8.915 7.001zM11.986 10c-1.103 0-2 .897-2 2 0 .178.023.352.067.519l2.451-2.451c-.167-.044-.341-.067-.519-.067zm10.951 1.647l.131.352-.131.352c-.133.353-3.331 8.648-10.937 8.648-.709 0-1.367-.092-2-.223v-2.047c.624.169 1.288.27 2 .27 5.415 0 8.257-5.533 8.915-7-.252-.562-.829-1.724-1.746-2.941l1.438-1.438c1.53 1.971 2.268 3.862 2.33 4.027z\"]\n ) {\n color: #cad3f5;\n }\n :root .r-1kqtdi0,\n :root .r-1roi411 {\n border-color: #363a4f;\n }\n :root .r-1igl3o0 {\n border-bottom-color: #363a4f;\n }\n :root .r-2sztyj {\n border-top-color: #363a4f;\n }\n :root .r-1aihyag {\n border-right-color: #363a4f;\n }\n :root .r-1wyyjkm {\n border-left-color: #a5adcb;\n }\n :root .r-1ccsd61,\n :root .r-xzxzvz {\n border-color: #5b6078;\n }\n :root .r-gu4em3,\n :root .r-1bnu78o,\n :root .r-z32n2g,\n :root .r-1m3jxhj {\n background-color: #363a4f;\n }\n :root .r-1xc7w19 {\n border-color: #24273a;\n }\n :root .r-1pbtemp {\n border-right-color: #b7bdf8;\n }\n :root .r-vhj8yc {\n border-color: #b7bdf8;\n }\n :root .r-1bwzh9t {\n color: #8087a2;\n }\n :root .r-g2wdr4 {\n background-color: #1e2030;\n }\n :root .r-14wv3jr {\n border-color: #1e2030;\n }\n :root .r-l5o3uw {\n background-color: #b7bdf8;\n }\n :root .r-l5o3uw .r-jwli3a {\n color: #181926;\n }\n :root .r-1vtznih {\n background-color: #8992f3;\n }\n :root .r-1vtznih .r-jwli3a {\n color: #181926;\n }\n :root .r-1peqgm7 {\n background-color: rgba(183, 189, 248, 0.1);\n }\n :root .r-yuvema {\n background-color: #717df1;\n }\n :root .r-yuvema .r-jwli3a {\n color: #181926;\n }\n :root .r-r18ze4 {\n background-color: rgba(183, 189, 248, 0.2);\n }\n :root .r-jc7xae {\n background-color: #b9c5f2;\n }\n :root .r-6wtuen {\n background-color: #a8b7ef;\n }\n :root .r-1pr99xn {\n background-color: #494d64;\n }\n :root .r-1eltapf {\n background-color: rgba(125, 196, 228, 0.1);\n }\n :root .r-eok2q2 {\n background-color: rgba(183, 189, 248, 0.6);\n }\n :root .r-9cip40 {\n box-shadow: #b7bdf8 0 0 0 1px;\n }\n :root .r-1blqq69 {\n border-color: #c6a0f6;\n }\n :root .r-qazpri {\n color: #8087a2;\n }\n @keyframes r-1wvy3k1 {\n 0% {\n box-shadow: rgba(198, 160, 246, 0.4) 0;\n }\n 100% {\n box-shadow: rgba(198, 160, 246, 0) 0;\n }\n }\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] {\n background-image: linear-gradient(61.63deg, #8aadf4 -15.05%, #c6a0f6 104.96%) !important;\n }\n :root .draftjs-styles_0 .public-DraftEditorPlaceholder-root {\n color: #6e738d;\n }\n :root .r-rgqbpe {\n background-color: rgba(138, 173, 244, 0.1);\n }\n :root .r-s224ru {\n background-color: #a6da95;\n }\n :root .r-h7o7i8 {\n background-color: rgba(166, 218, 149, 0.1);\n }\n :root .r-4nw3r4,\n :root .r-1dgebii {\n background-color: #ed8796;\n }\n :root .r-b5kvu3 {\n border-color: #ed8796;\n }\n :root .r-qqmkd0 {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root .r-12d83nn {\n background-color: #e65b6f;\n }\n :root .r-oybae9 {\n background-color: #e3445c;\n }\n :root .r-11mg6pl {\n border-color: #181926;\n }\n :root .r-11z020y {\n background-color: rgba(169, 173, 211, 0.12);\n }\n :root [fill=\"rgb(249,22,127)\"],\n :root [fill=\"rgb(222,45,108)\"],\n :root g[clip-path=\"url(#__lottie_element_562)\"] path,\n :root [style=\"color: rgb(249, 24, 128);\"] [viewBox=\"0 0 24 24\"] path {\n fill: #ed8796 !important;\n }\n :root .r-1krxqcr {\n background-color: rgba(237, 135, 150, 0.1);\n }\n :root .r-uuique {\n background-color: rgba(237, 135, 150, 0.2);\n }\n :root .r-vkub15,\n :root .r-9l7dzd {\n color: #ed8796;\n }\n :root .r-1cvl2hr {\n color: #b7bdf8;\n }\n :root .r-o6sn0f {\n color: #a6da95;\n }\n :root .r-15azkrj {\n background-color: rgba(166, 218, 149, 0.1);\n }\n :root .r-1x669os {\n background-color: rgba(166, 218, 149, 0.2);\n }\n :root [data-testid=\"card.wrapper\"] [d=\"M21.04 1.54L17.5 5.09c-.04-.02-.08-.03-.13-.04L14.3 3H9.7l-3 2H5C3.62 5 2.5 6.12 2.5 7.5v11c0 .46.12.88.34 1.25l-1.3 1.29 1.42 1.42 19.5-19.5-1.42-1.42zM13.7 5l2.33 1.56-2 1.99C13.44 8.2 12.74 8 12 8c-2.21 0-4 1.79-4 4 0 .74.2 1.44.55 2.03L4.5 18.09V7.5c0-.28.22-.5.5-.5h2.3l3-2h3.4zM12 10c.18 0 .35.02.52.07l-2.45 2.45c-.05-.17-.07-.34-.07-.52 0-1.1.9-2 2-2zm7 11H7.24l2-2H19c.28 0 .5-.22.5-.5V9h2v9.5c0 1.38-1.12 2.5-2.5 2.5z\"] {\n color: #6e738d;\n }\n :root .r-n94g0g {\n background-color: rgba(202, 211, 245, 0.3);\n }\n :root .r-z9i421 {\n background-color: rgba(202, 211, 245, 0.27);\n }\n :root .r-19130f6 {\n background-color: #181926;\n }\n :root .r-l8tqsx {\n background-color: rgba(202, 211, 245, 0.1);\n }\n :root .r-3gvs5h {\n background-color: #8087a2;\n }\n :root .r-1fkb3t2 {\n background-color: #494d64;\n }\n :root .r-jwli3a {\n color: #cad3f5;\n }\n :root .r-1kwlb9n {\n background-color: rgba(237, 135, 150, 0.12);\n }\n :root [style*=\"https://abs.twimg.com/responsive-web/client-web/background-premiumplus-web\"] {\n background-image: none !important;\n background-color: #363a4f;\n }\n :root [stroke=\"#2F3336\" i] {\n stroke: #5b6078 !important;\n }\n :root [stroke=\"#1D9BF0\" i],\n :root [style*=\"stroke: rgb(29, 155, 240)\"] {\n stroke: #b7bdf8 !important;\n }\n :root [stroke=\"#FFD400\" i] {\n stroke: #eed49f !important;\n }\n :root [fill=\"#829AAB\" i] {\n fill: #939ab7 !important;\n }\n :root [fill=\"#1DA1F2\" i] {\n fill: #2c9caf !important;\n }\n :root [fill=\"#78C6EE\" i] {\n fill: #91d7e3 !important;\n }\n :root [stop-color=\"#f4e72a\" i],\n :root [stop-color=\"#cd8105\" i],\n :root [stop-color=\"#cb7b00\" i],\n :root [stop-color=\"#f4ec26\" i],\n :root [stop-color=\"#f9e87f\" i],\n :root [stop-color=\"#e2b719\" i] {\n stop-color: #eed49f !important;\n }\n :root [fill=\"#d18800\" i] {\n fill: #eed49f !important;\n }\n :root [style*=\"border-color: rgb(83, 100, 113)\"] {\n border-color: #494d64 !important;\n }\n :root [style*=\"border-color: rgb(51, 54, 57)\"] {\n border-color: #363a4f !important;\n }\n :root [style*=\"border-color: rgb(103, 7, 15)\"] {\n border-color: rgba(237, 135, 150, 0.5) !important;\n }\n :root [style*=\"border-color: rgb(29, 155, 240)\"] {\n border-color: #b7bdf8 !important;\n }\n :root [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style*=\"color: rgb(239, 243, 244)\"]:not( [style*=\"background-color: rgb(239, 243, 244)\"]),\n :root [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]) {\n color: #cad3f5 !important;\n }\n :root [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]) input::placeholder {\n color: #b8c0e0 !important;\n }\n :root [style*=\"color: rgb(113, 118, 123)\"]:not( [style*=\"background-color: rgb(113, 118, 123)\"]),\n :root [style*=\"color: rgb(182, 185, 188)\"]:not( [style*=\"background-color: rgb(182, 185, 188)\"]) {\n color: #8087a2 !important;\n }\n :root [style*=\"color: rgb(0, 186, 124)\"]:not( [style*=\"background-color: rgb(0, 186, 124)\"]) {\n color: #a6da95 !important;\n }\n :root [style*=\"color: rgb(249, 24, 128)\"]:not( [style*=\"background-color: rgb(249, 24, 128)\"]),\n :root [style*=\"color: rgb(244, 33, 46)\"]:not( [style*=\"background-color: rgb(244, 33, 46)\"]) {\n color: #ed8796 !important;\n }\n :root [style*=\"color: rgb(250, 68, 152)\"]:not( [style*=\"background-color: rgb(250, 68, 152)\"]) {\n color: #f5bde6 !important;\n }\n :root [style*=\"color: rgb(255, 212, 0)\"]:not( [style*=\"background-color: rgb(255, 212, 0)\"]) {\n color: #eed49f !important;\n }\n :root [style*=\"color: rgb(120, 86, 255)\"]:not( [style*=\"background-color: rgb(120, 86, 255)\"]) {\n color: #c6a0f6 !important;\n }\n :root [style*=\"color: rgb(255, 122, 0)\"]:not( [style*=\"background-color: rgb(255, 122, 0)\"]) {\n color: #f5a97f !important;\n }\n :root [style*=\"color: rgb(29, 155, 240)\"]:not( [style*=\"background-color: rgb(29, 155, 240)\"]) {\n color: #b7bdf8 !important;\n }\n :root [style*=\"background-color: rgb(142, 205, 248)\"] {\n background-color: #e5e8fd !important;\n }\n :root [style*=\"background-color: rgb(2, 17, 61)\"] {\n background-color: rgba(183, 189, 248, 0.15) !important;\n }\n :root [style*=\"background-color: rgba(255, 255, 255, 0.25)\"] {\n background-color: rgba(202, 211, 245, 0.25) !important;\n }\n :root [style*=\"background-color: rgb(147, 147, 147)\"] {\n background-color: #6e738d !important;\n }\n :root [style*=\"background-color: rgb(147, 147, 147)\"] + [style*=\"background-color: rgb(250, 250, 250)\"] {\n background-color: #cad3f5 !important;\n }\n :root [style*=\"background-color: rgb(29, 155, 240)\"] {\n background-color: #b7bdf8 !important;\n }\n :root [style*=\"background-color: rgb(29, 155, 240)\"] [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(239, 243, 244)\"] {\n background-color: #cad3f5 !important;\n }\n :root [style*=\"background-color: rgb(239, 243, 244)\"] [style*=\"color: rgb(15, 20, 25)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(244, 33, 46)\"] {\n background-color: #ed8796 !important;\n }\n :root [style*=\"background-color: rgb(244, 33, 46)\"] [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [style*=\"background-color: rgb(0, 0, 0)\"],\n :root [style*=\"background-color: #000\"] {\n background-color: #24273a !important;\n }\n :root [style*=\"background-color: rgba(15, 20, 25, 0.75)\"] {\n background-color: rgba(24, 25, 38, 0.75) !important;\n }\n :root [style*=\"background-color: rgba(15, 20, 25, 0.75)\"] [style*=\"color: rgb(255, 255, 255)\"] svg {\n color: #cad3f5 !important;\n }\n :root .r-l5o3uw [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-1vtznih [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-4nw3r4 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-12d83nn [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-oybae9 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-yuvema [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-3gvs5h [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-l5o3uw[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-1vtznih[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-4nw3r4[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-12d83nn[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-oybae9[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-yuvema[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-3gvs5h[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"][style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-l5o3uw [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-1vtznih [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-4nw3r4 [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-12d83nn [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-oybae9 [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-yuvema [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-3gvs5h [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-l5o3uw[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-1vtznih[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-4nw3r4[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-12d83nn[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-oybae9[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-yuvema[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-3gvs5h[style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"][style*=\"color: rgb(231, 233, 234)\"]:not( [style*=\"background-color: rgb(231, 233, 234)\"]),\n :root .r-l5o3uw [color=\"white\"],\n :root .r-1vtznih [color=\"white\"],\n :root .r-4nw3r4 [color=\"white\"],\n :root .r-12d83nn [color=\"white\"],\n :root .r-oybae9 [color=\"white\"],\n :root .r-yuvema [color=\"white\"],\n :root .r-3gvs5h [color=\"white\"],\n :root [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] [color=\"white\"] {\n color: #181926 !important;\n }\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4) [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-loe9s5 [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"]) [style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4)[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-loe9s5[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"])[style*=\"color: rgb(255, 255, 255)\"]:not( [style*=\"background-color: rgb(255, 255, 255)\"]),\n :root [data-testid=\"videoComponent\"]:not(.r-4nw3r4) .r-jwli3a,\n :root .r-loe9s5 .r-jwli3a,\n :root .r-drfeu3:has( [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"]) .r-jwli3a {\n color: #fff !important;\n }\n :root .r-eff69c {\n background-color: #a0a8f6;\n }\n :root .r-eff69c [style*=\"color: rgb(255, 255, 255)\"] {\n color: #181926 !important;\n }\n :root [data-testid$=\"-follow\"] [style*=\"color: rgb(15, 20, 25)\"] {\n color: #181926 !important;\n }\n :root path[d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"] {\n fill: #b7bdf8 !important;\n }\n :root a[aria-label^=\"Translated from\"][aria-label$=\"by Google\"] svg path {\n fill: #cad3f5 !important;\n }\n }", + "start": 1151, + "domains": [ + "twitter.com" + ] + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root html {\n background: #1e2030;\n }\n :root #header {\n color: #a5adcb;\n background: #24273a;\n border-bottom-color: #494d64;\n }\n :root #header .logo a {\n border-bottom-color: transparent;\n }\n :root #header #session a {\n background: transparent;\n color: #a5adcb;\n }\n :root #header #session h2 img {\n border-color: #494d64;\n }\n :root .footer {\n background: #1e2030;\n border-top-color: #494d64;\n }\n :root .auth h2 {\n color: #b8c0e0;\n }\n :root .oauth #bd {\n border-color: #494d64;\n }\n :root .app-info h3 img {\n border-color: #24273a;\n }\n :root .permissions.allow strong {\n color: #a6da95;\n }\n :root .button {\n background: #6e738d;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .button:hover {\n color: #cad3f5;\n border-color: #494d64;\n background: #45495b;\n }\n :root .button.selected,\n :root .follow-button .unfollow .button {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #8992f3;\n }\n :root .button.selected:hover,\n :root .follow-button .unfollow .button:hover {\n background-color: #8992f3;\n }\n :root .button.selected .app-info,\n :root .follow-button .unfollow .button .app-info,\n :root .button.selected #bd h3,\n :root .follow-button .unfollow .button #bd h3 {\n color: #a5adcb;\n }\n :root .button.selected #ft,\n :root .follow-button .unfollow .button #ft {\n color: #6e738d;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root html {\n background: #1e2030;\n }\n :root #header {\n color: #a5adcb;\n background: #24273a;\n border-bottom-color: #494d64;\n }\n :root #header .logo a {\n border-bottom-color: transparent;\n }\n :root #header #session a {\n background: transparent;\n color: #a5adcb;\n }\n :root #header #session h2 img {\n border-color: #494d64;\n }\n :root .footer {\n background: #1e2030;\n border-top-color: #494d64;\n }\n :root .auth h2 {\n color: #b8c0e0;\n }\n :root .oauth #bd {\n border-color: #494d64;\n }\n :root .app-info h3 img {\n border-color: #24273a;\n }\n :root .permissions.allow strong {\n color: #a6da95;\n }\n :root .button {\n background: #6e738d;\n color: #cad3f5;\n border-color: #494d64;\n }\n :root .button:hover {\n color: #cad3f5;\n border-color: #494d64;\n background: #45495b;\n }\n :root .button.selected,\n :root .follow-button .unfollow .button {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #8992f3;\n }\n :root .button.selected:hover,\n :root .follow-button .unfollow .button:hover {\n background-color: #8992f3;\n }\n :root .button.selected .app-info,\n :root .follow-button .unfollow .button .app-info,\n :root .button.selected #bd h3,\n :root .follow-button .unfollow .button #bd h3 {\n color: #a5adcb;\n }\n :root .button.selected #ft,\n :root .follow-button .unfollow .button #ft {\n color: #6e738d;\n }\n }", + "start": 39227, + "domains": [ + "api.twitter.com" + ] + }, + { + "code": "@media (prefers-color-scheme: light) {\n :root #session a,\n :root #session input,\n :root #session button {\n background: #363a4f;\n color: #a5adcb;\n }\n :root #session .user-menu a:focus,\n :root #session .user-menu a:hover,\n :root #session .user-menu button:focus,\n :root #session .user-menu button:hover,\n :root #session .user-menu input:focus,\n :root #session .user-menu input:hover {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root .notice,\n :root .notice p,\n :root h2 {\n color: #b8c0e0;\n }\n :root .notice.error {\n background: rgba(237, 135, 150, 0.2);\n border-color: rgba(237, 135, 150, 0.25);\n }\n :root .ResponsiveLayout--Night .PageContainer {\n background-color: #24273a;\n }\n :root .list-explanation {\n color: #a5adcb;\n }\n :root .ResponsiveLayout--Night .list-btn:first-of-type {\n border-top-color: #1e2030;\n }\n :root .ResponsiveLayout--Night .list-btn:hover {\n background-color: #1e2030;\n }\n :root .submit-btn {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #8992f3;\n }\n :root .submit-btn:hover,\n :root .redirect-btn:hover {\n background-color: #8992f3;\n }\n :root .block-btn {\n color: #ee99a0;\n border-color: #ee99a0;\n }\n :root .mute-btn,\n :root .unfollow-btn,\n :root .email-report-btn {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .list-btn {\n border-color: #494d64;\n }\n :root .list-btn:first-of-type {\n border-top-color: #494d64;\n }\n :root .list-btn:hover {\n background-color: #363a4f;\n }\n :root .js #session .user-menu {\n background-color: #363a4f;\n }\n :root .dropdown-caret .caret-outer,\n :root .dropdown-caret .caret-inner {\n border-bottom-color: #363a4f;\n }\n }\n @media (prefers-color-scheme: dark) {\n :root #session a,\n :root #session input,\n :root #session button {\n background: #363a4f;\n color: #a5adcb;\n }\n :root #session .user-menu a:focus,\n :root #session .user-menu a:hover,\n :root #session .user-menu button:focus,\n :root #session .user-menu button:hover,\n :root #session .user-menu input:focus,\n :root #session .user-menu input:hover {\n color: #181926;\n background-color: #b7bdf8;\n }\n :root .notice,\n :root .notice p,\n :root h2 {\n color: #b8c0e0;\n }\n :root .notice.error {\n background: rgba(237, 135, 150, 0.2);\n border-color: rgba(237, 135, 150, 0.25);\n }\n :root .ResponsiveLayout--Night .PageContainer {\n background-color: #24273a;\n }\n :root .list-explanation {\n color: #a5adcb;\n }\n :root .ResponsiveLayout--Night .list-btn:first-of-type {\n border-top-color: #1e2030;\n }\n :root .ResponsiveLayout--Night .list-btn:hover {\n background-color: #1e2030;\n }\n :root .submit-btn {\n background-color: #b7bdf8;\n color: #181926;\n border-color: #8992f3;\n }\n :root .submit-btn:hover,\n :root .redirect-btn:hover {\n background-color: #8992f3;\n }\n :root .block-btn {\n color: #ee99a0;\n border-color: #ee99a0;\n }\n :root .mute-btn,\n :root .unfollow-btn,\n :root .email-report-btn {\n color: #b7bdf8;\n border-color: #b7bdf8;\n }\n :root .list-btn {\n border-color: #494d64;\n }\n :root .list-btn:first-of-type {\n border-top-color: #494d64;\n }\n :root .list-btn:hover {\n background-color: #363a4f;\n }\n :root .js #session .user-menu {\n background-color: #363a4f;\n }\n :root .dropdown-caret .caret-outer,\n :root .dropdown-caret .caret-inner {\n border-bottom-color: #363a4f;\n }\n }", + "start": 42429, + "domains": [ + "twitter.com" + ] + }, + { + "code": "/* prettier-ignore */", + "start": 46152 + } + ], + "sourceCode": "/* ==UserStyle==\n@name Twitter Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/twitter\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitter\n@version 1.0.5\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitter/catppuccin.user.css\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitter\n@description Soothing pastel theme for Twitter\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire*\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n\n@var checkbox colorizeLogo \"Colorize Logo\" 0\n@var checkbox darkenShadows \"Darken Shadows on Dark Themes\" 1\n==/UserStyle== */\n\n@-moz-document domain(\"twitter.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n color-scheme: if(@lookup = latte, light, dark);\n\n ::selection {\n background-color: fade(@accent-color, 30%);\n }\n\n input,\n textarea {\n &::placeholder {\n color: @subtext0 !important;\n }\n }\n\n body.LightsOut {\n --border-color: @surface0;\n --color: @overlay1;\n --color-emphasis: @text;\n --hover-bg-color: @surface0;\n\n // shadows\n .r-qo02w8,\n .r-15ce4ve {\n @default-shadow:\n fade(@text, 20%) 0 0 15px,\n fade(@text, 15%) 0 0 3px 1px;\n @black-shadow:\n rgba(0, 0, 0, 0.4) 0 0 15px,\n rgba(0, 0, 0, 0.35) 0 0 3px 1px;\n\n box-shadow: @default-shadow;\n\n & when (@darkenShadows = 1) {\n box-shadow: if(@lookup=latte, @default-shadow, @black-shadow);\n }\n }\n\n .r-1tbvlxk {\n @default-shadow: drop-shadow(fade(@text, 25%) 1px -1px 1px);\n @black-shadow: drop-shadow(rgba(0, 0, 0, 0.5) 1px -1px 1px);\n\n filter: @default-shadow;\n\n & when (@darkenShadows = 1) {\n filter: if(@lookup=latte, @default-shadow, @black-shadow);\n }\n }\n\n .r-1uusn97 {\n @default-shadow:\n fade(@text, 20%) 0 0 5px,\n fade(@text, 15%) 0 1px 4px 1px;\n @black-shadow:\n rgba(0, 0, 0, 0.4) 0 0 5px,\n rgba(0, 0, 0, 0.35) 0 1px 4px 1px;\n\n box-shadow: @default-shadow;\n\n & when (@darkenShadows = 1) {\n box-shadow: if(@lookup=latte, @default-shadow, @black-shadow);\n }\n }\n }\n\n body,\n .PageContainer,\n #placeholder {\n background-color: @base !important;\n color: @text;\n }\n\n #ScriptLoadFailure span {\n color: @text;\n }\n\n [style*=\"scrollbar-color: rgb(62, 65, 68) rgb(22, 24, 28)\"] {\n scrollbar-color: @accent-color transparent !important;\n scrollbar-width: thin;\n }\n\n // bg color\n [data-testid=\"primaryColumn\"],\n .r-kemksi {\n background-color: @base;\n }\n\n // arrow on account switcher\n .r-cqee49 {\n color: @base;\n }\n\n // top nav bg color\n .r-5zmot {\n background-color: fade(@base, 75%);\n }\n\n // element hover (when on base)\n .r-1hdo0pc,\n .r-pjtv4k {\n background-color: fade(@text, 10%);\n }\n\n // element active (when on base)\n .r-11gmi9o {\n background-color: fade(@text, 20%);\n }\n\n .r-1cuuowz {\n background-color: fade(@text, 3%);\n }\n\n // text\n .r-1nao33i {\n color: @text;\n }\n\n // white text, seems to appear on accent colors\n .r-jwli3a {\n color: if(@lookup=latte, #fff, @crust);\n\n // cw svg\n &:has(\n path[d=\"M3.693 21.707l-1.414-1.414 2.429-2.429c-2.479-2.421-3.606-5.376-3.658-5.513l-.131-.352.131-.352c.133-.353 3.331-8.648 10.937-8.648 2.062 0 3.989.621 5.737 1.85l2.556-2.557 1.414 1.414L3.693 21.707zm-.622-9.706c.356.797 1.354 2.794 3.051 4.449l2.417-2.418c-.361-.609-.553-1.306-.553-2.032 0-2.206 1.794-4 4-4 .727 0 1.424.192 2.033.554l2.263-2.264C14.953 5.434 13.512 5 11.986 5c-5.416 0-8.258 5.535-8.915 7.001zM11.986 10c-1.103 0-2 .897-2 2 0 .178.023.352.067.519l2.451-2.451c-.167-.044-.341-.067-.519-.067zm10.951 1.647l.131.352-.131.352c-.133.353-3.331 8.648-10.937 8.648-.709 0-1.367-.092-2-.223v-2.047c.624.169 1.288.27 2 .27 5.415 0 8.257-5.533 8.915-7-.252-.562-.829-1.724-1.746-2.941l1.438-1.438c1.53 1.971 2.268 3.862 2.33 4.027z\"]\n ) {\n color: @text;\n }\n }\n\n // borders\n .r-1kqtdi0,\n .r-1roi411 {\n border-color: @surface0;\n }\n\n .r-1igl3o0 {\n border-bottom-color: @surface0;\n }\n\n .r-2sztyj {\n border-top-color: @surface0;\n }\n\n .r-1aihyag {\n border-right-color: @surface0;\n }\n\n .r-1wyyjkm {\n border-left-color: @subtext0; // border when replying to a dm\n }\n\n // is this post relevant to you?\n .r-1ccsd61,\n .r-xzxzvz {\n border-color: @surface2;\n }\n\n .r-gu4em3,\n .r-1bnu78o,\n .r-z32n2g, // search bar\n .r-1m3jxhj {\n background-color: @surface0;\n }\n\n // base color border\n .r-1xc7w19 {\n border-color: @base;\n }\n\n // active border for dms\n .r-1pbtemp {\n border-right-color: @accent-color;\n }\n\n // accent color borders\n .r-vhj8yc {\n border-color: @accent-color;\n }\n\n // magnifying glass in search bar\n .r-1bwzh9t {\n color: @overlay1;\n }\n\n // right side content\n .r-g2wdr4 {\n background-color: @mantle;\n }\n\n .r-14wv3jr {\n border-color: @mantle;\n }\n\n // bg color accent\n .r-l5o3uw {\n background-color: @accent-color;\n\n .r-jwli3a {\n color: if(@lookup=latte, #fff, @crust);\n }\n }\n\n // accent element when hovered\n .r-1vtznih {\n background-color: darken(@accent-color, 10%);\n\n .r-jwli3a {\n color: if(@lookup=latte, #fff, @crust);\n }\n }\n\n .r-1peqgm7 {\n background-color: fade(@accent-color, 10%);\n }\n\n // accent element when active\n .r-yuvema {\n background-color: darken(@accent-color, 15%);\n\n .r-jwli3a {\n color: if(@lookup=latte, #fff, @crust);\n }\n }\n\n .r-r18ze4 {\n background-color: fade(@accent-color, 20%);\n }\n\n // white elements when hovered\n .r-jc7xae {\n background-color: darken(@text, 4%);\n }\n\n // white elements when active\n .r-6wtuen {\n background-color: darken(@text, 8%);\n }\n\n // tooltips\n .r-1pr99xn {\n background-color: @surface1;\n }\n\n // new notifications\n .r-1eltapf {\n background-color: fade(@sapphire, 10%);\n }\n\n // polls\n .r-eok2q2 {\n background-color: fade(@accent-color, 60%);\n }\n\n // box shadow around active poll input box\n .r-9cip40 {\n box-shadow: @accent-color 0 0 0 1px;\n }\n\n // spaces\n .r-1blqq69 {\n border-color: @mauve;\n }\n\n // reactions on dms\n .r-qazpri {\n color: @overlay1;\n }\n\n @keyframes r-1wvy3k1 {\n 0% {\n box-shadow: fade(@mauve, 40%) 0;\n }\n\n 100% {\n box-shadow: fade(@mauve, 0%) 0;\n }\n }\n\n [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] {\n background-image: linear-gradient(\n 61.63deg,\n @blue -15.05%,\n @mauve 104.96%\n ) !important;\n }\n\n // tweet textbox placeholder\n .draftjs-styles_0 .public-DraftEditorPlaceholder-root {\n color: @overlay0;\n }\n\n // who can reply? bg\n .r-rgqbpe {\n background-color: fade(@blue, 10%);\n }\n\n // circles\n .r-s224ru {\n background-color: @green;\n }\n\n .r-h7o7i8 {\n background-color: fade(@green, 10%);\n }\n\n // live indicator\n .r-4nw3r4,\n .r-1dgebii {\n background-color: @red;\n }\n\n // live border\n .r-b5kvu3 {\n border-color: @red;\n }\n\n // red transparent bg (appears with \"unfollow\" hover)\n .r-qqmkd0 {\n background-color: fade(@red, 10%);\n }\n\n // red bg on hover\n .r-12d83nn {\n background-color: darken(@red, 10%);\n }\n\n // red bg when active\n .r-oybae9 {\n background-color: darken(@red, 15%);\n }\n\n .r-11mg6pl {\n border-color: if(@lookup=latte, #fff, @crust); // white border\n }\n\n // mask over layer\n .r-11z020y {\n background-color: fade(desaturate(darken(@accent-color, 10%), 50%), 12%);\n }\n\n // likes\n [fill=\"rgb(249,22,127)\"],\n [fill=\"rgb(222,45,108)\"],\n g[clip-path=\"url(#__lottie_element_562)\"] path,\n [style=\"color: rgb(249, 24, 128);\"] [viewBox=\"0 0 24 24\"] path {\n fill: @red !important;\n }\n\n // likes when hover\n .r-1krxqcr {\n background-color: fade(@red, 10%);\n }\n\n // likes when active\n .r-uuique {\n background-color: fade(@red, 20%);\n }\n\n // heart svg on notifications page\n .r-vkub15,\n .r-9l7dzd {\n color: @red;\n }\n\n // bell svg on notifications page\n .r-1cvl2hr {\n color: @accent-color;\n }\n\n // retweet svg on notifications page\n .r-o6sn0f {\n color: @green;\n }\n\n // rt when hover\n .r-15azkrj {\n background-color: fade(@green, 10%);\n }\n\n // rt when active\n .r-1x669os {\n background-color: fade(@green, 20%);\n }\n\n // image won't load svg\n [data-testid=\"card.wrapper\"]\n [d=\"M21.04 1.54L17.5 5.09c-.04-.02-.08-.03-.13-.04L14.3 3H9.7l-3 2H5C3.62 5 2.5 6.12 2.5 7.5v11c0 .46.12.88.34 1.25l-1.3 1.29 1.42 1.42 19.5-19.5-1.42-1.42zM13.7 5l2.33 1.56-2 1.99C13.44 8.2 12.74 8 12 8c-2.21 0-4 1.79-4 4 0 .74.2 1.44.55 2.03L4.5 18.09V7.5c0-.28.22-.5.5-.5h2.3l3-2h3.4zM12 10c.18 0 .35.02.52.07l-2.45 2.45c-.05-.17-.07-.34-.07-.52 0-1.1.9-2 2-2zm7 11H7.24l2-2H19c.28 0 .5-.22.5-.5V9h2v9.5c0 1.38-1.12 2.5-2.5 2.5z\"] {\n color: @overlay0;\n }\n\n // cw button\n .r-n94g0g {\n background-color: fade(@text, 30%); // when hovered\n }\n\n .r-z9i421 {\n background-color: fade(@text, 27%); // when active\n }\n\n .r-19130f6 {\n background-color: @crust; // when hovered\n }\n\n .r-l8tqsx {\n background-color: fade(@text, 10%); // when active\n }\n\n // lock svg when you try to write a commu note but can't\n .r-3gvs5h {\n background-color: @overlay1;\n }\n\n // sunglasses commu note\n .r-1fkb3t2 {\n background-color: @surface1;\n }\n\n // media player text\n .r-jwli3a {\n color: @text;\n }\n\n .r-1kwlb9n {\n background-color: fade(@red, 12%);\n }\n\n // hard-coded shit\n // ugly-ass twitter blue/premium bg. why.\n [style*=\"https://abs.twimg.com/responsive-web/client-web/background-premiumplus-web\"]\n {\n background-image: none !important;\n background-color: @surface0;\n }\n\n [stroke=\"#2F3336\" i] {\n stroke: @surface2 !important;\n }\n\n [stroke=\"#1D9BF0\" i],\n [style*=\"stroke: rgb(29, 155, 240)\"] {\n stroke: @accent-color !important;\n }\n\n [stroke=\"#FFD400\" i] {\n stroke: @yellow !important;\n }\n\n [fill=\"#829AAB\" i] {\n fill: @overlay2 !important;\n }\n\n // \"we received your report\" svg\n [fill=\"#1DA1F2\" i] {\n fill: if(@lookup=latte, darken(@sky, 15%), darken(@sky, 30%)) !important;\n }\n\n [fill=\"#78C6EE\" i] {\n fill: @sky !important;\n }\n\n // yellow verified badge\n [stop-color=\"#f4e72a\" i],\n [stop-color=\"#cd8105\" i],\n [stop-color=\"#cb7b00\" i],\n [stop-color=\"#f4ec26\" i],\n [stop-color=\"#f9e87f\" i],\n [stop-color=\"#e2b719\" i] {\n stop-color: @yellow !important;\n }\n\n [fill=\"#d18800\" i] {\n fill: @yellow !important;\n }\n\n // [fill=\"#333333\" i] {\n // fill: @crust !important;\n //\n // ~ [fill=\"white\"] {\n // fill: @text !important;\n // }\n // }\n\n [style*=\"border-color: rgb(83, 100, 113)\"] {\n border-color: @surface1 !important;\n }\n\n [style*=\"border-color: rgb(51, 54, 57)\"] {\n border-color: @surface0 !important;\n }\n\n [style*=\"border-color: rgb(103, 7, 15)\"] {\n border-color: fadeout(@red, 50%) !important;\n }\n\n [style*=\"border-color: rgb(29, 155, 240)\"] {\n border-color: @accent-color !important;\n }\n\n [style*=\"color: rgb(231, 233, 234)\"]:not(\n [style*=\"background-color: rgb(231, 233, 234)\"]\n ),\n [style*=\"color: rgb(239, 243, 244)\"]:not(\n [style*=\"background-color: rgb(239, 243, 244)\"]\n ),\n [style*=\"color: rgb(255, 255, 255)\"]:not(\n [style*=\"background-color: rgb(255, 255, 255)\"]\n ) {\n color: @text !important;\n }\n\n [style*=\"color: rgb(231, 233, 234)\"]:not(\n [style*=\"background-color: rgb(231, 233, 234)\"]\n )\n input::placeholder {\n color: @subtext1 !important;\n }\n\n // faded text\n [style*=\"color: rgb(113, 118, 123)\"]:not(\n [style*=\"background-color: rgb(113, 118, 123)\"]\n ),\n [style*=\"color: rgb(182, 185, 188)\"]:not(\n [style*=\"background-color: rgb(182, 185, 188)\"]\n ) {\n color: @overlay1 !important;\n }\n\n // retweets color\n [style*=\"color: rgb(0, 186, 124)\"]:not(\n [style*=\"background-color: rgb(0, 186, 124)\"]\n ) {\n color: @green !important;\n }\n\n // likes/unfollow color\n [style*=\"color: rgb(249, 24, 128)\"]:not(\n [style*=\"background-color: rgb(249, 24, 128)\"]\n ),\n [style*=\"color: rgb(244, 33, 46)\"]:not(\n [style*=\"background-color: rgb(244, 33, 46)\"]\n ) {\n color: @red !important;\n }\n\n [style*=\"color: rgb(250, 68, 152)\"]:not(\n [style*=\"background-color: rgb(250, 68, 152)\"]\n ) {\n color: @pink !important;\n }\n\n [style*=\"color: rgb(255, 212, 0)\"]:not(\n [style*=\"background-color: rgb(255, 212, 0)\"]\n ) {\n color: @yellow !important;\n }\n\n [style*=\"color: rgb(120, 86, 255)\"]:not(\n [style*=\"background-color: rgb(120, 86, 255)\"]\n ) {\n color: @mauve !important;\n }\n\n [style*=\"color: rgb(255, 122, 0)\"]:not(\n [style*=\"background-color: rgb(255, 122, 0)\"]\n ) {\n color: @peach !important;\n }\n\n // accent color (blue)\n [style*=\"color: rgb(29, 155, 240)\"]:not(\n [style*=\"background-color: rgb(29, 155, 240)\"]\n ) {\n color: @accent-color !important;\n }\n\n // background colors\n [style*=\"background-color: rgb(142, 205, 248)\"] {\n background-color: lighten(@accent-color, 10%) !important;\n }\n\n [style*=\"background-color: rgb(2, 17, 61)\"] {\n background-color: fade(@accent-color, 15%) !important;\n }\n\n [style*=\"background-color: rgba(255, 255, 255, 0.25)\"] {\n background-color: fade(@text, 25%) !important;\n }\n\n [style*=\"background-color: rgb(147, 147, 147)\"] {\n background-color: @overlay0 !important;\n\n // for toggle circle\n + [style*=\"background-color: rgb(250, 250, 250)\"]\n when\n not\n (@lookup = latte) {\n background-color: @text !important;\n }\n }\n\n [style*=\"background-color: rgb(29, 155, 240)\"] {\n background-color: @accent-color !important;\n\n [style*=\"color: rgb(255, 255, 255)\"] {\n color: if(@lookup=latte, #fff, @crust) !important;\n }\n }\n\n [style*=\"background-color: rgb(239, 243, 244)\"] {\n background-color: @text !important;\n\n [style*=\"color: rgb(15, 20, 25)\"] {\n color: if(@lookup=latte, #fff, @crust) !important;\n }\n }\n\n [style*=\"background-color: rgb(244, 33, 46)\"] {\n background-color: @red !important;\n\n [style*=\"color: rgb(255, 255, 255)\"] {\n color: if(@lookup=latte, #fff, @crust) !important;\n }\n }\n\n [style*=\"background-color: rgb(0, 0, 0)\"],\n [style*=\"background-color: #000\"] {\n background-color: @base !important;\n }\n\n [style*=\"background-color: rgba(15, 20, 25, 0.75)\"] {\n background-color: fade(@crust, 75%) !important;\n\n [style*=\"color: rgb(255, 255, 255)\"] svg {\n color: @text !important;\n }\n }\n\n // whatever\n .r-l5o3uw,\n .r-1vtznih,\n .r-4nw3r4,\n .r-12d83nn,\n .r-oybae9,\n .r-yuvema,\n .r-3gvs5h,\n [style=\"background-image: linear-gradient(61.63deg, rgb(45, 66, 255) -15.05%, rgb(156, 99, 250) 104.96%);\"] {\n [style*=\"color: rgb(255, 255, 255)\"]:not(\n [style*=\"background-color: rgb(255, 255, 255)\"]\n ),\n &[style*=\"color: rgb(255, 255, 255)\"]:not(\n [style*=\"background-color: rgb(255, 255, 255)\"]\n ),\n [style*=\"color: rgb(231, 233, 234)\"]:not(\n [style*=\"background-color: rgb(231, 233, 234)\"]\n ),\n &[style*=\"color: rgb(231, 233, 234)\"]:not(\n [style*=\"background-color: rgb(231, 233, 234)\"]\n ),\n [color=\"white\"] {\n color: if(@lookup=latte, #fff, @crust) !important;\n }\n }\n\n [data-testid=\"videoComponent\"]:not(.r-4nw3r4),\n .r-loe9s5,\n .r-drfeu3:has(\n [style=\"background-color: rgba(255, 255, 255, 0.25); border-color: rgba(0, 0, 0, 0); backdrop-filter: blur(4px);\"]\n ) {\n [style*=\"color: rgb(255, 255, 255)\"]:not(\n [style*=\"background-color: rgb(255, 255, 255)\"]\n ),\n &[style*=\"color: rgb(255, 255, 255)\"]:not(\n [style*=\"background-color: rgb(255, 255, 255)\"]\n ),\n .r-jwli3a {\n color: #fff !important;\n }\n }\n\n // dms have to be here bc of the above\n .r-eff69c {\n background-color: darken(@accent-color, 5%);\n\n [style*=\"color: rgb(255, 255, 255)\"] {\n color: @crust !important;\n }\n }\n\n // follow button\n [data-testid$=\"-follow\"] {\n [style*=\"color: rgb(15, 20, 25)\"] {\n color: if(@lookup=latte, #fff, @crust) !important;\n }\n }\n\n // sports stuff on explore page\n // a[href^=\"/i/events\"] > div > div > div[style^=\"background-color\"] > div[style*=\"color: rgb(255, 255, 255)\"] span {\n // color: #fff !important;\n // }\n\n // options\n & when (@colorizeLogo = 1) {\n path[d=\"M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z\"] {\n fill: @accent-color !important;\n }\n }\n\n a[aria-label^=\"Translated from\"][aria-label$=\"by Google\"] svg path {\n fill: @text !important;\n }\n }\n}\n\n@-moz-document domain(\"api.twitter.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n html {\n background: @mantle;\n }\n\n #header {\n color: @subtext0;\n background: @base;\n border-bottom-color: @surface1;\n\n .logo a {\n border-bottom-color: transparent;\n }\n\n #session {\n a {\n background: transparent;\n color: @subtext0;\n }\n\n h2 img {\n border-color: @surface1;\n }\n }\n }\n\n .footer {\n background: @mantle;\n border-top-color: @surface1;\n }\n\n .auth h2 {\n color: @subtext1;\n }\n\n .oauth #bd {\n border-color: @surface1;\n }\n\n .app-info h3 img {\n border-color: @base;\n }\n\n .permissions.allow strong {\n color: @green;\n }\n\n .button {\n background: @overlay0;\n color: @text;\n border-color: @surface1;\n\n &:hover {\n color: @text;\n border-color: @surface1;\n background: darken(@surface2, 10%);\n }\n }\n\n .button.selected,\n .follow-button .unfollow .button {\n background-color: @accent-color;\n color: if(@lookup=latte, #fff, @crust);\n border-color: darken(@accent-color, 10%);\n\n &:hover {\n background-color: darken(@accent-color, 10%);\n }\n\n .app-info,\n #bd h3 {\n color: @subtext0;\n }\n\n #ft {\n color: @overlay0;\n }\n }\n }\n}\n\n@-moz-document domain(\"twitter.com\") {\n @media (prefers-color-scheme: light) {\n :root {\n #catppuccin(@lightFlavor, @accentColor);\n }\n }\n @media (prefers-color-scheme: dark) {\n :root {\n #catppuccin(@darkFlavor, @accentColor);\n }\n }\n\n #catppuccin(@lookup, @accent) {\n @rosewater: @catppuccin[@@lookup][@rosewater];\n @flamingo: @catppuccin[@@lookup][@flamingo];\n @pink: @catppuccin[@@lookup][@pink];\n @mauve: @catppuccin[@@lookup][@mauve];\n @red: @catppuccin[@@lookup][@red];\n @maroon: @catppuccin[@@lookup][@maroon];\n @peach: @catppuccin[@@lookup][@peach];\n @yellow: @catppuccin[@@lookup][@yellow];\n @green: @catppuccin[@@lookup][@green];\n @teal: @catppuccin[@@lookup][@teal];\n @sky: @catppuccin[@@lookup][@sky];\n @sapphire: @catppuccin[@@lookup][@sapphire];\n @blue: @catppuccin[@@lookup][@blue];\n @lavender: @catppuccin[@@lookup][@lavender];\n @text: @catppuccin[@@lookup][@text];\n @subtext1: @catppuccin[@@lookup][@subtext1];\n @subtext0: @catppuccin[@@lookup][@subtext0];\n @overlay2: @catppuccin[@@lookup][@overlay2];\n @overlay1: @catppuccin[@@lookup][@overlay1];\n @overlay0: @catppuccin[@@lookup][@overlay0];\n @surface2: @catppuccin[@@lookup][@surface2];\n @surface1: @catppuccin[@@lookup][@surface1];\n @surface0: @catppuccin[@@lookup][@surface0];\n @base: @catppuccin[@@lookup][@base];\n @mantle: @catppuccin[@@lookup][@mantle];\n @crust: @catppuccin[@@lookup][@crust];\n @accent-color: @catppuccin[@@lookup][@@accent];\n\n #session a,\n #session input,\n #session button {\n background: @surface0;\n color: @subtext0;\n }\n\n #session .user-menu {\n a:focus,\n a:hover,\n button:focus,\n button:hover,\n input:focus,\n input:hover {\n color: if(@lookup=latte, #fff, @crust);\n background-color: @accent-color;\n }\n }\n\n .notice,\n .notice p,\n h2 {\n color: @subtext1;\n }\n\n .notice.error {\n background: fade(@red, 20%);\n border-color: fade(@red, 25%);\n }\n\n // report page? why isn't this themed\n .ResponsiveLayout--Night .PageContainer {\n background-color: @base;\n }\n\n .list-explanation {\n color: @subtext0;\n }\n\n .ResponsiveLayout--Night .list-btn {\n &:first-of-type {\n border-top-color: @mantle;\n }\n\n &:hover {\n background-color: @mantle;\n }\n }\n\n .submit-btn {\n background-color: @accent-color;\n color: if(@lookup=latte, #fff, @crust);\n border-color: darken(@accent-color, 10%);\n }\n\n .submit-btn:hover,\n .redirect-btn:hover {\n background-color: darken(@accent-color, 10%);\n }\n\n .block-btn {\n color: @maroon;\n border-color: @maroon;\n }\n\n .mute-btn,\n .unfollow-btn,\n .email-report-btn {\n color: @accent-color;\n border-color: @accent-color;\n }\n\n .list-btn {\n border-color: @surface1;\n\n &:first-of-type {\n border-top-color: @surface1;\n }\n\n &:hover {\n background-color: @surface0;\n }\n }\n\n // authorize page\n .js #session .user-menu {\n background-color: @surface0;\n }\n\n .dropdown-caret .caret-outer,\n .dropdown-caret .caret-inner {\n border-bottom-color: @surface0;\n }\n }\n}\n\n/* prettier-ignore */\n@catppuccin: {\n @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; };\n @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; };\n @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; };\n @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; };\n}\n\n// vim:ft=less\n", + "usercssData": { + "name": "Twitter Catppuccin", + "namespace": "github.com/catppuccin/userstyles/styles/twitter", + "homepageURL": "https://github.com/catppuccin/userstyles/tree/main/styles/twitter", + "version": "1.0.5", + "updateURL": "https://github.com/catppuccin/userstyles/raw/main/styles/twitter/catppuccin.user.css", + "supportURL": "https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitter", + "description": "Soothing pastel theme for Twitter", + "author": "Catppuccin", + "license": "MIT", + "preprocessor": "less", + "vars": { + "lightFlavor": { + "type": "select", + "label": "Light Flavor", + "name": "lightFlavor", + "value": "macchiato", + "default": "latte", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "darkFlavor": { + "type": "select", + "label": "Dark Flavor", + "name": "darkFlavor", + "value": "macchiato", + "default": "mocha", + "options": [ + { + "name": "latte", + "label": "Latte", + "value": "latte" + }, + { + "name": "frappe", + "label": "Frappé", + "value": "frappe" + }, + { + "name": "macchiato", + "label": "Macchiato", + "value": "macchiato" + }, + { + "name": "mocha", + "label": "Mocha", + "value": "mocha" + } + ] + }, + "accentColor": { + "type": "select", + "label": "Accent", + "name": "accentColor", + "value": "lavender", + "default": "sapphire", + "options": [ + { + "name": "rosewater", + "label": "Rosewater", + "value": "rosewater" + }, + { + "name": "flamingo", + "label": "Flamingo", + "value": "flamingo" + }, + { + "name": "pink", + "label": "Pink", + "value": "pink" + }, + { + "name": "mauve", + "label": "Mauve", + "value": "mauve" + }, + { + "name": "red", + "label": "Red", + "value": "red" + }, + { + "name": "maroon", + "label": "Maroon", + "value": "maroon" + }, + { + "name": "peach", + "label": "Peach", + "value": "peach" + }, + { + "name": "yellow", + "label": "Yellow", + "value": "yellow" + }, + { + "name": "green", + "label": "Green", + "value": "green" + }, + { + "name": "teal", + "label": "Teal", + "value": "teal" + }, + { + "name": "blue", + "label": "Blue", + "value": "blue" + }, + { + "name": "sapphire", + "label": "Sapphire", + "value": "sapphire" + }, + { + "name": "sky", + "label": "Sky", + "value": "sky" + }, + { + "name": "lavender", + "label": "Lavender", + "value": "lavender" + }, + { + "name": "subtext0", + "label": "Gray", + "value": "subtext0" + } + ] + }, + "colorizeLogo": { + "type": "checkbox", + "label": "Colorize Logo", + "name": "colorizeLogo", + "value": "1", + "default": "0", + "options": null + }, + "darkenShadows": { + "type": "checkbox", + "label": "Darken Shadows on Dark Themes", + "name": "darkenShadows", + "value": null, + "default": "1", + "options": null + } + } + }, + "author": "Catppuccin", + "description": "Soothing pastel theme for Twitter", + "url": "https://github.com/catppuccin/userstyles/tree/main/styles/twitter", + "updateUrl": "https://github.com/catppuccin/userstyles/raw/main/styles/twitter/catppuccin.user.css", + "name": "Twitter Catppuccin", + "originalDigest": "053078eb731f7470ae423cc07ae2ecf55fa93654", + "_id": "43e5f82b-5257-4bc8-9af9-96780fe8bc73", + "_rev": 1713115393603, + "id": 86, + "etag": "W/\"89b565c4d59232a098ea602b9e142510f5c2eaa0cc11ed874cf5f7ec55c8c79a\"", + "updateDate": 1713115393560 } ] \ No newline at end of file