From 8eaafd3dd1984dfd0b5d27ba8d87bb8cf0a93fa2 Mon Sep 17 00:00:00 2001 From: taipeicoder Date: Mon, 23 Sep 2024 05:52:29 +0000 Subject: [PATCH] Repurpose sharing-modal to just show recommended tags (#39451) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10988306308 Upstream-Ref: Automattic/jetpack@fc199e8e75e30c75b54a1a2cb2ad7d2ca07a81e1 --- composer.lock | 58 ++-- .../automattic/jetpack-mu-wpcom/CHANGELOG.md | 3 + .../src/assets/images/illo-share.svg | 24 -- .../illo-share-d04d91232090e41822db.svg | 24 -- .../wpcom-block-editor-nux.asset.php | 2 +- .../wpcom-block-editor-nux.css | 2 +- .../wpcom-block-editor-nux.js | 6 +- .../wpcom-block-editor-nux.rtl.css | 2 +- ...itor-recommended-tags-modal-controller.php | 68 ++++ ...-block-editor-sharing-modal-controller.php | 72 ----- .../class-wpcom-block-editor-nux.php | 14 +- .../src/block-editor-nux.js | 4 +- .../form-checkbox.tsx | 0 .../form-label.tsx | 0 .../src/recommended-tags-modal/index.tsx | 117 +++++++ .../src/recommended-tags-modal/style.scss | 81 +++++ .../suggested-tags.tsx | 39 ++- .../use-add-tags-to-post.ts | 0 .../use-recommended-tags-modal-dismissed.ts | 24 ++ .../src/sharing-modal/clipboard-button.tsx | 47 --- .../src/sharing-modal/index.tsx | 290 ------------------ .../src/sharing-modal/inline-social-logo.tsx | 48 --- .../inline-social-logos-sprite.tsx | 286 ----------------- .../src/sharing-modal/style.scss | 177 ----------- .../use-sharing-modal-dismissed.ts | 24 -- vendor/composer/autoload_classmap.php | 2 +- vendor/composer/autoload_static.php | 2 +- vendor/composer/installed.json | 56 ++-- vendor/composer/installed.php | 56 ++-- 29 files changed, 420 insertions(+), 1108 deletions(-) delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/assets/images/illo-share.svg delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/build/images/illo-share-d04d91232090e41822db.svg create mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/class-wp-rest-wpcom-block-editor-recommended-tags-modal-controller.php delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/class-wp-rest-wpcom-block-editor-sharing-modal-controller.php rename vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/{sharing-modal => recommended-tags-modal}/form-checkbox.tsx (100%) rename vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/{sharing-modal => recommended-tags-modal}/form-label.tsx (100%) create mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/recommended-tags-modal/index.tsx create mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/recommended-tags-modal/style.scss rename vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/{sharing-modal => recommended-tags-modal}/suggested-tags.tsx (78%) rename vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/{sharing-modal => recommended-tags-modal}/use-add-tags-to-post.ts (100%) create mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/recommended-tags-modal/use-recommended-tags-modal-dismissed.ts delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/clipboard-button.tsx delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/index.tsx delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/inline-social-logo.tsx delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/inline-social-logos-sprite.tsx delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/style.scss delete mode 100644 vendor/automattic/jetpack-mu-wpcom/src/features/wpcom-block-editor-nux/src/sharing-modal/use-sharing-modal-dismissed.ts diff --git a/composer.lock b/composer.lock index ec46e058..b4dbf585 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "80d3ea7a8e89eb796c095d00f46d14ea", + "content-hash": "fca26362a753e32669e19f693f7e0b90", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", @@ -12,7 +12,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-a8c-mc-stats", - "reference": "79d3ad5c48d559e7fca0b25f9a5eff83683259d1" + "reference": "3fbd4bb31769520c8b51131bd23060eb80e43800" }, "require": { "php": ">=7.0" @@ -62,7 +62,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-admin-ui", - "reference": "497b74a32c2694f27fcc44686575043f511b3cd3" + "reference": "75a5df58ba4cd9b6029ed8dcdafa2720db270081" }, "require": { "php": ">=7.0" @@ -124,7 +124,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-assets", - "reference": "5b19fcc0efde7d91fc1e21b54a30a1d3b84dbeb1" + "reference": "92bad5dc6ab7f110e0a0d6e5cefc05307c037e5b" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -190,7 +190,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blaze", - "reference": "b3a581b9f2df65043fb475859b7f2cf99412fe6d" + "reference": "10118ec3e6f9d2d82a9fcbe96f60101f73b167fa" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -268,7 +268,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-blocks", - "reference": "4ec8906d885adff3d76de794af71c74fdc566bf4" + "reference": "bcf1326bf8b1f682591111f6469902032ac7b193" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -327,7 +327,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-calypsoify", - "reference": "08527fc786bf6a7588050298336168a6ccfab874" + "reference": "6a1a494b1539a568c67a2f6cb41bb0e56de1ddb3" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -389,7 +389,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-classic-theme-helper", - "reference": "386f103d142387466811c8bf9f2b9aecf58996a0" + "reference": "fa0520aec38fbe775a9ef5d05388f23253495d5a" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -457,7 +457,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-compat", - "reference": "892b7018547d293b429043b91a662acf3167d8a4" + "reference": "338ab34281d2fcd0209f1a6fbcbabeba2cc6a3c7" }, "require": { "php": ">=7.0" @@ -494,7 +494,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-connection", - "reference": "05373968dec3856c74b8f6ea88064d0c00b77c16" + "reference": "9b461dcde7f47cba5c625a987fa2f5c29f7e67d7" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -581,7 +581,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-constants", - "reference": "74babe1d53c1ffbfa1e78f278733f829090019fd" + "reference": "f79b6c6ee1fd4fc70f4a4ed03e57903e5ea4a7b2" }, "require": { "php": ">=7.0" @@ -632,7 +632,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-device-detection", - "reference": "10f6a18696586a9415cd6fd53167625d68436e0a" + "reference": "5702e33a5858a67282c1644403d57b71dc2dd5f4" }, "require": { "php": ">=7.0" @@ -682,7 +682,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-google-analytics", - "reference": "d15190a9e3643ca7a7ff638a26b05c881e9a0039" + "reference": "f836d9dc1ce35edb239d4dffd1901588f6392a6b" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -750,7 +750,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-ip", - "reference": "01af50d1b1f0d1ae31ba8c6308ada365a769a77f" + "reference": "e659c3483278dd2f7242db77a8ed7d7872603945" }, "require": { "php": ">=7.0" @@ -805,7 +805,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-jitm", - "reference": "03192dc730c224767b7609dde1a8b498934762b4" + "reference": "5fe900b9276ab4aa6a0bd1c78ef5fdcec71240f9" }, "require": { "automattic/jetpack-a8c-mc-stats": "^2.0.2", @@ -877,7 +877,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-logo", - "reference": "6ee234c2852209751da8ab224cb1d82c359ffb71" + "reference": "70b6eb08c5dca1874a177294e94ee4bb7649e3ee" }, "require": { "php": ">=7.0" @@ -927,7 +927,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-masterbar", - "reference": "a9875ecbd2c2d21246276ae368a1e6923f8e77e4" + "reference": "5f36608319b74bcad996df88301b741e73503b45" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -1002,11 +1002,11 @@ }, { "name": "automattic/jetpack-mu-wpcom", - "version": "5.64.0-alpha.1726803085", + "version": "5.64.0-alpha.1727069809", "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-mu-wpcom", - "reference": "a9b3779792653f57a84d695e5ccb44fa66480ca7" + "reference": "83c5abb148751463657465aa9f1c938298147e89" }, "require": { "automattic/jetpack-assets": "^2.3.8", @@ -1086,7 +1086,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-password-checker", - "reference": "e02a71882cc30eee31f739319e7c32c6b322c1de" + "reference": "cd751c94506d37c0b8ea91395b6dbf79a3724665" }, "require": { "php": ">=7.0" @@ -1144,7 +1144,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-plans", - "reference": "24b7407cf66a13540fecdf4476ee316a987ecd6c" + "reference": "279725b71ec4232d3016354054694466b405ab31" }, "require": { "automattic/jetpack-connection": "^4.0.4", @@ -1209,7 +1209,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-redirect", - "reference": "430505d272691971e2d5d4ef217e6e56da544557" + "reference": "4e87092e6fdf99d46f61c6eed268585f71cebd3f" }, "require": { "automattic/jetpack-status": "^4.0.1", @@ -1261,7 +1261,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-roles", - "reference": "2ea3e475ee93b39ea4de644c79a10b429948d457" + "reference": "1934cb3ee305a17d93250e742754f4f1fb8ab5b9" }, "require": { "php": ">=7.0" @@ -1312,7 +1312,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats", - "reference": "77eeb283f39531255d9aa0e88ed0ff94b25db542" + "reference": "6a6ccc7c6db48dc6a8b8e284761f73f115266d80" }, "require": { "automattic/jetpack-connection": "^4.0.4", @@ -1376,7 +1376,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-stats-admin", - "reference": "5bbc5b2c375d1367b5f26384673e38db59d4bcb3" + "reference": "166752112c870a83ee21bc86e5447ea3ed1db65a" }, "require": { "automattic/jetpack-connection": "^4.0.4", @@ -1446,7 +1446,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-status", - "reference": "1375918010e7cd9d882ebbeef2e36092d210fb12" + "reference": "f06e01a7726498a10bf7b77b9eae120ccea62d49" }, "require": { "automattic/jetpack-constants": "^2.0.4", @@ -1507,7 +1507,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-sync", - "reference": "e055c9fe07739228d3e8127146f46d557e20e773" + "reference": "c7130e67b6b9edfe4ec17f2ed4921fc5cf913060" }, "require": { "automattic/jetpack-connection": "^4.0.4", @@ -1582,7 +1582,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/scheduled-updates", - "reference": "c221f40211d01966bd9f984f4a5ece802264c7de" + "reference": "bd44a0cfcbdb80d158d461c252ea5a903aaeb1f1" }, "require": { "automattic/jetpack-connection": "^4.0.4", @@ -1731,7 +1731,7 @@ "dist": { "type": "path", "url": "/tmp/jetpack-build/Automattic/jetpack-changelogger", - "reference": "29a425c7e3b54787cd430b745ec73ceae1e683fa" + "reference": "aa0e1114c6716250aa8c3dfdf57f05436b2f63ce" }, "require": { "php": ">=7.0", diff --git a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md index a88ad2ed..94a74b80 100644 --- a/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md +++ b/vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is an alpha version! The changes listed here are not final. +### Changed +- Sharing modal: Repurposed to only display recommended tags. + ### Deprecated - Removed launchpad-save-modal. diff --git a/vendor/automattic/jetpack-mu-wpcom/src/assets/images/illo-share.svg b/vendor/automattic/jetpack-mu-wpcom/src/assets/images/illo-share.svg deleted file mode 100644 index 41b457cb..00000000 --- a/vendor/automattic/jetpack-mu-wpcom/src/assets/images/illo-share.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vendor/automattic/jetpack-mu-wpcom/src/build/images/illo-share-d04d91232090e41822db.svg b/vendor/automattic/jetpack-mu-wpcom/src/build/images/illo-share-d04d91232090e41822db.svg deleted file mode 100644 index 41b457cb..00000000 --- a/vendor/automattic/jetpack-mu-wpcom/src/build/images/illo-share-d04d91232090e41822db.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.asset.php b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.asset.php index 266e6182..cf80636c 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.asset.php +++ b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.asset.php @@ -1 +1 @@ - array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-nux', 'wp-plugins', 'wp-primitives', 'wp-private-apis', 'wp-url'), 'version' => '06b12dc642d51b6400f4'); + array('jetpack-connection', 'lodash', 'moment', 'react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-data-controls', 'wp-dom', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-notices', 'wp-nux', 'wp-plugins', 'wp-primitives', 'wp-private-apis', 'wp-url'), 'version' => 'e50052b88ccd45c9b84c'); diff --git a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.css b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.css index fb7c1c89..012b55ed 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.css +++ b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.css @@ -1 +1 @@ -.tour-kit-frame{visibility:hidden}.tour-kit-frame.is-visible{visibility:visible}.tour-kit-frame__container{background:var(--studio-white);border-radius:2px;bottom:44px;box-shadow:0 0 3px 0 rgba(0,0,0,.25);cursor:default;display:inline;left:16px;position:fixed;z-index:9999}.tour-kit-overlay{background:#000;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw}.tour-kit-overlay.is-visible{opacity:.5}.tour-kit-spotlight.is-visible{outline:99999px solid rgba(0,0,0,.5);overflow:hidden;position:fixed;z-index:1}.tour-kit-frame__arrow{visibility:hidden}.tour-kit-frame__arrow,.tour-kit-frame__arrow:before{background:inherit;height:12px;position:absolute;width:12px;z-index:-1}.tour-kit-frame__arrow:before{content:"";transform:rotate(45deg);visibility:visible}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow{bottom:-6px}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow:before{box-shadow:1px 1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow{top:-6px}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow:before{box-shadow:-1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow{right:-6px}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow:before{box-shadow:1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow{left:-6px}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow:before{box-shadow:-1px 1px 2px -1px rgba(0,0,0,.25)}:root{--studio-white:#fff;--studio-black:#000;--studio-gray-0:#f6f7f7;--studio-gray-5:#dcdcde;--studio-gray-10:#c3c4c7;--studio-gray-20:#a7aaad;--studio-gray-30:#8c8f94;--studio-gray-40:#787c82;--studio-gray-50:#646970;--studio-gray-60:#50575e;--studio-gray-70:#3c434a;--studio-gray-80:#2c3338;--studio-gray-90:#1d2327;--studio-gray-100:#101517;--studio-gray:#646970;--studio-blue-0:#e9f0f5;--studio-blue-5:#bbe0fa;--studio-blue-10:#91caf2;--studio-blue-20:#68b3e8;--studio-blue-30:#399ce3;--studio-blue-40:#1689db;--studio-blue-50:#0675c4;--studio-blue-60:#055d9c;--studio-blue-70:#044b7a;--studio-blue-80:#02395c;--studio-blue-90:#01283d;--studio-blue-100:#001621;--studio-blue:#0675c4;--studio-purple-0:#f2e9ed;--studio-purple-5:#ebcee0;--studio-purple-10:#e3afd5;--studio-purple-20:#d48fc8;--studio-purple-30:#c475bd;--studio-purple-40:#b35eb1;--studio-purple-50:#984a9c;--studio-purple-60:#7c3982;--studio-purple-70:#662c6e;--studio-purple-80:#4d2054;--studio-purple-90:#35163b;--studio-purple-100:#1e0c21;--studio-purple:#984a9c;--studio-pink-0:#f5e9ed;--studio-pink-5:#f2ceda;--studio-pink-10:#f7a8c3;--studio-pink-20:#f283aa;--studio-pink-30:#eb6594;--studio-pink-40:#e34c84;--studio-pink-50:#c9356e;--studio-pink-60:#ab235a;--studio-pink-70:#8c1749;--studio-pink-80:#700f3b;--studio-pink-90:#4f092a;--studio-pink-100:#260415;--studio-pink:#c9356e;--studio-red-0:#f7ebec;--studio-red-5:#facfd2;--studio-red-10:#ffabaf;--studio-red-20:#ff8085;--studio-red-30:#f86368;--studio-red-40:#e65054;--studio-red-50:#d63638;--studio-red-60:#b32d2e;--studio-red-70:#8a2424;--studio-red-80:#691c1c;--studio-red-90:#451313;--studio-red-100:#240a0a;--studio-red:#d63638;--studio-orange-0:#f5ece6;--studio-orange-5:#f7dcc6;--studio-orange-10:#ffbf86;--studio-orange-20:#faa754;--studio-orange-30:#e68b28;--studio-orange-40:#d67709;--studio-orange-50:#b26200;--studio-orange-60:#8a4d00;--studio-orange-70:#704000;--studio-orange-80:#543100;--studio-orange-90:#361f00;--studio-orange-100:#1f1200;--studio-orange:#b26200;--studio-yellow-0:#f5f1e1;--studio-yellow-5:#f5e6b3;--studio-yellow-10:#f2d76b;--studio-yellow-20:#f0c930;--studio-yellow-30:#deb100;--studio-yellow-40:#c08c00;--studio-yellow-50:#9d6e00;--studio-yellow-60:#7d5600;--studio-yellow-70:#674600;--studio-yellow-80:#4f3500;--studio-yellow-90:#320;--studio-yellow-100:#1c1300;--studio-yellow:#9d6e00;--studio-green-0:#e6f2e8;--studio-green-5:#b8e6bf;--studio-green-10:#68de86;--studio-green-20:#1ed15a;--studio-green-30:#00ba37;--studio-green-40:#00a32a;--studio-green-50:#008a20;--studio-green-60:#007017;--studio-green-70:#005c12;--studio-green-80:#00450c;--studio-green-90:#003008;--studio-green-100:#001c05;--studio-green:#008a20;--studio-celadon-0:#e4f2ed;--studio-celadon-5:#a7e8d3;--studio-celadon-10:#66deb9;--studio-celadon-20:#31cc9f;--studio-celadon-30:#09b585;--studio-celadon-40:#009e73;--studio-celadon-50:#008763;--studio-celadon-60:#007053;--studio-celadon-70:#005c44;--studio-celadon-80:#004533;--studio-celadon-90:#003024;--studio-celadon-100:#001c15;--studio-celadon:#008763;--studio-wordpress-blue-0:#e6f1f5;--studio-wordpress-blue-5:#bedae6;--studio-wordpress-blue-10:#98c6d9;--studio-wordpress-blue-20:#6ab3d0;--studio-wordpress-blue-30:#3895ba;--studio-wordpress-blue-40:#187aa2;--studio-wordpress-blue-50:#006088;--studio-wordpress-blue-60:#004e6e;--studio-wordpress-blue-70:#003c56;--studio-wordpress-blue-80:#002c40;--studio-wordpress-blue-90:#001d2d;--studio-wordpress-blue-100:#00101c;--studio-wordpress-blue:#006088;--studio-simplenote-blue-0:#e9ecf5;--studio-simplenote-blue-5:#ced9f2;--studio-simplenote-blue-10:#abc1f5;--studio-simplenote-blue-20:#84a4f0;--studio-simplenote-blue-30:#618df2;--studio-simplenote-blue-40:#4678eb;--studio-simplenote-blue-50:#3361cc;--studio-simplenote-blue-60:#1d4fc4;--studio-simplenote-blue-70:#113ead;--studio-simplenote-blue-80:#0d2f85;--studio-simplenote-blue-90:#09205c;--studio-simplenote-blue-100:#05102e;--studio-simplenote-blue:#3361cc;--studio-woocommerce-purple-0:#f7edf7;--studio-woocommerce-purple-5:#e5cfe8;--studio-woocommerce-purple-10:#d6b4e0;--studio-woocommerce-purple-20:#c792e0;--studio-woocommerce-purple-30:#af7dd1;--studio-woocommerce-purple-40:#9a69c7;--studio-woocommerce-purple-50:#7f54b3;--studio-woocommerce-purple-60:#674399;--studio-woocommerce-purple-70:#533582;--studio-woocommerce-purple-80:#3c2861;--studio-woocommerce-purple-90:#271b3d;--studio-woocommerce-purple-100:#140e1f;--studio-woocommerce-purple:#7f54b3;--studio-jetpack-green-0:#f0f2eb;--studio-jetpack-green-5:#d0e6b8;--studio-jetpack-green-10:#9dd977;--studio-jetpack-green-20:#64ca43;--studio-jetpack-green-30:#2fb41f;--studio-jetpack-green-40:#069e08;--studio-jetpack-green-50:#008710;--studio-jetpack-green-60:#007117;--studio-jetpack-green-70:#005b18;--studio-jetpack-green-80:#004515;--studio-jetpack-green-90:#003010;--studio-jetpack-green-100:#001c09;--studio-jetpack-green:#069e08;--studio-white-rgb:255,255,255;--studio-black-rgb:0,0,0;--studio-gray-0-rgb:246,247,247;--studio-gray-5-rgb:220,220,222;--studio-gray-10-rgb:195,196,199;--studio-gray-20-rgb:167,170,173;--studio-gray-30-rgb:140,143,148;--studio-gray-40-rgb:120,124,130;--studio-gray-50-rgb:100,105,112;--studio-gray-60-rgb:80,87,94;--studio-gray-70-rgb:60,67,74;--studio-gray-80-rgb:44,51,56;--studio-gray-90-rgb:29,35,39;--studio-gray-100-rgb:16,21,23;--studio-gray-rgb:100,105,112;--studio-blue-0-rgb:233,240,245;--studio-blue-5-rgb:187,224,250;--studio-blue-10-rgb:145,202,242;--studio-blue-20-rgb:104,179,232;--studio-blue-30-rgb:57,156,227;--studio-blue-40-rgb:22,137,219;--studio-blue-50-rgb:6,117,196;--studio-blue-60-rgb:5,93,156;--studio-blue-70-rgb:4,75,122;--studio-blue-80-rgb:2,57,92;--studio-blue-90-rgb:1,40,61;--studio-blue-100-rgb:0,22,33;--studio-blue-rgb:6,117,196;--studio-purple-0-rgb:242,233,237;--studio-purple-5-rgb:235,206,224;--studio-purple-10-rgb:227,175,213;--studio-purple-20-rgb:212,143,200;--studio-purple-30-rgb:196,117,189;--studio-purple-40-rgb:179,94,177;--studio-purple-50-rgb:152,74,156;--studio-purple-60-rgb:124,57,130;--studio-purple-70-rgb:102,44,110;--studio-purple-80-rgb:77,32,84;--studio-purple-90-rgb:53,22,59;--studio-purple-100-rgb:30,12,33;--studio-purple-rgb:152,74,156;--studio-pink-0-rgb:245,233,237;--studio-pink-5-rgb:242,206,218;--studio-pink-10-rgb:247,168,195;--studio-pink-20-rgb:242,131,170;--studio-pink-30-rgb:235,101,148;--studio-pink-40-rgb:227,76,132;--studio-pink-50-rgb:201,53,110;--studio-pink-60-rgb:171,35,90;--studio-pink-70-rgb:140,23,73;--studio-pink-80-rgb:112,15,59;--studio-pink-90-rgb:79,9,42;--studio-pink-100-rgb:38,4,21;--studio-pink-rgb:201,53,110;--studio-red-0-rgb:247,235,236;--studio-red-5-rgb:250,207,210;--studio-red-10-rgb:255,171,175;--studio-red-20-rgb:255,128,133;--studio-red-30-rgb:248,99,104;--studio-red-40-rgb:230,80,84;--studio-red-50-rgb:214,54,56;--studio-red-60-rgb:179,45,46;--studio-red-70-rgb:138,36,36;--studio-red-80-rgb:105,28,28;--studio-red-90-rgb:69,19,19;--studio-red-100-rgb:36,10,10;--studio-red-rgb:214,54,56;--studio-orange-0-rgb:245,236,230;--studio-orange-5-rgb:247,220,198;--studio-orange-10-rgb:255,191,134;--studio-orange-20-rgb:250,167,84;--studio-orange-30-rgb:230,139,40;--studio-orange-40-rgb:214,119,9;--studio-orange-50-rgb:178,98,0;--studio-orange-60-rgb:138,77,0;--studio-orange-70-rgb:112,64,0;--studio-orange-80-rgb:84,49,0;--studio-orange-90-rgb:54,31,0;--studio-orange-100-rgb:31,18,0;--studio-orange-rgb:178,98,0;--studio-yellow-0-rgb:245,241,225;--studio-yellow-5-rgb:245,230,179;--studio-yellow-10-rgb:242,215,107;--studio-yellow-20-rgb:240,201,48;--studio-yellow-30-rgb:222,177,0;--studio-yellow-40-rgb:192,140,0;--studio-yellow-50-rgb:157,110,0;--studio-yellow-60-rgb:125,86,0;--studio-yellow-70-rgb:103,70,0;--studio-yellow-80-rgb:79,53,0;--studio-yellow-90-rgb:51,34,0;--studio-yellow-100-rgb:28,19,0;--studio-yellow-rgb:157,110,0;--studio-green-0-rgb:230,242,232;--studio-green-5-rgb:184,230,191;--studio-green-10-rgb:104,222,134;--studio-green-20-rgb:30,209,90;--studio-green-30-rgb:0,186,55;--studio-green-40-rgb:0,163,42;--studio-green-50-rgb:0,138,32;--studio-green-60-rgb:0,112,23;--studio-green-70-rgb:0,92,18;--studio-green-80-rgb:0,69,12;--studio-green-90-rgb:0,48,8;--studio-green-100-rgb:0,28,5;--studio-green-rgb:0,138,32;--studio-celadon-0-rgb:228,242,237;--studio-celadon-5-rgb:167,232,211;--studio-celadon-10-rgb:102,222,185;--studio-celadon-20-rgb:49,204,159;--studio-celadon-30-rgb:9,181,133;--studio-celadon-40-rgb:0,158,115;--studio-celadon-50-rgb:0,135,99;--studio-celadon-60-rgb:0,112,83;--studio-celadon-70-rgb:0,92,68;--studio-celadon-80-rgb:0,69,51;--studio-celadon-90-rgb:0,48,36;--studio-celadon-100-rgb:0,28,21;--studio-celadon-rgb:0,135,99;--studio-wordpress-blue-0-rgb:230,241,245;--studio-wordpress-blue-5-rgb:190,218,230;--studio-wordpress-blue-10-rgb:152,198,217;--studio-wordpress-blue-20-rgb:106,179,208;--studio-wordpress-blue-30-rgb:56,149,186;--studio-wordpress-blue-40-rgb:24,122,162;--studio-wordpress-blue-50-rgb:0,96,136;--studio-wordpress-blue-60-rgb:0,78,110;--studio-wordpress-blue-70-rgb:0,60,86;--studio-wordpress-blue-80-rgb:0,44,64;--studio-wordpress-blue-90-rgb:0,29,45;--studio-wordpress-blue-100-rgb:0,16,28;--studio-wordpress-blue-rgb:0,96,136;--studio-simplenote-blue-0-rgb:233,236,245;--studio-simplenote-blue-5-rgb:206,217,242;--studio-simplenote-blue-10-rgb:171,193,245;--studio-simplenote-blue-20-rgb:132,164,240;--studio-simplenote-blue-30-rgb:97,141,242;--studio-simplenote-blue-40-rgb:70,120,235;--studio-simplenote-blue-50-rgb:51,97,204;--studio-simplenote-blue-60-rgb:29,79,196;--studio-simplenote-blue-70-rgb:17,62,173;--studio-simplenote-blue-80-rgb:13,47,133;--studio-simplenote-blue-90-rgb:9,32,92;--studio-simplenote-blue-100-rgb:5,16,46;--studio-simplenote-blue-rgb:51,97,204;--studio-woocommerce-purple-0-rgb:247,237,247;--studio-woocommerce-purple-5-rgb:229,207,232;--studio-woocommerce-purple-10-rgb:214,180,224;--studio-woocommerce-purple-20-rgb:199,146,224;--studio-woocommerce-purple-30-rgb:175,125,209;--studio-woocommerce-purple-40-rgb:154,105,199;--studio-woocommerce-purple-50-rgb:127,84,179;--studio-woocommerce-purple-60-rgb:103,67,153;--studio-woocommerce-purple-70-rgb:83,53,130;--studio-woocommerce-purple-80-rgb:60,40,97;--studio-woocommerce-purple-90-rgb:39,27,61;--studio-woocommerce-purple-100-rgb:20,14,31;--studio-woocommerce-purple-rgb:127,84,179;--studio-jetpack-green-0-rgb:240,242,235;--studio-jetpack-green-5-rgb:208,230,184;--studio-jetpack-green-10-rgb:157,217,119;--studio-jetpack-green-20-rgb:100,202,67;--studio-jetpack-green-30-rgb:47,180,31;--studio-jetpack-green-40-rgb:6,158,8;--studio-jetpack-green-50-rgb:0,135,16;--studio-jetpack-green-60-rgb:0,113,23;--studio-jetpack-green-70-rgb:0,91,24;--studio-jetpack-green-80-rgb:0,69,21;--studio-jetpack-green-90-rgb:0,48,16;--studio-jetpack-green-100-rgb:0,28,9;--studio-jetpack-green-rgb:6,158,8;--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-checkout-masterbar-background:transparent;--color-checkout-masterbar-text:var(--studio-gray-50);--color-checkout-masterbar-item-hover-background:var(--studio-gray-5);--color-checkout-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-bluesky:#0085ff;--color-eventbrite:#ff8000;--color-facebook:#0866ff;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-mastodon:#6364ff;--color-medium:#12100e;--color-nextdoor:#8ed500;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-substack:#ff6719;--color-squarespace:#222;--color-telegram:#08c;--color-threads:#000;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-x:#000;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#23282d;--theme-base-color-rgb:35,40,45;--theme-submenu-background-color:#131619;--theme-icon-color:#e1eaf2;--theme-highlight-color:#0073aa;--theme-highlight-color-rgb:0,115,170;--theme-notification-color:#d54e21;--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent)}.color-scheme.is-aquatic{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-celadon-50);--color-accent-rgb:var(--studio-celadon-50-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-blue-80);--color-masterbar-border:var(--studio-blue-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-60);--color-sidebar-background-rgb:var(--studio-blue-60-rgb);--color-sidebar-border:var(--studio-blue-70);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-blue-5);--color-sidebar-gridicon-fill:var(--studio-blue-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-90);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-90-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-50);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-80);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--wp-admin-theme-color:var(--studio-celadon-50)}.color-scheme.is-blue{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#52accc;--theme-base-color-rgb:82,172,204;--theme-submenu-text-color:#cbe6f0;--theme-submenu-background-color:#4796b3;--theme-icon-color:#e5f8ff;--theme-highlight-color:#096484;--theme-highlight-color-rgb:9,100,132;--theme-notification-color:#e1a948;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:#e2ecf1;--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-text-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-classic-blue{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-50);--color-sidebar-submenu-background:var(--studio-blue-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-orange-30);--wp-admin-theme-color:var(--studio-orange-50)}.color-scheme.is-classic-bright{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent);--wp-admin-theme-color:var(--studio-pink-50)}.color-scheme.is-classic-dark{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-checkout-masterbar-background:transparent;--color-checkout-masterbar-text:var(--studio-gray-80);--color-checkout-masterbar-item-hover-background:var(--studio-gray-5);--color-checkout-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:#23282d;--color-sidebar-background-rgb:35,40,45;--color-sidebar-border:#333;--color-sidebar-text:#eee;--color-sidebar-text-rgb:238,238,238;--color-sidebar-text-alternative:#a2aab2;--color-sidebar-gridicon-fill:#a2aab2;--color-sidebar-menu-selected-background:#0073aa;--color-sidebar-menu-selected-background-rgb:0,115,170;--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:#1a1e23;--color-sidebar-menu-hover-background-rgb:26,30,35;--color-sidebar-menu-hover-text:#00b9eb;--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-bluesky:#0085ff;--color-eventbrite:#ff8000;--color-facebook:#0866ff;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-mastodon:#6364ff;--color-medium:#12100e;--color-nextdoor:#8ed500;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-substack:#ff6719;--color-squarespace:#222;--color-telegram:#08c;--color-threads:#000;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-x:#000;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--color-sidebar-submenu-background:#32373c;--color-sidebar-submenu-text:#b4b9be;--color-sidebar-submenu-hover-text:#00b9eb;--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-pink-50)}.color-scheme.is-coffee{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#59524c;--theme-base-color-rgb:89,82,76;--theme-submenu-text-color:#cdcbc9;--theme-submenu-background-color:#46403c;--theme-icon-color:#ece6f6;--theme-highlight-color:#c7a589;--theme-highlight-color-rgb:199,165,137;--theme-notification-color:#9ea476;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-menu-hover:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-base-color)}.color-scheme.is-contrast{--color-primary:var(--studio-gray-80);--color-primary-rgb:var(--studio-gray-80-rgb);--color-primary-dark:var(--studio-gray-100);--color-primary-dark-rgb:var(--studio-gray-100-rgb);--color-primary-light:var(--studio-gray-60);--color-primary-light-rgb:var(--studio-gray-60-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-70);--color-accent-rgb:var(--studio-blue-70-rgb);--color-accent-dark:var(--studio-blue-90);--color-accent-dark-rgb:var(--studio-blue-90-rgb);--color-accent-light:var(--studio-blue-50);--color-accent-light-rgb:var(--studio-blue-50-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-surface-backdrop:var(--studio-white);--color-surface-backdrop-rgb:var(--studio-white-rgb);--color-text:var(--studio-gray-100);--color-text-rgb:var(--studio-gray-100-rgb);--color-text-subtle:var(--studio-gray-70);--color-text-subtle-rgb:var(--studio-gray-70-rgb);--color-link:var(--studio-blue-70);--color-link-rgb:var(--studio-blue-70-rgb);--color-link-dark:var(--studio-blue-100);--color-link-dark-rgb:var(--studio-blue-100-rgb);--color-link-light:var(--studio-blue-50);--color-link-light-rgb:var(--studio-blue-50-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-premium-domain:var(--studio-gray-100);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-60);--color-masterbar-item-new-editor-background:var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-90);--color-masterbar-unread-dot-background:var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-90);--color-sidebar-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--studio-gray-90);--color-sidebar-menu-selected-background:var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-gray-90);--color-sidebar-submenu-text:var(--studio-gray-10);--color-sidebar-submenu-hover-text:var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-blue-70)}.color-scheme.is-ectoplasm{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#523f6d;--theme-base-color-rgb:82,63,109;--theme-submenu-text-color:#cbc5d3;--theme-submenu-background-color:#413256;--theme-icon-color:#ece6f6;--theme-highlight-color:#a3b745;--theme-highlight-color-rgb:163,183,69;--theme-notification-color:#d46f15;--ectoplasm-green-0:#f2f5e1;--ectoplasm-green-5:#e9f5b3;--ectoplasm-green-10:#daf26b;--ectoplasm-green-20:#cdf030;--ectoplasm-green-30:#b5de00;--ectoplasm-green-40:#9bc000;--ectoplasm-green-50:#7f9d00;--ectoplasm-green-60:#647d00;--ectoplasm-green-70:#536700;--ectoplasm-green-80:#3f4f00;--ectoplasm-green-90:#293300;--ectoplasm-green-100:#161c00;--ectoplasm-green:#7f9d00;--ectoplasm-green-0-rgb:242,245,225;--ectoplasm-green-5-rgb:233,245,179;--ectoplasm-green-10-rgb:218,242,107;--ectoplasm-green-20-rgb:205,240,48;--ectoplasm-green-30-rgb:181,222,0;--ectoplasm-green-40-rgb:155,192,0;--ectoplasm-green-50-rgb:127,157,0;--ectoplasm-green-60-rgb:100,125,0;--ectoplasm-green-70-rgb:83,103,0;--ectoplasm-green-80-rgb:63,79,0;--ectoplasm-green-90-rgb:41,51,0;--ectoplasm-green-100-rgb:22,28,0;--ectoplasm-green-rgb:127,157,0;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--ectoplasm-green-70);--color-primary-dark-rgb:var(--ectoplasm-green-70-rgb);--color-primary-light:var(--ectoplasm-green-30);--color-primary-light-rgb:var(--ectoplasm-green-30-rgb);--color-primary-0:var(--ectoplasm-green-0);--color-primary-0-rgb:var(--ectoplasm-green-0-rgb);--color-primary-5:var(--ectoplasm-green-5);--color-primary-5-rgb:var(--ectoplasm-green-5-rgb);--color-primary-10:var(--ectoplasm-green-10);--color-primary-10-rgb:var(--ectoplasm-green-10-rgb);--color-primary-20:var(--ectoplasm-green-20);--color-primary-20-rgb:var(--ectoplasm-green-20-rgb);--color-primary-30:var(--ectoplasm-green-30);--color-primary-30-rgb:var(--ectoplasm-green-30-rgb);--color-primary-40:var(--ectoplasm-green-40);--color-primary-40-rgb:var(--ectoplasm-green-40-rgb);--color-primary-50:var(--ectoplasm-green-50);--color-primary-50-rgb:var(--ectoplasm-green-50-rgb);--color-primary-60:var(--ectoplasm-green-60);--color-primary-60-rgb:var(--ectoplasm-green-60-rgb);--color-primary-70:var(--ectoplasm-green-70);--color-primary-70-rgb:var(--ectoplasm-green-70-rgb);--color-primary-80:var(--ectoplasm-green-80);--color-primary-80-rgb:var(--ectoplasm-green-80-rgb);--color-primary-90:var(--ectoplasm-green-90);--color-primary-90-rgb:var(--ectoplasm-green-90-rgb);--color-primary-100:var(--ectoplasm-green-100);--color-primary-100-rgb:var(--ectoplasm-green-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--ectoplasm-green-70);--color-accent-dark-rgb:var(--ectoplasm-green-70-rgb);--color-accent-light:var(--ectoplasm-green-30);--color-accent-light-rgb:var(--ectoplasm-green-30-rgb);--color-accent-0:var(--ectoplasm-green-0);--color-accent-0-rgb:var(--ectoplasm-green-0-rgb);--color-accent-5:var(--ectoplasm-green-5);--color-accent-5-rgb:var(--ectoplasm-green-5-rgb);--color-accent-10:var(--ectoplasm-green-10);--color-accent-10-rgb:var(--ectoplasm-green-10-rgb);--color-accent-20:var(--ectoplasm-green-20);--color-accent-20-rgb:var(--ectoplasm-green-20-rgb);--color-accent-30:var(--ectoplasm-green-30);--color-accent-30-rgb:var(--ectoplasm-green-30-rgb);--color-accent-40:var(--ectoplasm-green-40);--color-accent-40-rgb:var(--ectoplasm-green-40-rgb);--color-accent-50:var(--ectoplasm-green-50);--color-accent-50-rgb:var(--ectoplasm-green-50-rgb);--color-accent-60:var(--ectoplasm-green-60);--color-accent-60-rgb:var(--ectoplasm-green-60-rgb);--color-accent-70:var(--ectoplasm-green-70);--color-accent-70-rgb:var(--ectoplasm-green-70-rgb);--color-accent-80:var(--ectoplasm-green-80);--color-accent-80-rgb:var(--ectoplasm-green-80-rgb);--color-accent-90:var(--ectoplasm-green-90);--color-accent-90-rgb:var(--ectoplasm-green-90-rgb);--color-accent-100:var(--ectoplasm-green-100);--color-accent-100-rgb:var(--ectoplasm-green-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-base-color)}.color-scheme.is-light{--theme-text-color:#333;--theme-text-color-rgb:51,51,51;--theme-base-color:#e5e5e5;--theme-base-color-rgb:229,229,229;--theme-submenu-text-color:#686868;--theme-submenu-background-color:#fff;--theme-icon-color:#999;--theme-highlight-color:#04a4cc;--theme-highlight-color-rgb:4,164,204;--theme-notification-color:#d64e07;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-black);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-90);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:#888;--color-sidebar-menu-selected-background-rgb:136,136,136;--color-sidebar-menu-selected-text:#fff;--color-sidebar-menu-selected-text-rgb:255,255,255;--color-sidebar-menu-hover-background:#888;--color-sidebar-menu-hover-background-rgb:136,136,136;--color-sidebar-menu-hover-text:#fff;--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--color-sidebar-submenu-selected-text:#333;--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#363b3f;--theme-base-color-rgb:54,59,63;--theme-submenu-text-color:#c3c4c5;--theme-submenu-background-color:#26292c;--theme-icon-color:#ece6f6;--theme-highlight-color:#e14d43;--theme-highlight-color-rgb:225,77,67;--theme-notification-color:#69a8bb;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-red-70);--color-accent-dark-rgb:var(--studio-red-70-rgb);--color-accent-light:var(--studio-red-30);--color-accent-light-rgb:var(--studio-red-30-rgb);--color-accent-0:var(--studio-red-0);--color-accent-0-rgb:var(--studio-red-0-rgb);--color-accent-5:var(--studio-red-5);--color-accent-5-rgb:var(--studio-red-5-rgb);--color-accent-10:var(--studio-red-10);--color-accent-10-rgb:var(--studio-red-10-rgb);--color-accent-20:var(--studio-red-20);--color-accent-20-rgb:var(--studio-red-20-rgb);--color-accent-30:var(--studio-red-30);--color-accent-30-rgb:var(--studio-red-30-rgb);--color-accent-40:var(--studio-red-40);--color-accent-40-rgb:var(--studio-red-40-rgb);--color-accent-50:var(--studio-red-50);--color-accent-50-rgb:var(--studio-red-50-rgb);--color-accent-60:var(--studio-red-60);--color-accent-60-rgb:var(--studio-red-60-rgb);--color-accent-70:var(--studio-red-70);--color-accent-70-rgb:var(--studio-red-70-rgb);--color-accent-80:var(--studio-red-80);--color-accent-80-rgb:var(--studio-red-80-rgb);--color-accent-90:var(--studio-red-90);--color-accent-90-rgb:var(--studio-red-90-rgb);--color-accent-100:var(--studio-red-100);--color-accent-100-rgb:var(--studio-red-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-modern{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#1e1e1e;--theme-base-color-rgb:30,30,30;--theme-submenu-text-color:#bcbcbc;--theme-submenu-background-color:#0c0c0c;--theme-icon-color:#ece6f6;--theme-highlight-color:#3858e9;--theme-highlight-color-rgb:56,88,233;--theme-notification-color:#3858e9;--theme-highlight-color-0:#d5dffa;--theme-highlight-color-0-rgb:213,223,250;--theme-highlight-color-5:#d7defa;--theme-highlight-color-5-rgb:215,222,250;--theme-highlight-color-10:#abc0f5;--theme-highlight-color-10-rgb:171,192,245;--theme-highlight-color-20:#82a1f0;--theme-highlight-color-20-rgb:130,161,240;--theme-highlight-color-30:#5882eb;--theme-highlight-color-30-rgb:88,130,235;--theme-highlight-color-40:#2f63e6;--theme-highlight-color-40-rgb:47,99,230;--theme-highlight-color-50:var(--theme-highlight-color);--theme-highlight-color-50-rgb:var(--theme-highlight-color-rgb);--theme-highlight-color-60:#2145e6;--theme-highlight-color-60-rgb:33,69,230;--theme-highlight-color-70:#133ca6;--theme-highlight-color-70-rgb:19,60,166;--theme-highlight-color-80:#0e2d7c;--theme-highlight-color-80-rgb:14,45,124;--theme-highlight-color-90:#091e53;--theme-highlight-color-90-rgb:9,30,83;--theme-highlight-color-100:#040f29;--theme-highlight-color-100-rgb:4,15,41;--color-link:var(--theme-highlight-color);--color-link-dark:var(--theme-highlight-color-70);--color-link-light:var(--theme-highlight-color-30);--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--theme-highlight-color-70);--color-primary-dark-rgb:var(--theme-highlight-color-70-rgb);--color-primary-light:var(--theme-highlight-color-30);--color-primary-light-rgb:var(--theme-highlight-color-30-rgb);--color-primary-0:var(--theme-highlight-color-0);--color-primary-0-rgb:var(--theme-highlight-color-0-rgb);--color-primary-5:var(--theme-highlight-color-5);--color-primary-5-rgb:var(--theme-highlight-color-5-rgb);--color-primary-10:var(--theme-highlight-color-10);--color-primary-10-rgb:var(--theme-highlight-color-10-rgb);--color-primary-20:var(--theme-highlight-color-20);--color-primary-20-rgb:var(--theme-highlight-color-20-rgb);--color-primary-30:var(--theme-highlight-color-30);--color-primary-30-rgb:var(--theme-highlight-color-30-rgb);--color-primary-40:var(--theme-highlight-color-40);--color-primary-40-rgb:var(--theme-highlight-color-40-rgb);--color-primary-50:var(--theme-highlight-color-50);--color-primary-50-rgb:var(--theme-highlight-color-50-rgb);--color-primary-60:var(--theme-highlight-color-60);--color-primary-60-rgb:var(--theme-highlight-color-60-rgb);--color-primary-70:var(--theme-highlight-color-70);--color-primary-70-rgb:var(--theme-highlight-color-70-rgb);--color-primary-80:var(--theme-highlight-color-80);--color-primary-80-rgb:var(--theme-highlight-color-80-rgb);--color-primary-90:var(--theme-highlight-color-90);--color-primary-90-rgb:var(--theme-highlight-color-90-rgb);--color-primary-100:var(--theme-highlight-color-100);--color-primary-100-rgb:var(--theme-highlight-color-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--theme-highlight-color-70);--color-accent-dark-rgb:var(--theme-highlight-color-70-rgb);--color-accent-light:var(--theme-highlight-color-30);--color-accent-light-rgb:var(--theme-highlight-color-30-rgb);--color-accent-0:var(--theme-highlight-color-0);--color-accent-0-rgb:var(--theme-highlight-color-0-rgb);--color-accent-5:var(--theme-highlight-color-5);--color-accent-5-rgb:var(--theme-highlight-color-5-rgb);--color-accent-10:var(--theme-highlight-color-10);--color-accent-10-rgb:var(--theme-highlight-color-10-rgb);--color-accent-20:var(--theme-highlight-color-20);--color-accent-20-rgb:var(--theme-highlight-color-20-rgb);--color-accent-30:var(--theme-highlight-color-30);--color-accent-30-rgb:var(--theme-highlight-color-30-rgb);--color-accent-40:var(--theme-highlight-color-40);--color-accent-40-rgb:var(--theme-highlight-color-40-rgb);--color-accent-50:var(--theme-highlight-color-50);--color-accent-50-rgb:var(--theme-highlight-color-50-rgb);--color-accent-60:var(--theme-highlight-color-60);--color-accent-60-rgb:var(--theme-highlight-color-60-rgb);--color-accent-70:var(--theme-highlight-color-70);--color-accent-70-rgb:var(--theme-highlight-color-70-rgb);--color-accent-80:var(--theme-highlight-color-80);--color-accent-80-rgb:var(--theme-highlight-color-80-rgb);--color-accent-90:var(--theme-highlight-color-90);--color-accent-90-rgb:var(--theme-highlight-color-90-rgb);--color-accent-100:var(--theme-highlight-color-100);--color-accent-100-rgb:var(--theme-highlight-color-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-10);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:#33f078;--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-nightfall{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-blue-100);--color-masterbar-border:var(--studio-blue-100);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-80);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-80);--color-sidebar-background-rgb:var(--studio-blue-80-rgb);--color-sidebar-border:var(--studio-blue-90);--color-sidebar-text:var(--studio-blue-5);--color-sidebar-text-rgb:var(--studio-blue-5-rgb);--color-sidebar-text-alternative:var(--studio-blue-20);--color-sidebar-gridicon-fill:var(--studio-blue-10);--color-sidebar-menu-selected-background:var(--studio-blue-100);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-70);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-90);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-ocean{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#738e96;--theme-base-color-rgb:115,142,150;--theme-submenu-text-color:#d5dde0;--theme-submenu-background-color:#627c83;--theme-icon-color:#f2fcff;--theme-highlight-color:#9ebaa0;--theme-highlight-color-rgb:158,186,160;--theme-notification-color:#aa9d88;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-powder-snow{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-70);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-background:var(--studio-gray-10);--color-sidebar-submenu-text:var(--studio-gray-80);--color-sidebar-submenu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-selected-text:var(--studio-gray-80);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-sakura{--color-primary:var(--studio-celadon-50);--color-primary-rgb:var(--studio-celadon-50-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-celadon-70);--color-masterbar-border:var(--studio-celadon-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-celadon-80);--color-masterbar-item-active-background:var(--studio-celadon-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-pink-5);--color-sidebar-background-rgb:var(--studio-pink-5-rgb);--color-sidebar-border:var(--studio-pink-10);--color-sidebar-text:var(--studio-pink-80);--color-sidebar-text-rgb:var(--studio-pink-80-rgb);--color-sidebar-text-alternative:var(--studio-pink-60);--color-sidebar-gridicon-fill:var(--studio-pink-70);--color-sidebar-menu-selected-background:var(--studio-blue-50);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-pink-10);--color-sidebar-menu-hover-background-rgb:var(--studio-pink-10-rgb);--color-sidebar-menu-hover-text:var(--studio-pink-90);--color-sidebar-submenu-background:var(--studio-pink-90);--color-sidebar-submenu-text:var(--studio-pink-0);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-pink-0);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-sunrise{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#cf4944;--theme-base-color-rgb:207,73,68;--theme-submenu-text-color:#f1c8c7;--theme-submenu-background-color:#be3631;--theme-submenu-hover-text-color:#f7e3d3;--theme-icon-color:#f3f1f1;--theme-highlight-color:#dd823b;--theme-highlight-color-rgb:221,130,59;--theme-notification-color:#ccaf0b;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-submenu-hover-text-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-sunset{--color-primary:var(--studio-red-50);--color-primary-rgb:var(--studio-red-50-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-link:var(--studio-orange-50);--color-link-rgb:var(--studio-orange-50-rgb);--color-link-dark:var(--studio-orange-70);--color-link-dark-rgb:var(--studio-orange-70-rgb);--color-link-light:var(--studio-orange-30);--color-link-light-rgb:var(--studio-orange-30-rgb);--color-link-0:var(--studio-orange-0);--color-link-0-rgb:var(--studio-orange-0-rgb);--color-link-5:var(--studio-orange-5);--color-link-5-rgb:var(--studio-orange-5-rgb);--color-link-10:var(--studio-orange-10);--color-link-10-rgb:var(--studio-orange-10-rgb);--color-link-20:var(--studio-orange-20);--color-link-20-rgb:var(--studio-orange-20-rgb);--color-link-30:var(--studio-orange-30);--color-link-30-rgb:var(--studio-orange-30-rgb);--color-link-40:var(--studio-orange-40);--color-link-40-rgb:var(--studio-orange-40-rgb);--color-link-50:var(--studio-orange-50);--color-link-50-rgb:var(--studio-orange-50-rgb);--color-link-60:var(--studio-orange-60);--color-link-60-rgb:var(--studio-orange-60-rgb);--color-link-70:var(--studio-orange-70);--color-link-70-rgb:var(--studio-orange-70-rgb);--color-link-80:var(--studio-orange-80);--color-link-80-rgb:var(--studio-orange-80-rgb);--color-link-90:var(--studio-orange-90);--color-link-90-rgb:var(--studio-orange-90-rgb);--color-link-100:var(--studio-orange-100);--color-link-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-red-80);--color-masterbar-border:var(--studio-red-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-red-90);--color-masterbar-item-active-background:var(--studio-red-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-red-70);--color-sidebar-background-rgb:var(--studio-red-70-rgb);--color-sidebar-border:var(--studio-red-80);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-red-10);--color-sidebar-gridicon-fill:var(--studio-red-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-yellow-80);--color-sidebar-menu-selected-text-rgb:var(--studio-yellow-80-rgb);--color-sidebar-menu-hover-background:var(--studio-red-80);--color-sidebar-menu-hover-background-rgb:var(--studio-red-80-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-red-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-orange-50)}.color-scheme.is-jetpack-cloud,.theme-jetpack-cloud{--color-primary:var(--studio-black);--color-primary-rgb:var(--studio-black-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-black);--color-accent-rgb:var(--studio-black-rgb);--color-accent-dark:var(--studio-gray-70);--color-accent-dark-rgb:var(--studio-gray-70-rgb);--color-accent-light:var(--studio-gray-30);--color-accent-light-rgb:var(--studio-gray-30-rgb);--color-accent-0:var(--studio-gray-0);--color-accent-0-rgb:var(--studio-gray-0-rgb);--color-accent-5:var(--studio-gray-5);--color-accent-5-rgb:var(--studio-gray-5-rgb);--color-accent-10:var(--studio-gray-10);--color-accent-10-rgb:var(--studio-gray-10-rgb);--color-accent-20:var(--studio-gray-20);--color-accent-20-rgb:var(--studio-gray-20-rgb);--color-accent-30:var(--studio-gray-30);--color-accent-30-rgb:var(--studio-gray-30-rgb);--color-accent-40:var(--studio-gray-40);--color-accent-40-rgb:var(--studio-gray-40-rgb);--color-accent-50:var(--studio-gray-50);--color-accent-50-rgb:var(--studio-gray-50-rgb);--color-accent-60:var(--studio-gray-60);--color-accent-60-rgb:var(--studio-gray-60-rgb);--color-accent-70:var(--studio-gray-70);--color-accent-70-rgb:var(--studio-gray-70-rgb);--color-accent-80:var(--studio-gray-80);--color-accent-80-rgb:var(--studio-gray-80-rgb);--color-accent-90:var(--studio-gray-90);--color-accent-90-rgb:var(--studio-gray-90-rgb);--color-accent-100:var(--studio-gray-100);--color-accent-100-rgb:var(--studio-gray-100-rgb);--color-link:var(--studio-jetpack-green-50);--color-link-rgb:var(--studio-jetpack-green-50-rgb);--color-link-dark:var(--studio-jetpack-green-70);--color-link-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-link-light:var(--studio-jetpack-green-30);--color-link-light-rgb:var(--studio-jetpack-green-30-rgb);--color-link-0:var(--studio-jetpack-green-0);--color-link-0-rgb:var(--studio-jetpack-green-0-rgb);--color-link-5:var(--studio-jetpack-green-5);--color-link-5-rgb:var(--studio-jetpack-green-5-rgb);--color-link-10:var(--studio-jetpack-green-10);--color-link-10-rgb:var(--studio-jetpack-green-10-rgb);--color-link-20:var(--studio-jetpack-green-20);--color-link-20-rgb:var(--studio-jetpack-green-20-rgb);--color-link-30:var(--studio-jetpack-green-30);--color-link-30-rgb:var(--studio-jetpack-green-30-rgb);--color-link-40:var(--studio-jetpack-green-40);--color-link-40-rgb:var(--studio-jetpack-green-40-rgb);--color-link-50:var(--studio-gray-50);--color-link-50-rgb:var(--studio-gray-50-rgb);--color-link-60:var(--studio-jetpack-green-60);--color-link-60-rgb:var(--studio-jetpack-green-60-rgb);--color-link-70:var(--studio-jetpack-green-70);--color-link-70-rgb:var(--studio-jetpack-green-70-rgb);--color-link-80:var(--studio-jetpack-green-80);--color-link-80-rgb:var(--studio-jetpack-green-80-rgb);--color-link-90:var(--studio-jetpack-green-90);--color-link-90-rgb:var(--studio-jetpack-green-90-rgb);--color-link-100:var(--studio-jetpack-green-100);--color-link-100-rgb:var(--studio-jetpack-green-100-rgb);--color-masterbar-background:var(--studio-white);--color-masterbar-border:var(--studio-gray-5);--color-masterbar-text:var(--studio-gray-50);--color-masterbar-item-hover-background:var(--studio-white);--color-masterbar-item-active-background:var(--studio-white);--color-masterbar-item-new-editor-background:var(--studio-white);--color-masterbar-item-new-editor-hover-background:var(--studio-white);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-white);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-60);--color-sidebar-text-rgb:var(--studio-gray-60-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-60);--color-sidebar-menu-selected-text:var(--studio-gray-90);--color-sidebar-menu-selected-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-menu-selected-background:var(--studio-gray-0);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-0-rgb);--color-sidebar-menu-selected-gridicon-fill:var(--studio-jetpack-green-50);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-menu-hover-background:var(--studio-gray-0);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-0-rgb);--color-scary-0:var(--studio-red-0);--color-scary-5:var(--studio-red-5);--color-scary-40:var(--studio-red-40);--color-scary-50:var(--studio-red-50);--color-scary-60:var(--studio-red-60);--color-scary-70:var(--studio-red-70)}.wpcom-tour-kit-pagination-control{display:flex;justify-content:center;margin:0;width:100%}.wpcom-tour-kit-pagination-control li{align-items:center;border:none;display:inline-flex;height:18px;margin:auto 4px}.wpcom-tour-kit-pagination-control li.pagination-control__last-item{height:32px;margin-left:auto}.wpcom-tour-kit-pagination-control button.pagination-control__page{background-color:var(--color-neutral-10);border:none;border-radius:50%;cursor:pointer;height:6px;padding:0;transition:all .2s ease-in-out;width:6px}.wpcom-tour-kit-pagination-control button.pagination-control__page:hover{background-color:var(--color-neutral-40)}.wpcom-tour-kit-pagination-control button.pagination-control__page:disabled{cursor:default}.wpcom-tour-kit-pagination-control button.pagination-control__page.is-current{background-color:var(--wp-admin-theme-color)}.wpcom-tour-kit-minimized{background-color:#fff;border-radius:2px;box-shadow:0 2px 6px rgba(60,66,87,.08),0 0 0 1px rgba(60,66,87,.16),0 1px 1px rgba(0,0,0,.08);color:#000}.wpcom-tour-kit-minimized .components-button{height:44px}.wpcom-tour-kit-minimized .components-button .wpcom-tour-kit-minimized__tour-index{color:#949494}.wpcom-tour-kit-minimized .components-button svg{color:#50575e}.wpcom-tour-kit-minimized .components-button:hover .wpcom-tour-kit-minimized__tour-index,.wpcom-tour-kit-minimized .components-button:hover svg{color:inherit}.wpcom-tour-kit-step-card__heading{font-size:1.125rem;margin:.5rem 0}.wpcom-tour-kit-step-card__description{font-size:.875rem;line-height:1.5rem;margin:0}.wpcom-tour-kit-step-card__description .components-button{height:auto;line-height:1;padding:0 0 0 4px;text-decoration:underline}.wpcom-tour-kit .tour-kit-frame__container{box-shadow:none}.wpcom-tour-kit-step-card{max-width:92vw;width:416px}.wpcom-tour-kit-step-card.wpcom-tour-kit-step-card.is-elevated{box-shadow:0 0 0 1px rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1)}.wpcom-tour-kit-step-card.components-card{border:none;border-radius:4px;box-shadow:none}.wpcom-tour-kit-step-card .components-card__body{min-height:114px}.wpcom-tour-kit-step-card .components-card__body,.wpcom-tour-kit-step-card .components-card__footer{border-top:none;padding:16px!important}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-text{color:#949494;font-size:.875rem;font-style:italic}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon{background-color:#f6f7f7;border-radius:50%;color:#949494;margin-left:8px}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon path{fill:#949494}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon.active{background-color:#000;opacity:1}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon.active path{fill:#fff}.wpcom-tour-kit-step-card .components-card__media{height:0;padding-top:66%;position:relative;width:100%}.wpcom-tour-kit-step-card .components-card__media img{left:0;position:absolute;top:0;width:100%}.wpcom-tour-kit-step-card .components-guide__page-control{margin:0}.wpcom-tour-kit-step-card .components-guide__page-control .components-button{min-width:auto}.wpcom-tour-kit-step-card .components-guide__page-control .components-button.has-icon{padding:3px}.wpcom-tour-kit-step-card .components-guide__page-control li{margin-bottom:0}.wpcom-tour-kit-step-card-overlay-controls__minimize-icon svg{left:-2px;position:relative}.wpcom-tour-kit-step-card-overlay-controls{left:0;padding:12px;right:0;z-index:1}.wpcom-tour-kit-step-card-overlay-controls .components-button{background:#32373c;height:32px;min-width:32px;opacity:.7;transition:opacity .2s;width:32px}.wpcom-tour-kit-step-card-overlay-controls .components-button:active{opacity:.9}@media(hover:hover)and (pointer:fine){.wpcom-tour-kit-step-card-overlay-controls .components-button{opacity:0}.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button{opacity:.7}.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button:focus,.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button:hover,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button:focus,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button:hover{opacity:.9}}.wpcom-tour-kit-step-card-navigation__next-btn{justify-content:center;margin-left:12px;min-width:85px}.wpcom-tour-kit-step-card__media{position:relative}.wpcom-tour-kit-step-card__media img{display:block;height:auto;max-width:100%;width:100%}.wpcom-tour-kit-step-card__media-link{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.wpcom-tour-kit-step-card__media-link svg{display:none;transition:transform .15s ease-in-out}.wpcom-tour-kit-step-card__media-link svg:hover{transform:scale(1.05)}.wpcom-tour-kit-step-card__media-link--playable{background-color:rgba(0,0,0,.5)}.wpcom-tour-kit-step-card__media-link--playable svg{display:block}.blogging-prompts-modal{margin:auto;max-width:800px}@media(min-width:600px){.blogging-prompts-modal{width:80%}}@media(min-width:960px){.blogging-prompts-modal{width:60%}}.blogging-prompts-modal .components-modal__header-heading{font-size:1rem;font-weight:400}.blogging-prompts-modal__prompt{align-items:flex-end;display:flex;flex-direction:column}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px;width:100%}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation-button{border-radius:50%;height:44px;width:44px}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation-button.components-button:hover:not(:disabled,[aria-disabled=true]){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-text{font-size:1.25rem;font-weight:500;line-height:26px;text-align:left;text-wrap:pretty;width:100%}.wpcom-block-editor-nux-modal .components-modal__header{background-color:transparent;border-bottom:0;height:auto;left:0;margin:0;padding:10px;position:absolute;right:0}.wpcom-block-editor-nux-modal .components-modal__header button{left:unset}.wpcom-block-editor-nux-modal .components-modal__header button svg path{transform:scale(1.4);transform-origin:center}.wpcom-block-editor-nux-modal .components-modal__content{margin-top:0;padding:84px 20px 20px}.wpcom-block-editor-nux-modal .components-modal__content:before{margin:0}@media(min-width:480px){.wpcom-block-editor-nux-modal .components-modal__content{text-align:center}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__image-container{display:flex;justify-content:center}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin:34px 0 0}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__title{margin-top:24px}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__description{font-size:1rem;margin:16px 0 0;max-width:352px}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__description{font-size:1.125rem;margin:20px auto 0}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons{display:flex;flex-direction:column;justify-content:center;margin-top:24px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button{border-radius:3px;font-size:.875rem;height:40px;justify-content:center;min-width:130px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button+.components-button{margin-top:12px}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons{flex-direction:row;margin-top:28px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button+.components-button{margin-left:16px;margin-top:0}}@media(min-width:600px){.wpcom-block-editor-draft-post-modal .components-modal__content{padding:48px 128px}}.wpcom-block-editor-draft-post-modal .wpcom-block-editor-nux-modal__image-container img{height:95px;width:209px}@media(min-width:600px){.wpcom-block-editor-post-published-modal .components-modal__content{padding:48px 90px}}.wpcom-block-editor-post-published-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-block-editor-post-published-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-block-editor-purchase-notice{bottom:0;display:flex;justify-content:center;left:0;overflow:visible;padding-bottom:1rem;pointer-events:none;position:fixed;width:100%;z-index:10000}@media(min-width:600px){.wpcom-site-editor-seller-celebration-modal .components-modal__content{padding:48px 90px}}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button:not(.is-primary){border:1px solid #c3c4c7;border-radius:4px}.wpcom-block-editor-post-published-sharing-modal .components-modal__content{margin-top:0;padding-bottom:0}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner{display:flex}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left{padding:52px 40px 52px 20px;width:50%}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left p a{color:var(--color-text);text-decoration:underline;white-space:nowrap}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left p a:hover{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));text-decoration:none}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left p a .components-external-link__icon{margin-left:4px}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left .wpcom-block-editor-post-published-buttons{display:flex}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__right{border-left:1px solid var(--studio-gray-5);display:flex;justify-content:center;min-width:300px;padding:52px 20px 52px 40px;width:50%}@media only screen and (max-width:600px){.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner{flex-direction:column-reverse}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__left{padding:44px 0 20px;width:100%}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__right{border-left:none;padding:52px 0 0;width:100%}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__inner .wpcom-block-editor-post-published-sharing-modal__image{height:140px}}.wpcom-block-editor-post-published-sharing-modal .components-modal__content h1{font-size:26px;margin-top:0}@media only screen and (max-width:600px){.wpcom-block-editor-post-published-sharing-modal .components-modal__content h1{font-size:2.25rem;font-weight:500;line-height:1}}.wpcom-block-editor-post-published-sharing-modal .components-modal__content p{font-size:18px}@media only screen and (max-width:600px){.wpcom-block-editor-post-published-sharing-modal .components-modal__content p{font-size:1rem}}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .link-button{align-items:center;background:transparent;border:none;color:var(--color-text);display:inline-flex;font-size:14px;font-weight:500;line-height:2.71428571;margin-bottom:4px;min-height:40px;padding:0 14px 0 0;text-decoration:underline;white-space:nowrap}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .link-button:hover{background:transparent;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));text-decoration:none}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .link-button svg{fill:currentColor}.wpcom-block-editor-post-published-sharing-modal .components-modal__content hr{border-bottom:none;border-top:1px solid var(--studio-gray-5);margin-top:20px}.wpcom-block-editor-post-published-sharing-modal .components-modal__content h2{font-size:18px;font-weight:600px}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__checkbox-section{color:var(--studio-gray-60);margin-top:40px}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__checkbox-section label{display:flex}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .form-checkbox{height:1rem;margin-top:1px;width:1rem}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .form-checkbox:before{height:1.3125rem;width:1.3125rem}.wpcom-block-editor-post-published-sharing-modal .components-modal__content .wpcom-block-editor-post-published-sharing-modal__suggest-tags{flex:fit-content;width:250px}.wpcom-block-editor-post-published-buttons .link-button{gap:4px;padding-left:0}.wpcom-block-editor-post-published-sharing-modal__sharing-button{background:var(--studio-white);border-radius:50%;color:var(--color-neutral-80);display:inline-block;height:32px;margin:8px 8px 0 0;padding:7px;position:relative;top:-2px;width:32px}.wpcom-block-editor-post-published-sharing-modal__sharing-button:hover{box-shadow:0 1px 2px rgba(0,0,0,.22),0 0 0 1px rgba(0,0,0,.22)}.wpcom-block-editor-post-published-sharing-modal__sharing-button .social-logo{color:var(--color-text-inverted);top:0}.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-facebook,.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-facebook:hover{background:var(--color-facebook)}.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-twitter,.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-twitter:hover{background:var(--color-twitter)}.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-linkedin,.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-linkedin:hover{background:var(--color-linkedin)}.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-tumblr,.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-tumblr:hover{background:var(--color-tumblr)}.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-pinterest,.wpcom-block-editor-post-published-sharing-modal__sharing-button.share-pinterest:hover{background:var(--color-pinterest)}@media(min-width:600px){.wpcom-site-editor-video-celebration-modal .components-modal__content{padding:48px 90px}}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button:not(.is-primary){border:1px solid #c3c4c7;border-radius:4px}.wpcom-site-editor-video-celebration-modal .components-modal__header button svg path{transform:scale(1)}@font-face{font-display:swap;font-family:Recoleta;font-weight:400;src:url(https://s1.wp.com/i/fonts/recoleta/400.woff2) format("woff2"),url(https://s1.wp.com/i/fonts/recoleta/400.woff) format("woff")}.wp-brand-font{font-family:"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400}[lang*=af] .wp-brand-font,[lang*=ca] .wp-brand-font,[lang*=cs] .wp-brand-font,[lang*=da] .wp-brand-font,[lang*=de] .wp-brand-font,[lang*=en] .wp-brand-font,[lang*=es] .wp-brand-font,[lang*=eu] .wp-brand-font,[lang*=fi] .wp-brand-font,[lang*=fr] .wp-brand-font,[lang*=gl] .wp-brand-font,[lang*=hr] .wp-brand-font,[lang*=hu] .wp-brand-font,[lang*=id] .wp-brand-font,[lang*=is] .wp-brand-font,[lang*=it] .wp-brand-font,[lang*=lv] .wp-brand-font,[lang*=mt] .wp-brand-font,[lang*=nb] .wp-brand-font,[lang*=nl] .wp-brand-font,[lang*=pl] .wp-brand-font,[lang*=pt] .wp-brand-font,[lang*=ro] .wp-brand-font,[lang*=ru] .wp-brand-font,[lang*=sk] .wp-brand-font,[lang*=sl] .wp-brand-font,[lang*=sq] .wp-brand-font,[lang*=sr] .wp-brand-font,[lang*=sv] .wp-brand-font,[lang*=sw] .wp-brand-font,[lang*=tr] .wp-brand-font,[lang*=uz] .wp-brand-font{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif}.wpcom-block-editor-nux.components-modal__frame{height:65vh;overflow:visible;top:calc(17.5vh - 35px)}@media(max-width:660px){.wpcom-block-editor-nux.components-modal__frame{left:5vw;min-width:90vw;right:5vw;width:90vw}}@media(min-width:660px){.wpcom-block-editor-nux.components-modal__frame{height:350px;top:calc(50% - 35px);width:720px}}.wpcom-block-editor-nux .components-modal__header{left:5%;max-width:90%;position:absolute}@media(min-width:660px){.wpcom-block-editor-nux .components-modal__header{display:none}}.wpcom-block-editor-nux .components-guide__container{margin-top:0}.wpcom-block-editor-nux .components-guide__footer{background:var(--studio-white);border-top:1px solid #dcdcde;bottom:-70px;display:flex;height:70px;justify-content:center;left:0;margin:0;padding:20px 0;position:absolute;width:100%}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__footer{border-top:none}}.wpcom-block-editor-nux .components-guide__page{height:100%;justify-content:start;max-width:90vw;position:absolute;width:100%}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__page{max-width:100%}}.wpcom-block-editor-nux .components-guide__page-control{display:none;height:0;margin:0 auto;overflow:visible;position:relative;top:100%;z-index:2}.wpcom-block-editor-nux .components-guide__page-control:before{content:"";display:inline-block;height:70px;vertical-align:middle}.wpcom-block-editor-nux .components-guide__page-control li{margin-bottom:0;vertical-align:middle}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__page-control{display:block}}.wpcom-block-editor-nux__page{background:var(--studio-white);display:flex;flex-direction:column-reverse;height:90%;justify-content:flex-end;max-width:90vw;width:100%}@media(min-width:660px){.wpcom-block-editor-nux__page{bottom:0;flex-direction:row;justify-content:flex-start;max-width:100%;min-height:350px;position:absolute}.wpcom-block-editor-nux__text,.wpcom-block-editor-nux__visual{flex:1 0 50%;min-width:290px}}.wpcom-block-editor-nux__text{height:60%;padding:0 25px 25px}@media(min-width:660px){.wpcom-block-editor-nux__text{height:auto;padding:40px 50px}}.wpcom-block-editor-nux__visual{background:#1381d8;height:40%;text-align:center}@media(min-width:660px){.wpcom-block-editor-nux__visual{height:auto}}.wpcom-block-editor-nux__heading{color:#1d2327;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:-.4px;line-height:1.19}@media(min-width:660px){.wpcom-block-editor-nux__heading{font-size:42px}}body.locale-de .wpcom-block-editor-nux__heading{font-size:24px}@media(min-width:660px){body.locale-de .wpcom-block-editor-nux__heading{font-size:28px}}.wpcom-block-editor-nux__description{color:#50575e;font-size:15px;line-height:22px}@media(min-width:660px){.wpcom-block-editor-nux__description{font-size:17px;line-height:26px}}.wpcom-block-editor-nux__image{align-self:center;flex:1;height:auto;max-height:100%;max-width:100%}.wpcom-block-editor-nux__image.align-bottom{align-self:flex-end}@media(min-width:660px){.wpcom-block-editor-nux__image{max-height:none}}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.wpcom-editor-welcome-tour .wpcom-editor-welcome-tour__step.is-with-extra-padding .components-card__media{background-color:#e7eaeb}.wpcom-editor-welcome-tour .wpcom-editor-welcome-tour__step.is-with-extra-padding .components-card__media img{left:14%;top:14%;width:86%}.wpcom-editor-welcome-tour .wpcom-tour-kit-step-card-overlay-controls{position:absolute}.wpcom-editor-welcome-tour-card-frame{position:relative}.wpcom-editor-welcome-tour-card-frame .components-guide__page-control{bottom:0;left:16px;margin:0;position:absolute}.wpcom-editor-welcome-tour-card-frame .components-guide__page-control li{margin-bottom:0}#wpwrap.wp-responsive-open .tour-kit.wpcom-tour-kit{display:none} \ No newline at end of file +.tour-kit-frame{visibility:hidden}.tour-kit-frame.is-visible{visibility:visible}.tour-kit-frame__container{background:var(--studio-white);border-radius:2px;bottom:44px;box-shadow:0 0 3px 0 rgba(0,0,0,.25);cursor:default;display:inline;left:16px;position:fixed;z-index:9999}.tour-kit-overlay{background:#000;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw}.tour-kit-overlay.is-visible{opacity:.5}.tour-kit-spotlight.is-visible{outline:99999px solid rgba(0,0,0,.5);overflow:hidden;position:fixed;z-index:1}.tour-kit-frame__arrow{visibility:hidden}.tour-kit-frame__arrow,.tour-kit-frame__arrow:before{background:inherit;height:12px;position:absolute;width:12px;z-index:-1}.tour-kit-frame__arrow:before{content:"";transform:rotate(45deg);visibility:visible}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow{bottom:-6px}.tour-kit-frame__container[data-popper-placement^=top]>.tour-kit-frame__arrow:before{box-shadow:1px 1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow{top:-6px}.tour-kit-frame__container[data-popper-placement^=bottom]>.tour-kit-frame__arrow:before{box-shadow:-1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow{right:-6px}.tour-kit-frame__container[data-popper-placement^=left]>.tour-kit-frame__arrow:before{box-shadow:1px -1px 2px -1px rgba(0,0,0,.25)}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow{left:-6px}.tour-kit-frame__container[data-popper-placement^=right]>.tour-kit-frame__arrow:before{box-shadow:-1px 1px 2px -1px rgba(0,0,0,.25)}:root{--studio-white:#fff;--studio-black:#000;--studio-gray-0:#f6f7f7;--studio-gray-5:#dcdcde;--studio-gray-10:#c3c4c7;--studio-gray-20:#a7aaad;--studio-gray-30:#8c8f94;--studio-gray-40:#787c82;--studio-gray-50:#646970;--studio-gray-60:#50575e;--studio-gray-70:#3c434a;--studio-gray-80:#2c3338;--studio-gray-90:#1d2327;--studio-gray-100:#101517;--studio-gray:#646970;--studio-blue-0:#e9f0f5;--studio-blue-5:#bbe0fa;--studio-blue-10:#91caf2;--studio-blue-20:#68b3e8;--studio-blue-30:#399ce3;--studio-blue-40:#1689db;--studio-blue-50:#0675c4;--studio-blue-60:#055d9c;--studio-blue-70:#044b7a;--studio-blue-80:#02395c;--studio-blue-90:#01283d;--studio-blue-100:#001621;--studio-blue:#0675c4;--studio-purple-0:#f2e9ed;--studio-purple-5:#ebcee0;--studio-purple-10:#e3afd5;--studio-purple-20:#d48fc8;--studio-purple-30:#c475bd;--studio-purple-40:#b35eb1;--studio-purple-50:#984a9c;--studio-purple-60:#7c3982;--studio-purple-70:#662c6e;--studio-purple-80:#4d2054;--studio-purple-90:#35163b;--studio-purple-100:#1e0c21;--studio-purple:#984a9c;--studio-pink-0:#f5e9ed;--studio-pink-5:#f2ceda;--studio-pink-10:#f7a8c3;--studio-pink-20:#f283aa;--studio-pink-30:#eb6594;--studio-pink-40:#e34c84;--studio-pink-50:#c9356e;--studio-pink-60:#ab235a;--studio-pink-70:#8c1749;--studio-pink-80:#700f3b;--studio-pink-90:#4f092a;--studio-pink-100:#260415;--studio-pink:#c9356e;--studio-red-0:#f7ebec;--studio-red-5:#facfd2;--studio-red-10:#ffabaf;--studio-red-20:#ff8085;--studio-red-30:#f86368;--studio-red-40:#e65054;--studio-red-50:#d63638;--studio-red-60:#b32d2e;--studio-red-70:#8a2424;--studio-red-80:#691c1c;--studio-red-90:#451313;--studio-red-100:#240a0a;--studio-red:#d63638;--studio-orange-0:#f5ece6;--studio-orange-5:#f7dcc6;--studio-orange-10:#ffbf86;--studio-orange-20:#faa754;--studio-orange-30:#e68b28;--studio-orange-40:#d67709;--studio-orange-50:#b26200;--studio-orange-60:#8a4d00;--studio-orange-70:#704000;--studio-orange-80:#543100;--studio-orange-90:#361f00;--studio-orange-100:#1f1200;--studio-orange:#b26200;--studio-yellow-0:#f5f1e1;--studio-yellow-5:#f5e6b3;--studio-yellow-10:#f2d76b;--studio-yellow-20:#f0c930;--studio-yellow-30:#deb100;--studio-yellow-40:#c08c00;--studio-yellow-50:#9d6e00;--studio-yellow-60:#7d5600;--studio-yellow-70:#674600;--studio-yellow-80:#4f3500;--studio-yellow-90:#320;--studio-yellow-100:#1c1300;--studio-yellow:#9d6e00;--studio-green-0:#e6f2e8;--studio-green-5:#b8e6bf;--studio-green-10:#68de86;--studio-green-20:#1ed15a;--studio-green-30:#00ba37;--studio-green-40:#00a32a;--studio-green-50:#008a20;--studio-green-60:#007017;--studio-green-70:#005c12;--studio-green-80:#00450c;--studio-green-90:#003008;--studio-green-100:#001c05;--studio-green:#008a20;--studio-celadon-0:#e4f2ed;--studio-celadon-5:#a7e8d3;--studio-celadon-10:#66deb9;--studio-celadon-20:#31cc9f;--studio-celadon-30:#09b585;--studio-celadon-40:#009e73;--studio-celadon-50:#008763;--studio-celadon-60:#007053;--studio-celadon-70:#005c44;--studio-celadon-80:#004533;--studio-celadon-90:#003024;--studio-celadon-100:#001c15;--studio-celadon:#008763;--studio-wordpress-blue-0:#e6f1f5;--studio-wordpress-blue-5:#bedae6;--studio-wordpress-blue-10:#98c6d9;--studio-wordpress-blue-20:#6ab3d0;--studio-wordpress-blue-30:#3895ba;--studio-wordpress-blue-40:#187aa2;--studio-wordpress-blue-50:#006088;--studio-wordpress-blue-60:#004e6e;--studio-wordpress-blue-70:#003c56;--studio-wordpress-blue-80:#002c40;--studio-wordpress-blue-90:#001d2d;--studio-wordpress-blue-100:#00101c;--studio-wordpress-blue:#006088;--studio-simplenote-blue-0:#e9ecf5;--studio-simplenote-blue-5:#ced9f2;--studio-simplenote-blue-10:#abc1f5;--studio-simplenote-blue-20:#84a4f0;--studio-simplenote-blue-30:#618df2;--studio-simplenote-blue-40:#4678eb;--studio-simplenote-blue-50:#3361cc;--studio-simplenote-blue-60:#1d4fc4;--studio-simplenote-blue-70:#113ead;--studio-simplenote-blue-80:#0d2f85;--studio-simplenote-blue-90:#09205c;--studio-simplenote-blue-100:#05102e;--studio-simplenote-blue:#3361cc;--studio-woocommerce-purple-0:#f7edf7;--studio-woocommerce-purple-5:#e5cfe8;--studio-woocommerce-purple-10:#d6b4e0;--studio-woocommerce-purple-20:#c792e0;--studio-woocommerce-purple-30:#af7dd1;--studio-woocommerce-purple-40:#9a69c7;--studio-woocommerce-purple-50:#7f54b3;--studio-woocommerce-purple-60:#674399;--studio-woocommerce-purple-70:#533582;--studio-woocommerce-purple-80:#3c2861;--studio-woocommerce-purple-90:#271b3d;--studio-woocommerce-purple-100:#140e1f;--studio-woocommerce-purple:#7f54b3;--studio-jetpack-green-0:#f0f2eb;--studio-jetpack-green-5:#d0e6b8;--studio-jetpack-green-10:#9dd977;--studio-jetpack-green-20:#64ca43;--studio-jetpack-green-30:#2fb41f;--studio-jetpack-green-40:#069e08;--studio-jetpack-green-50:#008710;--studio-jetpack-green-60:#007117;--studio-jetpack-green-70:#005b18;--studio-jetpack-green-80:#004515;--studio-jetpack-green-90:#003010;--studio-jetpack-green-100:#001c09;--studio-jetpack-green:#069e08;--studio-white-rgb:255,255,255;--studio-black-rgb:0,0,0;--studio-gray-0-rgb:246,247,247;--studio-gray-5-rgb:220,220,222;--studio-gray-10-rgb:195,196,199;--studio-gray-20-rgb:167,170,173;--studio-gray-30-rgb:140,143,148;--studio-gray-40-rgb:120,124,130;--studio-gray-50-rgb:100,105,112;--studio-gray-60-rgb:80,87,94;--studio-gray-70-rgb:60,67,74;--studio-gray-80-rgb:44,51,56;--studio-gray-90-rgb:29,35,39;--studio-gray-100-rgb:16,21,23;--studio-gray-rgb:100,105,112;--studio-blue-0-rgb:233,240,245;--studio-blue-5-rgb:187,224,250;--studio-blue-10-rgb:145,202,242;--studio-blue-20-rgb:104,179,232;--studio-blue-30-rgb:57,156,227;--studio-blue-40-rgb:22,137,219;--studio-blue-50-rgb:6,117,196;--studio-blue-60-rgb:5,93,156;--studio-blue-70-rgb:4,75,122;--studio-blue-80-rgb:2,57,92;--studio-blue-90-rgb:1,40,61;--studio-blue-100-rgb:0,22,33;--studio-blue-rgb:6,117,196;--studio-purple-0-rgb:242,233,237;--studio-purple-5-rgb:235,206,224;--studio-purple-10-rgb:227,175,213;--studio-purple-20-rgb:212,143,200;--studio-purple-30-rgb:196,117,189;--studio-purple-40-rgb:179,94,177;--studio-purple-50-rgb:152,74,156;--studio-purple-60-rgb:124,57,130;--studio-purple-70-rgb:102,44,110;--studio-purple-80-rgb:77,32,84;--studio-purple-90-rgb:53,22,59;--studio-purple-100-rgb:30,12,33;--studio-purple-rgb:152,74,156;--studio-pink-0-rgb:245,233,237;--studio-pink-5-rgb:242,206,218;--studio-pink-10-rgb:247,168,195;--studio-pink-20-rgb:242,131,170;--studio-pink-30-rgb:235,101,148;--studio-pink-40-rgb:227,76,132;--studio-pink-50-rgb:201,53,110;--studio-pink-60-rgb:171,35,90;--studio-pink-70-rgb:140,23,73;--studio-pink-80-rgb:112,15,59;--studio-pink-90-rgb:79,9,42;--studio-pink-100-rgb:38,4,21;--studio-pink-rgb:201,53,110;--studio-red-0-rgb:247,235,236;--studio-red-5-rgb:250,207,210;--studio-red-10-rgb:255,171,175;--studio-red-20-rgb:255,128,133;--studio-red-30-rgb:248,99,104;--studio-red-40-rgb:230,80,84;--studio-red-50-rgb:214,54,56;--studio-red-60-rgb:179,45,46;--studio-red-70-rgb:138,36,36;--studio-red-80-rgb:105,28,28;--studio-red-90-rgb:69,19,19;--studio-red-100-rgb:36,10,10;--studio-red-rgb:214,54,56;--studio-orange-0-rgb:245,236,230;--studio-orange-5-rgb:247,220,198;--studio-orange-10-rgb:255,191,134;--studio-orange-20-rgb:250,167,84;--studio-orange-30-rgb:230,139,40;--studio-orange-40-rgb:214,119,9;--studio-orange-50-rgb:178,98,0;--studio-orange-60-rgb:138,77,0;--studio-orange-70-rgb:112,64,0;--studio-orange-80-rgb:84,49,0;--studio-orange-90-rgb:54,31,0;--studio-orange-100-rgb:31,18,0;--studio-orange-rgb:178,98,0;--studio-yellow-0-rgb:245,241,225;--studio-yellow-5-rgb:245,230,179;--studio-yellow-10-rgb:242,215,107;--studio-yellow-20-rgb:240,201,48;--studio-yellow-30-rgb:222,177,0;--studio-yellow-40-rgb:192,140,0;--studio-yellow-50-rgb:157,110,0;--studio-yellow-60-rgb:125,86,0;--studio-yellow-70-rgb:103,70,0;--studio-yellow-80-rgb:79,53,0;--studio-yellow-90-rgb:51,34,0;--studio-yellow-100-rgb:28,19,0;--studio-yellow-rgb:157,110,0;--studio-green-0-rgb:230,242,232;--studio-green-5-rgb:184,230,191;--studio-green-10-rgb:104,222,134;--studio-green-20-rgb:30,209,90;--studio-green-30-rgb:0,186,55;--studio-green-40-rgb:0,163,42;--studio-green-50-rgb:0,138,32;--studio-green-60-rgb:0,112,23;--studio-green-70-rgb:0,92,18;--studio-green-80-rgb:0,69,12;--studio-green-90-rgb:0,48,8;--studio-green-100-rgb:0,28,5;--studio-green-rgb:0,138,32;--studio-celadon-0-rgb:228,242,237;--studio-celadon-5-rgb:167,232,211;--studio-celadon-10-rgb:102,222,185;--studio-celadon-20-rgb:49,204,159;--studio-celadon-30-rgb:9,181,133;--studio-celadon-40-rgb:0,158,115;--studio-celadon-50-rgb:0,135,99;--studio-celadon-60-rgb:0,112,83;--studio-celadon-70-rgb:0,92,68;--studio-celadon-80-rgb:0,69,51;--studio-celadon-90-rgb:0,48,36;--studio-celadon-100-rgb:0,28,21;--studio-celadon-rgb:0,135,99;--studio-wordpress-blue-0-rgb:230,241,245;--studio-wordpress-blue-5-rgb:190,218,230;--studio-wordpress-blue-10-rgb:152,198,217;--studio-wordpress-blue-20-rgb:106,179,208;--studio-wordpress-blue-30-rgb:56,149,186;--studio-wordpress-blue-40-rgb:24,122,162;--studio-wordpress-blue-50-rgb:0,96,136;--studio-wordpress-blue-60-rgb:0,78,110;--studio-wordpress-blue-70-rgb:0,60,86;--studio-wordpress-blue-80-rgb:0,44,64;--studio-wordpress-blue-90-rgb:0,29,45;--studio-wordpress-blue-100-rgb:0,16,28;--studio-wordpress-blue-rgb:0,96,136;--studio-simplenote-blue-0-rgb:233,236,245;--studio-simplenote-blue-5-rgb:206,217,242;--studio-simplenote-blue-10-rgb:171,193,245;--studio-simplenote-blue-20-rgb:132,164,240;--studio-simplenote-blue-30-rgb:97,141,242;--studio-simplenote-blue-40-rgb:70,120,235;--studio-simplenote-blue-50-rgb:51,97,204;--studio-simplenote-blue-60-rgb:29,79,196;--studio-simplenote-blue-70-rgb:17,62,173;--studio-simplenote-blue-80-rgb:13,47,133;--studio-simplenote-blue-90-rgb:9,32,92;--studio-simplenote-blue-100-rgb:5,16,46;--studio-simplenote-blue-rgb:51,97,204;--studio-woocommerce-purple-0-rgb:247,237,247;--studio-woocommerce-purple-5-rgb:229,207,232;--studio-woocommerce-purple-10-rgb:214,180,224;--studio-woocommerce-purple-20-rgb:199,146,224;--studio-woocommerce-purple-30-rgb:175,125,209;--studio-woocommerce-purple-40-rgb:154,105,199;--studio-woocommerce-purple-50-rgb:127,84,179;--studio-woocommerce-purple-60-rgb:103,67,153;--studio-woocommerce-purple-70-rgb:83,53,130;--studio-woocommerce-purple-80-rgb:60,40,97;--studio-woocommerce-purple-90-rgb:39,27,61;--studio-woocommerce-purple-100-rgb:20,14,31;--studio-woocommerce-purple-rgb:127,84,179;--studio-jetpack-green-0-rgb:240,242,235;--studio-jetpack-green-5-rgb:208,230,184;--studio-jetpack-green-10-rgb:157,217,119;--studio-jetpack-green-20-rgb:100,202,67;--studio-jetpack-green-30-rgb:47,180,31;--studio-jetpack-green-40-rgb:6,158,8;--studio-jetpack-green-50-rgb:0,135,16;--studio-jetpack-green-60-rgb:0,113,23;--studio-jetpack-green-70-rgb:0,91,24;--studio-jetpack-green-80-rgb:0,69,21;--studio-jetpack-green-90-rgb:0,48,16;--studio-jetpack-green-100-rgb:0,28,9;--studio-jetpack-green-rgb:6,158,8;--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-checkout-masterbar-background:transparent;--color-checkout-masterbar-text:var(--studio-gray-50);--color-checkout-masterbar-item-hover-background:var(--studio-gray-5);--color-checkout-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-bluesky:#0085ff;--color-eventbrite:#ff8000;--color-facebook:#0866ff;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-mastodon:#6364ff;--color-medium:#12100e;--color-nextdoor:#8ed500;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-substack:#ff6719;--color-squarespace:#222;--color-telegram:#08c;--color-threads:#000;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-x:#000;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#23282d;--theme-base-color-rgb:35,40,45;--theme-submenu-background-color:#131619;--theme-icon-color:#e1eaf2;--theme-highlight-color:#0073aa;--theme-highlight-color-rgb:0,115,170;--theme-notification-color:#d54e21;--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent)}.color-scheme.is-aquatic{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-celadon-50);--color-accent-rgb:var(--studio-celadon-50-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-blue-80);--color-masterbar-border:var(--studio-blue-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-60);--color-sidebar-background-rgb:var(--studio-blue-60-rgb);--color-sidebar-border:var(--studio-blue-70);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-blue-5);--color-sidebar-gridicon-fill:var(--studio-blue-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-90);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-90-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-50);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-80);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--wp-admin-theme-color:var(--studio-celadon-50)}.color-scheme.is-blue{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#52accc;--theme-base-color-rgb:82,172,204;--theme-submenu-text-color:#cbe6f0;--theme-submenu-background-color:#4796b3;--theme-icon-color:#e5f8ff;--theme-highlight-color:#096484;--theme-highlight-color-rgb:9,100,132;--theme-notification-color:#e1a948;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:#e2ecf1;--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-text-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-classic-blue{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-50);--color-sidebar-submenu-background:var(--studio-blue-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-orange-30);--wp-admin-theme-color:var(--studio-orange-50)}.color-scheme.is-classic-bright{--color-primary:var(--studio-blue-50);--color-primary-rgb:var(--studio-blue-50-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-masterbar-background:var(--studio-blue-60);--color-masterbar-border:var(--studio-blue-70);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-70);--color-masterbar-item-active-background:var(--studio-blue-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-50);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-blue-5);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-5-rgb);--color-sidebar-menu-selected-text:var(--studio-blue-70);--color-sidebar-menu-selected-text-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-5);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-submenu-background:var(--studio-blue-0);--color-sidebar-submenu-text:var(--studio-blue-70);--color-sidebar-submenu-hover-text:var(--color-accent);--color-sidebar-submenu-selected-text:var(--color-accent);--wp-admin-theme-color:var(--studio-pink-50)}.color-scheme.is-classic-dark{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-pink-50);--color-accent-rgb:var(--studio-pink-50-rgb);--color-accent-dark:var(--studio-pink-70);--color-accent-dark-rgb:var(--studio-pink-70-rgb);--color-accent-light:var(--studio-pink-30);--color-accent-light-rgb:var(--studio-pink-30-rgb);--color-accent-0:var(--studio-pink-0);--color-accent-0-rgb:var(--studio-pink-0-rgb);--color-accent-5:var(--studio-pink-5);--color-accent-5-rgb:var(--studio-pink-5-rgb);--color-accent-10:var(--studio-pink-10);--color-accent-10-rgb:var(--studio-pink-10-rgb);--color-accent-20:var(--studio-pink-20);--color-accent-20-rgb:var(--studio-pink-20-rgb);--color-accent-30:var(--studio-pink-30);--color-accent-30-rgb:var(--studio-pink-30-rgb);--color-accent-40:var(--studio-pink-40);--color-accent-40-rgb:var(--studio-pink-40-rgb);--color-accent-50:var(--studio-pink-50);--color-accent-50-rgb:var(--studio-pink-50-rgb);--color-accent-60:var(--studio-pink-60);--color-accent-60-rgb:var(--studio-pink-60-rgb);--color-accent-70:var(--studio-pink-70);--color-accent-70-rgb:var(--studio-pink-70-rgb);--color-accent-80:var(--studio-pink-80);--color-accent-80-rgb:var(--studio-pink-80-rgb);--color-accent-90:var(--studio-pink-90);--color-accent-90-rgb:var(--studio-pink-90-rgb);--color-accent-100:var(--studio-pink-100);--color-accent-100-rgb:var(--studio-pink-100-rgb);--color-neutral:var(--studio-gray-50);--color-neutral-rgb:var(--studio-gray-50-rgb);--color-neutral-dark:var(--studio-gray-70);--color-neutral-dark-rgb:var(--studio-gray-70-rgb);--color-neutral-light:var(--studio-gray-30);--color-neutral-light-rgb:var(--studio-gray-30-rgb);--color-neutral-0:var(--studio-gray-0);--color-neutral-0-rgb:var(--studio-gray-0-rgb);--color-neutral-5:var(--studio-gray-5);--color-neutral-5-rgb:var(--studio-gray-5-rgb);--color-neutral-10:var(--studio-gray-10);--color-neutral-10-rgb:var(--studio-gray-10-rgb);--color-neutral-20:var(--studio-gray-20);--color-neutral-20-rgb:var(--studio-gray-20-rgb);--color-neutral-30:var(--studio-gray-30);--color-neutral-30-rgb:var(--studio-gray-30-rgb);--color-neutral-40:var(--studio-gray-40);--color-neutral-40-rgb:var(--studio-gray-40-rgb);--color-neutral-50:var(--studio-gray-50);--color-neutral-50-rgb:var(--studio-gray-50-rgb);--color-neutral-60:var(--studio-gray-60);--color-neutral-60-rgb:var(--studio-gray-60-rgb);--color-neutral-70:var(--studio-gray-70);--color-neutral-70-rgb:var(--studio-gray-70-rgb);--color-neutral-80:var(--studio-gray-80);--color-neutral-80-rgb:var(--studio-gray-80-rgb);--color-neutral-90:var(--studio-gray-90);--color-neutral-90-rgb:var(--studio-gray-90-rgb);--color-neutral-100:var(--studio-gray-100);--color-neutral-100-rgb:var(--studio-gray-100-rgb);--color-success:var(--studio-green-50);--color-success-rgb:var(--studio-green-50-rgb);--color-success-dark:var(--studio-green-70);--color-success-dark-rgb:var(--studio-green-70-rgb);--color-success-light:var(--studio-green-30);--color-success-light-rgb:var(--studio-green-30-rgb);--color-success-0:var(--studio-green-0);--color-success-0-rgb:var(--studio-green-0-rgb);--color-success-5:var(--studio-green-5);--color-success-5-rgb:var(--studio-green-5-rgb);--color-success-10:var(--studio-green-10);--color-success-10-rgb:var(--studio-green-10-rgb);--color-success-20:var(--studio-green-20);--color-success-20-rgb:var(--studio-green-20-rgb);--color-success-30:var(--studio-green-30);--color-success-30-rgb:var(--studio-green-30-rgb);--color-success-40:var(--studio-green-40);--color-success-40-rgb:var(--studio-green-40-rgb);--color-success-50:var(--studio-green-50);--color-success-50-rgb:var(--studio-green-50-rgb);--color-success-60:var(--studio-green-60);--color-success-60-rgb:var(--studio-green-60-rgb);--color-success-70:var(--studio-green-70);--color-success-70-rgb:var(--studio-green-70-rgb);--color-success-80:var(--studio-green-80);--color-success-80-rgb:var(--studio-green-80-rgb);--color-success-90:var(--studio-green-90);--color-success-90-rgb:var(--studio-green-90-rgb);--color-success-100:var(--studio-green-100);--color-success-100-rgb:var(--studio-green-100-rgb);--color-warning:var(--studio-yellow-50);--color-warning-rgb:var(--studio-yellow-50-rgb);--color-warning-dark:var(--studio-yellow-70);--color-warning-dark-rgb:var(--studio-yellow-70-rgb);--color-warning-light:var(--studio-yellow-30);--color-warning-light-rgb:var(--studio-yellow-30-rgb);--color-warning-0:var(--studio-yellow-0);--color-warning-0-rgb:var(--studio-yellow-0-rgb);--color-warning-5:var(--studio-yellow-5);--color-warning-5-rgb:var(--studio-yellow-5-rgb);--color-warning-10:var(--studio-yellow-10);--color-warning-10-rgb:var(--studio-yellow-10-rgb);--color-warning-20:var(--studio-yellow-20);--color-warning-20-rgb:var(--studio-yellow-20-rgb);--color-warning-30:var(--studio-yellow-30);--color-warning-30-rgb:var(--studio-yellow-30-rgb);--color-warning-40:var(--studio-yellow-40);--color-warning-40-rgb:var(--studio-yellow-40-rgb);--color-warning-50:var(--studio-yellow-50);--color-warning-50-rgb:var(--studio-yellow-50-rgb);--color-warning-60:var(--studio-yellow-60);--color-warning-60-rgb:var(--studio-yellow-60-rgb);--color-warning-70:var(--studio-yellow-70);--color-warning-70-rgb:var(--studio-yellow-70-rgb);--color-warning-80:var(--studio-yellow-80);--color-warning-80-rgb:var(--studio-yellow-80-rgb);--color-warning-90:var(--studio-yellow-90);--color-warning-90-rgb:var(--studio-yellow-90-rgb);--color-warning-100:var(--studio-yellow-100);--color-warning-100-rgb:var(--studio-yellow-100-rgb);--color-error:var(--studio-red-50);--color-error-rgb:var(--studio-red-50-rgb);--color-error-dark:var(--studio-red-70);--color-error-dark-rgb:var(--studio-red-70-rgb);--color-error-light:var(--studio-red-30);--color-error-light-rgb:var(--studio-red-30-rgb);--color-error-0:var(--studio-red-0);--color-error-0-rgb:var(--studio-red-0-rgb);--color-error-5:var(--studio-red-5);--color-error-5-rgb:var(--studio-red-5-rgb);--color-error-10:var(--studio-red-10);--color-error-10-rgb:var(--studio-red-10-rgb);--color-error-20:var(--studio-red-20);--color-error-20-rgb:var(--studio-red-20-rgb);--color-error-30:var(--studio-red-30);--color-error-30-rgb:var(--studio-red-30-rgb);--color-error-40:var(--studio-red-40);--color-error-40-rgb:var(--studio-red-40-rgb);--color-error-50:var(--studio-red-50);--color-error-50-rgb:var(--studio-red-50-rgb);--color-error-60:var(--studio-red-60);--color-error-60-rgb:var(--studio-red-60-rgb);--color-error-70:var(--studio-red-70);--color-error-70-rgb:var(--studio-red-70-rgb);--color-error-80:var(--studio-red-80);--color-error-80-rgb:var(--studio-red-80-rgb);--color-error-90:var(--studio-red-90);--color-error-90-rgb:var(--studio-red-90-rgb);--color-error-100:var(--studio-red-100);--color-error-100-rgb:var(--studio-red-100-rgb);--color-surface:var(--studio-white);--color-surface-rgb:var(--studio-white-rgb);--color-surface-backdrop:var(--studio-gray-0);--color-surface-backdrop-rgb:var(--studio-gray-0-rgb);--color-text:var(--studio-gray-80);--color-text-rgb:var(--studio-gray-80-rgb);--color-text-subtle:var(--studio-gray-50);--color-text-subtle-rgb:var(--studio-gray-50-rgb);--color-text-inverted:var(--studio-white);--color-text-inverted-rgb:var(--studio-white-rgb);--color-border:var(--color-neutral-20);--color-border-rgb:var(--color-neutral-20-rgb);--color-border-subtle:var(--color-neutral-5);--color-border-subtle-rgb:var(--color-neutral-5-rgb);--color-border-shadow:var(--color-neutral-0);--color-border-shadow-rgb:var(--color-neutral-0-rgb);--color-border-inverted:var(--studio-white);--color-border-inverted-rgb:var(--studio-white-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-plan-free:var(--studio-gray-30);--color-plan-blogger:var(--studio-celadon-30);--color-plan-personal:var(--studio-blue-30);--color-plan-premium:var(--studio-yellow-30);--color-plan-business:var(--studio-orange-30);--color-plan-ecommerce:var(--studio-purple-30);--color-premium-domain:var(--studio-wordpress-blue-60);--color-jetpack-plan-free:var(--studio-blue-30);--color-jetpack-plan-personal:var(--studio-yellow-30);--color-jetpack-plan-premium:var(--studio-jetpack-green-30);--color-jetpack-plan-professional:var(--studio-purple-30);--color-masterbar-background:#101517;--color-masterbar-border:#333;--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:#333;--color-masterbar-item-active-background:#23282d;--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-checkout-masterbar-background:transparent;--color-checkout-masterbar-text:var(--studio-gray-80);--color-checkout-masterbar-item-hover-background:var(--studio-gray-5);--color-checkout-masterbar-item-active-background:var(--studio-gray-20);--color-sidebar-background:#23282d;--color-sidebar-background-rgb:35,40,45;--color-sidebar-border:#333;--color-sidebar-text:#eee;--color-sidebar-text-rgb:238,238,238;--color-sidebar-text-alternative:#a2aab2;--color-sidebar-gridicon-fill:#a2aab2;--color-sidebar-menu-selected-background:#0073aa;--color-sidebar-menu-selected-background-rgb:0,115,170;--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:#1a1e23;--color-sidebar-menu-hover-background-rgb:26,30,35;--color-sidebar-menu-hover-text:#00b9eb;--color-jetpack-onboarding-text:var(--studio-white);--color-jetpack-onboarding-text-rgb:var(--studio-white-rgb);--color-jetpack-onboarding-background:var(--studio-blue-100);--color-jetpack-onboarding-background-rgb:var(--studio-blue-100-rgb);--color-automattic:var(--studio-blue-40);--color-jetpack:var(--studio-jetpack-green);--color-simplenote:var(--studio-simplenote-blue);--color-woocommerce:var(--studio-woocommerce-purple);--color-wordpress-com:var(--studio-wordpress-blue);--color-wordpress-org:#585c60;--color-blogger:#ff5722;--color-bluesky:#0085ff;--color-eventbrite:#ff8000;--color-facebook:#0866ff;--color-godaddy:#5ea95a;--color-google-plus:#df4a32;--color-instagram:#d93174;--color-linkedin:#0976b4;--color-mastodon:#6364ff;--color-medium:#12100e;--color-nextdoor:#8ed500;--color-pinterest:#cc2127;--color-pocket:#ee4256;--color-print:#f8f8f8;--color-reddit:#5f99cf;--color-skype:#00aff0;--color-stumbleupon:#eb4924;--color-substack:#ff6719;--color-squarespace:#222;--color-telegram:#08c;--color-threads:#000;--color-tumblr:#35465c;--color-twitter:#55acee;--color-whatsapp:#43d854;--color-wix:#faad4d;--color-x:#000;--color-email:var(--studio-gray-0);--color-podcasting:#9b4dd5;--color-wp-admin-button-background:#008ec2;--color-wp-admin-button-border:#006799;--color-sidebar-submenu-background:#32373c;--color-sidebar-submenu-text:#b4b9be;--color-sidebar-submenu-hover-text:#00b9eb;--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-pink-50)}.color-scheme.is-coffee{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#59524c;--theme-base-color-rgb:89,82,76;--theme-submenu-text-color:#cdcbc9;--theme-submenu-background-color:#46403c;--theme-icon-color:#ece6f6;--theme-highlight-color:#c7a589;--theme-highlight-color-rgb:199,165,137;--theme-notification-color:#9ea476;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-menu-hover:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-base-color)}.color-scheme.is-contrast{--color-primary:var(--studio-gray-80);--color-primary-rgb:var(--studio-gray-80-rgb);--color-primary-dark:var(--studio-gray-100);--color-primary-dark-rgb:var(--studio-gray-100-rgb);--color-primary-light:var(--studio-gray-60);--color-primary-light-rgb:var(--studio-gray-60-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-70);--color-accent-rgb:var(--studio-blue-70-rgb);--color-accent-dark:var(--studio-blue-90);--color-accent-dark-rgb:var(--studio-blue-90-rgb);--color-accent-light:var(--studio-blue-50);--color-accent-light-rgb:var(--studio-blue-50-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-surface-backdrop:var(--studio-white);--color-surface-backdrop-rgb:var(--studio-white-rgb);--color-text:var(--studio-gray-100);--color-text-rgb:var(--studio-gray-100-rgb);--color-text-subtle:var(--studio-gray-70);--color-text-subtle-rgb:var(--studio-gray-70-rgb);--color-link:var(--studio-blue-70);--color-link-rgb:var(--studio-blue-70-rgb);--color-link-dark:var(--studio-blue-100);--color-link-dark-rgb:var(--studio-blue-100-rgb);--color-link-light:var(--studio-blue-50);--color-link-light-rgb:var(--studio-blue-50-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-premium-domain:var(--studio-gray-100);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-60);--color-masterbar-item-new-editor-background:var(--studio-gray-70);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-90);--color-masterbar-unread-dot-background:var(--studio-yellow-20);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-70);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--color-surface);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-90);--color-sidebar-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--studio-gray-90);--color-sidebar-menu-selected-background:var(--studio-gray-100);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-gray-60);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-gray-90);--color-sidebar-submenu-text:var(--studio-gray-10);--color-sidebar-submenu-hover-text:var(--color-masterbar-unread-dot-background);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-blue-70)}.color-scheme.is-ectoplasm{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#523f6d;--theme-base-color-rgb:82,63,109;--theme-submenu-text-color:#cbc5d3;--theme-submenu-background-color:#413256;--theme-icon-color:#ece6f6;--theme-highlight-color:#a3b745;--theme-highlight-color-rgb:163,183,69;--theme-notification-color:#d46f15;--ectoplasm-green-0:#f2f5e1;--ectoplasm-green-5:#e9f5b3;--ectoplasm-green-10:#daf26b;--ectoplasm-green-20:#cdf030;--ectoplasm-green-30:#b5de00;--ectoplasm-green-40:#9bc000;--ectoplasm-green-50:#7f9d00;--ectoplasm-green-60:#647d00;--ectoplasm-green-70:#536700;--ectoplasm-green-80:#3f4f00;--ectoplasm-green-90:#293300;--ectoplasm-green-100:#161c00;--ectoplasm-green:#7f9d00;--ectoplasm-green-0-rgb:242,245,225;--ectoplasm-green-5-rgb:233,245,179;--ectoplasm-green-10-rgb:218,242,107;--ectoplasm-green-20-rgb:205,240,48;--ectoplasm-green-30-rgb:181,222,0;--ectoplasm-green-40-rgb:155,192,0;--ectoplasm-green-50-rgb:127,157,0;--ectoplasm-green-60-rgb:100,125,0;--ectoplasm-green-70-rgb:83,103,0;--ectoplasm-green-80-rgb:63,79,0;--ectoplasm-green-90-rgb:41,51,0;--ectoplasm-green-100-rgb:22,28,0;--ectoplasm-green-rgb:127,157,0;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--ectoplasm-green-70);--color-primary-dark-rgb:var(--ectoplasm-green-70-rgb);--color-primary-light:var(--ectoplasm-green-30);--color-primary-light-rgb:var(--ectoplasm-green-30-rgb);--color-primary-0:var(--ectoplasm-green-0);--color-primary-0-rgb:var(--ectoplasm-green-0-rgb);--color-primary-5:var(--ectoplasm-green-5);--color-primary-5-rgb:var(--ectoplasm-green-5-rgb);--color-primary-10:var(--ectoplasm-green-10);--color-primary-10-rgb:var(--ectoplasm-green-10-rgb);--color-primary-20:var(--ectoplasm-green-20);--color-primary-20-rgb:var(--ectoplasm-green-20-rgb);--color-primary-30:var(--ectoplasm-green-30);--color-primary-30-rgb:var(--ectoplasm-green-30-rgb);--color-primary-40:var(--ectoplasm-green-40);--color-primary-40-rgb:var(--ectoplasm-green-40-rgb);--color-primary-50:var(--ectoplasm-green-50);--color-primary-50-rgb:var(--ectoplasm-green-50-rgb);--color-primary-60:var(--ectoplasm-green-60);--color-primary-60-rgb:var(--ectoplasm-green-60-rgb);--color-primary-70:var(--ectoplasm-green-70);--color-primary-70-rgb:var(--ectoplasm-green-70-rgb);--color-primary-80:var(--ectoplasm-green-80);--color-primary-80-rgb:var(--ectoplasm-green-80-rgb);--color-primary-90:var(--ectoplasm-green-90);--color-primary-90-rgb:var(--ectoplasm-green-90-rgb);--color-primary-100:var(--ectoplasm-green-100);--color-primary-100-rgb:var(--ectoplasm-green-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--ectoplasm-green-70);--color-accent-dark-rgb:var(--ectoplasm-green-70-rgb);--color-accent-light:var(--ectoplasm-green-30);--color-accent-light-rgb:var(--ectoplasm-green-30-rgb);--color-accent-0:var(--ectoplasm-green-0);--color-accent-0-rgb:var(--ectoplasm-green-0-rgb);--color-accent-5:var(--ectoplasm-green-5);--color-accent-5-rgb:var(--ectoplasm-green-5-rgb);--color-accent-10:var(--ectoplasm-green-10);--color-accent-10-rgb:var(--ectoplasm-green-10-rgb);--color-accent-20:var(--ectoplasm-green-20);--color-accent-20-rgb:var(--ectoplasm-green-20-rgb);--color-accent-30:var(--ectoplasm-green-30);--color-accent-30-rgb:var(--ectoplasm-green-30-rgb);--color-accent-40:var(--ectoplasm-green-40);--color-accent-40-rgb:var(--ectoplasm-green-40-rgb);--color-accent-50:var(--ectoplasm-green-50);--color-accent-50-rgb:var(--ectoplasm-green-50-rgb);--color-accent-60:var(--ectoplasm-green-60);--color-accent-60-rgb:var(--ectoplasm-green-60-rgb);--color-accent-70:var(--ectoplasm-green-70);--color-accent-70-rgb:var(--ectoplasm-green-70-rgb);--color-accent-80:var(--ectoplasm-green-80);--color-accent-80-rgb:var(--ectoplasm-green-80-rgb);--color-accent-90:var(--ectoplasm-green-90);--color-accent-90-rgb:var(--ectoplasm-green-90-rgb);--color-accent-100:var(--ectoplasm-green-100);--color-accent-100-rgb:var(--ectoplasm-green-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-base-color)}.color-scheme.is-light{--theme-text-color:#333;--theme-text-color-rgb:51,51,51;--theme-base-color:#e5e5e5;--theme-base-color-rgb:229,229,229;--theme-submenu-text-color:#686868;--theme-submenu-background-color:#fff;--theme-icon-color:#999;--theme-highlight-color:#04a4cc;--theme-highlight-color-rgb:4,164,204;--theme-notification-color:#d64e07;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-blue-70);--color-primary-dark-rgb:var(--studio-blue-70-rgb);--color-primary-light:var(--studio-blue-30);--color-primary-light-rgb:var(--studio-blue-30-rgb);--color-primary-0:var(--studio-blue-0);--color-primary-0-rgb:var(--studio-blue-0-rgb);--color-primary-5:var(--studio-blue-5);--color-primary-5-rgb:var(--studio-blue-5-rgb);--color-primary-10:var(--studio-blue-10);--color-primary-10-rgb:var(--studio-blue-10-rgb);--color-primary-20:var(--studio-blue-20);--color-primary-20-rgb:var(--studio-blue-20-rgb);--color-primary-30:var(--studio-blue-30);--color-primary-30-rgb:var(--studio-blue-30-rgb);--color-primary-40:var(--studio-blue-40);--color-primary-40-rgb:var(--studio-blue-40-rgb);--color-primary-50:var(--studio-blue-50);--color-primary-50-rgb:var(--studio-blue-50-rgb);--color-primary-60:var(--studio-blue-60);--color-primary-60-rgb:var(--studio-blue-60-rgb);--color-primary-70:var(--studio-blue-70);--color-primary-70-rgb:var(--studio-blue-70-rgb);--color-primary-80:var(--studio-blue-80);--color-primary-80-rgb:var(--studio-blue-80-rgb);--color-primary-90:var(--studio-blue-90);--color-primary-90-rgb:var(--studio-blue-90-rgb);--color-primary-100:var(--studio-blue-100);--color-primary-100-rgb:var(--studio-blue-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-black);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-90);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-90);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:#888;--color-sidebar-menu-selected-background-rgb:136,136,136;--color-sidebar-menu-selected-text:#fff;--color-sidebar-menu-selected-text-rgb:255,255,255;--color-sidebar-menu-hover-background:#888;--color-sidebar-menu-hover-background-rgb:136,136,136;--color-sidebar-menu-hover-text:#fff;--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--color-sidebar-submenu-selected-text:#333;--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-light .masterbar__item-notifications .gridicon{fill:#000}.color-scheme.is-midnight{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#363b3f;--theme-base-color-rgb:54,59,63;--theme-submenu-text-color:#c3c4c5;--theme-submenu-background-color:#26292c;--theme-icon-color:#ece6f6;--theme-highlight-color:#e14d43;--theme-highlight-color-rgb:225,77,67;--theme-notification-color:#69a8bb;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-red-70);--color-accent-dark-rgb:var(--studio-red-70-rgb);--color-accent-light:var(--studio-red-30);--color-accent-light-rgb:var(--studio-red-30-rgb);--color-accent-0:var(--studio-red-0);--color-accent-0-rgb:var(--studio-red-0-rgb);--color-accent-5:var(--studio-red-5);--color-accent-5-rgb:var(--studio-red-5-rgb);--color-accent-10:var(--studio-red-10);--color-accent-10-rgb:var(--studio-red-10-rgb);--color-accent-20:var(--studio-red-20);--color-accent-20-rgb:var(--studio-red-20-rgb);--color-accent-30:var(--studio-red-30);--color-accent-30-rgb:var(--studio-red-30-rgb);--color-accent-40:var(--studio-red-40);--color-accent-40-rgb:var(--studio-red-40-rgb);--color-accent-50:var(--studio-red-50);--color-accent-50-rgb:var(--studio-red-50-rgb);--color-accent-60:var(--studio-red-60);--color-accent-60-rgb:var(--studio-red-60-rgb);--color-accent-70:var(--studio-red-70);--color-accent-70-rgb:var(--studio-red-70-rgb);--color-accent-80:var(--studio-red-80);--color-accent-80-rgb:var(--studio-red-80-rgb);--color-accent-90:var(--studio-red-90);--color-accent-90-rgb:var(--studio-red-90-rgb);--color-accent-100:var(--studio-red-100);--color-accent-100-rgb:var(--studio-red-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-modern{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#1e1e1e;--theme-base-color-rgb:30,30,30;--theme-submenu-text-color:#bcbcbc;--theme-submenu-background-color:#0c0c0c;--theme-icon-color:#ece6f6;--theme-highlight-color:#3858e9;--theme-highlight-color-rgb:56,88,233;--theme-notification-color:#3858e9;--theme-highlight-color-0:#d5dffa;--theme-highlight-color-0-rgb:213,223,250;--theme-highlight-color-5:#d7defa;--theme-highlight-color-5-rgb:215,222,250;--theme-highlight-color-10:#abc0f5;--theme-highlight-color-10-rgb:171,192,245;--theme-highlight-color-20:#82a1f0;--theme-highlight-color-20-rgb:130,161,240;--theme-highlight-color-30:#5882eb;--theme-highlight-color-30-rgb:88,130,235;--theme-highlight-color-40:#2f63e6;--theme-highlight-color-40-rgb:47,99,230;--theme-highlight-color-50:var(--theme-highlight-color);--theme-highlight-color-50-rgb:var(--theme-highlight-color-rgb);--theme-highlight-color-60:#2145e6;--theme-highlight-color-60-rgb:33,69,230;--theme-highlight-color-70:#133ca6;--theme-highlight-color-70-rgb:19,60,166;--theme-highlight-color-80:#0e2d7c;--theme-highlight-color-80-rgb:14,45,124;--theme-highlight-color-90:#091e53;--theme-highlight-color-90-rgb:9,30,83;--theme-highlight-color-100:#040f29;--theme-highlight-color-100-rgb:4,15,41;--color-link:var(--theme-highlight-color);--color-link-dark:var(--theme-highlight-color-70);--color-link-light:var(--theme-highlight-color-30);--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--theme-highlight-color-70);--color-primary-dark-rgb:var(--theme-highlight-color-70-rgb);--color-primary-light:var(--theme-highlight-color-30);--color-primary-light-rgb:var(--theme-highlight-color-30-rgb);--color-primary-0:var(--theme-highlight-color-0);--color-primary-0-rgb:var(--theme-highlight-color-0-rgb);--color-primary-5:var(--theme-highlight-color-5);--color-primary-5-rgb:var(--theme-highlight-color-5-rgb);--color-primary-10:var(--theme-highlight-color-10);--color-primary-10-rgb:var(--theme-highlight-color-10-rgb);--color-primary-20:var(--theme-highlight-color-20);--color-primary-20-rgb:var(--theme-highlight-color-20-rgb);--color-primary-30:var(--theme-highlight-color-30);--color-primary-30-rgb:var(--theme-highlight-color-30-rgb);--color-primary-40:var(--theme-highlight-color-40);--color-primary-40-rgb:var(--theme-highlight-color-40-rgb);--color-primary-50:var(--theme-highlight-color-50);--color-primary-50-rgb:var(--theme-highlight-color-50-rgb);--color-primary-60:var(--theme-highlight-color-60);--color-primary-60-rgb:var(--theme-highlight-color-60-rgb);--color-primary-70:var(--theme-highlight-color-70);--color-primary-70-rgb:var(--theme-highlight-color-70-rgb);--color-primary-80:var(--theme-highlight-color-80);--color-primary-80-rgb:var(--theme-highlight-color-80-rgb);--color-primary-90:var(--theme-highlight-color-90);--color-primary-90-rgb:var(--theme-highlight-color-90-rgb);--color-primary-100:var(--theme-highlight-color-100);--color-primary-100-rgb:var(--theme-highlight-color-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--theme-highlight-color-70);--color-accent-dark-rgb:var(--theme-highlight-color-70-rgb);--color-accent-light:var(--theme-highlight-color-30);--color-accent-light-rgb:var(--theme-highlight-color-30-rgb);--color-accent-0:var(--theme-highlight-color-0);--color-accent-0-rgb:var(--theme-highlight-color-0-rgb);--color-accent-5:var(--theme-highlight-color-5);--color-accent-5-rgb:var(--theme-highlight-color-5-rgb);--color-accent-10:var(--theme-highlight-color-10);--color-accent-10-rgb:var(--theme-highlight-color-10-rgb);--color-accent-20:var(--theme-highlight-color-20);--color-accent-20-rgb:var(--theme-highlight-color-20-rgb);--color-accent-30:var(--theme-highlight-color-30);--color-accent-30-rgb:var(--theme-highlight-color-30-rgb);--color-accent-40:var(--theme-highlight-color-40);--color-accent-40-rgb:var(--theme-highlight-color-40-rgb);--color-accent-50:var(--theme-highlight-color-50);--color-accent-50-rgb:var(--theme-highlight-color-50-rgb);--color-accent-60:var(--theme-highlight-color-60);--color-accent-60-rgb:var(--theme-highlight-color-60-rgb);--color-accent-70:var(--theme-highlight-color-70);--color-accent-70-rgb:var(--theme-highlight-color-70-rgb);--color-accent-80:var(--theme-highlight-color-80);--color-accent-80-rgb:var(--theme-highlight-color-80-rgb);--color-accent-90:var(--theme-highlight-color-90);--color-accent-90-rgb:var(--theme-highlight-color-90-rgb);--color-accent-100:var(--theme-highlight-color-100);--color-accent-100-rgb:var(--theme-highlight-color-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-10);--color-sidebar-gridicon-fill:var(--studio-gray-0);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:#33f078;--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-nightfall{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-blue-100);--color-masterbar-border:var(--studio-blue-100);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-blue-90);--color-masterbar-item-active-background:var(--studio-blue-80);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-blue-80);--color-sidebar-background-rgb:var(--studio-blue-80-rgb);--color-sidebar-border:var(--studio-blue-90);--color-sidebar-text:var(--studio-blue-5);--color-sidebar-text-rgb:var(--studio-blue-5-rgb);--color-sidebar-text-alternative:var(--studio-blue-20);--color-sidebar-gridicon-fill:var(--studio-blue-10);--color-sidebar-menu-selected-background:var(--studio-blue-100);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-100-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-blue-70);--color-sidebar-menu-hover-background-rgb:var(--studio-blue-70-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-blue-90);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-ocean{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#738e96;--theme-base-color-rgb:115,142,150;--theme-submenu-text-color:#d5dde0;--theme-submenu-background-color:#627c83;--theme-icon-color:#f2fcff;--theme-highlight-color:#9ebaa0;--theme-highlight-color-rgb:158,186,160;--theme-notification-color:#aa9d88;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-celadon-70);--color-accent-dark-rgb:var(--studio-celadon-70-rgb);--color-accent-light:var(--studio-celadon-30);--color-accent-light-rgb:var(--studio-celadon-30-rgb);--color-accent-0:var(--studio-celadon-0);--color-accent-0-rgb:var(--studio-celadon-0-rgb);--color-accent-5:var(--studio-celadon-5);--color-accent-5-rgb:var(--studio-celadon-5-rgb);--color-accent-10:var(--studio-celadon-10);--color-accent-10-rgb:var(--studio-celadon-10-rgb);--color-accent-20:var(--studio-celadon-20);--color-accent-20-rgb:var(--studio-celadon-20-rgb);--color-accent-30:var(--studio-celadon-30);--color-accent-30-rgb:var(--studio-celadon-30-rgb);--color-accent-40:var(--studio-celadon-40);--color-accent-40-rgb:var(--studio-celadon-40-rgb);--color-accent-50:var(--studio-celadon-50);--color-accent-50-rgb:var(--studio-celadon-50-rgb);--color-accent-60:var(--studio-celadon-60);--color-accent-60-rgb:var(--studio-celadon-60-rgb);--color-accent-70:var(--studio-celadon-70);--color-accent-70-rgb:var(--studio-celadon-70-rgb);--color-accent-80:var(--studio-celadon-80);--color-accent-80-rgb:var(--studio-celadon-80-rgb);--color-accent-90:var(--studio-celadon-90);--color-accent-90-rgb:var(--studio-celadon-90-rgb);--color-accent-100:var(--studio-celadon-100);--color-accent-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--theme-text-color);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-highlight-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-powder-snow{--color-primary:var(--studio-gray-90);--color-primary-rgb:var(--studio-gray-90-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-50-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-blue-50);--color-link-rgb:var(--studio-blue-50-rgb);--color-link-dark:var(--studio-blue-70);--color-link-dark-rgb:var(--studio-blue-70-rgb);--color-link-light:var(--studio-blue-30);--color-link-light-rgb:var(--studio-blue-30-rgb);--color-link-0:var(--studio-blue-0);--color-link-0-rgb:var(--studio-blue-0-rgb);--color-link-5:var(--studio-blue-5);--color-link-5-rgb:var(--studio-blue-5-rgb);--color-link-10:var(--studio-blue-10);--color-link-10-rgb:var(--studio-blue-10-rgb);--color-link-20:var(--studio-blue-20);--color-link-20-rgb:var(--studio-blue-20-rgb);--color-link-30:var(--studio-blue-30);--color-link-30-rgb:var(--studio-blue-30-rgb);--color-link-40:var(--studio-blue-40);--color-link-40-rgb:var(--studio-blue-40-rgb);--color-link-50:var(--studio-blue-50);--color-link-50-rgb:var(--studio-blue-50-rgb);--color-link-60:var(--studio-blue-60);--color-link-60-rgb:var(--studio-blue-60-rgb);--color-link-70:var(--studio-blue-70);--color-link-70-rgb:var(--studio-blue-70-rgb);--color-link-80:var(--studio-blue-80);--color-link-80-rgb:var(--studio-blue-80-rgb);--color-link-90:var(--studio-blue-90);--color-link-90-rgb:var(--studio-blue-90-rgb);--color-link-100:var(--studio-blue-100);--color-link-100-rgb:var(--studio-blue-100-rgb);--color-masterbar-background:var(--studio-gray-100);--color-masterbar-border:var(--studio-gray-90);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-gray-80);--color-masterbar-item-active-background:var(--studio-gray-70);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-40);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-gray-5);--color-sidebar-background-rgb:var(--studio-gray-5-rgb);--color-sidebar-border:var(--studio-gray-10);--color-sidebar-text:var(--studio-gray-80);--color-sidebar-text-rgb:var(--studio-gray-80-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-50);--color-sidebar-menu-selected-background:var(--studio-gray-60);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-60-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--color-surface);--color-sidebar-menu-hover-background-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-background:var(--studio-gray-10);--color-sidebar-submenu-text:var(--studio-gray-80);--color-sidebar-submenu-hover-text:var(--studio-blue-60);--color-sidebar-submenu-selected-text:var(--studio-gray-80);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-sakura{--color-primary:var(--studio-celadon-50);--color-primary-rgb:var(--studio-celadon-50-rgb);--color-primary-dark:var(--studio-celadon-70);--color-primary-dark-rgb:var(--studio-celadon-70-rgb);--color-primary-light:var(--studio-celadon-30);--color-primary-light-rgb:var(--studio-celadon-30-rgb);--color-primary-0:var(--studio-celadon-0);--color-primary-0-rgb:var(--studio-celadon-0-rgb);--color-primary-5:var(--studio-celadon-5);--color-primary-5-rgb:var(--studio-celadon-5-rgb);--color-primary-10:var(--studio-celadon-10);--color-primary-10-rgb:var(--studio-celadon-10-rgb);--color-primary-20:var(--studio-celadon-20);--color-primary-20-rgb:var(--studio-celadon-20-rgb);--color-primary-30:var(--studio-celadon-30);--color-primary-30-rgb:var(--studio-celadon-30-rgb);--color-primary-40:var(--studio-celadon-40);--color-primary-40-rgb:var(--studio-celadon-40-rgb);--color-primary-50:var(--studio-celadon-50);--color-primary-50-rgb:var(--studio-celadon-50-rgb);--color-primary-60:var(--studio-celadon-60);--color-primary-60-rgb:var(--studio-celadon-60-rgb);--color-primary-70:var(--studio-celadon-70);--color-primary-70-rgb:var(--studio-celadon-70-rgb);--color-primary-80:var(--studio-celadon-80);--color-primary-80-rgb:var(--studio-celadon-80-rgb);--color-primary-90:var(--studio-celadon-90);--color-primary-90-rgb:var(--studio-celadon-90-rgb);--color-primary-100:var(--studio-celadon-100);--color-primary-100-rgb:var(--studio-celadon-100-rgb);--color-accent:var(--studio-blue-50);--color-accent-rgb:var(--studio-blue-50-rgb);--color-accent-dark:var(--studio-blue-70);--color-accent-dark-rgb:var(--studio-blue-70-rgb);--color-accent-light:var(--studio-blue-30);--color-accent-light-rgb:var(--studio-blue-30-rgb);--color-accent-0:var(--studio-blue-0);--color-accent-0-rgb:var(--studio-blue-0-rgb);--color-accent-5:var(--studio-blue-5);--color-accent-5-rgb:var(--studio-blue-5-rgb);--color-accent-10:var(--studio-blue-10);--color-accent-10-rgb:var(--studio-blue-10-rgb);--color-accent-20:var(--studio-blue-20);--color-accent-20-rgb:var(--studio-blue-20-rgb);--color-accent-30:var(--studio-blue-30);--color-accent-30-rgb:var(--studio-blue-30-rgb);--color-accent-40:var(--studio-blue-40);--color-accent-40-rgb:var(--studio-blue-40-rgb);--color-accent-50:var(--studio-blue-50);--color-accent-50-rgb:var(--studio-blue-50-rgb);--color-accent-60:var(--studio-blue-60);--color-accent-60-rgb:var(--studio-blue-60-rgb);--color-accent-70:var(--studio-blue-70);--color-accent-70-rgb:var(--studio-blue-70-rgb);--color-accent-80:var(--studio-blue-80);--color-accent-80-rgb:var(--studio-blue-80-rgb);--color-accent-90:var(--studio-blue-90);--color-accent-90-rgb:var(--studio-blue-90-rgb);--color-accent-100:var(--studio-blue-100);--color-accent-100-rgb:var(--studio-blue-100-rgb);--color-link:var(--studio-celadon-50);--color-link-rgb:var(--studio-celadon-50-rgb);--color-link-dark:var(--studio-celadon-70);--color-link-dark-rgb:var(--studio-celadon-70-rgb);--color-link-light:var(--studio-celadon-30);--color-link-light-rgb:var(--studio-celadon-30-rgb);--color-link-0:var(--studio-celadon-0);--color-link-0-rgb:var(--studio-celadon-0-rgb);--color-link-5:var(--studio-celadon-5);--color-link-5-rgb:var(--studio-celadon-5-rgb);--color-link-10:var(--studio-celadon-10);--color-link-10-rgb:var(--studio-celadon-10-rgb);--color-link-20:var(--studio-celadon-20);--color-link-20-rgb:var(--studio-celadon-20-rgb);--color-link-30:var(--studio-celadon-30);--color-link-30-rgb:var(--studio-celadon-30-rgb);--color-link-40:var(--studio-celadon-40);--color-link-40-rgb:var(--studio-celadon-40-rgb);--color-link-50:var(--studio-celadon-50);--color-link-50-rgb:var(--studio-celadon-50-rgb);--color-link-60:var(--studio-celadon-60);--color-link-60-rgb:var(--studio-celadon-60-rgb);--color-link-70:var(--studio-celadon-70);--color-link-70-rgb:var(--studio-celadon-70-rgb);--color-link-80:var(--studio-celadon-80);--color-link-80-rgb:var(--studio-celadon-80-rgb);--color-link-90:var(--studio-celadon-90);--color-link-90-rgb:var(--studio-celadon-90-rgb);--color-link-100:var(--studio-celadon-100);--color-link-100-rgb:var(--studio-celadon-100-rgb);--color-masterbar-background:var(--studio-celadon-70);--color-masterbar-border:var(--studio-celadon-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-celadon-80);--color-masterbar-item-active-background:var(--studio-celadon-90);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-pink-5);--color-sidebar-background-rgb:var(--studio-pink-5-rgb);--color-sidebar-border:var(--studio-pink-10);--color-sidebar-text:var(--studio-pink-80);--color-sidebar-text-rgb:var(--studio-pink-80-rgb);--color-sidebar-text-alternative:var(--studio-pink-60);--color-sidebar-gridicon-fill:var(--studio-pink-70);--color-sidebar-menu-selected-background:var(--studio-blue-50);--color-sidebar-menu-selected-background-rgb:var(--studio-blue-50-rgb);--color-sidebar-menu-selected-text:var(--studio-white);--color-sidebar-menu-selected-text-rgb:var(--studio-white-rgb);--color-sidebar-menu-hover-background:var(--studio-pink-10);--color-sidebar-menu-hover-background-rgb:var(--studio-pink-10-rgb);--color-sidebar-menu-hover-text:var(--studio-pink-90);--color-sidebar-submenu-background:var(--studio-pink-90);--color-sidebar-submenu-text:var(--studio-pink-0);--color-sidebar-submenu-hover-text:var(--studio-blue-20);--color-sidebar-submenu-selected-text:var(--studio-pink-0);--wp-admin-theme-color:var(--studio-blue-50)}.color-scheme.is-sunrise{--theme-text-color:#fff;--theme-text-color-rgb:255,255,255;--theme-base-color:#cf4944;--theme-base-color-rgb:207,73,68;--theme-submenu-text-color:#f1c8c7;--theme-submenu-background-color:#be3631;--theme-submenu-hover-text-color:#f7e3d3;--theme-icon-color:#f3f1f1;--theme-highlight-color:#dd823b;--theme-highlight-color-rgb:221,130,59;--theme-notification-color:#ccaf0b;--color-primary:var(--theme-highlight-color);--color-primary-rgb:var(--theme-highlight-color-rgb);--color-primary-dark:var(--studio-orange-70);--color-primary-dark-rgb:var(--studio-orange-70-rgb);--color-primary-light:var(--studio-orange-30);--color-primary-light-rgb:var(--studio-orange-30-rgb);--color-primary-0:var(--studio-orange-0);--color-primary-0-rgb:var(--studio-orange-0-rgb);--color-primary-5:var(--studio-orange-5);--color-primary-5-rgb:var(--studio-orange-5-rgb);--color-primary-10:var(--studio-orange-10);--color-primary-10-rgb:var(--studio-orange-10-rgb);--color-primary-20:var(--studio-orange-20);--color-primary-20-rgb:var(--studio-orange-20-rgb);--color-primary-30:var(--studio-orange-30);--color-primary-30-rgb:var(--studio-orange-30-rgb);--color-primary-40:var(--studio-orange-40);--color-primary-40-rgb:var(--studio-orange-40-rgb);--color-primary-50:var(--studio-orange-50);--color-primary-50-rgb:var(--studio-orange-50-rgb);--color-primary-60:var(--studio-orange-60);--color-primary-60-rgb:var(--studio-orange-60-rgb);--color-primary-70:var(--studio-orange-70);--color-primary-70-rgb:var(--studio-orange-70-rgb);--color-primary-80:var(--studio-orange-80);--color-primary-80-rgb:var(--studio-orange-80-rgb);--color-primary-90:var(--studio-orange-90);--color-primary-90-rgb:var(--studio-orange-90-rgb);--color-primary-100:var(--studio-orange-100);--color-primary-100-rgb:var(--studio-orange-100-rgb);--color-accent:var(--theme-highlight-color);--color-accent-rgb:var(--theme-highlight-color-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--theme-base-color);--color-masterbar-border:var(--theme-submenu-background-color);--color-masterbar-text:var(--studio-white);--color-masterbar-unread-dot-background:var(--theme-notification-color);--color-masterbar-item-hover-background:var(--theme-submenu-background-color);--color-masterbar-item-active-background:var(--theme-submenu-background-color);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--theme-base-color);--color-sidebar-background-rgb:var(--theme-base-color-rgb);--color-sidebar-border:var(--theme-submenu-background-color);--color-sidebar-text:var(--theme-text-color);--color-sidebar-text-rgb:var(--theme-text-color-rgb);--color-sidebar-text-alternative:var(--studio-gray-0);--color-sidebar-gridicon-fill:var(--theme-icon-color);--color-sidebar-menu-selected-background:var(--theme-highlight-color);--color-sidebar-menu-selected-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-selected-text:var(--theme-text-color);--color-sidebar-menu-selected-text-rgb:var(--theme-text-color-rgb);--color-sidebar-menu-hover-background:var(--theme-highlight-color);--color-sidebar-menu-hover-background-rgb:var(--theme-highlight-color-rgb);--color-sidebar-menu-hover-text:var(--theme-text-color);--color-sidebar-submenu-background:var(--theme-submenu-background-color);--color-sidebar-submenu-text:var(--theme-submenu-text-color);--color-sidebar-submenu-hover-background:transparent;--color-sidebar-submenu-hover-text:var(--theme-submenu-hover-text-color);--wp-admin-theme-color:var(--theme-highlight-color)}.color-scheme.is-sunset{--color-primary:var(--studio-red-50);--color-primary-rgb:var(--studio-red-50-rgb);--color-primary-dark:var(--studio-red-70);--color-primary-dark-rgb:var(--studio-red-70-rgb);--color-primary-light:var(--studio-red-30);--color-primary-light-rgb:var(--studio-red-30-rgb);--color-primary-0:var(--studio-red-0);--color-primary-0-rgb:var(--studio-red-0-rgb);--color-primary-5:var(--studio-red-5);--color-primary-5-rgb:var(--studio-red-5-rgb);--color-primary-10:var(--studio-red-10);--color-primary-10-rgb:var(--studio-red-10-rgb);--color-primary-20:var(--studio-red-20);--color-primary-20-rgb:var(--studio-red-20-rgb);--color-primary-30:var(--studio-red-30);--color-primary-30-rgb:var(--studio-red-30-rgb);--color-primary-40:var(--studio-red-40);--color-primary-40-rgb:var(--studio-red-40-rgb);--color-primary-50:var(--studio-red-50);--color-primary-50-rgb:var(--studio-red-50-rgb);--color-primary-60:var(--studio-red-60);--color-primary-60-rgb:var(--studio-red-60-rgb);--color-primary-70:var(--studio-red-70);--color-primary-70-rgb:var(--studio-red-70-rgb);--color-primary-80:var(--studio-red-80);--color-primary-80-rgb:var(--studio-red-80-rgb);--color-primary-90:var(--studio-red-90);--color-primary-90-rgb:var(--studio-red-90-rgb);--color-primary-100:var(--studio-red-100);--color-primary-100-rgb:var(--studio-red-100-rgb);--color-accent:var(--studio-orange-50);--color-accent-rgb:var(--studio-orange-50-rgb);--color-accent-dark:var(--studio-orange-70);--color-accent-dark-rgb:var(--studio-orange-70-rgb);--color-accent-light:var(--studio-orange-30);--color-accent-light-rgb:var(--studio-orange-30-rgb);--color-accent-0:var(--studio-orange-0);--color-accent-0-rgb:var(--studio-orange-0-rgb);--color-accent-5:var(--studio-orange-5);--color-accent-5-rgb:var(--studio-orange-5-rgb);--color-accent-10:var(--studio-orange-10);--color-accent-10-rgb:var(--studio-orange-10-rgb);--color-accent-20:var(--studio-orange-20);--color-accent-20-rgb:var(--studio-orange-20-rgb);--color-accent-30:var(--studio-orange-30);--color-accent-30-rgb:var(--studio-orange-30-rgb);--color-accent-40:var(--studio-orange-40);--color-accent-40-rgb:var(--studio-orange-40-rgb);--color-accent-50:var(--studio-orange-50);--color-accent-50-rgb:var(--studio-orange-50-rgb);--color-accent-60:var(--studio-orange-60);--color-accent-60-rgb:var(--studio-orange-60-rgb);--color-accent-70:var(--studio-orange-70);--color-accent-70-rgb:var(--studio-orange-70-rgb);--color-accent-80:var(--studio-orange-80);--color-accent-80-rgb:var(--studio-orange-80-rgb);--color-accent-90:var(--studio-orange-90);--color-accent-90-rgb:var(--studio-orange-90-rgb);--color-accent-100:var(--studio-orange-100);--color-accent-100-rgb:var(--studio-orange-100-rgb);--color-link:var(--studio-orange-50);--color-link-rgb:var(--studio-orange-50-rgb);--color-link-dark:var(--studio-orange-70);--color-link-dark-rgb:var(--studio-orange-70-rgb);--color-link-light:var(--studio-orange-30);--color-link-light-rgb:var(--studio-orange-30-rgb);--color-link-0:var(--studio-orange-0);--color-link-0-rgb:var(--studio-orange-0-rgb);--color-link-5:var(--studio-orange-5);--color-link-5-rgb:var(--studio-orange-5-rgb);--color-link-10:var(--studio-orange-10);--color-link-10-rgb:var(--studio-orange-10-rgb);--color-link-20:var(--studio-orange-20);--color-link-20-rgb:var(--studio-orange-20-rgb);--color-link-30:var(--studio-orange-30);--color-link-30-rgb:var(--studio-orange-30-rgb);--color-link-40:var(--studio-orange-40);--color-link-40-rgb:var(--studio-orange-40-rgb);--color-link-50:var(--studio-orange-50);--color-link-50-rgb:var(--studio-orange-50-rgb);--color-link-60:var(--studio-orange-60);--color-link-60-rgb:var(--studio-orange-60-rgb);--color-link-70:var(--studio-orange-70);--color-link-70-rgb:var(--studio-orange-70-rgb);--color-link-80:var(--studio-orange-80);--color-link-80-rgb:var(--studio-orange-80-rgb);--color-link-90:var(--studio-orange-90);--color-link-90-rgb:var(--studio-orange-90-rgb);--color-link-100:var(--studio-orange-100);--color-link-100-rgb:var(--studio-orange-100-rgb);--color-masterbar-background:var(--studio-red-80);--color-masterbar-border:var(--studio-red-80);--color-masterbar-text:var(--studio-white);--color-masterbar-item-hover-background:var(--studio-red-90);--color-masterbar-item-active-background:var(--studio-red-100);--color-masterbar-item-new-editor-background:var(--studio-gray-50);--color-masterbar-item-new-editor-hover-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-red-70);--color-sidebar-background-rgb:var(--studio-red-70-rgb);--color-sidebar-border:var(--studio-red-80);--color-sidebar-text:var(--studio-white);--color-sidebar-text-rgb:var(--studio-white-rgb);--color-sidebar-text-alternative:var(--studio-red-10);--color-sidebar-gridicon-fill:var(--studio-red-5);--color-sidebar-menu-selected-background:var(--studio-yellow-20);--color-sidebar-menu-selected-background-rgb:var(--studio-yellow-20-rgb);--color-sidebar-menu-selected-text:var(--studio-yellow-80);--color-sidebar-menu-selected-text-rgb:var(--studio-yellow-80-rgb);--color-sidebar-menu-hover-background:var(--studio-red-80);--color-sidebar-menu-hover-background-rgb:var(--studio-red-80-rgb);--color-sidebar-menu-hover-text:var(--studio-white);--color-sidebar-submenu-background:var(--studio-red-60);--color-sidebar-submenu-text:var(--studio-white);--color-sidebar-submenu-hover-text:var(--studio-yellow-20);--color-sidebar-submenu-selected-text:var(--studio-white);--wp-admin-theme-color:var(--studio-orange-50)}.color-scheme.is-jetpack-cloud,.theme-jetpack-cloud{--color-primary:var(--studio-black);--color-primary-rgb:var(--studio-black-rgb);--color-primary-dark:var(--studio-gray-70);--color-primary-dark-rgb:var(--studio-gray-70-rgb);--color-primary-light:var(--studio-gray-30);--color-primary-light-rgb:var(--studio-gray-30-rgb);--color-primary-0:var(--studio-gray-0);--color-primary-0-rgb:var(--studio-gray-0-rgb);--color-primary-5:var(--studio-gray-5);--color-primary-5-rgb:var(--studio-gray-5-rgb);--color-primary-10:var(--studio-gray-10);--color-primary-10-rgb:var(--studio-gray-10-rgb);--color-primary-20:var(--studio-gray-20);--color-primary-20-rgb:var(--studio-gray-20-rgb);--color-primary-30:var(--studio-gray-30);--color-primary-30-rgb:var(--studio-gray-30-rgb);--color-primary-40:var(--studio-gray-40);--color-primary-40-rgb:var(--studio-gray-40-rgb);--color-primary-50:var(--studio-gray-50);--color-primary-50-rgb:var(--studio-gray-rgb);--color-primary-60:var(--studio-gray-60);--color-primary-60-rgb:var(--studio-gray-60-rgb);--color-primary-70:var(--studio-gray-70);--color-primary-70-rgb:var(--studio-gray-70-rgb);--color-primary-80:var(--studio-gray-80);--color-primary-80-rgb:var(--studio-gray-80-rgb);--color-primary-90:var(--studio-gray-90);--color-primary-90-rgb:var(--studio-gray-90-rgb);--color-primary-100:var(--studio-gray-100);--color-primary-100-rgb:var(--studio-gray-100-rgb);--color-accent:var(--studio-black);--color-accent-rgb:var(--studio-black-rgb);--color-accent-dark:var(--studio-gray-70);--color-accent-dark-rgb:var(--studio-gray-70-rgb);--color-accent-light:var(--studio-gray-30);--color-accent-light-rgb:var(--studio-gray-30-rgb);--color-accent-0:var(--studio-gray-0);--color-accent-0-rgb:var(--studio-gray-0-rgb);--color-accent-5:var(--studio-gray-5);--color-accent-5-rgb:var(--studio-gray-5-rgb);--color-accent-10:var(--studio-gray-10);--color-accent-10-rgb:var(--studio-gray-10-rgb);--color-accent-20:var(--studio-gray-20);--color-accent-20-rgb:var(--studio-gray-20-rgb);--color-accent-30:var(--studio-gray-30);--color-accent-30-rgb:var(--studio-gray-30-rgb);--color-accent-40:var(--studio-gray-40);--color-accent-40-rgb:var(--studio-gray-40-rgb);--color-accent-50:var(--studio-gray-50);--color-accent-50-rgb:var(--studio-gray-50-rgb);--color-accent-60:var(--studio-gray-60);--color-accent-60-rgb:var(--studio-gray-60-rgb);--color-accent-70:var(--studio-gray-70);--color-accent-70-rgb:var(--studio-gray-70-rgb);--color-accent-80:var(--studio-gray-80);--color-accent-80-rgb:var(--studio-gray-80-rgb);--color-accent-90:var(--studio-gray-90);--color-accent-90-rgb:var(--studio-gray-90-rgb);--color-accent-100:var(--studio-gray-100);--color-accent-100-rgb:var(--studio-gray-100-rgb);--color-link:var(--studio-jetpack-green-50);--color-link-rgb:var(--studio-jetpack-green-50-rgb);--color-link-dark:var(--studio-jetpack-green-70);--color-link-dark-rgb:var(--studio-jetpack-green-70-rgb);--color-link-light:var(--studio-jetpack-green-30);--color-link-light-rgb:var(--studio-jetpack-green-30-rgb);--color-link-0:var(--studio-jetpack-green-0);--color-link-0-rgb:var(--studio-jetpack-green-0-rgb);--color-link-5:var(--studio-jetpack-green-5);--color-link-5-rgb:var(--studio-jetpack-green-5-rgb);--color-link-10:var(--studio-jetpack-green-10);--color-link-10-rgb:var(--studio-jetpack-green-10-rgb);--color-link-20:var(--studio-jetpack-green-20);--color-link-20-rgb:var(--studio-jetpack-green-20-rgb);--color-link-30:var(--studio-jetpack-green-30);--color-link-30-rgb:var(--studio-jetpack-green-30-rgb);--color-link-40:var(--studio-jetpack-green-40);--color-link-40-rgb:var(--studio-jetpack-green-40-rgb);--color-link-50:var(--studio-gray-50);--color-link-50-rgb:var(--studio-gray-50-rgb);--color-link-60:var(--studio-jetpack-green-60);--color-link-60-rgb:var(--studio-jetpack-green-60-rgb);--color-link-70:var(--studio-jetpack-green-70);--color-link-70-rgb:var(--studio-jetpack-green-70-rgb);--color-link-80:var(--studio-jetpack-green-80);--color-link-80-rgb:var(--studio-jetpack-green-80-rgb);--color-link-90:var(--studio-jetpack-green-90);--color-link-90-rgb:var(--studio-jetpack-green-90-rgb);--color-link-100:var(--studio-jetpack-green-100);--color-link-100-rgb:var(--studio-jetpack-green-100-rgb);--color-masterbar-background:var(--studio-white);--color-masterbar-border:var(--studio-gray-5);--color-masterbar-text:var(--studio-gray-50);--color-masterbar-item-hover-background:var(--studio-white);--color-masterbar-item-active-background:var(--studio-white);--color-masterbar-item-new-editor-background:var(--studio-white);--color-masterbar-item-new-editor-hover-background:var(--studio-white);--color-masterbar-unread-dot-background:var(--color-accent-30);--color-masterbar-toggle-drafts-editor-background:var(--studio-gray-60);--color-masterbar-toggle-drafts-editor-hover-background:var(--studio-gray-40);--color-masterbar-toggle-drafts-editor-border:var(--studio-gray-10);--color-sidebar-background:var(--studio-white);--color-sidebar-background-rgb:var(--studio-white-rgb);--color-sidebar-border:var(--studio-gray-5);--color-sidebar-text:var(--studio-gray-60);--color-sidebar-text-rgb:var(--studio-gray-60-rgb);--color-sidebar-text-alternative:var(--studio-gray-60);--color-sidebar-gridicon-fill:var(--studio-gray-60);--color-sidebar-menu-selected-text:var(--studio-gray-90);--color-sidebar-menu-selected-text-rgb:var(--studio-gray-90-rgb);--color-sidebar-menu-selected-background:var(--studio-gray-0);--color-sidebar-menu-selected-background-rgb:var(--studio-gray-0-rgb);--color-sidebar-menu-selected-gridicon-fill:var(--studio-jetpack-green-50);--color-sidebar-menu-hover-text:var(--studio-gray-90);--color-sidebar-menu-hover-background:var(--studio-gray-0);--color-sidebar-menu-hover-background-rgb:var(--studio-gray-0-rgb);--color-scary-0:var(--studio-red-0);--color-scary-5:var(--studio-red-5);--color-scary-40:var(--studio-red-40);--color-scary-50:var(--studio-red-50);--color-scary-60:var(--studio-red-60);--color-scary-70:var(--studio-red-70)}.wpcom-tour-kit-pagination-control{display:flex;justify-content:center;margin:0;width:100%}.wpcom-tour-kit-pagination-control li{align-items:center;border:none;display:inline-flex;height:18px;margin:auto 4px}.wpcom-tour-kit-pagination-control li.pagination-control__last-item{height:32px;margin-left:auto}.wpcom-tour-kit-pagination-control button.pagination-control__page{background-color:var(--color-neutral-10);border:none;border-radius:50%;cursor:pointer;height:6px;padding:0;transition:all .2s ease-in-out;width:6px}.wpcom-tour-kit-pagination-control button.pagination-control__page:hover{background-color:var(--color-neutral-40)}.wpcom-tour-kit-pagination-control button.pagination-control__page:disabled{cursor:default}.wpcom-tour-kit-pagination-control button.pagination-control__page.is-current{background-color:var(--wp-admin-theme-color)}.wpcom-tour-kit-minimized{background-color:#fff;border-radius:2px;box-shadow:0 2px 6px rgba(60,66,87,.08),0 0 0 1px rgba(60,66,87,.16),0 1px 1px rgba(0,0,0,.08);color:#000}.wpcom-tour-kit-minimized .components-button{height:44px}.wpcom-tour-kit-minimized .components-button .wpcom-tour-kit-minimized__tour-index{color:#949494}.wpcom-tour-kit-minimized .components-button svg{color:#50575e}.wpcom-tour-kit-minimized .components-button:hover .wpcom-tour-kit-minimized__tour-index,.wpcom-tour-kit-minimized .components-button:hover svg{color:inherit}.wpcom-tour-kit-step-card__heading{font-size:1.125rem;margin:.5rem 0}.wpcom-tour-kit-step-card__description{font-size:.875rem;line-height:1.5rem;margin:0}.wpcom-tour-kit-step-card__description .components-button{height:auto;line-height:1;padding:0 0 0 4px;text-decoration:underline}.wpcom-tour-kit .tour-kit-frame__container{box-shadow:none}.wpcom-tour-kit-step-card{max-width:92vw;width:416px}.wpcom-tour-kit-step-card.wpcom-tour-kit-step-card.is-elevated{box-shadow:0 0 0 1px rgba(0,0,0,.1),0 2px 4px 0 rgba(0,0,0,.1)}.wpcom-tour-kit-step-card.components-card{border:none;border-radius:4px;box-shadow:none}.wpcom-tour-kit-step-card .components-card__body{min-height:114px}.wpcom-tour-kit-step-card .components-card__body,.wpcom-tour-kit-step-card .components-card__footer{border-top:none;padding:16px!important}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-text{color:#949494;font-size:.875rem;font-style:italic}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon{background-color:#f6f7f7;border-radius:50%;color:#949494;margin-left:8px}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon path{fill:#949494}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon.active{background-color:#000;opacity:1}.wpcom-tour-kit-step-card .components-card__footer .wpcom-tour-kit-rating__end-icon.components-button.has-icon.active path{fill:#fff}.wpcom-tour-kit-step-card .components-card__media{height:0;padding-top:66%;position:relative;width:100%}.wpcom-tour-kit-step-card .components-card__media img{left:0;position:absolute;top:0;width:100%}.wpcom-tour-kit-step-card .components-guide__page-control{margin:0}.wpcom-tour-kit-step-card .components-guide__page-control .components-button{min-width:auto}.wpcom-tour-kit-step-card .components-guide__page-control .components-button.has-icon{padding:3px}.wpcom-tour-kit-step-card .components-guide__page-control li{margin-bottom:0}.wpcom-tour-kit-step-card-overlay-controls__minimize-icon svg{left:-2px;position:relative}.wpcom-tour-kit-step-card-overlay-controls{left:0;padding:12px;right:0;z-index:1}.wpcom-tour-kit-step-card-overlay-controls .components-button{background:#32373c;height:32px;min-width:32px;opacity:.7;transition:opacity .2s;width:32px}.wpcom-tour-kit-step-card-overlay-controls .components-button:active{opacity:.9}@media(hover:hover)and (pointer:fine){.wpcom-tour-kit-step-card-overlay-controls .components-button{opacity:0}.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button{opacity:.7}.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button:focus,.tour-kit-frame__container:focus-within .wpcom-tour-kit-step-card-overlay-controls .components-button:hover,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button:focus,.tour-kit-frame__container:hover .wpcom-tour-kit-step-card-overlay-controls .components-button:hover{opacity:.9}}.wpcom-tour-kit-step-card-navigation__next-btn{justify-content:center;margin-left:12px;min-width:85px}.wpcom-tour-kit-step-card__media{position:relative}.wpcom-tour-kit-step-card__media img{display:block;height:auto;max-width:100%;width:100%}.wpcom-tour-kit-step-card__media-link{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.wpcom-tour-kit-step-card__media-link svg{display:none;transition:transform .15s ease-in-out}.wpcom-tour-kit-step-card__media-link svg:hover{transform:scale(1.05)}.wpcom-tour-kit-step-card__media-link--playable{background-color:rgba(0,0,0,.5)}.wpcom-tour-kit-step-card__media-link--playable svg{display:block}.blogging-prompts-modal{margin:auto;max-width:800px}@media(min-width:600px){.blogging-prompts-modal{width:80%}}@media(min-width:960px){.blogging-prompts-modal{width:60%}}.blogging-prompts-modal .components-modal__header-heading{font-size:1rem;font-weight:400}.blogging-prompts-modal__prompt{align-items:flex-end;display:flex;flex-direction:column}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation{align-items:center;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px;width:100%}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation-button{border-radius:50%;height:44px;width:44px}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-navigation-button.components-button:hover:not(:disabled,[aria-disabled=true]){box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.blogging-prompts-modal__prompt .blogging-prompts-modal__prompt-text{font-size:1.25rem;font-weight:500;line-height:26px;text-align:left;text-wrap:pretty;width:100%}.wpcom-block-editor-nux-modal .components-modal__header{background-color:transparent;border-bottom:0;height:auto;left:0;margin:0;padding:10px;position:absolute;right:0}.wpcom-block-editor-nux-modal .components-modal__header button{left:unset}.wpcom-block-editor-nux-modal .components-modal__header button svg path{transform:scale(1.4);transform-origin:center}.wpcom-block-editor-nux-modal .components-modal__content{margin-top:0;padding:84px 20px 20px}.wpcom-block-editor-nux-modal .components-modal__content:before{margin:0}@media(min-width:480px){.wpcom-block-editor-nux-modal .components-modal__content{text-align:center}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__image-container{display:flex;justify-content:center}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__title{font-size:2.25rem;font-weight:500;line-height:1.2;margin:34px 0 0}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__title{margin-top:24px}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__description{font-size:1rem;margin:16px 0 0;max-width:352px}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__description{font-size:1.125rem;margin:20px auto 0}}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons{display:flex;flex-direction:column;justify-content:center;margin-top:24px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button{border-radius:3px;font-size:.875rem;height:40px;justify-content:center;min-width:130px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button+.components-button{margin-top:12px}@media(min-width:480px){.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons{flex-direction:row;margin-top:28px}.wpcom-block-editor-nux-modal .wpcom-block-editor-nux-modal__buttons .components-button+.components-button{margin-left:16px;margin-top:0}}@media(min-width:600px){.wpcom-block-editor-draft-post-modal .components-modal__content{padding:48px 128px}}.wpcom-block-editor-draft-post-modal .wpcom-block-editor-nux-modal__image-container img{height:95px;width:209px}@media(min-width:600px){.wpcom-block-editor-post-published-modal .components-modal__content{padding:48px 90px}}.wpcom-block-editor-post-published-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-block-editor-post-published-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-block-editor-purchase-notice{bottom:0;display:flex;justify-content:center;left:0;overflow:visible;padding-bottom:1rem;pointer-events:none;position:fixed;width:100%;z-index:10000}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content{margin-top:0;padding:96px 24px}@media(min-width:600px){.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content{padding:52px}}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__inner{display:flex;flex-direction:column}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__inner p a{color:var(--color-text);text-decoration:underline;white-space:nowrap}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__inner p a:hover{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#007cba));text-decoration:none}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content h1{font-size:2.25rem;margin-top:0}@media(min-width:600px){.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content h1{font-size:26px;font-weight:500;line-height:1}}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__actions{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__actions .wpcom-block-editor-post-published-recommended-tags-modal__actions-checkbox{color:var(--studio-gray-60)}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__actions .wpcom-block-editor-post-published-recommended-tags-modal__actions-checkbox label{display:flex}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .form-checkbox{height:1rem;margin-top:1px;width:1rem}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .form-checkbox:before{height:1.3125rem;width:1.3125rem}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__suggest-tags{flex:fit-content;width:100%}@media(min-width:600px){.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__suggest-tags{width:385px}}.wpcom-block-editor-post-published-recommended-tags-modal .components-modal__content .wpcom-block-editor-post-published-recommended-tags-modal__suggest-tags>p{font-size:1rem}@media(min-width:600px){.wpcom-site-editor-seller-celebration-modal .components-modal__content{padding:48px 90px}}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-site-editor-seller-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button:not(.is-primary){border:1px solid #c3c4c7;border-radius:4px}@media(min-width:600px){.wpcom-site-editor-video-celebration-modal .components-modal__content{padding:48px 90px}}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__image-container img{height:85px;width:158px}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button{min-width:113px}.wpcom-site-editor-video-celebration-modal .wpcom-block-editor-nux-modal__buttons .components-button:not(.is-primary){border:1px solid #c3c4c7;border-radius:4px}.wpcom-site-editor-video-celebration-modal .components-modal__header button svg path{transform:scale(1)}@font-face{font-display:swap;font-family:Recoleta;font-weight:400;src:url(https://s1.wp.com/i/fonts/recoleta/400.woff2) format("woff2"),url(https://s1.wp.com/i/fonts/recoleta/400.woff) format("woff")}.wp-brand-font{font-family:"Noto Serif",Georgia,Times New Roman,Times,serif;font-weight:400}[lang*=af] .wp-brand-font,[lang*=ca] .wp-brand-font,[lang*=cs] .wp-brand-font,[lang*=da] .wp-brand-font,[lang*=de] .wp-brand-font,[lang*=en] .wp-brand-font,[lang*=es] .wp-brand-font,[lang*=eu] .wp-brand-font,[lang*=fi] .wp-brand-font,[lang*=fr] .wp-brand-font,[lang*=gl] .wp-brand-font,[lang*=hr] .wp-brand-font,[lang*=hu] .wp-brand-font,[lang*=id] .wp-brand-font,[lang*=is] .wp-brand-font,[lang*=it] .wp-brand-font,[lang*=lv] .wp-brand-font,[lang*=mt] .wp-brand-font,[lang*=nb] .wp-brand-font,[lang*=nl] .wp-brand-font,[lang*=pl] .wp-brand-font,[lang*=pt] .wp-brand-font,[lang*=ro] .wp-brand-font,[lang*=ru] .wp-brand-font,[lang*=sk] .wp-brand-font,[lang*=sl] .wp-brand-font,[lang*=sq] .wp-brand-font,[lang*=sr] .wp-brand-font,[lang*=sv] .wp-brand-font,[lang*=sw] .wp-brand-font,[lang*=tr] .wp-brand-font,[lang*=uz] .wp-brand-font{font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif}.wpcom-block-editor-nux.components-modal__frame{height:65vh;overflow:visible;top:calc(17.5vh - 35px)}@media(max-width:660px){.wpcom-block-editor-nux.components-modal__frame{left:5vw;min-width:90vw;right:5vw;width:90vw}}@media(min-width:660px){.wpcom-block-editor-nux.components-modal__frame{height:350px;top:calc(50% - 35px);width:720px}}.wpcom-block-editor-nux .components-modal__header{left:5%;max-width:90%;position:absolute}@media(min-width:660px){.wpcom-block-editor-nux .components-modal__header{display:none}}.wpcom-block-editor-nux .components-guide__container{margin-top:0}.wpcom-block-editor-nux .components-guide__footer{background:var(--studio-white);border-top:1px solid #dcdcde;bottom:-70px;display:flex;height:70px;justify-content:center;left:0;margin:0;padding:20px 0;position:absolute;width:100%}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__footer{border-top:none}}.wpcom-block-editor-nux .components-guide__page{height:100%;justify-content:start;max-width:90vw;position:absolute;width:100%}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__page{max-width:100%}}.wpcom-block-editor-nux .components-guide__page-control{display:none;height:0;margin:0 auto;overflow:visible;position:relative;top:100%;z-index:2}.wpcom-block-editor-nux .components-guide__page-control:before{content:"";display:inline-block;height:70px;vertical-align:middle}.wpcom-block-editor-nux .components-guide__page-control li{margin-bottom:0;vertical-align:middle}@media(min-width:660px){.wpcom-block-editor-nux .components-guide__page-control{display:block}}.wpcom-block-editor-nux__page{background:var(--studio-white);display:flex;flex-direction:column-reverse;height:90%;justify-content:flex-end;max-width:90vw;width:100%}@media(min-width:660px){.wpcom-block-editor-nux__page{bottom:0;flex-direction:row;justify-content:flex-start;max-width:100%;min-height:350px;position:absolute}.wpcom-block-editor-nux__text,.wpcom-block-editor-nux__visual{flex:1 0 50%;min-width:290px}}.wpcom-block-editor-nux__text{height:60%;padding:0 25px 25px}@media(min-width:660px){.wpcom-block-editor-nux__text{height:auto;padding:40px 50px}}.wpcom-block-editor-nux__visual{background:#1381d8;height:40%;text-align:center}@media(min-width:660px){.wpcom-block-editor-nux__visual{height:auto}}.wpcom-block-editor-nux__heading{color:#1d2327;font-family:Recoleta,"Noto Serif",Georgia,Times New Roman,Times,serif;font-size:32px;font-weight:400;letter-spacing:-.4px;line-height:1.19}@media(min-width:660px){.wpcom-block-editor-nux__heading{font-size:42px}}body.locale-de .wpcom-block-editor-nux__heading{font-size:24px}@media(min-width:660px){body.locale-de .wpcom-block-editor-nux__heading{font-size:28px}}.wpcom-block-editor-nux__description{color:#50575e;font-size:15px;line-height:22px}@media(min-width:660px){.wpcom-block-editor-nux__description{font-size:17px;line-height:26px}}.wpcom-block-editor-nux__image{align-self:center;flex:1;height:auto;max-height:100%;max-width:100%}.wpcom-block-editor-nux__image.align-bottom{align-self:flex-end}@media(min-width:660px){.wpcom-block-editor-nux__image{max-height:none}}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>*{pointer-events:auto;user-select:auto}.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after{content:none}.jetpack-editor-panel-logo{margin-left:.5em}.wpcom-editor-welcome-tour .wpcom-editor-welcome-tour__step.is-with-extra-padding .components-card__media{background-color:#e7eaeb}.wpcom-editor-welcome-tour .wpcom-editor-welcome-tour__step.is-with-extra-padding .components-card__media img{left:14%;top:14%;width:86%}.wpcom-editor-welcome-tour .wpcom-tour-kit-step-card-overlay-controls{position:absolute}.wpcom-editor-welcome-tour-card-frame{position:relative}.wpcom-editor-welcome-tour-card-frame .components-guide__page-control{bottom:0;left:16px;margin:0;position:absolute}.wpcom-editor-welcome-tour-card-frame .components-guide__page-control li{margin-bottom:0}#wpwrap.wp-responsive-open .tour-kit.wpcom-tour-kit{display:none} \ No newline at end of file diff --git a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.js b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.js index 1372b40d..ca395940 100644 --- a/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.js +++ b/vendor/automattic/jetpack-mu-wpcom/src/build/wpcom-block-editor-nux/wpcom-block-editor-nux.js @@ -1,3 +1,3 @@ -(()=>{var e={8254:(e,t,o)=>{"use strict";o.d(t,{YO:()=>c,Ym:()=>u,t:()=>l});var n=o(790),r=o(9491),a=o(7723),s=o(1609);const i=(0,s.createContext)(null),c=({children:e,localeSlug:t})=>(0,n.jsx)(i.Provider,{value:t,children:e});function l(){return function(e=""){if(!e)return"";const t=e.toLowerCase();return(["pt_br","pt-br","zh_tw","zh-tw","zh_cn","zh-cn","zh_sg","zh-sg"].includes(t)?t.replace("_","-"):t.replace(/([-_].*)$/i,""))||"en"}(function(){const e=a.getLocaleData()||{};return e[""]?.lang||e[""]?.language||""}())}function u(){const e=(0,s.useContext)(i),t=!!e,[o,n]=(0,s.useState)(l());return(0,s.useEffect)((()=>{if(!t)return n(l()),a.subscribe((()=>{n(l())}))}),[t]),e||o||"undefined"!=typeof window&&window._currentUserLocale||"en"}(0,r.createHigherOrderComponent)((e=>t=>{const o={...t,locale:u()};return(0,n.jsx)(e,{...o})}),"withLocale")},7711:(e,t,o)=>{"use strict";o.d(t,{BS:()=>d,Cx:()=>r,K8:()=>s,S9:()=>a,Sc:()=>n,Sj:()=>l,Ws:()=>c,_J:()=>u,lW:()=>p,mt:()=>i,rh:()=>m});const n=["en","ja","es","pt","fr","pt-br"],r=["en","pt-br","de","es","fr","it"],a=["en","fr","de","es"],s=["en","fr","de","es"],i=["en","es"],c=["ar","de","el","es","fr","he","id","it","ja","ko","nl","pt-br","ro","ru","sv","tr","zh-cn","zh-tw"],l={"pt-br":"br",br:"bre",zh:"zh-cn","zh-hk":"zh-tw","zh-sg":"zh-cn",kr:"ko"},u=["ar","de","en","es","fr","he","id","it","ja","ko","nl","pt-br","ru","sv","tr","zh-cn","zh-tw"],d=["ar","de","el","en","es","fa","fi","fr","id","it","ja","nl","pt","pt-br","ru","sv","th","tl","tr"],p=["es","pt-br","de","fr","he","ja","it","nl","ru","tr","id","zh-cn","zh-tw","ko","ar","sv"],m=["en","ar","de","es","fr","he","id","it","ja","ko","nl","pt-br","ro","ru","sv","tr","zh-cn","zh-tw"]},4437:(e,t,o)=>{"use strict";o.d(t,{rm:()=>g});var n=o(790),r=o(9491),a=o(1609),s=o(8254),i=o(7711);const c="http://__domain__.invalid";const l=(e,t=[])=>(o,n)=>(t.includes(n)&&"en"!==n&&o.pathname.substr(0,n.length+2)!=="/"+n+"/"&&(o.host=`${i.Sj[n]||n}.${e}`),o),u=(e,t=[],o=null)=>(n,r)=>(n.host="wordpress.com","object"==typeof o&&o instanceof RegExp&&!o.test(n.pathname)&&(t=[]),n.pathname=e+n.pathname,t.includes(r)&&"en"!==r&&(n.pathname=r+n.pathname),n),d=(e=[],t=null,o)=>(n,r)=>"object"==typeof t&&t instanceof RegExp&&!t.test(n.pathname)?n:e.includes(r)&&"en"!==r?("prefix"===o?n.pathname=r+n.pathname:"suffix"===o&&(n.pathname.endsWith("/")?n.pathname+=r+"/":n.pathname+="/"+r),n):n,p=(e=[],t=null)=>(o,n)=>d(e,t,"prefix")(o,n),m=(e=[],t=null)=>(o,n)=>d(e,t,"suffix")(o,n),f={"wordpress.com/support/":p(i._J),"wordpress.com/forums/":p(i.BS),"wordpress.com/blog/":p(i.Sc,/^\/blog\/?$/),"wordpress.com/go/":(e,t)=>["/go/","/go"].includes(e.pathname)||"es"===t?p(i.Cx)(e,t):e,"wordpress.com/pricing/":p(i.Ws),"wordpress.com/tos/":p(i.lW),"wordpress.com/wp-admin/":l("wordpress.com",i.lW),"wordpress.com/wp-login.php":l("wordpress.com",i.lW),"jetpack.com":p(i.rh),"cloud.jetpack.com":p(i.rh),"en.support.wordpress.com":u("/support",i._J),"en.blog.wordpress.com":u("/blog",i.Sc,/^\/$/),"apps.wordpress.com":p(i.lW),"en.forums.wordpress.com":u("/forums",i.BS),"automattic.com/privacy/":p(i.S9),"automattic.com/cookies/":p(i.K8),"wordpress.com/help/contact/":(e,t,o)=>o?e:(e.pathname=e.pathname.replace(/\/help\//,"/support/"),p(i._J)(e,t)),"wordpress.com":(e,t)=>/^\/(checkout|me)(\/|$)/.test(e.pathname)||/\/([a-z0-9-]+\.)+[a-z]{2,}\/?$/.test(e.pathname)?e:p(i.lW)(e,t),"wordpress.com/theme/":(e,t,o)=>o?e:p(i.lW)(e,t),"wordpress.com/themes/":(e,t,o)=>o?e:p(i.lW)(e,t),"wordpress.com/plugins/":(e,t,o)=>o?e:p(i.lW)(e,t),"wordpress.com/log-in/":(e,t,o)=>o?e:m(i.lW)(e,t),"wordpress.com/start/":(e,t,o)=>o?e:m(i.lW)(e,t),"wordpress.com/learn/":(e,t)=>e.pathname.includes("/learn/webinars/")&&"es"===t?(e.pathname=e.pathname.replace("/learn/webinars/","/learn/es/webinars/"),e):m(i.mt)(e,t),"wordpress.com/plans/":(e,t,o)=>o||"/plans/"!==e.pathname?e:p(i.Ws)(e,t),"wordpress.com/setup/":(e,t,o)=>o?e:m(i.lW)(e,t)};function h(e){try{return new URL(String(e),c).pathname.endsWith("/")}catch(e){return!1}}function g(e,t=function(){return(0,s.t)()??"en"}(),o=!0,n=!1){let r;try{r=new URL(String(e),c)}catch(t){return e}if(r.origin===c)return e;r.protocol="https:",r.pathname.endsWith(".php")||(r.pathname=(r.pathname+"/").replace(/\/+$/,"/"));const a=r.pathname.substr(0,1+r.pathname.indexOf("/",1));if("en.wordpress.com"===r.host&&(r.host="wordpress.com"),"/"+t+"/"===a)return e;const i=[r.host,r.host+a,r.host+r.pathname];for(let a=i.length-1;a>=0;a--)if(i[a]in f){const s=f[i[a]](r,t,o).href;if(!n)return s;try{const t=new URL(s);return h(e)||(t.pathname=t.pathname.replace(/\/+$/,"")),t.href}catch{return s}}return e}function w(){const e=(0,s.Ym)();return(0,a.useCallback)(((t,o,n,r)=>g(t,o||e,n,r)),[e])}(0,r.createHigherOrderComponent)((e=>t=>{const o={...t,localizeUrl:w()};return(0,n.jsx)(e,{...o})}),"withLocalizeUrl")},868:(e,t,o)=>{"use strict";o.d(t,{UD:()=>m});var n=o(9978),r=o(4623),a=o(7729),s=o(8020),i=o(7298),c=o(4583),l=o(3592),u=o(6281),d={placement:"bottom",modifiers:[],strategy:"absolute"};function p(){for(var e=arguments.length,t=new Array(e),o=0;o{"use strict";o.d(t,{A:()=>r});var n=o(6281);function r(e,t){var o=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(o&&(0,n.Ng)(o)){var r=t;do{if(r&&e.isSameNode(r))return!0;r=r.parentNode||r.host}while(r)}return!1}},6622:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(6281),r=o(6742),a=o(7895),s=o(3503);function i(e,t,o){void 0===t&&(t=!1),void 0===o&&(o=!1);var i=e.getBoundingClientRect(),c=1,l=1;t&&(0,n.sb)(e)&&(c=e.offsetWidth>0&&(0,r.LI)(i.width)/e.offsetWidth||1,l=e.offsetHeight>0&&(0,r.LI)(i.height)/e.offsetHeight||1);var u=((0,n.vq)(e)?(0,a.A)(e):window).visualViewport,d=!(0,s.A)()&&o,p=(i.left+(d&&u?u.offsetLeft:0))/c,m=(i.top+(d&&u?u.offsetTop:0))/l,f=i.width/c,h=i.height/l;return{width:f,height:h,top:m,right:p+f,bottom:m+h,left:p,x:p,y:m}}},4871:(e,t,o)=>{"use strict";o.d(t,{A:()=>v});var n=o(8301),r=o(4787),a=o(3524),s=o(7729),i=o(8020),c=o(4724),l=o(8859),u=o(6281),d=o(6622),p=o(2567),m=o(1458),f=o(2696),h=o(1478),g=o(6742);function w(e,t,o){return t===n.R9?(0,h.A)((0,r.A)(e,o)):(0,u.vq)(t)?function(e,t){var o=(0,d.A)(e,!1,"fixed"===t);return o.top=o.top+e.clientTop,o.left=o.left+e.clientLeft,o.bottom=o.top+e.clientHeight,o.right=o.left+e.clientWidth,o.width=e.clientWidth,o.height=e.clientHeight,o.x=o.left,o.y=o.top,o}(t,o):(0,h.A)((0,a.A)((0,c.A)(e)))}function v(e,t,o,n){var r="clippingParents"===t?function(e){var t=(0,s.A)((0,p.A)(e)),o=["absolute","fixed"].indexOf((0,l.A)(e).position)>=0&&(0,u.sb)(e)?(0,i.A)(e):e;return(0,u.vq)(o)?t.filter((function(e){return(0,u.vq)(e)&&(0,m.A)(e,o)&&"body"!==(0,f.A)(e)})):[]}(e):[].concat(t),a=[].concat(r,[o]),c=a[0],d=a.reduce((function(t,o){var r=w(e,o,n);return t.top=(0,g.T9)(r.top,t.top),t.right=(0,g.jk)(r.right,t.right),t.bottom=(0,g.jk)(r.bottom,t.bottom),t.left=(0,g.T9)(r.left,t.left),t}),w(e,c,n));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}},9978:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(6622),r=o(8954),a=o(2696),s=o(6281),i=o(8949),c=o(4724),l=o(2322),u=o(6742);function d(e,t,o){void 0===o&&(o=!1);var d=(0,s.sb)(t),p=(0,s.sb)(t)&&function(e){var t=e.getBoundingClientRect(),o=(0,u.LI)(t.width)/e.offsetWidth||1,n=(0,u.LI)(t.height)/e.offsetHeight||1;return 1!==o||1!==n}(t),m=(0,c.A)(t),f=(0,n.A)(e,p,o),h={scrollLeft:0,scrollTop:0},g={x:0,y:0};return(d||!d&&!o)&&(("body"!==(0,a.A)(t)||(0,l.A)(m))&&(h=(0,r.A)(t)),(0,s.sb)(t)?((g=(0,n.A)(t,!0)).x+=t.clientLeft,g.y+=t.clientTop):m&&(g.x=(0,i.A)(m))),{x:f.left+h.scrollLeft-g.x,y:f.top+h.scrollTop-g.y,width:f.width,height:f.height}}},8859:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(7895);function r(e){return(0,n.A)(e).getComputedStyle(e)}},4724:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6281);function r(e){return(((0,n.vq)(e)?e.ownerDocument:e.document)||window.document).documentElement}},3524:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(4724),r=o(8859),a=o(8949),s=o(3050),i=o(6742);function c(e){var t,o=(0,n.A)(e),c=(0,s.A)(e),l=null==(t=e.ownerDocument)?void 0:t.body,u=(0,i.T9)(o.scrollWidth,o.clientWidth,l?l.scrollWidth:0,l?l.clientWidth:0),d=(0,i.T9)(o.scrollHeight,o.clientHeight,l?l.scrollHeight:0,l?l.clientHeight:0),p=-c.scrollLeft+(0,a.A)(e),m=-c.scrollTop;return"rtl"===(0,r.A)(l||o).direction&&(p+=(0,i.T9)(o.clientWidth,l?l.clientWidth:0)-u),{width:u,height:d,x:p,y:m}}},3077:(e,t,o)=>{"use strict";function n(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}o.d(t,{A:()=>n})},4623:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6622);function r(e){var t=(0,n.A)(e),o=e.offsetWidth,r=e.offsetHeight;return Math.abs(t.width-o)<=1&&(o=t.width),Math.abs(t.height-r)<=1&&(r=t.height),{x:e.offsetLeft,y:e.offsetTop,width:o,height:r}}},2696:(e,t,o)=>{"use strict";function n(e){return e?(e.nodeName||"").toLowerCase():null}o.d(t,{A:()=>n})},8954:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(3050),r=o(7895),a=o(6281),s=o(3077);function i(e){return e!==(0,r.A)(e)&&(0,a.sb)(e)?(0,s.A)(e):(0,n.A)(e)}},8020:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(7895),r=o(2696),a=o(8859),s=o(6281),i=o(1467),c=o(2567),l=o(3842);function u(e){return(0,s.sb)(e)&&"fixed"!==(0,a.A)(e).position?e.offsetParent:null}function d(e){for(var t=(0,n.A)(e),o=u(e);o&&(0,i.A)(o)&&"static"===(0,a.A)(o).position;)o=u(o);return o&&("html"===(0,r.A)(o)||"body"===(0,r.A)(o)&&"static"===(0,a.A)(o).position)?t:o||function(e){var t=/firefox/i.test((0,l.A)());if(/Trident/i.test((0,l.A)())&&(0,s.sb)(e)&&"fixed"===(0,a.A)(e).position)return null;var o=(0,c.A)(e);for((0,s.Ng)(o)&&(o=o.host);(0,s.sb)(o)&&["html","body"].indexOf((0,r.A)(o))<0;){var n=(0,a.A)(o);if("none"!==n.transform||"none"!==n.perspective||"paint"===n.contain||-1!==["transform","perspective"].indexOf(n.willChange)||t&&"filter"===n.willChange||t&&n.filter&&"none"!==n.filter)return o;o=o.parentNode}return null}(e)||t}},2567:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(2696),r=o(4724),a=o(6281);function s(e){return"html"===(0,n.A)(e)?e:e.assignedSlot||e.parentNode||((0,a.Ng)(e)?e.host:null)||(0,r.A)(e)}},4990:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(2567),r=o(2322),a=o(2696),s=o(6281);function i(e){return["html","body","#document"].indexOf((0,a.A)(e))>=0?e.ownerDocument.body:(0,s.sb)(e)&&(0,r.A)(e)?e:i((0,n.A)(e))}},4787:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(7895),r=o(4724),a=o(8949),s=o(3503);function i(e,t){var o=(0,n.A)(e),i=(0,r.A)(e),c=o.visualViewport,l=i.clientWidth,u=i.clientHeight,d=0,p=0;if(c){l=c.width,u=c.height;var m=(0,s.A)();(m||!m&&"fixed"===t)&&(d=c.offsetLeft,p=c.offsetTop)}return{width:l,height:u,x:d+(0,a.A)(e),y:p}}},7895:(e,t,o)=>{"use strict";function n(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}o.d(t,{A:()=>n})},3050:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(7895);function r(e){var t=(0,n.A)(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}},8949:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(6622),r=o(4724),a=o(3050);function s(e){return(0,n.A)((0,r.A)(e)).left+(0,a.A)(e).scrollLeft}},6281:(e,t,o)=>{"use strict";o.d(t,{Ng:()=>s,sb:()=>a,vq:()=>r});var n=o(7895);function r(e){return e instanceof(0,n.A)(e).Element||e instanceof Element}function a(e){return e instanceof(0,n.A)(e).HTMLElement||e instanceof HTMLElement}function s(e){return"undefined"!=typeof ShadowRoot&&(e instanceof(0,n.A)(e).ShadowRoot||e instanceof ShadowRoot)}},3503:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(3842);function r(){return!/^((?!chrome|android).)*safari/i.test((0,n.A)())}},2322:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(8859);function r(e){var t=(0,n.A)(e),o=t.overflow,r=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(o+a+r)}},1467:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(2696);function r(e){return["table","td","th"].indexOf((0,n.A)(e))>=0}},7729:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(4990),r=o(2567),a=o(7895),s=o(2322);function i(e,t){var o;void 0===t&&(t=[]);var c=(0,n.A)(e),l=c===(null==(o=e.ownerDocument)?void 0:o.body),u=(0,a.A)(c),d=l?[u].concat(u.visualViewport||[],(0,s.A)(c)?c:[]):c,p=t.concat(d);return l?p:p.concat(i((0,r.A)(d)))}},8301:(e,t,o)=>{"use strict";o.d(t,{DD:()=>g,GM:()=>w,Mn:()=>n,OM:()=>c,Ol:()=>h,R9:()=>p,WY:()=>d,_N:()=>u,ir:()=>f,kb:()=>s,ni:()=>l,pG:()=>a,qZ:()=>i,sQ:()=>r,xf:()=>m});var n="top",r="bottom",a="right",s="left",i="auto",c=[n,r,a,s],l="start",u="end",d="clippingParents",p="viewport",m="popper",f="reference",h=c.reduce((function(e,t){return e.concat([t+"-"+l,t+"-"+u])}),[]),g=[].concat(c,[i]).reduce((function(e,t){return e.concat([t,t+"-"+l,t+"-"+u])}),[]),w=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"]},3811:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(2696),r=o(6281);const a={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var o=t.styles[e]||{},a=t.attributes[e]||{},s=t.elements[e];(0,r.sb)(s)&&(0,n.A)(s)&&(Object.assign(s.style,o),Object.keys(a).forEach((function(e){var t=a[e];!1===t?s.removeAttribute(e):s.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,o={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,o.popper),t.styles=o,t.elements.arrow&&Object.assign(t.elements.arrow.style,o.arrow),function(){Object.keys(t.elements).forEach((function(e){var a=t.elements[e],s=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:o[e]).reduce((function(e,t){return e[t]="",e}),{});(0,r.sb)(a)&&(0,n.A)(a)&&(Object.assign(a.style,i),Object.keys(s).forEach((function(e){a.removeAttribute(e)})))}))}},requires:["computeStyles"]}},436:(e,t,o)=>{"use strict";o.d(t,{A:()=>p});var n=o(9908),r=o(4623),a=o(1458),s=o(8020),i=o(9907),c=o(6543),l=o(3778),u=o(1283),d=o(8301);const p={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,o=e.state,a=e.name,p=e.options,m=o.elements.arrow,f=o.modifiersData.popperOffsets,h=(0,n.A)(o.placement),g=(0,i.A)(h),w=[d.kb,d.pG].indexOf(h)>=0?"height":"width";if(m&&f){var v=function(e,t){return e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e,(0,l.A)("number"!=typeof e?e:(0,u.A)(e,d.OM))}(p.padding,o),b=(0,r.A)(m),y="y"===g?d.Mn:d.kb,E="y"===g?d.sQ:d.pG,_=o.rects.reference[w]+o.rects.reference[g]-f[g]-o.rects.popper[w],k=f[g]-o.rects.reference[g],A=(0,s.A)(m),R=A?"y"===g?A.clientHeight||0:A.clientWidth||0:0,S=_/2-k/2,x=v[y],C=R-b[w]-v[E],M=R/2-b[w]/2+S,z=(0,c.u)(x,M,C),O=g;o.modifiersData[a]=((t={})[O]=z,t.centerOffset=z-M,t)}},effect:function(e){var t=e.state,o=e.options.element,n=void 0===o?"[data-popper-arrow]":o;null!=n&&("string"!=typeof n||(n=t.elements.popper.querySelector(n)))&&(0,a.A)(t.elements.popper,n)&&(t.elements.arrow=n)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]}},9138:(e,t,o)=>{"use strict";o.d(t,{A:()=>m});var n=o(8301),r=o(8020),a=o(7895),s=o(4724),i=o(8859),c=o(9908),l=o(8889),u=o(6742),d={top:"auto",right:"auto",bottom:"auto",left:"auto"};function p(e){var t,o=e.popper,c=e.popperRect,l=e.placement,p=e.variation,m=e.offsets,f=e.position,h=e.gpuAcceleration,g=e.adaptive,w=e.roundOffsets,v=e.isFixed,b=m.x,y=void 0===b?0:b,E=m.y,_=void 0===E?0:E,k="function"==typeof w?w({x:y,y:_}):{x:y,y:_};y=k.x,_=k.y;var A=m.hasOwnProperty("x"),R=m.hasOwnProperty("y"),S=n.kb,x=n.Mn,C=window;if(g){var M=(0,r.A)(o),z="clientHeight",O="clientWidth";if(M===(0,a.A)(o)&&(M=(0,s.A)(o),"static"!==(0,i.A)(M).position&&"absolute"===f&&(z="scrollHeight",O="scrollWidth")),l===n.Mn||(l===n.kb||l===n.pG)&&p===n._N)x=n.sQ,_-=(v&&M===C&&C.visualViewport?C.visualViewport.height:M[z])-c.height,_*=h?1:-1;if(l===n.kb||(l===n.Mn||l===n.sQ)&&p===n._N)S=n.pG,y-=(v&&M===C&&C.visualViewport?C.visualViewport.width:M[O])-c.width,y*=h?1:-1}var P,j=Object.assign({position:f},g&&d),L=!0===w?function(e,t){var o=e.x,n=e.y,r=t.devicePixelRatio||1;return{x:(0,u.LI)(o*r)/r||0,y:(0,u.LI)(n*r)/r||0}}({x:y,y:_},(0,a.A)(o)):{x:y,y:_};return y=L.x,_=L.y,h?Object.assign({},j,((P={})[x]=R?"0":"",P[S]=A?"0":"",P.transform=(C.devicePixelRatio||1)<=1?"translate("+y+"px, "+_+"px)":"translate3d("+y+"px, "+_+"px, 0)",P)):Object.assign({},j,((t={})[x]=R?_+"px":"",t[S]=A?y+"px":"",t.transform="",t))}const m={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,o=e.options,n=o.gpuAcceleration,r=void 0===n||n,a=o.adaptive,s=void 0===a||a,i=o.roundOffsets,u=void 0===i||i,d={placement:(0,c.A)(t.placement),variation:(0,l.A)(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:r,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,p(Object.assign({},d,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:u})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,p(Object.assign({},d,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:u})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})},data:{}}},8616:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(7895),r={passive:!0};const a={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,o=e.instance,a=e.options,s=a.scroll,i=void 0===s||s,c=a.resize,l=void 0===c||c,u=(0,n.A)(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&d.forEach((function(e){e.addEventListener("scroll",o.update,r)})),l&&u.addEventListener("resize",o.update,r),function(){i&&d.forEach((function(e){e.removeEventListener("scroll",o.update,r)})),l&&u.removeEventListener("resize",o.update,r)}},data:{}}},9322:(e,t,o)=>{"use strict";o.d(t,{A:()=>u});var n=o(3068),r=o(9908),a=o(1791),s=o(5845),i=o(5829),c=o(8301),l=o(8889);const u={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,o=e.options,u=e.name;if(!t.modifiersData[u]._skip){for(var d=o.mainAxis,p=void 0===d||d,m=o.altAxis,f=void 0===m||m,h=o.fallbackPlacements,g=o.padding,w=o.boundary,v=o.rootBoundary,b=o.altBoundary,y=o.flipVariations,E=void 0===y||y,_=o.allowedAutoPlacements,k=t.options.placement,A=(0,r.A)(k),R=h||(A===k||!E?[(0,n.A)(k)]:function(e){if((0,r.A)(e)===c.qZ)return[];var t=(0,n.A)(e);return[(0,a.A)(e),t,(0,a.A)(t)]}(k)),S=[k].concat(R).reduce((function(e,o){return e.concat((0,r.A)(o)===c.qZ?(0,i.A)(t,{placement:o,boundary:w,rootBoundary:v,padding:g,flipVariations:E,allowedAutoPlacements:_}):o)}),[]),x=t.rects.reference,C=t.rects.popper,M=new Map,z=!0,O=S[0],P=0;P=0,B=N?"width":"height",I=(0,s.A)(t,{placement:j,boundary:w,rootBoundary:v,altBoundary:b,padding:g}),F=N?T?c.pG:c.kb:T?c.sQ:c.Mn;x[B]>C[B]&&(F=(0,n.A)(F));var D=(0,n.A)(F),W=[];if(p&&W.push(I[L]<=0),f&&W.push(I[F]<=0,I[D]<=0),W.every((function(e){return e}))){O=j,z=!1;break}M.set(j,W)}if(z)for(var U=function(e){var t=S.find((function(t){var o=M.get(t);if(o)return o.slice(0,e).every((function(e){return e}))}));if(t)return O=t,"break"},V=E?3:1;V>0;V--){if("break"===U(V))break}t.placement!==O&&(t.modifiersData[u]._skip=!0,t.placement=O,t.reset=!0)}},requiresIfExists:["offset"],data:{_skip:!1}}},7733:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(8301),r=o(5845);function a(e,t,o){return void 0===o&&(o={x:0,y:0}),{top:e.top-t.height-o.y,right:e.right-t.width+o.x,bottom:e.bottom-t.height+o.y,left:e.left-t.width-o.x}}function s(e){return[n.Mn,n.pG,n.sQ,n.kb].some((function(t){return e[t]>=0}))}const i={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,o=e.name,n=t.rects.reference,i=t.rects.popper,c=t.modifiersData.preventOverflow,l=(0,r.A)(t,{elementContext:"reference"}),u=(0,r.A)(t,{altBoundary:!0}),d=a(l,n),p=a(u,i,c),m=s(d),f=s(p);t.modifiersData[o]={referenceClippingOffsets:d,popperEscapeOffsets:p,isReferenceHidden:m,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":m,"data-popper-escaped":f})}}},1102:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(9908),r=o(8301);const a={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,o=e.options,a=e.name,s=o.offset,i=void 0===s?[0,0]:s,c=r.DD.reduce((function(e,o){return e[o]=function(e,t,o){var a=(0,n.A)(e),s=[r.kb,r.Mn].indexOf(a)>=0?-1:1,i="function"==typeof o?o(Object.assign({},t,{placement:e})):o,c=i[0],l=i[1];return c=c||0,l=(l||0)*s,[r.kb,r.pG].indexOf(a)>=0?{x:l,y:c}:{x:c,y:l}}(o,t.rects,i),e}),{}),l=c[t.placement],u=l.x,d=l.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=u,t.modifiersData.popperOffsets.y+=d),t.modifiersData[a]=c}}},1583:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6819);const r={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,o=e.name;t.modifiersData[o]=(0,n.A)({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}}},6909:(e,t,o)=>{"use strict";o.d(t,{A:()=>f});var n=o(8301),r=o(9908),a=o(9907),s=o(7614),i=o(6543),c=o(4623),l=o(8020),u=o(5845),d=o(8889),p=o(6048),m=o(6742);const f={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,o=e.options,f=e.name,h=o.mainAxis,g=void 0===h||h,w=o.altAxis,v=void 0!==w&&w,b=o.boundary,y=o.rootBoundary,E=o.altBoundary,_=o.padding,k=o.tether,A=void 0===k||k,R=o.tetherOffset,S=void 0===R?0:R,x=(0,u.A)(t,{boundary:b,rootBoundary:y,padding:_,altBoundary:E}),C=(0,r.A)(t.placement),M=(0,d.A)(t.placement),z=!M,O=(0,a.A)(C),P=(0,s.A)(O),j=t.modifiersData.popperOffsets,L=t.rects.reference,T=t.rects.popper,N="function"==typeof S?S(Object.assign({},t.rects,{placement:t.placement})):S,B="number"==typeof N?{mainAxis:N,altAxis:N}:Object.assign({mainAxis:0,altAxis:0},N),I=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,F={x:0,y:0};if(j){if(g){var D,W="y"===O?n.Mn:n.kb,U="y"===O?n.sQ:n.pG,V="y"===O?"height":"width",H=j[O],G=H+x[W],q=H-x[U],$=A?-T[V]/2:0,J=M===n.ni?L[V]:T[V],Y=M===n.ni?-T[V]:-L[V],K=t.elements.arrow,Z=A&&K?(0,c.A)(K):{width:0,height:0},Q=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:(0,p.A)(),X=Q[W],ee=Q[U],te=(0,i.u)(0,L[V],Z[V]),oe=z?L[V]/2-$-te-X-B.mainAxis:J-te-X-B.mainAxis,ne=z?-L[V]/2+$+te+ee+B.mainAxis:Y+te+ee+B.mainAxis,re=t.elements.arrow&&(0,l.A)(t.elements.arrow),ae=re?"y"===O?re.clientTop||0:re.clientLeft||0:0,se=null!=(D=null==I?void 0:I[O])?D:0,ie=H+oe-se-ae,ce=H+ne-se,le=(0,i.u)(A?(0,m.jk)(G,ie):G,H,A?(0,m.T9)(q,ce):q);j[O]=le,F[O]=le-H}if(v){var ue,de="x"===O?n.Mn:n.kb,pe="x"===O?n.sQ:n.pG,me=j[P],fe="y"===P?"height":"width",he=me+x[de],ge=me-x[pe],we=-1!==[n.Mn,n.kb].indexOf(C),ve=null!=(ue=null==I?void 0:I[P])?ue:0,be=we?he:me-L[fe]-T[fe]-ve+B.altAxis,ye=we?me+L[fe]+T[fe]-ve-B.altAxis:ge,Ee=A&&we?(0,i.P)(be,me,ye):(0,i.u)(A?be:he,me,A?ye:ge);j[P]=Ee,F[P]=Ee-me}t.modifiersData[f]=F}},requiresIfExists:["offset"]}},4068:(e,t,o)=>{"use strict";o.d(t,{n4:()=>f});var n=o(868),r=o(8616),a=o(1583),s=o(9138),i=o(3811),c=o(1102),l=o(9322),u=o(6909),d=o(436),p=o(7733),m=[r.A,a.A,s.A,i.A,c.A,l.A,u.A,d.A,p.A],f=(0,n.UD)({defaultModifiers:m})},5829:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(8889),r=o(8301),a=o(5845),s=o(9908);function i(e,t){void 0===t&&(t={});var o=t,i=o.placement,c=o.boundary,l=o.rootBoundary,u=o.padding,d=o.flipVariations,p=o.allowedAutoPlacements,m=void 0===p?r.DD:p,f=(0,n.A)(i),h=f?d?r.Ol:r.Ol.filter((function(e){return(0,n.A)(e)===f})):r.OM,g=h.filter((function(e){return m.indexOf(e)>=0}));0===g.length&&(g=h);var w=g.reduce((function(t,o){return t[o]=(0,a.A)(e,{placement:o,boundary:c,rootBoundary:l,padding:u})[(0,s.A)(o)],t}),{});return Object.keys(w).sort((function(e,t){return w[e]-w[t]}))}},6819:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(9908),r=o(8889),a=o(9907),s=o(8301);function i(e){var t,o=e.reference,i=e.element,c=e.placement,l=c?(0,n.A)(c):null,u=c?(0,r.A)(c):null,d=o.x+o.width/2-i.width/2,p=o.y+o.height/2-i.height/2;switch(l){case s.Mn:t={x:d,y:o.y-i.height};break;case s.sQ:t={x:d,y:o.y+o.height};break;case s.pG:t={x:o.x+o.width,y:p};break;case s.kb:t={x:o.x-i.width,y:p};break;default:t={x:o.x,y:o.y}}var m=l?(0,a.A)(l):null;if(null!=m){var f="y"===m?"height":"width";switch(u){case s.ni:t[m]=t[m]-(o[f]/2-i[f]/2);break;case s._N:t[m]=t[m]+(o[f]/2-i[f]/2)}}return t}},4583:(e,t,o)=>{"use strict";function n(e){var t;return function(){return t||(t=new Promise((function(o){Promise.resolve().then((function(){t=void 0,o(e())}))}))),t}}o.d(t,{A:()=>n})},5845:(e,t,o)=>{"use strict";o.d(t,{A:()=>p});var n=o(4871),r=o(4724),a=o(6622),s=o(6819),i=o(1478),c=o(8301),l=o(6281),u=o(3778),d=o(1283);function p(e,t){void 0===t&&(t={});var o=t,p=o.placement,m=void 0===p?e.placement:p,f=o.strategy,h=void 0===f?e.strategy:f,g=o.boundary,w=void 0===g?c.WY:g,v=o.rootBoundary,b=void 0===v?c.R9:v,y=o.elementContext,E=void 0===y?c.xf:y,_=o.altBoundary,k=void 0!==_&&_,A=o.padding,R=void 0===A?0:A,S=(0,u.A)("number"!=typeof R?R:(0,d.A)(R,c.OM)),x=E===c.xf?c.ir:c.xf,C=e.rects.popper,M=e.elements[k?x:E],z=(0,n.A)((0,l.vq)(M)?M:M.contextElement||(0,r.A)(e.elements.popper),w,b,h),O=(0,a.A)(e.elements.reference),P=(0,s.A)({reference:O,element:C,strategy:"absolute",placement:m}),j=(0,i.A)(Object.assign({},C,P)),L=E===c.xf?j:O,T={top:z.top-L.top+S.top,bottom:L.bottom-z.bottom+S.bottom,left:z.left-L.left+S.left,right:L.right-z.right+S.right},N=e.modifiersData.offset;if(E===c.xf&&N){var B=N[m];Object.keys(T).forEach((function(e){var t=[c.pG,c.sQ].indexOf(e)>=0?1:-1,o=[c.Mn,c.sQ].indexOf(e)>=0?"y":"x";T[e]+=B[o]*t}))}return T}},1283:(e,t,o)=>{"use strict";function n(e,t){return t.reduce((function(t,o){return t[o]=e,t}),{})}o.d(t,{A:()=>n})},7614:(e,t,o)=>{"use strict";function n(e){return"x"===e?"y":"x"}o.d(t,{A:()=>n})},9908:(e,t,o)=>{"use strict";function n(e){return e.split("-")[0]}o.d(t,{A:()=>n})},6048:(e,t,o)=>{"use strict";function n(){return{top:0,right:0,bottom:0,left:0}}o.d(t,{A:()=>n})},9907:(e,t,o)=>{"use strict";function n(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}o.d(t,{A:()=>n})},3068:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n={left:"right",right:"left",bottom:"top",top:"bottom"};function r(e){return e.replace(/left|right|bottom|top/g,(function(e){return n[e]}))}},1791:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n={start:"end",end:"start"};function r(e){return e.replace(/start|end/g,(function(e){return n[e]}))}},8889:(e,t,o)=>{"use strict";function n(e){return e.split("-")[1]}o.d(t,{A:()=>n})},6742:(e,t,o)=>{"use strict";o.d(t,{LI:()=>a,T9:()=>n,jk:()=>r});var n=Math.max,r=Math.min,a=Math.round},3592:(e,t,o)=>{"use strict";function n(e){var t=e.reduce((function(e,t){var o=e[t.name];return e[t.name]=o?Object.assign({},o,t,{options:Object.assign({},o.options,t.options),data:Object.assign({},o.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}o.d(t,{A:()=>n})},3778:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6048);function r(e){return Object.assign({},(0,n.A)(),e)}},7298:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(8301);function r(e){var t=new Map,o=new Set,n=[];function r(e){o.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!o.has(e)){var n=t.get(e);n&&r(n)}})),n.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){o.has(e.name)||r(e)})),n}function a(e){var t=r(e);return n.GM.reduce((function(e,o){return e.concat(t.filter((function(e){return e.phase===o})))}),[])}},1478:(e,t,o)=>{"use strict";function n(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}o.d(t,{A:()=>n})},3842:(e,t,o)=>{"use strict";function n(){var e=navigator.userAgentData;return null!=e&&e.brands&&Array.isArray(e.brands)?e.brands.map((function(e){return e.brand+"/"+e.version})).join(" "):navigator.userAgent}o.d(t,{A:()=>n})},6543:(e,t,o)=>{"use strict";o.d(t,{P:()=>a,u:()=>r});var n=o(6742);function r(e,t,o){return(0,n.T9)(e,(0,n.jk)(t,o))}function a(e,t,o){var n=r(e,t,o);return n>o?o:n}},1113:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6087);const r=(0,n.forwardRef)((function({icon:e,size:t=24,...o},r){return(0,n.cloneElement)(e,{width:t,height:t,...o,ref:r})}))},991:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(5573),r=o(790);const a=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"})})},4066:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(5573),r=o(790);const a=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M12 3.3c-4.8 0-8.8 3.9-8.8 8.8 0 4.8 3.9 8.8 8.8 8.8 4.8 0 8.8-3.9 8.8-8.8s-4-8.8-8.8-8.8zm6.5 5.5h-2.6C15.4 7.3 14.8 6 14 5c2 .6 3.6 2 4.5 3.8zm.7 3.2c0 .6-.1 1.2-.2 1.8h-2.9c.1-.6.1-1.2.1-1.8s-.1-1.2-.1-1.8H19c.2.6.2 1.2.2 1.8zM12 18.7c-1-.7-1.8-1.9-2.3-3.5h4.6c-.5 1.6-1.3 2.9-2.3 3.5zm-2.6-4.9c-.1-.6-.1-1.1-.1-1.8 0-.6.1-1.2.1-1.8h5.2c.1.6.1 1.1.1 1.8s-.1 1.2-.1 1.8H9.4zM4.8 12c0-.6.1-1.2.2-1.8h2.9c-.1.6-.1 1.2-.1 1.8 0 .6.1 1.2.1 1.8H5c-.2-.6-.2-1.2-.2-1.8zM12 5.3c1 .7 1.8 1.9 2.3 3.5H9.7c.5-1.6 1.3-2.9 2.3-3.5zM10 5c-.8 1-1.4 2.3-1.8 3.8H5.5C6.4 7 8 5.6 10 5zM5.5 15.3h2.6c.4 1.5 1 2.8 1.8 3.7-1.8-.6-3.5-2-4.4-3.7zM14 19c.8-1 1.4-2.2 1.8-3.7h2.6C17.6 17 16 18.4 14 19z"})})},7603:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(5573),r=o(790);const a=(0,r.jsx)(n.SVG,{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",children:(0,r.jsx)(n.Path,{d:"M10 17.389H8.444A5.194 5.194 0 1 1 8.444 7H10v1.5H8.444a3.694 3.694 0 0 0 0 7.389H10v1.5ZM14 7h1.556a5.194 5.194 0 0 1 0 10.39H14v-1.5h1.556a3.694 3.694 0 0 0 0-7.39H14V7Zm-4.5 6h5v-1.5h-5V13Z"})})},7110:e=>{e.exports={100:"Continue",101:"Switching Protocols",102:"Processing",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",207:"Multi-Status",208:"Already Reported",226:"IM Used",300:"Multiple Choices",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",308:"Permanent Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Payload Too Large",414:"URI Too Long",415:"Unsupported Media Type",416:"Range Not Satisfiable",417:"Expectation Failed",418:"I'm a teapot",421:"Misdirected Request",422:"Unprocessable Entity",423:"Locked",424:"Failed Dependency",425:"Unordered Collection",426:"Upgrade Required",428:"Precondition Required",429:"Too Many Requests",431:"Request Header Fields Too Large",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported",506:"Variant Also Negotiates",507:"Insufficient Storage",508:"Loop Detected",509:"Bandwidth Limit Exceeded",510:"Not Extended",511:"Network Authentication Required"}},1621:e=>{"use strict";e.exports=function(){var e=[].map.call(arguments,(function(e){return e.trim()})).filter((function(e){return e.length})).join("-");return e.length?1!==e.length&&/[_.\- ]+/.test(e)?e.replace(/^[_.\- ]+/,"").toLowerCase().replace(/[_.\- ]+(\w|$)/g,(function(e,t){return t.toUpperCase()})):e[0]===e[0].toLowerCase()&&e.slice(1)!==e.slice(1).toLowerCase()?e:e.toLowerCase():""}},6941:(e,t,o)=>{t.formatArgs=function(t){if(t[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+t[0]+(this.useColors?"%c ":" ")+"+"+e.exports.humanize(this.diff),!this.useColors)return;const o="color: "+this.color;t.splice(1,0,o,"color: inherit");let n=0,r=0;t[0].replace(/%[a-zA-Z%]/g,(e=>{"%%"!==e&&(n++,"%c"===e&&(r=n))})),t.splice(r,0,o)},t.save=function(e){try{e?t.storage.setItem("debug",e):t.storage.removeItem("debug")}catch(e){}},t.load=function(){let e;try{e=t.storage.getItem("debug")}catch(e){}!e&&"undefined"!=typeof process&&"env"in process&&(e=process.env.DEBUG);return e},t.useColors=function(){if("undefined"!=typeof window&&window.process&&("renderer"===window.process.type||window.process.__nwjs))return!0;if("undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))return!1;return"undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.destroy=(()=>{let e=!1;return()=>{e||(e=!0,console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`."))}})(),t.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],t.log=console.debug||console.log||(()=>{}),e.exports=o(3212)(t);const{formatters:n}=e.exports;n.j=function(e){try{return JSON.stringify(e)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}}},3212:(e,t,o)=>{e.exports=function(e){function t(e){let o,r,a,s=null;function i(...e){if(!i.enabled)return;const n=i,r=Number(new Date),a=r-(o||r);n.diff=a,n.prev=o,n.curr=r,o=r,e[0]=t.coerce(e[0]),"string"!=typeof e[0]&&e.unshift("%O");let s=0;e[0]=e[0].replace(/%([a-zA-Z%])/g,((o,r)=>{if("%%"===o)return"%";s++;const a=t.formatters[r];if("function"==typeof a){const t=e[s];o=a.call(n,t),e.splice(s,1),s--}return o})),t.formatArgs.call(n,e);(n.log||t.log).apply(n,e)}return i.namespace=e,i.useColors=t.useColors(),i.color=t.selectColor(e),i.extend=n,i.destroy=t.destroy,Object.defineProperty(i,"enabled",{enumerable:!0,configurable:!1,get:()=>null!==s?s:(r!==t.namespaces&&(r=t.namespaces,a=t.enabled(e)),a),set:e=>{s=e}}),"function"==typeof t.init&&t.init(i),i}function n(e,o){const n=t(this.namespace+(void 0===o?":":o)+e);return n.log=this.log,n}function r(e){return e.toString().substring(2,e.toString().length-2).replace(/\.\*\?$/,"*")}return t.debug=t,t.default=t,t.coerce=function(e){if(e instanceof Error)return e.stack||e.message;return e},t.disable=function(){const e=[...t.names.map(r),...t.skips.map(r).map((e=>"-"+e))].join(",");return t.enable(""),e},t.enable=function(e){let o;t.save(e),t.namespaces=e,t.names=[],t.skips=[];const n=("string"==typeof e?e:"").split(/[\s,]+/),r=n.length;for(o=0;o{t[o]=e[o]})),t.names=[],t.skips=[],t.formatters={},t.selectColor=function(e){let o=0;for(let t=0;t{var t=1e3,o=60*t,n=60*o,r=24*n,a=7*r,s=365.25*r;function i(e,t,o,n){var r=t>=1.5*o;return Math.round(e/o)+" "+n+(r?"s":"")}e.exports=function(e,c){c=c||{};var l=typeof e;if("string"===l&&e.length>0)return function(e){if((e=String(e)).length>100)return;var i=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(e);if(!i)return;var c=parseFloat(i[1]);switch((i[2]||"ms").toLowerCase()){case"years":case"year":case"yrs":case"yr":case"y":return c*s;case"weeks":case"week":case"w":return c*a;case"days":case"day":case"d":return c*r;case"hours":case"hour":case"hrs":case"hr":case"h":return c*n;case"minutes":case"minute":case"mins":case"min":case"m":return c*o;case"seconds":case"second":case"secs":case"sec":case"s":return c*t;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return c;default:return}}(e);if("number"===l&&isFinite(e))return c.long?function(e){var a=Math.abs(e);if(a>=r)return i(e,a,r,"day");if(a>=n)return i(e,a,n,"hour");if(a>=o)return i(e,a,o,"minute");if(a>=t)return i(e,a,t,"second");return e+" ms"}(e):function(e){var a=Math.abs(e);if(a>=r)return Math.round(e/r)+"d";if(a>=n)return Math.round(e/n)+"h";if(a>=o)return Math.round(e/o)+"m";if(a>=t)return Math.round(e/t)+"s";return e+"ms"}(e);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(e))}},8031:e=>{var t="undefined"!=typeof Element,o="function"==typeof Map,n="function"==typeof Set,r="function"==typeof ArrayBuffer&&!!ArrayBuffer.isView;function a(e,s){if(e===s)return!0;if(e&&s&&"object"==typeof e&&"object"==typeof s){if(e.constructor!==s.constructor)return!1;var i,c,l,u;if(Array.isArray(e)){if((i=e.length)!=s.length)return!1;for(c=i;0!=c--;)if(!a(e[c],s[c]))return!1;return!0}if(o&&e instanceof Map&&s instanceof Map){if(e.size!==s.size)return!1;for(u=e.entries();!(c=u.next()).done;)if(!s.has(c.value[0]))return!1;for(u=e.entries();!(c=u.next()).done;)if(!a(c.value[1],s.get(c.value[0])))return!1;return!0}if(n&&e instanceof Set&&s instanceof Set){if(e.size!==s.size)return!1;for(u=e.entries();!(c=u.next()).done;)if(!s.has(c.value[0]))return!1;return!0}if(r&&ArrayBuffer.isView(e)&&ArrayBuffer.isView(s)){if((i=e.length)!=s.length)return!1;for(c=i;0!=c--;)if(e[c]!==s[c])return!1;return!0}if(e.constructor===RegExp)return e.source===s.source&&e.flags===s.flags;if(e.valueOf!==Object.prototype.valueOf&&"function"==typeof e.valueOf&&"function"==typeof s.valueOf)return e.valueOf()===s.valueOf();if(e.toString!==Object.prototype.toString&&"function"==typeof e.toString&&"function"==typeof s.toString)return e.toString()===s.toString();if((i=(l=Object.keys(e)).length)!==Object.keys(s).length)return!1;for(c=i;0!=c--;)if(!Object.prototype.hasOwnProperty.call(s,l[c]))return!1;if(t&&e instanceof Element)return!1;for(c=i;0!=c--;)if(("_owner"!==l[c]&&"__v"!==l[c]&&"__o"!==l[c]||!e.$$typeof)&&!a(e[l[c]],s[l[c]]))return!1;return!0}return e!=e&&s!=s}e.exports=function(e,t){try{return a(e,t)}catch(e){if((e.message||"").match(/stack|recursion/i))return console.warn("react-fast-compare cannot handle circular refs"),!1;throw e}}},2128:(e,t,o)=>{"use strict";o.d(t,{E:()=>u});var n=o(1609),r=o(5795),a=o(4068),s=o(8031),i=o.n(s),c=o(8520),l=[],u=function(e,t,o){void 0===o&&(o={});var s=n.useRef(null),u={onFirstUpdate:o.onFirstUpdate,placement:o.placement||"bottom",strategy:o.strategy||"absolute",modifiers:o.modifiers||l},d=n.useState({styles:{popper:{position:u.strategy,left:"0",top:"0"},arrow:{position:"absolute"}},attributes:{}}),p=d[0],m=d[1],f=n.useMemo((function(){return{name:"updateState",enabled:!0,phase:"write",fn:function(e){var t=e.state,o=Object.keys(t.elements);r.flushSync((function(){m({styles:(0,c.PW)(o.map((function(e){return[e,t.styles[e]||{}]}))),attributes:(0,c.PW)(o.map((function(e){return[e,t.attributes[e]]})))})}))},requires:["computeStyles"]}}),[]),h=n.useMemo((function(){var e={onFirstUpdate:u.onFirstUpdate,placement:u.placement,strategy:u.strategy,modifiers:[].concat(u.modifiers,[f,{name:"applyStyles",enabled:!1}])};return i()(s.current,e)?s.current||e:(s.current=e,e)}),[u.onFirstUpdate,u.placement,u.strategy,u.modifiers,f]),g=n.useRef();return(0,c.Es)((function(){g.current&&g.current.setOptions(h)}),[h]),(0,c.Es)((function(){if(null!=e&&null!=t){var n=(o.createPopper||a.n4)(e,t,h);return g.current=n,function(){n.destroy(),g.current=null}}}),[e,t,o.createPopper]),{state:g.current?g.current.state:null,styles:p.styles,attributes:p.attributes,update:g.current?g.current.update:null,forceUpdate:g.current?g.current.forceUpdate:null}}},8520:(e,t,o)=>{"use strict";o.d(t,{Es:()=>a,PW:()=>r});var n=o(1609),r=function(e){return e.reduce((function(e,t){var o=t[0],n=t[1];return e[o]=n,e}),{})},a="undefined"!=typeof window&&window.document&&window.document.createElement?n.useLayoutEffect:n.useEffect},372:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(6941);const r=o.n(n)()("dops:analytics");let a,s;window._tkq=window._tkq||[],window.ga=window.ga||function(){(window.ga.q=window.ga.q||[]).push(arguments)},window.ga.l=+new Date;const i={initialize:function(e,t,o){i.setUser(e,t),i.setSuperProps(o),i.identifyUser()},setGoogleAnalyticsEnabled:function(e,t=null){this.googleAnalyticsEnabled=e,this.googleAnalyticsKey=t},setMcAnalyticsEnabled:function(e){this.mcAnalyticsEnabled=e},setUser:function(e,t){s={ID:e,username:t}},setSuperProps:function(e){a=e},assignSuperProps:function(e){a=Object.assign(a||{},e)},mc:{bumpStat:function(e,t){const o=function(e,t){let o="";if("object"==typeof e){for(const t in e)o+="&x_"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Bumping stats %o",e)}else o="&x_"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Bumping stat "%s" in group "%s"',t,e);return o}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom-no-pv"+o+"&t="+Math.random())},bumpStatWithPageView:function(e,t){const o=function(e,t){let o="";if("object"==typeof e){for(const t in e)o+="&"+encodeURIComponent(t)+"="+encodeURIComponent(e[t]);r("Built stats %o",e)}else o="&"+encodeURIComponent(e)+"="+encodeURIComponent(t),r('Built stat "%s" in group "%s"',t,e);return o}(e,t);i.mcAnalyticsEnabled&&((new Image).src=document.location.protocol+"//pixel.wp.com/g.gif?v=wpcom"+o+"&t="+Math.random())}},pageView:{record:function(e,t){i.tracks.recordPageView(e),i.ga.recordPageView(e,t)}},purchase:{record:function(e,t,o,n,r,a,s){i.ga.recordPurchase(e,t,o,n,r,a,s)}},tracks:{recordEvent:function(e,t){t=t||{},0===e.indexOf("akismet_")||0===e.indexOf("jetpack_")?(a&&(r("- Super Props: %o",a),t=Object.assign(t,a)),r('Record event "%s" called with props %s',e,JSON.stringify(t)),window._tkq.push(["recordEvent",e,t])):r('- Event name must be prefixed by "akismet_" or "jetpack_"')},recordJetpackClick:function(e){const t="object"==typeof e?e:{target:e};i.tracks.recordEvent("jetpack_wpa_click",t)},recordPageView:function(e){i.tracks.recordEvent("akismet_page_view",{path:e})},setOptOut:function(e){r("Pushing setOptOut: %o",e),window._tkq.push(["setOptOut",e])}},ga:{initialized:!1,initialize:function(){let e={};i.ga.initialized||(s&&(e={userId:"u-"+s.ID}),window.ga("create",this.googleAnalyticsKey,"auto",e),i.ga.initialized=!0)},recordPageView:function(e,t){i.ga.initialize(),r("Recording Page View ~ [URL: "+e+"] [Title: "+t+"]"),this.googleAnalyticsEnabled&&(window.ga("set","page",e),window.ga("send",{hitType:"pageview",page:e,title:t}))},recordEvent:function(e,t,o,n){i.ga.initialize();let a="Recording Event ~ [Category: "+e+"] [Action: "+t+"]";void 0!==o&&(a+=" [Option Label: "+o+"]"),void 0!==n&&(a+=" [Option Value: "+n+"]"),r(a),this.googleAnalyticsEnabled&&window.ga("send","event",e,t,o,n)},recordPurchase:function(e,t,o,n,r,a,s){window.ga("require","ecommerce"),window.ga("ecommerce:addTransaction",{id:e,revenue:n,currency:s}),window.ga("ecommerce:addItem",{id:e,name:t,sku:o,price:r,quantity:a}),window.ga("ecommerce:send")}},identifyUser:function(){s&&window._tkq.push(["identifyUser",s.ID,s.username])},setProperties:function(e){window._tkq.push(["setProperties",e])},clearedIdentity:function(){window._tkq.push(["clearIdentity"])}},c=i},5985:(e,t,o)=>{"use strict";o.d(t,{lk:()=>n.lk});var n=o(2634);o(2034),o(5595),o(3265),o(3489),o(6923),o(5877),o(335),o(8290)},5877:(e,t,o)=>{"use strict";o(1609)},335:(e,t,o)=>{"use strict";o(6087)},4972:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});const n="Jetpack_Editor_Initial_State";function r(){return"object"==typeof window?window?.[n]??null:null}},3489:(e,t,o)=>{"use strict";var n=o(372);o(9384),o(6087);const{tracks:r}=n.A,{recordEvent:a}=r},6923:(e,t,o)=>{"use strict";o(7143),o(6087),o(8290)},7105:(e,t,o)=>{"use strict";o.d(t,{Ay:()=>p,E9:()=>d});var n=o(7143),r=o(2634),a=o(4478),s=o(8290);const i="SET_JETPACK_MODULES",c="SET_MODULE_UPDATING";function l(e){return d({isLoading:e})}function u(e,t){return{type:c,name:e,isUpdating:t}}function d(e){return{type:i,options:e}}const p={updateJetpackModuleStatus:function*(e){try{yield u(e.name,!0),yield(0,a.sB)(e);const t=yield(0,a.wz)();return yield d({data:t}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield d(t),!1}finally{yield u(e.name,!1)}},setJetpackModules:d,fetchModules:function*(){if((0,r.Sy)())return!0;try{yield l(!0);const e=yield(0,a.wz)();return yield d({data:e}),!0}catch(e){const t=(0,n.select)(s.F).getJetpackModules();return yield d(t),!1}finally{yield l(!1)}}}},4478:(e,t,o)=>{"use strict";o.d(t,{Ay:()=>l,sB:()=>c,wz:()=>i});var n=o(1455),r=o.n(n);const a="FETCH_JETPACK_MODULES",s="UPDATE_JETPACK_MODULE_STATUS",i=()=>({type:a}),c=e=>({type:s,settings:e}),l={[a]:function(){return r()({path:"/jetpack/v4/module/all",method:"GET"})},[s]:function({settings:e}){return r()({path:`/jetpack/v4/module/${e.name}/active`,method:"POST",data:{active:e.active}})}}},8290:(e,t,o)=>{"use strict";o.d(t,{F:()=>l});var n=o(7143),r=o(7105),a=o(4478),s=o(8862),i=o(2701),c=o(1640);const l="jetpack-modules",u=(0,n.createReduxStore)(l,{reducer:s.A,actions:r.Ay,controls:a.Ay,resolvers:i.A,selectors:c.A});(0,n.register)(u);const d=window?.Initial_State?.getModules||window?.Jetpack_Editor_Initial_State?.modules||null;null!==d&&(0,n.dispatch)(l).setJetpackModules({data:{...d}})},8862:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});const n={isLoading:!1,isUpdating:{},data:{}},r=(e=n,t)=>{switch(t.type){case"SET_JETPACK_MODULES":return{...e,...t.options};case"SET_MODULE_UPDATING":return{...e,isUpdating:{...e.isUpdating,[t.name]:t.isUpdating}}}return e}},2701:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(7105),r=o(4478);const a={getJetpackModules:function*(){try{const e=yield(0,r.wz)();if(e)return(0,n.E9)({data:e})}catch(e){console.error(e)}}}},1640:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(2634);const r={getJetpackModules:e=>e.data,isModuleActive:(e,t)=>(0,n.Sy)()||(e?.data?.[t]?.activated??!1),areModulesLoading:e=>e.isLoading??!1,isModuleUpdating:(e,t)=>e?.isUpdating?.[t]??!1}},3265:(e,t,o)=>{"use strict";var n=o(7723);o(3832),o(8468);const __=n.__;__("Upgrade your plan to use video covers","jetpack-mu-wpcom"),__("Upgrade your plan to upload audio","jetpack-mu-wpcom")},2034:(e,t,o)=>{"use strict";o(2279)},2634:(e,t,o)=>{"use strict";o.d(t,{Sy:()=>a,lk:()=>s});var n=o(4972);function r(){return"object"==typeof window&&"string"==typeof window._currentSiteType?window._currentSiteType:null}function a(){return"simple"===r()}function s(){const e=(0,n.A)();return e?.jetpack?.is_coming_soon??!1}},5595:(e,t,o)=>{"use strict";o(6072),o(9491)},6416:(e,t,o)=>{"object"==typeof window&&window.JETPACK_MU_WPCOM_SETTINGS&&(o.p=window.JETPACK_MU_WPCOM_SETTINGS.assetsUrl)},5292:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(1609),r=o(421),a=o(1570),s=o(5474);const i=({onMinimize:e,onDismiss:t,onNextStepProgression:o,onPreviousStepProgression:i,tourContainerRef:c,isMinimized:l})=>{function u(){return(0,s.A)({onEscape:e,onArrowRight:o,onArrowLeft:i}),(0,a.A)(c),null}function d(){return(0,s.A)({onEscape:t("esc-key-minimized")}),null}return(0,r.A)(c)?l?n.createElement(d,null):n.createElement(u,null):null}},4905:(e,t,o)=>{"use strict";o.d(t,{A:()=>v});var n=o(6072),r=o.n(n),a=o(9491),s=o(6087),i=o(3022),c=o(2128),l=o(2676),u=o(6839),d=o(8158),p=o(5292),m=o(6418),f=o(2818),h=o(8982),g=o(3758);const w=(e,t)=>{"function"==typeof t&&t(e)},v=({config:e})=>{const[t,o]=(0,s.useState)(0),[n,v]=(0,s.useState)(null),[b,y]=(0,s.useState)(e.isMinimized??!1),[E,_]=(0,s.useState)(null),[k,A]=(0,s.useState)(!1),R=(0,s.useRef)(null),S=(0,a.useViewportMatch)("mobile","<"),x=e.steps.length-1,C=e.steps[t].referenceElements,M=C?.[S?"mobile":"desktop"]||C?.desktop,z=M?document.querySelector(M):null;(0,s.useEffect)((()=>{e.isMinimized&&y(!0)}),[e.isMinimized]);const O=(0,s.useCallback)((()=>!1!==e.options?.effects?.arrowIndicator&&!(!z||b||!k)),[e.options?.effects?.arrowIndicator,b,z,k]),P=(0,s.useCallback)((()=>!!e.options?.effects?.spotlight&&!b),[e.options?.effects?.spotlight,b]),j=(0,s.useCallback)((()=>!(P()||!e.options?.effects?.overlay)&&!b),[e.options?.effects?.overlay,b,P]),L=(0,s.useCallback)((o=>()=>{e.closeHandler(e.steps,t,o)}),[e,t]),T=(0,s.useCallback)((()=>{let n=t;x>t&&(n=t+1,o(n)),w(n,e.options?.callbacks?.onNextStep)}),[e.options?.callbacks?.onNextStep,t,x]),N=(0,s.useCallback)((()=>{let n=t;t>0&&(n=t-1,o(n)),w(n,e.options?.callbacks?.onPreviousStep)}),[e.options?.callbacks?.onPreviousStep,t]),B=(0,s.useCallback)((t=>{o(t),w(t,e.options?.callbacks?.onGoToStep)}),[e.options?.callbacks?.onGoToStep]),I=(0,s.useCallback)((()=>{y(!0),w(t,e.options?.callbacks?.onMinimize)}),[e.options?.callbacks?.onMinimize,t]),F=(0,s.useCallback)((()=>{y(!1),w(t,e.options?.callbacks?.onMaximize)}),[e.options?.callbacks?.onMaximize,t]),{styles:D,attributes:W,update:U}=(0,c.E)(z,E,{strategy:"fixed",placement:e?.placement??"bottom",modifiers:[{name:"preventOverflow",options:{rootBoundary:"document",padding:16}},{name:"arrow",options:{padding:12}},{name:"offset",options:{offset:[0,O()?12:10]}},{name:"flip",options:{fallbackPlacements:["top","left","right"]}},(0,s.useMemo)((()=>(0,d.Y)(e.options?.effects?.liveResize)),[e.options?.effects?.liveResize]),...e.options?.popperModifiers||[]]}),V=!b&&z&&k?{style:D?.popper,...W?.popper}:null,H=!b&&z&&k?{style:D?.arrow,...W?.arrow}:null;(0,s.useEffect)((()=>{setTimeout((()=>n?.focus()))}),[n]),(0,s.useEffect)((()=>{z?(A(!1),U&&U().then((()=>A(!0))).catch((()=>A(!0)))):A(!0)}),[U,z]),(0,s.useEffect)((()=>{z&&e.options?.effects?.autoScroll&&z.scrollIntoView(e.options.effects.autoScroll)}),[e.options?.effects?.autoScroll,z]);const G=(0,i.A)("tour-kit-frame",S?"is-mobile":"is-desktop",{"is-visible":k},(0,u.e)(e.options?.classNames));return(0,l.A)(t,e.options?.callbacks?.onStepViewOnce),(0,s.useEffect)((()=>{e.options?.callbacks?.onStepView&&w(t,e.options?.callbacks?.onStepView)}),[e.options?.callbacks?.onStepView,t]),React.createElement(React.Fragment,null,React.createElement(p.A,{onMinimize:I,onDismiss:L,onNextStepProgression:T,onPreviousStepProgression:N,tourContainerRef:R,isMinimized:b}),React.createElement("div",{className:G,ref:R},j()&&React.createElement(f.A,{visible:!0}),P()&&React.createElement(h.A,r()({referenceElement:z,liveResize:e.options?.effects?.liveResize||{}},e.options?.effects?.spotlight||{})),React.createElement("div",r()({className:"tour-kit-frame__container",ref:_},V),O()&&React.createElement("div",r()({className:"tour-kit-frame__arrow","data-popper-arrow":!0},H)),b?React.createElement(m.A,{config:e,steps:e.steps,currentStepIndex:t,onMaximize:F,onDismiss:L}):React.createElement(g.A,{config:e,steps:e.steps,currentStepIndex:t,onMinimize:I,onDismiss:L,onNextStep:T,onPreviousStep:N,onGoToStep:B,setInitialFocusedElement:v}))))}},6418:(e,t,o)=>{"use strict";o.d(t,{A:()=>n});const n=({config:e,steps:t,currentStepIndex:o,onMaximize:n,onDismiss:r})=>React.createElement("div",{className:"tour-kit-minimized"},React.createElement(e.renderers.tourMinimized,{steps:t,currentStepIndex:o,onMaximize:n,onDismiss:r}))},2818:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(3022);const r=({visible:e})=>React.createElement("div",{className:(0,n.A)("tour-kit-overlay",{"is-visible":e})})},3812:(e,t,o)=>{"use strict";o.d(t,{q:()=>r});var n=o(8982);const r=({enabled:e=!1,rootElementSelector:t="#wpwrap"})=>e?React.createElement("style",null,`\n .${n.E}, .${n.E} * {\n pointer-events: auto;\n }\n .tour-kit-frame__container button {\n pointer-events: auto;\n }\n .tour-kit-spotlight, .tour-kit-overlay {\n pointer-events: none;\n }\n ${t} :not(.${n.E}, .${n.E} *) {\n pointer-events: none;\n }\n `):null},8982:(e,t,o)=>{"use strict";o.d(t,{A:()=>p,E:()=>d});var n=o(6072),r=o.n(n),a=o(6087),s=o(3022),i=o(2128),c=o(8158),l=o(2818),u=o(3812);const d="wp-tour-kit-spotlit",p=({referenceElement:e,styles:t,interactivity:o,liveResize:n})=>{const[p,m]=(0,a.useState)(null),f=e?.getBoundingClientRect(),h=[{name:"flip",enabled:!1},{name:"preventOverflow",options:{mainAxis:!1}},(0,a.useMemo)((()=>({name:"offset",options:{offset:({placement:e,reference:t,popper:o})=>"bottom"===e?[0,-(t.height+(o.height-t.height)/2)]:[0,0]}})),[]),(0,a.useMemo)((()=>(0,c.Y)(n)),[n])],{styles:g,attributes:w}=(0,i.E)(e,p,{strategy:"fixed",placement:"bottom",modifiers:h}),v=f?{width:`${f.width}px`,height:`${f.height}px`}:null,b=e?{style:{...v&&v,...g?.popper,...t&&t},...w?.popper}:null;return(0,a.useEffect)((()=>(e?.classList.add(d),()=>{e?.classList.remove(d)})),[e]),React.createElement(React.Fragment,null,React.createElement(u.q,o),React.createElement(l.A,{visible:!b}),React.createElement("div",r()({className:(0,s.A)("tour-kit-spotlight",{"is-visible":!!b}),ref:m},b)))}},3758:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(9491),r=o(3022),a=o(6839);const s=({config:e,steps:t,currentStepIndex:o,onMinimize:s,onDismiss:i,onNextStep:c,onPreviousStep:l,setInitialFocusedElement:u,onGoToStep:d})=>{const p=(0,n.useViewportMatch)("mobile","<"),m=(0,r.A)("tour-kit-step",`is-step-${o}`,(0,a.e)(e.steps[o].options?.classNames?.[p?"mobile":"desktop"]));return React.createElement("div",{className:m},React.createElement(e.renderers.tourStep,{steps:t,currentStepIndex:o,onDismiss:i,onNextStep:c,onPreviousStep:l,onMinimize:s,setInitialFocusedElement:u,onGoToStep:d}))}},8629:(e,t,o)=>{"use strict";o.d(t,{A:()=>l});var n=o(6087),r=o(1609),a=o.n(r),s=o(5910),i=o(2154),c=o(4905);const l=({config:e,__temp__className:t})=>{const o=(0,n.useRef)(document.createElement("div")).current;return(0,n.useEffect)((()=>{const n=["tour-kit",...t?[t]:[]];o.classList.add(...n);const r=e.options?.portalParentElement||document.body;return r.appendChild(o),()=>{r.removeChild(o)}}),[t,o,e.options?.portalParentElement]),a().createElement(i.A,null,a().createElement(s.tu,{config:e},a().createElement("div",null,(0,n.createPortal)(a().createElement(c.A,{config:e}),o))))}},5888:(e,t,o)=>{"use strict";o.d(t,{J:()=>r,X:()=>n});const n="start-writing",r="design-first"},4935:(e,t,o)=>{"use strict";o.d(t,{Z:()=>c,f:()=>l});var n=o(1455),r=o.n(n),a=o(6087),s=o(1609);const i=s.createContext({hasSeenSellerCelebrationModal:!1,updateHasSeenSellerCelebrationModal:()=>{}}),c=()=>(0,s.useContext)(i),l=function({children:e}){const[t,o]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{r()({path:"/wpcom/v2/block-editor/has-seen-seller-celebration-modal"}).then((e=>o(e.has_seen_seller_celebration_modal))).catch((()=>o(!1)))}),[]),s.createElement(i.Provider,{value:{hasSeenSellerCelebrationModal:t,updateHasSeenSellerCelebrationModal:function(e){r()({method:"PUT",path:"/wpcom/v2/block-editor/has-seen-seller-celebration-modal",data:{has_seen_seller_celebration_modal:e}}).finally((()=>{o(!0)}))}}},e)}},5359:(e,t,o)=>{"use strict";o.d(t,{j:()=>l,v:()=>c});var n=o(1455),r=o.n(n),a=o(6087),s=o(1609);const i=s.createContext({hasSeenVideoCelebrationModal:!1,updateHasSeenVideoCelebrationModal:()=>{}}),c=()=>(0,s.useContext)(i),l=function({children:e}){const[t,o]=(0,a.useState)(!1);return(0,a.useEffect)((()=>{r()({path:"/wpcom/v2/block-editor/has-seen-video-celebration-modal"}).then((e=>o(e.has_seen_video_celebration_modal))).catch((()=>o(!1)))}),[]),s.createElement(i.Provider,{value:{hasSeenVideoCelebrationModal:t,updateHasSeenVideoCelebrationModal:function(e){r()({method:"PUT",path:"/wpcom/v2/block-editor/has-seen-video-celebration-modal",data:{has_seen_video_celebration_modal:e}}).finally((()=>{o(e)}))}}},e)}},5910:(e,t,o)=>{"use strict";o.d(t,{Z4:()=>n.Z,f6:()=>n.f,hy:()=>s.h,jO:()=>r.j,l7:()=>a.l,rN:()=>a.r,tu:()=>s.t,v2:()=>r.v});var n=o(4935),r=o(5359),a=o(2382),s=o(5199)},2382:(e,t,o)=>{"use strict";o.d(t,{l:()=>c,r:()=>i});var n=o(7143),r=o(6087),a=o(1609);const s=a.createContext(!1),i=()=>(0,a.useContext)(s),c=({children:e})=>{const t=(0,n.useSelect)((e=>e("automattic/wpcom-welcome-guide").getShouldShowFirstPostPublishedModal()),[]),{fetchShouldShowFirstPostPublishedModal:o}=(0,n.useDispatch)("automattic/wpcom-welcome-guide");return(0,r.useEffect)((()=>{o()}),[o]),a.createElement(s.Provider,{value:t},e)}},5199:(e,t,o)=>{"use strict";o.d(t,{h:()=>s,t:()=>a});var n=o(6087);const r=(0,n.createContext)({}),a=({config:e,children:t})=>React.createElement(r.Provider,{value:{config:e}},t),s=()=>(0,n.useContext)(r)},2154:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(1609),r=o.n(n);class a extends r().Component{state={hasError:!1};static getDerivedStateFromError(){return{hasError:!0}}componentDidCatch(e,t){console.error(e,t)}render(){return this.state.hasError?r().createElement("h1",null,"Something went wrong."):this.props.children}}const s=a},2586:(e,t,o)=>{"use strict";o.d(t,{Bg:()=>a.A,cz:()=>s.A,kN:()=>r.A,sr:()=>n.A});o(421),o(1570),o(6883),o(5474);var n=o(7412),r=o(1248),a=o(5410),s=o(7827);o(2676)},421:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6087);const r=e=>{const[t,o]=(0,n.useState)(!1),r=(0,n.useCallback)((()=>{const t=e.current?.ownerDocument;t&&t.hasFocus()&&e.current?.contains(t.activeElement)?o(!0):o(!1)}),[e]),a=(0,n.useCallback)((t=>{e.current?.contains(t.target)?o(!0):o(!1)}),[e]),s=(0,n.useCallback)((t=>{"Tab"===t.key&&(e.current?.contains(t.target)?o(!0):o(!1))}),[e]);return(0,n.useEffect)((()=>(document.addEventListener("focusin",r),document.addEventListener("mousedown",a),document.addEventListener("keyup",s),()=>{document.removeEventListener("focusin",r),document.removeEventListener("mousedown",a),document.removeEventListener("keyup",s)})),[e,r,s,a]),t}},1570:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(8107),r=o(6087);const a=e=>{const[t,o]=(0,r.useState)(),[a,s]=(0,r.useState)(),i=(0,r.useCallback)((e=>{let o=!1;"Tab"===e.key&&(e.shiftKey?t&&t.ownerDocument.activeElement===t&&(a?.focus(),o=!0):a&&a.ownerDocument.activeElement===a&&(t?.focus(),o=!0)),o&&(e.preventDefault(),e.stopPropagation())}),[t,a]);(0,r.useEffect)((()=>{const t=e.current?n.focus.focusable.find(e.current):[];return t&&t.length&&(o(t[0]),s(t[t.length-1])),document.addEventListener("keydown",i),()=>{document.removeEventListener("keydown",i)}}),[e,i])}},6883:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(7143),r=o(6087);const a=()=>{const[e,t]=(0,r.useState)(!1),o=(0,n.useSelect)((t=>{if(e)return"";const o=t("core/block-editor").getSelectedBlock();return o?.name??""})),a=(0,n.useSelect)((t=>{if(e)return"";const o=t("core/block-editor").getSelectedBlock();if(o?.clientId){const e=t("core/block-editor").getBlockParents(o?.clientId);if(e&&e.length){const o=t("core/block-editor").getBlock(e[e.length-1]);return o?.name??""}}return""}));return(0,r.useEffect)((()=>{e||!o.includes("payments")&&!a.includes("payments")||t(!0)}),[o,a,e,t]),e}},5474:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6087);const r=({onEscape:e,onArrowRight:t,onArrowLeft:o})=>{const r=(0,n.useCallback)((n=>{let r=!1;switch(n.key){case"Escape":e&&(e(),r=!0);break;case"ArrowRight":t&&(t(),r=!0);break;case"ArrowLeft":o&&(o(),r=!0)}r&&(n.preventDefault(),n.stopPropagation())}),[e,t,o]);(0,n.useEffect)((()=>(document.addEventListener("keydown",r),()=>{document.removeEventListener("keydown",r)})),[r])}},7412:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(7143),r=o(6087),a=o(4935),s=o(6883),i=o(5410);const c=()=>{const[e,t]=(0,r.useState)(!1),{siteIntent:o}=(0,i.A)(),c=(0,s.A)(),{hasSeenSellerCelebrationModal:l}=(0,a.Z)(),u=(0,n.useSelect)((e=>{if(!!e("core/edit-site")){const t=e("core/edit-site").getPage(),o=parseInt(t?.context?.postId),n=e("core").getEntityRecord("postType","page",o);let r=!1;if(!l){const t=e("core/block-editor").getGlobalBlockCount("jetpack/recurring-payments")>0,o=e("core/block-editor").getGlobalBlockCount("jetpack/simple-payments")>0;r=(n?.content?.raw?.includes("\x3c!-- wp:jetpack/recurring-payments --\x3e")||n?.content?.raw?.includes("\x3c!-- wp:jetpack/simple-payments --\x3e")||t||o)??!1}return r}let t=0;return l||(t+=e("core/block-editor").getGlobalBlockCount("jetpack/recurring-payments"),t+=e("core/block-editor").getGlobalBlockCount("jetpack/simple-payments")),t>0}));return(0,r.useEffect)((()=>{"sell"===o&&u&&c&&!l&&t(!0)}),[o,u,c,l]),e}},1248:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(6087),r=o(6487),a=o(5359),s=o(5410);const i=e=>{const{siteIntent:t}=(0,s.A)(),[o,i]=(0,n.useState)(!1),{hasSeenVideoCelebrationModal:c}=(0,a.v)();return(0,n.useEffect)((()=>{"videopress"!==t||c?c&&i(!1):(async()=>{const e=await(0,r.Ay)({path:`/sites/${window._currentSiteId}?http_envelope=1`,apiVersion:"1.1"});e?.options?.launchpad_checklist_tasks_statuses?.video_uploaded&&i(!0)})()}),[e,t,c]),o}},5410:(e,t,o)=>{"use strict";o.d(t,{A:()=>n});const n=()=>({siteIntent:window.launchpadOptions?.siteIntentOption,siteIntentFetched:!0})},7827:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(6087),r=o(1609),a=o(6487);const s=e=>{const[t,o]=(0,n.useState)({}),s=(0,r.useCallback)((async()=>{const t=await(0,a.Ay)({path:`/sites/${e}?http_envelope=1`,apiVersion:"1.1"});t?.plan&&o(t.plan)}),[e]);return(0,n.useEffect)((()=>{s()}),[s]),t}},2676:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6087);const r=(e,t)=>{const[o,r]=(0,n.useState)([]);(0,n.useEffect)((()=>{o.includes(e)||(r((t=>[...t,e])),t?.(e))}),[e,t,o])}},6353:(e,t,o)=>{"use strict";o.d(t,{Bg:()=>s.Bg,JV:()=>n.J,Oo:()=>r.O,Xf:()=>n.X,Z4:()=>a.Z4,cz:()=>s.cz,f6:()=>a.f6,hy:()=>a.hy,jO:()=>a.jO,kN:()=>s.kN,l7:()=>a.l7,ns:()=>r.A,rN:()=>a.rN,sr:()=>s.sr,v2:()=>a.v2});o(8629);var n=o(5888),r=o(5027),a=o(5910),s=o(2586)},6839:(e,t,o)=>{"use strict";o.d(t,{Y:()=>a,e:()=>r});var n=o(6941);function r(e){return e?.length?e.toString().split(","):null}const a=o.n(n)()("tour-kit")},8158:(e,t,o)=>{"use strict";o.d(t,{Y:()=>r});var n=o(6839);const r=({rootElementSelector:e,mutation:t=!1,resize:o=!1}={mutation:!1,resize:!1})=>({name:"liveResizeModifier",enabled:!0,phase:"main",fn:()=>{},effect:r=>{try{const{state:a,instance:s}=r,i=Symbol(),{reference:c}=a.elements;if(c[i]={resizeObserver:new ResizeObserver((()=>{s.update()})),mutationObserver:new MutationObserver((()=>{s.update()}))},o&&(c instanceof Element?c[i].resizeObserver.observe(c):(0,n.Y)("Error: ResizeObserver does not work with virtual elements, Tour Kit will not resize automatically if the size of the referenced element changes.")),t){const t=document.querySelector(e||"#wpwrap");t instanceof Element?c[i].mutationObserver.observe(t,{attributes:!0,characterData:!0,childList:!0,subtree:!0}):(0,n.Y)(`Error: ${e} selector did not find a valid DOM element, Tour Kit will not update automatically if the DOM layout changes.`)}return()=>{c[i].resizeObserver.disconnect(),c[i].mutationObserver.disconnect(),delete c[i]}}catch(e){(0,n.Y)("Error: Tour Kit live resize modifier failed unexpectedly:",e)}}})},1125:(e,t,o)=>{"use strict";o.d(t,{A:()=>l});var n=o(6427),r=o(6087),a=o(7723),s=o(1113),i=o(991),c=o(4146);const __=a.__,l=({steps:e,onMaximize:t,onDismiss:o,currentStepIndex:l})=>{const u=l+1,d=e.length-1+1;return React.createElement(n.Flex,{gap:0,className:"wpcom-tour-kit-minimized"},React.createElement(n.Button,{onClick:t,"aria-label":__("Resume Tour","jetpack-mu-wpcom")},React.createElement(n.Flex,{gap:13},React.createElement("p",null,(0,r.createInterpolateElement)((0,a.sprintf)(/* translators: 1: current page number, 2: total number of pages */ -__("Resume tour (%1$d/%2$d)","jetpack-mu-wpcom"),u,d),{span:React.createElement("span",{className:"wpcom-tour-kit-minimized__tour-index"})})),React.createElement(s.A,{icon:c.A,size:24}))),React.createElement(n.Button,{onClick:o("close-btn-minimized"),"aria-label":__("Close Tour","jetpack-mu-wpcom")},React.createElement(s.A,{icon:i.A,size:24})))}},4601:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(7723),r=o(3022);const __=n.__,a=({activePageIndex:e,numberOfPages:t,onChange:o,classNames:a,children:s})=>{const i=(0,r.A)("wpcom-tour-kit-pagination-control",a);return React.createElement("ul",{className:i,"aria-label":__("Pagination control","jetpack-mu-wpcom")},Array.from({length:t}).map(((a,s)=>React.createElement("li",{key:`${t}-${s}`,"aria-current":s===e?"page":void 0},React.createElement("button",{className:(0,r.A)("pagination-control__page",{"is-current":s===e}),disabled:s===e,"aria-label":(0,n.sprintf)(/* translators: 1: current page number 2: total number of pages */ -__("Page %1$d of %2$d","jetpack-mu-wpcom"),s+1,t),onClick:()=>o(s)})))),s&&React.createElement("li",{className:"pagination-control__last-item"},s))}},5330:(e,t,o)=>{"use strict";o.d(t,{A:()=>u});var n=o(6427),r=o(6087),a=o(7723),s=o(3022),i=o(6353),c=o(431),l=o(7163);const __=a.__,u=()=>{const[e,t]=(0,r.useState)(),o=(0,i.hy)().config,a=o.options?.tourRating?.useTourRating?.()??e;let u=!1;if(!o.options?.tourRating?.enabled)return null;u||void 0===e||(u=!0);const d=e=>{if(u)return;const n=e?"thumbs-up":"thumbs-down";n!==a&&(u=!0,t(n),o.options?.tourRating?.onTourRate?.(n))};return React.createElement(React.Fragment,null,React.createElement("p",{className:"wpcom-tour-kit-rating__end-text"},__("Did you find this guide helpful?","jetpack-mu-wpcom")),React.createElement("div",null,React.createElement(n.Button,{"aria-label":__("Rate thumbs up","jetpack-mu-wpcom"),className:(0,s.A)("wpcom-tour-kit-rating__end-icon",{active:"thumbs-up"===a}),disabled:u,icon:l.A,onClick:()=>d(!0),iconSize:24}),React.createElement(n.Button,{"aria-label":__("Rate thumbs down","jetpack-mu-wpcom"),className:(0,s.A)("wpcom-tour-kit-rating__end-icon",{active:"thumbs-down"===a}),disabled:u,icon:c.A,onClick:()=>d(!1),iconSize:24})))}},6457:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(6427),r=o(7723),a=o(4601);const __=r.__,s=({currentStepIndex:e,onDismiss:t,onGoToStep:o,onNextStep:r,onPreviousStep:s,setInitialFocusedElement:i,steps:c})=>{const l=0===e,u=c.length-1;return React.createElement(React.Fragment,null,React.createElement(a.A,{activePageIndex:e,numberOfPages:u+1,onChange:o},l?React.createElement("div",null,React.createElement(n.Button,{variant:"tertiary",onClick:t("no-thanks-btn")},__("Skip","jetpack-mu-wpcom")),React.createElement(n.Button,{className:"wpcom-tour-kit-step-card-navigation__next-btn",variant:"primary",onClick:r,ref:i},__("Take the tour","jetpack-mu-wpcom"))):React.createElement("div",null,React.createElement(n.Button,{variant:"tertiary",onClick:s},__("Back","jetpack-mu-wpcom")),React.createElement(n.Button,{className:"wpcom-tour-kit-step-card-navigation__next-btn",variant:"primary",onClick:r,ref:i},__("Next","jetpack-mu-wpcom")))))}},128:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(6427),r=o(7723),a=o(991),s=o(4796);const __=r.__,i=({onMinimize:e,onDismiss:t})=>React.createElement("div",{className:"wpcom-tour-kit-step-card-overlay-controls"},React.createElement(n.Flex,null,React.createElement(n.Button,{label:__("Minimize Tour","jetpack-mu-wpcom"),variant:"primary",className:"wpcom-tour-kit-step-card-overlay-controls__minimize-icon",icon:s.A,iconSize:24,onClick:e}),React.createElement(n.Button,{label:__("Close Tour","jetpack-mu-wpcom"),variant:"primary",icon:a.A,iconSize:24,onClick:t("close-btn")})))},4404:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(6427),r=o(9491),a=o(7723),s=o(1113),i=o(3022),c=o(5330),l=o(6457),u=o(128);const __=a.__,d=({steps:e,currentStepIndex:t,onMinimize:o,onDismiss:a,onGoToStep:d,onNextStep:p,onPreviousStep:m,setInitialFocusedElement:f})=>{const h=e.length-1,{descriptions:g,heading:w,imgSrc:v,imgLink:b}=e[t].meta,y=t===h,E=g[(0,r.useViewportMatch)("mobile","<")?"mobile":"desktop"]??g.desktop;return React.createElement(n.Card,{className:"wpcom-tour-kit-step-card",isElevated:!0},React.createElement(u.A,{onDismiss:a,onMinimize:o}),v&&React.createElement(n.CardMedia,{className:"wpcom-tour-kit-step-card__media"},React.createElement("picture",null,v.mobile&&React.createElement("source",{srcSet:v.mobile.src,type:v.mobile.type,media:"(max-width: 480px)"}),React.createElement("img",{alt:__("Tour Media","jetpack-mu-wpcom"),src:v.desktop?.src})),b&&React.createElement("a",{className:(0,i.A)("wpcom-tour-kit-step-card__media-link",{"wpcom-tour-kit-step-card__media-link--playable":b.playable}),href:b.href,target:"_blank",rel:"noreferrer noopener",onClick:b.onClick},React.createElement(s.A,{icon:React.createElement("svg",{width:"27",height:"32",viewBox:"0 0 27 32",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{d:"M27 16L-1.4682e-06 31.5885L-1.05412e-07 0.411542L27 16Z",fill:"white"})),size:27}))),React.createElement(n.CardBody,null,React.createElement("h2",{className:"wpcom-tour-kit-step-card__heading"},w),React.createElement("p",{className:"wpcom-tour-kit-step-card__description"},E,y?React.createElement(n.Button,{className:"wpcom-tour-kit-step-card__description",variant:"tertiary",onClick:()=>d(0),ref:f},__("Restart tour","jetpack-mu-wpcom")):null)),React.createElement(n.CardFooter,null,y?React.createElement(c.A,null):React.createElement(l.A,{currentStepIndex:t,onDismiss:a,onGoToStep:d,onNextStep:p,onPreviousStep:m,setInitialFocusedElement:f,steps:e})))}},3047:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(4404);const r=({steps:e,currentStepIndex:t,onDismiss:o,onNextStep:r,onPreviousStep:a,onMinimize:s,setInitialFocusedElement:i,onGoToStep:c})=>React.createElement(n.A,{steps:e,currentStepIndex:t,onDismiss:o,onMinimize:s,onGoToStep:c,onNextStep:r,onPreviousStep:a,setInitialFocusedElement:i})},5530:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(8629),r=o(5922),a=o(1125),s=o(3047);const i=({config:e})=>((0,r.A)(e.steps),React.createElement(n.A,{__temp__className:"wpcom-tour-kit",config:{...e,renderers:{tourStep:s.A,tourMinimized:a.A}}}))},5922:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(6087);function r(e){(0,n.useEffect)((()=>{e.forEach((e=>{e.meta.imgSrc?.mobile&&((new window.Image).src=e.meta.imgSrc.mobile.src),e.meta.imgSrc?.desktop&&((new window.Image).src=e.meta.imgSrc.desktop.src)}))}),[e])}},4146:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(5573);const r=React.createElement(n.SVG,{width:"24",height:"24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.086 5.412l3.476-.015c-.627.625-1.225 1.22-1.82 1.81l-.03.031c-.977.971-1.944 1.934-3.015 3.004l1.06 1.061c1.07-1.07 2.036-2.03 3.013-3.002l.03-.03 1.817-1.808-.03 3.448 1.5.013.046-5.28.007-.759-.76.003-5.301.024.007 1.5zM9.914 18.587l-3.476.016c.627-.625 1.225-1.22 1.82-1.81l.03-.031c.977-.971 1.944-1.934 3.015-3.004l-1.06-1.061c-1.07 1.069-2.036 2.03-3.012 3.001l-.001.001-.03.03-1.817 1.808.03-3.448-1.5-.013-.046 5.279-.007.76.76-.003 5.301-.024-.007-1.5z"}))},4796:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(5573);const r=React.createElement(n.SVG,{width:"24",height:"24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.514 9.988l-3.476.016c.627-.626 1.225-1.22 1.82-1.811l.03-.03v-.001c.977-.971 1.944-1.933 3.015-3.004l-1.06-1.06c-1.07 1.069-2.037 2.03-3.013 3.001l-.03.03-1.818 1.809.03-3.449-1.5-.013-.045 5.28-.007.76.76-.004 5.301-.024-.007-1.5zM5.486 14.012l3.477-.016-1.82 1.811-.03.03c-.977.972-1.945 1.934-3.015 3.005l1.06 1.06c1.07-1.068 2.035-2.03 3.012-3V16.9l.03-.03 1.818-1.809-.03 3.449 1.5.013.046-5.28.006-.76-.76.004-5.3.024.006 1.5z",fill:"#fff"}))},431:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(5573);const r=React.createElement(n.SVG,{width:"24",height:"24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.131 19.12a.667.667 0 001.227-.417l-.436-4.989h3.88c.954 0 1.64-.916 1.37-1.831L17.42 5.919a.286.286 0 00-.274-.205H9.429v7.588l3.702 5.818zm-5.417-5.977V5.714h-2v7.429h2zm5.98 8a2.381 2.381 0 01-2.01-1.103l-3.297-5.183H4V4h13.145a2 2 0 011.919 1.436l1.753 5.963a3.143 3.143 0 01-3.015 4.03h-2.01l.274 3.125a2.381 2.381 0 01-2.372 2.589z",fill:"#000"}))},7163:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(5573);const r=React.createElement(n.SVG,{width:"24",height:"24",fill:"none",xmlns:"http://www.w3.org/2000/SVG"},React.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M13.131 4.023a.667.667 0 011.227.416l-.436 4.99h3.88c.954 0 1.64.916 1.37 1.831l-1.753 5.963a.286.286 0 01-.274.206H9.429V9.84l3.702-5.818zM7.714 10v7.428h-2V10h2zm5.98-8c-.814 0-1.572.416-2.01 1.103L8.388 8.286H4v10.857h13.145a2 2 0 001.919-1.436l1.753-5.963a3.143 3.143 0 00-3.015-4.03h-2.01l.274-3.125A2.381 2.381 0 0013.694 2z",fill:"#000"}))},5027:(e,t,o)=>{"use strict";o.d(t,{A:()=>n.A,O:()=>r.A});var n=o(5530),r=o(5922)},2299:(e,t,o)=>{"use strict";o.d(t,{k:()=>n});const n=(e,t={},o=null,n=null)=>{const r=JP_CONNECTION_INITIAL_STATE?.userConnectionData?.currentUser??{},a=o??r.id,s=n??r.username,i=t.blogId??r.blogId;window._tkq=window._tkq||[],s&&a&&window._tkq.push(["identifyUser",a,s]),window._tkq.push(["recordEvent",e,{...t,blog_id:i}])}},120:(e,t,o)=>{"use strict";var n=o(8254),r=o(6427),a=o(7143),s=o(6087),i=o(2619),c=o(2279),l=o(3053),u=o(3832),d=o(6353),p=o(2349),m=o(5648),f=o(3558),h=o(2502),g=o(2598),w=o(7026),v=o(5414),b=o(478),y=o(7002),E=o(6957);let _;try{_=(0,l.__dangerousOptInToUnstableAPIsOnlyForCoreModules)("I acknowledge private features are not for use in themes or plugins and doing so will break in the next version of WordPress.","@wordpress/edit-site").unlock}catch(e){console.error("Error: Unable to get the unlock api. Reason: %s",e)}function k(){const[e]=(0,s.useState)((0,u.getQueryArg)(window.location.href,"showDraftPostModal")),{show:t,isLoaded:o,variant:c,isManuallyOpened:l,isNewPageLayoutModalOpen:d,siteEditorCanvasMode:p}=(0,a.useSelect)((e=>{const t=e("automattic/wpcom-welcome-guide"),o=e("automattic/starter-page-layouts");let n;return _&&e("core/edit-site")&&(n=e("core/edit-site")&&_(e("core/edit-site")).getCanvasMode()),{show:t.isWelcomeGuideShown(),isLoaded:t.isWelcomeGuideStatusLoaded(),variant:t.getWelcomeGuideVariant(),isManuallyOpened:t.isWelcomeGuideManuallyOpened(),isNewPageLayoutModalOpen:o?.isOpen(),siteEditorCanvasMode:n}}),[]),f=(0,a.useDispatch)("automattic/starter-page-layouts")?.setOpenState,{fetchWelcomeGuideStatus:h}=(0,a.useDispatch)("automattic/wpcom-welcome-guide");(0,s.useEffect)((()=>{o||h()}),[h,o]);return!(0,i.applyFilters)("a8c.WpcomBlockEditorWelcomeTour.show",t)||d||p&&"edit"!==p?null:c===v.gH&&!l&&f?(f("OPEN_FOR_BLANK_CANVAS"),null):c===v.um?React.createElement(n.YO,null,e?React.createElement(m.A,null):React.createElement(E.A,null)):"modal"===c&&r.Guide&&r.GuidePage?React.createElement(y.A,null):null}(0,c.registerPlugin)("wpcom-block-editor-nux",{render:()=>React.createElement(d.f6,null,React.createElement(d.jO,null,React.createElement(d.l7,null,React.createElement(k,null),React.createElement(f.A,null),React.createElement(w.A,null),React.createElement(g.A,null),React.createElement(h.A,null),React.createElement(b.A,null),React.createElement(p.C,null))))})},3863:(e,t,o)=>{"use strict";o.d(t,{A:()=>a,f:()=>r});var n=o(6427);const r=()=>React.createElement(n.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24"},React.createElement(n.Path,{d:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"})),a=()=>React.createElement(n.SVG,{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"18",viewBox:"0 0 24 24"},React.createElement(n.Path,{d:"M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"}))},2349:(e,t,o)=>{"use strict";o.d(t,{C:()=>g});var n=o(1455),r=o.n(n),a=o(4997),s=o(6427),i=o(7143),c=o(7723),l=o(3832),u=o(6154),d=o.n(u),p=o(1609),m=o(2299),f=o(3863);const __=c.__,h=()=>{const[e,t]=(0,p.useState)(!0),[o,n]=(0,p.useState)([]),[c,u]=(0,p.useState)(0);if((0,p.useEffect)((()=>{const e=(0,l.addQueryArgs)("/wpcom/v3/blogging-prompts",{per_page:10,after:d()().format("--MM-DD"),order:"desc",force_year:(new Date).getFullYear()});r()({path:e}).then((e=>((0,m.k)("calypso_editor_writing_prompts_modal_viewed"),n(e)))).catch((()=>console.error("Unable to fetch writing prompts")))}),[]),!e||!o.length)return null;return React.createElement(s.Modal,{onRequestClose:()=>{(0,m.k)("calypso_editor_writing_prompts_modal_closed"),t(!1)},className:"blogging-prompts-modal",title:__("Some ideas for writing topics","jetpack-mu-wpcom")},React.createElement("div",{className:"blogging-prompts-modal__prompt"},React.createElement("div",{className:"blogging-prompts-modal__prompt-navigation"},React.createElement(s.Button,{onClick:()=>u(c-1<0?o.length-1:c-1),"aria-label":__("Show previous prompt","jetpack-mu-wpcom"),variant:"secondary",className:"blogging-prompts-modal__prompt-navigation-button"},React.createElement(f.A,null)),React.createElement("h2",{className:"blogging-prompts-modal__prompt-text"},o[c]?.text),React.createElement(s.Button,{onClick:()=>u((c+1)%o.length),"aria-label":__("Show next prompt","jetpack-mu-wpcom"),variant:"secondary",className:"blogging-prompts-modal__prompt-navigation-button"},React.createElement(f.f,null))),React.createElement(s.Button,{onClick:()=>{const e=o[c]?.id;(0,i.dispatch)("core/editor").resetEditorBlocks([(0,a.createBlock)("jetpack/blogging-prompt",{promptId:e})]),(0,m.k)("calypso_editor_writing_prompts_modal_prompt_selected",{prompt_id:e}),t(!1)},variant:"secondary"},__("Post Answer","jetpack-mu-wpcom"))))},g=()=>{const e=(0,l.getQueryArg)(window.location.href,"new_prompt"),t=(0,i.select)("core/editor").getCurrentPostType();return e&&"post"===t?React.createElement(h,null):null}},2341:(e,t,o)=>{"use strict";var n=o(7143);o(5518);const r=(0,n.subscribe)((()=>{(0,n.dispatch)("core/nux").disableTips(),(0,n.select)("core/edit-post")?.isFeatureActive("welcomeGuide")&&((0,n.dispatch)("core/edit-post").toggleFeature("welcomeGuide"),r()),(0,n.select)("core/edit-site")?.isFeatureActive("welcomeGuide")&&((0,n.dispatch)("core/edit-site").toggleFeature("welcomeGuide"),r())}));(0,n.subscribe)((()=>{(0,n.select)("core/nux").areTipsEnabled()&&((0,n.dispatch)("core/nux").disableTips(),(0,n.dispatch)("automattic/wpcom-welcome-guide").setShowWelcomeGuide(!0)),(0,n.select)("core/edit-post")?.isFeatureActive("welcomeGuide")&&((0,n.dispatch)("core/edit-post").toggleFeature("welcomeGuide"),(0,n.select)("automattic/wpcom-welcome-guide").isWelcomeGuideStatusLoaded()&&(0,n.dispatch)("automattic/wpcom-welcome-guide").setShowWelcomeGuide(!0,{openedManually:!0})),(0,n.select)("core/edit-site")?.isFeatureActive("welcomeGuide")&&((0,n.dispatch)("core/edit-site").toggleFeature("welcomeGuide"),(0,n.select)("automattic/wpcom-welcome-guide").isWelcomeGuideStatusLoaded()&&(0,n.dispatch)("automattic/wpcom-welcome-guide").setShowWelcomeGuide(!0,{openedManually:!0}))}))},5648:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(6427),r=o(6087),a=o(2619),s=o(7723),i=o(9731),c=o(2299),l=o(4503);const __=s.__,u="a8c.wpcom-block-editor.closeEditor",d=()=>{const e=`/home/${window.location.hostname}`,[t,o]=(0,r.useState)(!0),s=()=>o(!1);return React.createElement(l.A,{isOpen:t,className:"wpcom-block-editor-draft-post-modal",title:__("Write your first post","jetpack-mu-wpcom"),description:__("It’s time to flex those writing muscles and start drafting your first post!","jetpack-mu-wpcom"),imageSrc:i,actionButtons:React.createElement(React.Fragment,null,React.createElement(n.Button,{isPrimary:!0,onClick:s},__("Start writing","jetpack-mu-wpcom")),React.createElement(n.Button,{isSecondary:!0,onClick:()=>{(0,a.hasAction)(u)?(0,a.doAction)(u,e):window.location.href=`https://wordpress.com${e}`}},__("I'm not ready","jetpack-mu-wpcom"))),onRequestClose:s,onOpen:()=>(0,c.k)("calypso_editor_wpcom_draft_post_modal_show")})}},3558:(e,t,o)=>{"use strict";o.d(t,{A:()=>h});var n=o(6427),r=o(7143),a=o(6087),s=o(7723),i=o(3832),c=o(1609),l=o.n(c),u=o(2384),d=o(6353),p=o(2299),m=o(4503);const __=s.__,f=()=>{const{link:e}=(0,r.useSelect)((e=>e("core/editor").getCurrentPost()),[]),t=(0,r.useSelect)((e=>e("core/editor").getCurrentPostType()),[]),o=(0,r.useSelect)((e=>e("core/editor").isCurrentPostPublished()),[]),s=(0,a.useRef)(o),c=(0,d.rN)(),[f,h]=(0,a.useState)(!1),{siteUrlOption:g,launchpadScreenOption:w,siteIntentOption:v}=window?.launchpadOptions||{};let b="";(0,i.isURL)(g)&&(b=new URL(g).hostname),(0,a.useEffect)((()=>{c&&!s.current&&o&&"post"===t&&(s.current=o,window.setTimeout((()=>{h(!0)})))}),[t,c,o]);return l().createElement(m.A,{isOpen:f,className:"wpcom-block-editor-post-published-modal",title:__("Your first post is published!","jetpack-mu-wpcom"),description:__("Congratulations! You did it. View your post to see how it will look on your site.","jetpack-mu-wpcom"),imageSrc:u,actionButtons:l().createElement(l().Fragment,null,l().createElement(n.Button,{variant:"primary",onClick:t=>{t.preventDefault(),window.top.location.href=e}},__("View Post","jetpack-mu-wpcom")),"full"===w&&"write"===v&&l().createElement(n.Button,{variant:"secondary",onClick:e=>{e.preventDefault(),window.top.location.href=`https://wordpress.com/setup/write/launchpad?siteSlug=${b}`}},__("Next Steps","jetpack-mu-wpcom"))),onRequestClose:()=>h(!1),onOpen:()=>(0,p.k)("calypso_editor_wpcom_first_post_published_modal_show")})},h=()=>{const{siteIntent:e}=(0,d.Bg)();return"write"===e?l().createElement(f,null):null}},4503:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(6427),r=o(6087),a=o(3022),s=o(1609),i=o.n(s);const c=({isOpen:e,className:t,title:o,description:s,imageSrc:c,actionButtons:l,onRequestClose:u,onOpen:d})=>{const p=(0,r.useRef)(null);return(0,r.useEffect)((()=>{!p.current&&e&&d?.(),p.current=e}),[p,e,d]),e?i().createElement(n.Modal,{className:(0,a.A)("wpcom-block-editor-nux-modal",t),title:"",onRequestClose:u},i().createElement("div",{className:"wpcom-block-editor-nux-modal__image-container"},i().createElement("img",{src:c,alt:o})),i().createElement("h1",{className:"wpcom-block-editor-nux-modal__title"},o),i().createElement("p",{className:"wpcom-block-editor-nux-modal__description"},s),i().createElement("div",{className:"wpcom-block-editor-nux-modal__buttons"},l)):null}},2502:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(7143),r=o(7723),a=o(692),s=o(1609);const __=r.__;const i=function(){const e=(0,s.useRef)(!1),{createNotice:t}=(0,n.useDispatch)(a.store);return(0,s.useEffect)((()=>{const o=/[&?]notice=([\w_-]+)/.exec(document.location.search);"purchase-success"===(o&&o[1])&&!1===e.current&&(e.current=!0,t("info",__("Congrats! Premium blocks are now available to use.","jetpack-mu-wpcom"),{isDismissible:!0,type:"snackbar"}))}),[t]),null}},2598:(e,t,o)=>{"use strict";o.d(t,{A:()=>p});var n=o(6427),r=o(7143),a=o(6087),s=o(7723),i=o(2469),c=o(6353),l=o(2299),u=o(4503);const __=s.__,d=()=>{const{addEntities:e}=(0,r.useDispatch)("core");(0,a.useEffect)((()=>{e([{baseURL:"/wp/v2/statuses",key:"slug",kind:"root",name:"status",plural:"statuses"}])}),[]);const[t,o]=(0,a.useState)(!1),[s,d]=(0,a.useState)(!1),p=(0,r.useSelect)((e=>!!e("core/edit-site"))),m=(0,a.useRef)(!1),{updateHasSeenSellerCelebrationModal:f}=(0,c.Z4)(),h=(0,r.useSelect)((e=>{if(p){const t=e("core/edit-site").getPage(),o=parseInt(t?.context?.postId),n=e("core").getEntityRecord("postType","page",o);return n?.link}return e("core/editor").getCurrentPost().link})),g=(0,c.sr)(),w=(0,r.useSelect)((e=>{if(p){const t=e("core/edit-site").getPage(),o=parseInt(t?.context?.postId),n=e("core").isSavingEntityRecord("root","site")&&!e("core").isAutosavingEntityRecord("root","site"),r=e("core").isSavingEntityRecord("postType","page",o)&&!e("core").isAutosavingEntityRecord("postType","page",o);return n||r}const t=e("core/editor").getCurrentPost();return e("core").isSavingEntityRecord("postType",t?.type,t?.id)&&!e("core").isAutosavingEntityRecord("postType",t?.type,t?.id)}));(0,a.useEffect)((()=>{!w&&m.current&&!s&&g&&(o(!0),d(!0),f(!0)),m.current=w}),[w,s,g,f]);const v=()=>o(!1);return React.createElement(u.A,{isOpen:t,className:"wpcom-site-editor-seller-celebration-modal",title:__("You've added your first product!","jetpack-mu-wpcom"),description:__("Preview your product on your site before launching and sharing with others.","jetpack-mu-wpcom"),imageSrc:i,actionButtons:React.createElement(React.Fragment,null,React.createElement(n.Button,{onClick:v},__("Continue editing","jetpack-mu-wpcom")),React.createElement(n.Button,{isPrimary:!0,href:h,target:"_blank",rel:"noopener noreferrer"},__("View your product","jetpack-mu-wpcom"))),onRequestClose:v,onOpen:()=>(0,l.k)("calypso_editor_wpcom_seller_celebration_modal_show")})},p=()=>{const{siteIntent:e}=(0,c.Bg)();return"sell"===e?React.createElement(d,null):null}},2487:(e,t,o)=>{"use strict";o.d(t,{A:()=>l});var n=o(6072),r=o.n(n),a=o(6427),s=o(3022),i=o(1609);const c=()=>{},l=(0,i.forwardRef)((({className:e,text:t,onCopy:o=c,...n},i)=>React.createElement(a.Button,r()({},n,{onClick:function(){t&&(navigator.clipboard.writeText(t),o())},ref:i,className:(0,s.A)("clipboard-button",e)}))))},8922:(e,t,o)=>{"use strict";o.d(t,{A:()=>i});var n=o(6072),r=o.n(n),a=o(3022),s=o(1609);const i=(0,s.forwardRef)((({className:e,...t},o)=>React.createElement("input",r()({ref:o},t,{type:"checkbox",className:(0,a.A)(e,"form-checkbox")}))))},4275:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(6072),r=o.n(n),a=o(7723),s=o(3022),i=o(1609);const __=a.__,c=({children:e,required:t,optional:o,className:n,...a})=>{const c=i.Children.count(e)>0;return React.createElement("label",r()({},a,{className:(0,s.A)(n,"form-label")}),e,c&&t&&React.createElement("small",{className:"form-label__required"},__("Required","jetpack-mu-wpcom")),c&&o&&React.createElement("small",{className:"form-label__optional"},__("Optional","jetpack-mu-wpcom")))}},7026:(e,t,o)=>{"use strict";o.d(t,{A:()=>R});var n=o(6427),r=o(7143),a=o(6087),s=o(7723),i=o(1113),c=o(4066),l=o(7603),u=o(692),d=o(3022),p=o(1609),m=o.n(p),f=o(2801),h=o(6353),g=o(2299),w=o(2487),v=o(8922),b=o(4275),y=o(4163),E=o(2004),_=o(5817),k=o(596);const __=s.__,A=()=>{const e=window?.sharingModalOptions?.isDismissed||!1,{launchpadScreenOption:t}=window?.launchpadOptions||{},{isDismissed:o,updateIsDismissed:s}=(0,k.A)(e),p="-1"===window?.wpcomGutenberg?.blogPublic,{link:A,title:R,status:S,password:x}=(0,r.useSelect)((e=>e("core/editor").getCurrentPost()),[]),C=(0,r.useSelect)((e=>e("core/editor").getCurrentPostType()),[]),M=(0,r.useSelect)((e=>e("core/editor").isCurrentPostPublished()),[]),z=(0,a.useRef)(M),O=(0,h.rN)(),P=(0,h.sr)(),j=(0,h.kN)(M),[L,T]=(0,a.useState)(!1),{createNotice:N}=(0,r.useDispatch)(u.store),[B,I]=(0,a.useState)(!0);if((0,a.useEffect)((()=>{O||P||j||"full"===t||z.current||!M||"publish"!==S||x||"post"!==C||(z.current=M,(0,g.k)("calypso_editor_sharing_dialog_show"),window.setTimeout((()=>{T(!0)})))}),[C,x,S,O,P,j,M,t]),!L||e||p)return null;return m().createElement(n.Modal,{className:"wpcom-block-editor-post-published-sharing-modal",title:"",onRequestClose:()=>T(!1)},m().createElement(E.A,null),m().createElement("div",{className:"wpcom-block-editor-post-published-sharing-modal__inner"},m().createElement("div",{className:"wpcom-block-editor-post-published-sharing-modal__left"},m().createElement("h1",null," ",__("Post published!","jetpack-mu-wpcom")," "),m().createElement("div",{className:"wpcom-block-editor-post-published-buttons"},m().createElement("a",{href:A,className:"link-button wpcom-block-editor-post-published-sharing-modal__view-post-link",rel:"external"}," ",m().createElement(i.A,{icon:c.A})," ",__("View Post","jetpack-mu-wpcom")),m().createElement(w.A,{text:A,className:"components-button link-button",onCopy:()=>{(0,g.k)("calypso_editor_sharing_link_copy"),N("success",__("Link copied to clipboard.","jetpack-mu-wpcom"),{type:"snackbar"})}},m().createElement(i.A,{icon:l.A})," ",__("Copy Link","jetpack-mu-wpcom"))),m().createElement("hr",null),m().createElement("h2",null,__("Get more traffic to your post by sharing:","jetpack-mu-wpcom")),m().createElement(n.Button,{className:(0,d.A)("wpcom-block-editor-post-published-sharing-modal__sharing-button","share-facebook"),onClick:()=>{const e=new URL("https://www.facebook.com/sharer.php"),t=new URLSearchParams({u:A,app_id:"249643311490"});e.search=t.toString();const o=e.href;(0,g.k)("calypso_editor_sharing_facebook"),window.open(o,"facebook","width=626,height=436,resizeable,scrollbars")}},m().createElement(y.A,{icon:"facebook",size:18})),m().createElement(n.Button,{className:(0,d.A)("wpcom-block-editor-post-published-sharing-modal__sharing-button","share-twitter"),onClick:()=>{const e=new URL("https://twitter.com/intent/tweet"),t=new URLSearchParams({text:R,url:A});e.search=t.toString();const o=e.href;(0,g.k)("calypso_editor_sharing_twitter"),window.open(o,"twitter","width=550,height=420,resizeable,scrollbars")}},m().createElement(y.A,{icon:"twitter-alt",size:18})),m().createElement(n.Button,{className:(0,d.A)("wpcom-block-editor-post-published-sharing-modal__sharing-button","share-linkedin"),onClick:()=>{const e=new URL("https://www.linkedin.com/shareArticle"),t=new URLSearchParams({title:R,url:A});e.search=t.toString();const o=e.href;(0,g.k)("calypso_editor_sharing_linkedin"),window.open(o,"linkedin","width=626,height=436,resizeable,scrollbars")}},m().createElement(y.A,{icon:"linkedin",size:18})),m().createElement(n.Button,{className:(0,d.A)("wpcom-block-editor-post-published-sharing-modal__sharing-button","share-tumblr"),onClick:()=>{const e=new URL("https://www.tumblr.com/widgets/share/tool"),t=new URLSearchParams({canonicalUrl:A,title:R});e.search=t.toString();const o=e.href;(0,g.k)("calypso_editor_sharing_tumblr"),window.open(o,"tumblr","width=626,height=436,resizeable,scrollbars")}},m().createElement(y.A,{icon:"tumblr-alt",size:18})),m().createElement(n.Button,{className:(0,d.A)("wpcom-block-editor-post-published-sharing-modal__sharing-button","share-pinterest"),onClick:()=>{const e=new URL("https://pinterest.com/pin/create/button/"),t=new URLSearchParams({url:A,description:R});e.search=t.toString();const o=e.href;(0,g.k)("calypso_editor_sharing_pinterest"),window.open(o,"pinterest","width=626,height=436,resizeable,scrollbars")}},m().createElement(y.A,{icon:"pinterest-alt",size:18})),m().createElement("div",{className:"wpcom-block-editor-post-published-sharing-modal__checkbox-section"},m().createElement(b.A,{htmlFor:"toggle",className:"is-checkbox"},m().createElement(v.A,{id:"toggle",onChange:()=>{s(!o)}}),m().createElement("span",null,__("Don't show again","jetpack-mu-wpcom"))))),m().createElement("div",{className:"wpcom-block-editor-post-published-sharing-modal__right"},B?m().createElement(_.A,{setShouldShowSuggestedTags:I}):m().createElement("img",{className:"wpcom-block-editor-post-published-sharing-modal__image",src:f,alt:__("Share Post","jetpack-mu-wpcom")}))))},R=()=>{const{siteIntent:e}=(0,h.Bg)();return e===h.Xf||e===h.JV?null:m().createElement(A,null)}},4163:(e,t,o)=>{"use strict";o.d(t,{A:()=>c});var n=o(6072),r=o.n(n),a=o(3022),s=o(1609);function i(e){const{size:t=24,icon:o,className:n,...i}=e,c=`social-logo-${o}`,l=(0,a.A)("social-logo",c,o,n);return s.createElement("svg",r()({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",className:l,height:t,width:t},i),s.createElement("use",{xlinkHref:`#${o}`}))}const c=s.memo(i)},2004:(e,t,o)=>{"use strict";o.d(t,{A:()=>n});const n=()=>React.createElement("svg",{viewBox:"0 0 0 0",xmlns:"http://www.w3.org/2000/svg",style:{display:"none"}},React.createElement("symbol",{viewBox:"0 0 24 24",id:"amazon"},React.createElement("g",null,React.createElement("path",{d:"M13.582 8.182c-1.648.185-3.802.308-5.344.984-1.781.769-3.03 2.337-3.03 4.644 0 2.953 1.86 4.429 4.253 4.429 2.02 0 3.125-.477 4.685-2.065.516.747.685 1.109 1.629 1.894a.589.589 0 00.672-.066l.006.006c.567-.505 1.599-1.401 2.18-1.888.231-.188.19-.496.009-.754-.52-.718-1.072-1.303-1.072-2.634V8.305c0-1.876.133-3.599-1.249-4.891C15.23 2.369 13.422 2 12.04 2 9.336 2 6.318 3.01 5.686 6.351c-.068.355.191.542.423.594l2.754.298c.258-.013.445-.266.494-.523.236-1.151 1.2-1.706 2.284-1.706.584 0 1.249.215 1.595.738.398.584.346 1.384.346 2.061v.369zm-.533 5.906c-.451.8-1.169 1.291-1.967 1.291-1.09 0-1.728-.83-1.728-2.061 0-2.42 2.171-2.86 4.227-2.86v.615c.001 1.108.027 2.031-.532 3.015zm7.634 5.251C18.329 21.076 14.917 22 11.979 22c-4.118 0-7.826-1.522-10.632-4.057-.22-.199-.024-.471.241-.317 3.027 1.762 6.771 2.823 10.639 2.823 2.608 0 5.476-.541 8.115-1.66.397-.169.73.262.341.55zm.653 1.704c-.194.163-.379.076-.293-.139.284-.71.92-2.298.619-2.684-.301-.386-1.99-.183-2.749-.092-.23.027-.266-.173-.059-.319 1.348-.946 3.555-.673 3.811-.356.26.32-.066 2.533-1.329 3.59z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"behance"},React.createElement("g",null,React.createElement("path",{d:"M7.799 5.698c.589 0 1.12.051 1.606.156.482.102.894.273 1.241.507.344.235.612.546.804.938.188.387.281.871.281 1.443 0 .619-.141 1.137-.421 1.551-.284.413-.7.751-1.255 1.014.756.218 1.317.601 1.689 1.146.374.549.557 1.205.557 1.975 0 .623-.12 1.161-.359 1.612a3.144 3.144 0 01-.973 1.114c-.408.288-.876.5-1.399.637A6.144 6.144 0 017.963 18H2V5.698h5.799m-.35 4.97c.481 0 .878-.114 1.192-.345.311-.228.463-.603.463-1.119 0-.286-.051-.523-.152-.707a1.123 1.123 0 00-.416-.427 1.733 1.733 0 00-.596-.216 3.616 3.616 0 00-.697-.06H4.709v2.874h2.74zm.151 5.237c.267 0 .521-.024.759-.077.243-.053.457-.137.637-.261.182-.12.332-.283.441-.491.11-.206.163-.474.163-.798 0-.633-.18-1.084-.533-1.357-.356-.27-.83-.404-1.413-.404H4.709v3.388H7.6zm8.562-.041c.367.358.897.538 1.583.538.493 0 .92-.125 1.277-.374.354-.248.571-.514.654-.79h2.155c-.347 1.072-.872 1.838-1.589 2.299-.708.463-1.572.693-2.58.693-.701 0-1.332-.113-1.899-.337a4.041 4.041 0 01-1.439-.958 4.364 4.364 0 01-.904-1.484 5.433 5.433 0 01-.32-1.899c0-.666.11-1.288.329-1.863a4.36 4.36 0 01.933-1.492c.406-.42.885-.751 1.444-.994a4.63 4.63 0 011.857-.363c.754 0 1.414.145 1.98.44a3.941 3.941 0 011.389 1.181 4.82 4.82 0 01.783 1.69c.16.632.217 1.292.171 1.983h-6.428c-.001.706.237 1.372.604 1.73m2.811-4.68c-.291-.321-.783-.496-1.384-.496-.39 0-.714.066-.973.2a1.972 1.972 0 00-.621.491 1.772 1.772 0 00-.328.628 2.695 2.695 0 00-.111.587h3.98c-.058-.625-.271-1.085-.563-1.41zm-3.916-3.446h4.985V6.524h-4.985v1.214z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"blogger-alt"},React.createElement("g",null,React.createElement("path",{d:"M19.779 9.904h-.981l-.021.001a1.163 1.163 0 01-1.16-1.079l-.001-.013A5.813 5.813 0 0011.803 3H8.871a5.813 5.813 0 00-5.813 5.813v6.375a5.813 5.813 0 005.813 5.813h6.257a5.814 5.814 0 005.813-5.813l.002-4.121a1.164 1.164 0 00-1.164-1.163zM8.726 7.713h3.291a1.117 1.117 0 110 2.234H8.726a1.117 1.117 0 110-2.234zm6.601 8.657H8.72a1.057 1.057 0 110-2.114h6.607a1.057 1.057 0 110 2.114z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"blogger"},React.createElement("g",null,React.createElement("path",{d:"M14.722 14.019a.654.654 0 01-.654.654H9.977a.654.654 0 010-1.308h4.091c.361 0 .654.293.654.654zm-4.741-3.321h2.038a.692.692 0 000-1.384H9.981a.692.692 0 000 1.384zM21 5v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2zm-3.456 6.39a.72.72 0 00-.72-.72h-.607l-.013.001a.72.72 0 01-.718-.668l-.001-.008a3.599 3.599 0 00-3.599-3.599H10.07a3.599 3.599 0 00-3.599 3.599v3.947a3.6 3.6 0 003.599 3.599h3.874a3.599 3.599 0 003.599-3.599l.001-2.552z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"codepen"},React.createElement("g",null,React.createElement("path",{d:"M22.016 8.84l-.007-.037c-.005-.025-.008-.048-.015-.072-.003-.015-.01-.028-.013-.042l-.023-.062-.02-.042a.391.391 0 00-.03-.057.357.357 0 00-.025-.038l-.035-.052-.03-.037c-.015-.017-.028-.032-.043-.045-.01-.012-.022-.023-.035-.035a.442.442 0 00-.048-.04l-.037-.03-.015-.012-9.161-6.096a.864.864 0 00-.955 0L2.359 8.237l-.015.012-.038.028-.048.04a.638.638 0 00-.078.082c-.012.013-.022.023-.03.037-.011.017-.025.035-.035.052a.498.498 0 01-.025.038c-.011.022-.021.039-.03.059a.39.39 0 01-.02.041 1.184 1.184 0 00-.034.106c-.007.023-.011.046-.016.071-.001.014-.005.025-.006.037a.73.73 0 00-.009.114v6.093c0 .037.003.075.008.112l.007.038c.005.023.008.047.015.072a.209.209 0 00.013.04c.007.022.013.042.022.063l.02.04a.4.4 0 00.055.096l.035.052.03.037a.603.603 0 00.042.045l.035.035c.015.013.032.028.048.04l.038.03.013.01 9.163 6.095a.858.858 0 00.959.004l9.163-6.095.015-.01c.013-.01.027-.02.037-.03a.534.534 0 00.048-.04c.013-.012.025-.023.035-.035.017-.015.03-.032.043-.045l.03-.037a.678.678 0 00.035-.052l.025-.038a.4.4 0 00.03-.058l.02-.04.023-.063c.003-.013.01-.027.013-.04.007-.025.01-.048.015-.072l.007-.037c.003-.042.007-.079.007-.117V8.954a.625.625 0 00-.008-.114zm-9.154-4.376l6.751 4.49-3.016 2.013-3.735-2.492V4.464zm-1.724 0v4.009l-3.735 2.494-3.014-2.013 6.749-4.49zm-7.439 6.098L5.853 12l-2.155 1.438v-2.876zm7.439 8.974l-6.749-4.491 3.015-2.011 3.735 2.492v4.01zM12 14.035L8.953 12 12 9.966 15.047 12 12 14.035zm.862 5.501v-4.009l3.735-2.492 3.016 2.011-6.751 4.49zm7.441-6.098L18.147 12l2.156-1.438v2.876z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"dribbble"},React.createElement("g",null,React.createElement("path",{d:"M12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10zm8.434-8.631c-.292-.092-2.644-.794-5.32-.365 1.117 3.07 1.572 5.57 1.659 6.09a8.56 8.56 0 003.661-5.725zm-5.098 6.507c-.127-.749-.623-3.361-1.822-6.477l-.056.019c-4.818 1.679-6.547 5.02-6.701 5.334A8.5 8.5 0 0012 20.555a8.488 8.488 0 003.336-.679zm-9.682-2.152c.193-.331 2.538-4.213 6.943-5.637.111-.036.224-.07.337-.102a29.017 29.017 0 00-.692-1.45c-4.266 1.277-8.405 1.223-8.778 1.216a8.497 8.497 0 002.19 5.973zm-2.015-7.46c.382.005 3.901.02 7.897-1.041a54.477 54.477 0 00-3.167-4.94 8.572 8.572 0 00-4.73 5.981zm6.359-6.555a45.7 45.7 0 013.187 5c3.037-1.138 4.323-2.867 4.477-3.085a8.508 8.508 0 00-7.664-1.915zm8.614 2.903c-.18.243-1.612 2.078-4.77 3.367a27.028 27.028 0 01.751 1.678c2.842-.357 5.666.215 5.948.275a8.503 8.503 0 00-1.929-5.32z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"dropbox"},React.createElement("g",null,React.createElement("path",{d:"M12 6.134L6.069 9.797 2 6.54l5.883-3.843L12 6.134zm-10 6.92l5.883 3.843L12 13.459 6.069 9.797 2 13.054zm10 .405l4.116 3.439L22 13.054l-4.069-3.257L12 13.459zM22 6.54l-5.884-3.843L12 6.134l5.931 3.663L22 6.54zm-9.989 7.66l-4.129 3.426-1.767-1.153v1.291l5.896 3.539 5.897-3.539v-1.291l-1.769 1.153-4.128-3.426z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"eventbrite"},React.createElement("g",null,React.createElement("path",{d:"M18.041 3.931L5.959 3A2.96 2.96 0 003 5.959v12.083A2.96 2.96 0 005.959 21l12.083-.931C19.699 19.983 21 18.744 21 17.11V6.89c0-1.634-1.259-2.863-2.959-2.959zM16.933 8.17c-.082.215-.192.432-.378.551-.188.122-.489.132-.799.132-1.521 0-3.062-.048-4.607-.048-.152.708-.304 1.416-.451 2.128.932-.004 1.873.005 2.81.005.726 0 1.462-.069 1.586.525.04.189-.001.426-.052.615-.105.38-.258.676-.625.783-.185.054-.408.058-.646.058-1.145 0-2.345.017-3.493.02-.169.772-.328 1.553-.489 2.333 1.57-.005 3.067-.041 4.633-.058.627-.007 1.085.194 1.009.85a2.17 2.17 0 01-.211.725c-.102.208-.248.376-.488.452-.237.075-.541.064-.862.078-.304.014-.614.008-.924.016-.309.009-.619.022-.919.022-1.253 0-2.429.08-3.683.073-.603-.004-1.014-.249-1.124-.757-.059-.273-.018-.58.036-.841a3542.51 3542.51 0 011.629-7.763c.056-.265.114-.511.225-.714a1.24 1.24 0 01.79-.62c.368-.099.883-.047 1.344-.047.305 0 .612.008.914.016.925.026 1.817.03 2.747.053.304.007.615.016.915.016.621 0 1.17.073 1.245.614.039.288-.051.567-.132.783z",fillRule:"evenodd",clipRule:"evenodd"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"facebook"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"feed"},React.createElement("g",null,React.createElement("path",{d:"M2 8.667V12c5.515 0 10 4.485 10 10h3.333c0-7.363-5.97-13.333-13.333-13.333zM2 2v3.333c9.19 0 16.667 7.477 16.667 16.667H22C22 10.955 13.045 2 2 2zm2.5 15a2.5 2.5 0 100 5 2.5 2.5 0 000-5z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"flickr"},React.createElement("g",null,React.createElement("path",{d:"M6.5 7c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5zm11 0c-2.75 0-5 2.25-5 5s2.25 5 5 5 5-2.25 5-5-2.25-5-5-5z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"foursquare"},React.createElement("g",null,React.createElement("path",{d:"M17.573 2H6.905C5.434 2 5 3.107 5 3.805v16.948c0 .785.422 1.077.66 1.172.238.097.892.177 1.285-.275 0 0 5.035-5.843 5.122-5.93.132-.132.132-.132.262-.132h3.26c1.368 0 1.588-.977 1.732-1.552.078-.318.692-3.428 1.225-6.122l.675-3.368C19.56 2.893 19.14 2 17.573 2zm-1.078 5.22c-.053.252-.372.518-.665.518h-4.157c-.467 0-.802.318-.802.787v.508c0 .467.337.798.805.798h3.528c.331 0 .655.362.583.715-.072.353-.407 2.102-.448 2.295-.04.193-.262.523-.655.523h-2.88c-.523 0-.683.068-1.033.503-.35.437-3.505 4.223-3.505 4.223-.032.035-.063.027-.063-.015V4.852c0-.298.26-.648.648-.648h8.562c.315 0 .61.297.528.683l-.446 2.333z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"ghost"},React.createElement("g",null,React.createElement("path",{d:"M10.203 20.997H3.005v-3.599h7.198v3.599zm10.792-3.599h-7.193v3.599h7.193v-3.599zm.003-7.198H3v3.599h17.998V10.2zm-7.195-7.197H3.005v3.599h10.798V3.003zm7.197 0h-3.599v3.599H21V3.003z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"github"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.419 2.865 8.166 6.839 9.489.5.09.682-.218.682-.484 0-.236-.009-.866-.014-1.699-2.782.602-3.369-1.34-3.369-1.34-.455-1.157-1.11-1.465-1.11-1.465-.909-.62.069-.608.069-.608 1.004.071 1.532 1.03 1.532 1.03.891 1.529 2.341 1.089 2.91.833.091-.647.349-1.086.635-1.337-2.22-.251-4.555-1.111-4.555-4.943 0-1.091.39-1.984 1.03-2.682-.103-.254-.447-1.27.097-2.646 0 0 .84-.269 2.75 1.025A9.548 9.548 0 0112 6.836c.85.004 1.705.114 2.504.336 1.909-1.294 2.748-1.025 2.748-1.025.546 1.376.202 2.394.1 2.646.64.699 1.026 1.591 1.026 2.682 0 3.841-2.337 4.687-4.565 4.935.359.307.679.917.679 1.852 0 1.335-.012 2.415-.012 2.741 0 .269.18.579.688.481A9.997 9.997 0 0022 12c0-5.523-4.477-10-10-10z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"google-alt"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-.05 16c-3.312 0-6-2.688-6-6s2.688-6 6-6c1.62 0 2.976.594 4.014 1.566L14.26 9.222c-.432-.408-1.188-.888-2.31-.888-1.986 0-3.606 1.65-3.606 3.672 0 2.022 1.62 3.672 3.606 3.672 2.298 0 3.144-1.59 3.3-2.532h-3.306v-2.238h5.616c.084.378.15.732.15 1.23 0 3.426-2.298 5.862-5.76 5.862z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"google-plus-alt"},React.createElement("g",null,React.createElement("path",{d:"M8 11h6.61c.06.35.11.7.11 1.16 0 4-2.68 6.84-6.72 6.84-3.87 0-7-3.13-7-7s3.13-7 7-7c1.89 0 3.47.69 4.69 1.83l-1.9 1.83c-.52-.5-1.43-1.08-2.79-1.08-2.39 0-4.34 1.98-4.34 4.42S5.61 16.42 8 16.42c2.77 0 3.81-1.99 3.97-3.02H8V11zm15 0h-2V9h-2v2h-2v2h2v2h2v-2h2"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"google-plus"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm-1.919 14.05a4.051 4.051 0 010-8.1c1.094 0 2.009.401 2.709 1.057l-1.15 1.118a2.229 2.229 0 00-1.559-.599c-1.341 0-2.434 1.114-2.434 2.479s1.094 2.479 2.434 2.479c1.551 0 2.122-1.073 2.227-1.709h-2.232v-1.511h3.791c.057.255.101.494.101.83.001 2.312-1.55 3.956-3.887 3.956zM19 12.75h-1.25V14h-1.5v-1.25H15v-1.5h1.25V10h1.5v1.25H19v1.5z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"google"},React.createElement("g",null,React.createElement("path",{d:"M12.02 10.18v3.73h5.51c-.26 1.57-1.67 4.22-5.5 4.22-3.31 0-6.01-2.75-6.01-6.12s2.7-6.12 6.01-6.12c1.87 0 3.13.8 3.85 1.48l2.84-2.76C16.99 2.99 14.73 2 12.03 2c-5.52 0-10 4.48-10 10s4.48 10 10 10c5.77 0 9.6-4.06 9.6-9.77 0-.83-.11-1.42-.25-2.05h-9.36z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"instagram"},React.createElement("g",null,React.createElement("path",{d:"M12 4.622c2.403 0 2.688.009 3.637.052.877.04 1.354.187 1.671.31.42.163.72.358 1.035.673.315.315.51.615.673 1.035.123.317.27.794.31 1.671.043.949.052 1.234.052 3.637s-.009 2.688-.052 3.637c-.04.877-.187 1.354-.31 1.671-.163.42-.358.72-.673 1.035-.315.315-.615.51-1.035.673-.317.123-.794.27-1.671.31-.949.043-1.233.052-3.637.052s-2.688-.009-3.637-.052c-.877-.04-1.354-.187-1.671-.31a2.786 2.786 0 01-1.035-.673 2.786 2.786 0 01-.673-1.035c-.123-.317-.27-.794-.31-1.671-.043-.949-.052-1.234-.052-3.637s.009-2.688.052-3.637c.04-.877.187-1.354.31-1.671.163-.42.358-.72.673-1.035.315-.315.615-.51 1.035-.673.317-.123.794-.27 1.671-.31.949-.043 1.234-.052 3.637-.052M12 3c-2.444 0-2.751.01-3.711.054-.958.044-1.612.196-2.184.418a4.401 4.401 0 00-1.594 1.039c-.5.5-.808 1.002-1.038 1.594-.223.572-.375 1.226-.419 2.184C3.01 9.249 3 9.556 3 12s.01 2.751.054 3.711c.044.958.196 1.612.418 2.185.23.592.538 1.094 1.038 1.594s1.002.808 1.594 1.038c.572.222 1.227.375 2.185.418.96.044 1.267.054 3.711.054s2.751-.01 3.711-.054c.958-.044 1.612-.196 2.185-.418a4.411 4.411 0 001.594-1.038c.5-.5.808-1.002 1.038-1.594.222-.572.375-1.227.418-2.185.044-.96.054-1.267.054-3.711s-.01-2.751-.054-3.711c-.044-.958-.196-1.612-.418-2.185A4.411 4.411 0 0019.49 4.51c-.5-.5-1.002-.808-1.594-1.038-.572-.222-1.227-.375-2.185-.418C14.751 3.01 14.444 3 12 3zm0 4.378a4.622 4.622 0 100 9.244 4.622 4.622 0 000-9.244zM12 15a3 3 0 110-6 3 3 0 010 6zm4.804-8.884a1.08 1.08 0 10.001 2.161 1.08 1.08 0 00-.001-2.161z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"link"},React.createElement("g",null,React.createElement("path",{d:"M17 13H7v-2h10v2zm1-6h-1c-1.631 0-3.065.792-3.977 2H18c1.103 0 2 .897 2 2v2c0 1.103-.897 2-2 2h-4.977c.913 1.208 2.347 2 3.977 2h1a4 4 0 004-4v-2a4 4 0 00-4-4zM2 11v2a4 4 0 004 4h1c1.63 0 3.065-.792 3.977-2H6c-1.103 0-2-.897-2-2v-2c0-1.103.897-2 2-2h4.977C10.065 7.792 8.631 7 7 7H6a4 4 0 00-4 4z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"linkedin"},React.createElement("g",null,React.createElement("path",{d:"M19.7 3H4.3A1.3 1.3 0 003 4.3v15.4A1.3 1.3 0 004.3 21h15.4a1.3 1.3 0 001.3-1.3V4.3A1.3 1.3 0 0019.7 3zM8.339 18.338H5.667v-8.59h2.672v8.59zM7.004 8.574a1.548 1.548 0 11-.002-3.096 1.548 1.548 0 01.002 3.096zm11.335 9.764H15.67v-4.177c0-.996-.017-2.278-1.387-2.278-1.389 0-1.601 1.086-1.601 2.206v4.249h-2.667v-8.59h2.559v1.174h.037c.356-.675 1.227-1.387 2.526-1.387 2.703 0 3.203 1.779 3.203 4.092v4.711z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"mail"},React.createElement("g",null,React.createElement("path",{d:"M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4.236l-8 4.882-8-4.882V6h16v2.236z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"mastodon"},React.createElement("g",null,React.createElement("path",{d:"M20.617 13.92c-.265 1.361-2.37 2.851-4.788 3.14-1.261.15-2.502.288-3.826.228-2.165-.1-3.873-.517-3.873-.517 0 .211.013.411.039.599.282 2.136 2.119 2.264 3.859 2.324 1.756.06 3.32-.433 3.32-.433l.072 1.588s-1.228.659-3.417.781c-1.207.066-2.705-.031-4.45-.493-3.785-1.001-4.436-5.036-4.536-9.13-.03-1.215-.011-2.361-.011-3.32 0-4.186 2.742-5.413 2.742-5.413 1.383-.635 3.756-.902 6.224-.923h.06c2.467.021 4.842.288 6.225.923 0 0 2.742 1.227 2.742 5.413 0 0 .035 3.089-.382 5.233zm-2.854-4.909v5.069h-2.008V9.16c0-1.037-.436-1.563-1.309-1.563-.965 0-1.448.624-1.448 1.859v2.693h-1.996V9.456c0-1.235-.484-1.859-1.449-1.859-.873 0-1.309.526-1.309 1.563v4.92H6.236V9.011c0-1.035.263-1.859.793-2.468.547-.609 1.262-.921 2.15-.921 1.028 0 1.806.395 2.32 1.185l.501.839.5-.839c.514-.79 1.292-1.185 2.32-1.185.888 0 1.604.312 2.15.921.53.609.793 1.433.793 2.468z",fillRule:"evenodd"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"medium-alt"},React.createElement("g",null,React.createElement("path",{d:"M7.423 6c3.27 0 5.922 2.686 5.922 6s-2.651 6-5.922 6S1.5 15.313 1.5 12s2.652-6 5.923-6zm9.458.351c1.635 0 2.961 2.53 2.961 5.65 0 3.118-1.325 5.648-2.96 5.648-1.636 0-2.962-2.53-2.962-5.649s1.325-5.649 2.96-5.649zm4.577.589c.576 0 1.042 2.265 1.042 5.06 0 2.794-.466 5.06-1.042 5.06-.575 0-1.04-2.265-1.04-5.06 0-2.794.465-5.06 1.04-5.06z",fillRule:"nonzero"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"medium"},React.createElement("g",null,React.createElement("path",{d:"M3 3v18h18V3H3zm15 4.26l-1 .93a.28.28 0 00-.11.27v6.8a.27.27 0 00.11.27l.94.93v.2h-4.75v-.2l1-1c.09-.1.09-.12.09-.27V9.74l-2.71 6.9h-.37L8 9.74v4.62a.67.67 0 00.17.54l1.27 1.54v.2H5.86v-.2l1.27-1.54a.64.64 0 00.17-.54V9a.5.5 0 00-.16-.4L6 7.26v-.2h3.52L12.23 13l2.38-5.94H18v.2z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"patreon"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.975 5a5.05 5.05 0 00-5.041 5.046c0 2.774 2.261 5.03 5.04 5.03A5.034 5.034 0 0019 10.047C19 7.264 16.746 5 13.975 5zM5 18.44h2.461V5H5v13.44z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"pinterest-alt"},React.createElement("g",null,React.createElement("path",{d:"M12.289 2C6.617 2 3.606 5.648 3.606 9.622c0 1.846 1.025 4.146 2.666 4.878.25.111.381.063.439-.169.044-.175.267-1.029.365-1.428a.365.365 0 00-.091-.362c-.54-.63-.975-1.791-.975-2.873 0-2.777 2.194-5.464 5.933-5.464 3.23 0 5.49 2.108 5.49 5.122 0 3.407-1.794 5.768-4.13 5.768-1.291 0-2.257-1.021-1.948-2.277.372-1.495 1.089-3.112 1.089-4.191 0-.967-.542-1.775-1.663-1.775-1.319 0-2.379 1.309-2.379 3.059 0 1.115.394 1.869.394 1.869s-1.302 5.279-1.54 6.261c-.405 1.666.053 4.368.094 4.604.021.126.167.169.25.063.129-.165 1.699-2.419 2.142-4.051.158-.59.817-2.995.817-2.995.43.784 1.681 1.446 3.013 1.446 3.963 0 6.822-3.494 6.822-7.833C20.394 5.112 16.849 2 12.289 2"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"pinterest"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12c0 4.236 2.636 7.855 6.356 9.312-.087-.791-.166-2.005.035-2.869.182-.78 1.173-4.971 1.173-4.971s-.299-.599-.299-1.484c0-1.39.806-2.429 1.809-2.429.853 0 1.265.641 1.265 1.409 0 .858-.546 2.141-.828 3.329-.236.996.499 1.807 1.481 1.807 1.777 0 3.144-1.874 3.144-4.579 0-2.394-1.72-4.068-4.177-4.068-2.845 0-4.515 2.134-4.515 4.34 0 .859.331 1.781.744 2.282a.297.297 0 01.069.287c-.077.316-.246.995-.279 1.134-.044.183-.145.222-.334.134-1.249-.581-2.03-2.407-2.03-3.874 0-3.154 2.292-6.051 6.607-6.051 3.469 0 6.165 2.472 6.165 5.775 0 3.446-2.173 6.22-5.189 6.22-1.013 0-1.966-.526-2.292-1.148l-.623 2.377c-.226.869-.835 1.957-1.243 2.622.936.289 1.93.445 2.961.445 5.523 0 10-4.477 10-10S17.523 2 12 2z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"pocket"},React.createElement("g",null,React.createElement("path",{d:"M21.927 4.194A1.82 1.82 0 0020.222 3H3.839a1.823 1.823 0 00-1.813 1.814v6.035l.069 1.2c.29 2.73 1.707 5.115 3.899 6.778l.119.089.025.018a9.897 9.897 0 003.91 1.727 10.06 10.06 0 004.049-.014.261.261 0 00.064-.023 9.906 9.906 0 003.753-1.691l.025-.018c.04-.029.08-.058.119-.089 2.192-1.664 3.609-4.049 3.898-6.778l.069-1.2V4.814a1.792 1.792 0 00-.098-.62zm-4.235 6.287l-4.704 4.512a1.372 1.372 0 01-1.898 0l-4.705-4.512a1.371 1.371 0 111.898-1.979l3.756 3.601 3.755-3.601a1.372 1.372 0 011.898 1.979z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"polldaddy"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.487 2 2 6.487 2 12c0 5.514 4.487 10 10 10 5.514 0 10-4.486 10-10 0-5.513-4.486-10-10-10zm.991 1.68c2.361.084 4.657 1.251 6.197 3.136.283.334.541.693.774 1.067a7.775 7.775 0 00-6.094-2.94 7.764 7.764 0 00-5.896 2.703c-.006.003-.01.01-.016.014l-.152.159-.031.032a6.122 6.122 0 00-1.633 4.165 6.15 6.15 0 006.143 6.143c.57 0 1.123-.081 1.649-.227-1.849.839-4.131.747-5.926-.324-1.841-1.089-3.171-3.111-3.433-5.313A7.386 7.386 0 016.69 6.137C8.294 4.5 10.634 3.563 12.991 3.68zm3.373 8.519c-.049-2.024-1.587-3.889-3.544-4.174-1.927-.343-3.917.857-4.451 2.661a3.673 3.673 0 00.2 2.653c.39.8 1.067 1.451 1.894 1.759 1.664.654 3.63-.27 4.173-1.863.593-1.58-.396-3.423-1.94-3.776-1.52-.407-3.161.757-3.204 2.243a2.362 2.362 0 00.753 1.879c.501.476 1.23.667 1.871.529a2.067 2.067 0 001.469-1.134 1.912 1.912 0 00-.087-1.767c-.297-.513-.859-.863-1.429-.881a1.698 1.698 0 00-1.437.679 1.525 1.525 0 00-.18 1.489c.004.011.01.021.016.03.193.634.774 1.1 1.467 1.117a1.618 1.618 0 01-.97-.183c-.466-.244-.809-.747-.893-1.29a1.8 1.8 0 01.499-1.539 2.016 2.016 0 011.58-.606c.593.04 1.159.35 1.517.859.364.496.51 1.156.383 1.773-.116.62-.529 1.174-1.093 1.514a2.515 2.515 0 01-1.914.286c-.65-.161-1.226-.606-1.584-1.206a2.825 2.825 0 01-.341-2.031c.143-.7.573-1.321 1.176-1.753 1.193-.883 3.056-.751 4.106.411 1.106 1.1 1.327 3.027.406 4.371-.877 1.376-2.74 2.086-4.374 1.594-1.639-.449-2.913-2.079-3.031-3.853-.07-.884.13-1.797.583-2.577.445-.777 1.155-1.432 1.972-1.862 1.64-.88 3.816-.743 5.349.424 1.251.924 2.083 2.42 2.236 4.009l.001.03c0 2.9-2.359 5.26-5.26 5.26a5.216 5.216 0 01-1.947-.376 5.01 5.01 0 002.613-.079 4.955 4.955 0 002.514-1.751c.618-.828.95-1.861.901-2.869zM12 21.113c-5.024 0-9.111-4.087-9.111-9.113 0-4.789 3.713-8.723 8.411-9.081a6.548 6.548 0 00-.397.06c-2.644.453-5.017 2.106-6.32 4.409-1.309 2.301-1.391 5.19-.3 7.527 1.056 2.34 3.253 4.156 5.776 4.553 2.497.44 5.133-.483 6.787-2.301 1.719-1.797 2.269-4.529 1.486-6.796-.583-1.81-1.976-3.331-3.7-4.046 3.417.594 6.174 3.221 6.174 6.781 0 1.004-.241 2.02-.657 2.966-1.498 2.984-4.586 5.041-8.149 5.041z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"print"},React.createElement("g",null,React.createElement("path",{d:"M9 16h6v2H9v-2zm13 1h-3v3a2 2 0 01-2 2H7a2 2 0 01-2-2v-3H2V9a2 2 0 012-2h1V5a2 2 0 012-2h10a2 2 0 012 2v2h1a2 2 0 012 2v8zM7 7h10V5H7v2zm10 7H7v6h10v-6zm3-3.5a1.5 1.5 0 10-3.001.001A1.5 1.5 0 0020 10.5z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"reddit"},React.createElement("g",null,React.createElement("path",{d:"M22 11.816a2.279 2.279 0 00-2.277-2.277c-.593 0-1.122.24-1.526.614-1.481-.965-3.455-1.594-5.647-1.69l1.171-3.702 3.18.748a1.878 1.878 0 001.876 1.862 1.88 1.88 0 001.877-1.878 1.88 1.88 0 00-1.877-1.877c-.769 0-1.431.466-1.72 1.13l-3.508-.826a.386.386 0 00-.46.261l-1.35 4.268c-2.316.038-4.411.67-5.97 1.671a2.24 2.24 0 00-1.492-.581A2.279 2.279 0 002 11.816c0 .814.433 1.523 1.078 1.925a4.056 4.056 0 00-.061.672c0 3.292 4.011 5.97 8.941 5.97s8.941-2.678 8.941-5.97c0-.214-.02-.424-.053-.632A2.259 2.259 0 0022 11.816zm-3.224-7.422a1.1 1.1 0 11-.001 2.199 1.1 1.1 0 01.001-2.199zM2.777 11.816c0-.827.672-1.5 1.499-1.5.313 0 .598.103.838.269-.851.676-1.477 1.479-1.812 2.36a1.482 1.482 0 01-.525-1.129zm9.182 7.79c-4.501 0-8.164-2.329-8.164-5.193S7.457 9.22 11.959 9.22s8.164 2.329 8.164 5.193-3.663 5.193-8.164 5.193zm8.677-6.605c-.326-.89-.948-1.701-1.797-2.384.248-.186.55-.301.883-.301.827 0 1.5.673 1.5 1.5.001.483-.23.911-.586 1.185zm-11.64 1.703c-.76 0-1.397-.616-1.397-1.376 0-.76.637-1.397 1.397-1.397s1.376.637 1.376 1.397-.616 1.376-1.376 1.376zm7.405-1.376c0 .76-.616 1.376-1.376 1.376-.76 0-1.399-.616-1.399-1.376 0-.76.639-1.397 1.399-1.397s1.376.637 1.376 1.397zm-1.172 3.38a.389.389 0 010 .55c-.674.674-1.727 1.002-3.219 1.002l-.011-.002-.011.002c-1.492 0-2.544-.328-3.218-1.002a.389.389 0 11.55-.55c.521.521 1.394.775 2.669.775l.011.002.011-.002c1.275 0 2.148-.253 2.669-.775a.387.387 0 01.549 0z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"share"},React.createElement("g",null,React.createElement("path",{d:"M18 16c-.788 0-1.499.31-2.034.807L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81 1.66 0 3-1.34 3-3s-1.34-3-3-3-3 1.34-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9c-1.66 0-3 1.34-3 3s1.34 3 3 3c.79 0 1.5-.31 2.04-.81l7.048 4.118A2.981 2.981 0 0015 19a3 3 0 103-3z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"skype"},React.createElement("g",null,React.createElement("path",{d:"M10.113 2.699l.1-.02c.033.017.066.033.098.051l-.198-.031zM2.72 10.223l-.017.103c.018.032.033.064.051.095l-.034-.198zm18.555 3.548c.007-.035.011-.071.018-.106-.018-.031-.033-.064-.052-.095l.034.201zm-7.712 7.428c.032.019.065.035.096.053l.105-.017-.201-.036zM22 16.386a5.55 5.55 0 01-1.637 3.953 5.548 5.548 0 01-3.953 1.637 5.575 5.575 0 01-2.75-.725l.105-.017-.202-.035c.032.019.065.035.096.053a9.524 9.524 0 01-1.654.147 9.375 9.375 0 01-3.676-.743 9.38 9.38 0 01-3.002-2.023 9.397 9.397 0 01-2.023-3.002 9.375 9.375 0 01-.743-3.676c0-.546.049-1.093.142-1.628.018.032.033.064.051.095l-.034-.199-.017.103A5.586 5.586 0 012 7.615c0-1.493.582-2.898 1.637-3.953A5.555 5.555 0 017.59 2.024c.915 0 1.818.228 2.622.655l-.1.02.199.031c-.032-.018-.066-.034-.098-.051l.004-.001a9.543 9.543 0 011.788-.169 9.41 9.41 0 016.678 2.766 9.4 9.4 0 012.024 3.002 9.375 9.375 0 01.743 3.676c0 .575-.054 1.15-.157 1.712-.018-.031-.033-.064-.052-.095l.034.201c.007-.035.011-.071.018-.106.461.829.707 1.767.707 2.721zm-5.183-2.248c0-1.331-.613-2.743-3.033-3.282l-2.209-.49c-.84-.192-1.807-.444-1.807-1.237 0-.794.679-1.348 1.903-1.348 2.468 0 2.243 1.696 3.468 1.696.645 0 1.209-.379 1.209-1.031 0-1.521-2.435-2.663-4.5-2.663-2.242 0-4.63.952-4.63 3.488 0 1.221.436 2.521 2.839 3.123l2.984.745c.903.223 1.129.731 1.129 1.189 0 .762-.758 1.507-2.129 1.507-2.679 0-2.307-2.062-3.743-2.062-.645 0-1.113.444-1.113 1.078 0 1.236 1.501 2.886 4.856 2.886 3.195 0 4.776-1.538 4.776-3.599z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"spotify"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m4.586 14.424a.622.622 0 01-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.622.622 0 11-.277-1.215c3.809-.871 7.077-.496 9.713 1.115a.623.623 0 01.206.857M17.81 13.7a.78.78 0 01-1.072.257c-2.687-1.652-6.785-2.131-9.965-1.166A.779.779 0 116.32 11.3c3.632-1.102 8.147-.568 11.234 1.328a.78.78 0 01.256 1.072m.105-2.835c-3.223-1.914-8.54-2.09-11.618-1.156a.935.935 0 11-.542-1.79c3.532-1.072 9.404-.865 13.115 1.338a.936.936 0 11-.955 1.608"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"squarespace"},React.createElement("g",null,React.createElement("path",{d:"M20.87 9.271a3.86 3.86 0 00-5.458 0l-6.141 6.141a.964.964 0 101.365 1.364l6.14-6.14a1.929 1.929 0 112.729 2.729l-6.022 6.022a1.929 1.929 0 002.729 0l4.658-4.658a3.86 3.86 0 000-5.458zm-2.047 2.047a.965.965 0 00-1.365 0l-6.14 6.14a1.929 1.929 0 01-2.729 0 .964.964 0 10-1.364 1.364 3.86 3.86 0 005.458 0l6.14-6.14a.966.966 0 000-1.364zm-2.047-6.141a3.858 3.858 0 00-5.458 0l-6.14 6.14a.964.964 0 101.364 1.364l6.141-6.14a1.929 1.929 0 012.729 0 .965.965 0 101.364-1.364zm-2.047 2.047a.964.964 0 00-1.364 0l-6.14 6.141a1.929 1.929 0 11-2.729-2.729l6.022-6.022a1.929 1.929 0 00-2.729 0L3.13 9.271a3.86 3.86 0 005.458 5.458l6.14-6.141a.963.963 0 00.001-1.364z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"stumbleupon"},React.createElement("g",null,React.createElement("path",{d:"M12 4.294a4.471 4.471 0 00-4.471 4.471v6.353a1.059 1.059 0 11-2.118 0v-2.824H2v2.941a4.471 4.471 0 008.942 0v-6.47a1.059 1.059 0 112.118 0v1.294l1.412.647 2-.647V8.765A4.473 4.473 0 0012 4.294zm1.059 8.059v2.882a4.471 4.471 0 008.941 0v-2.824h-3.412v2.824a1.059 1.059 0 11-2.118 0v-2.882l-2 .647-1.411-.647z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"telegram"},React.createElement("g",null,React.createElement("path",{d:"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm3.08 14.757s-.25.625-.936.325l-2.541-1.949-1.63 1.486s-.127.096-.266.036c0 0-.12-.011-.27-.486-.15-.475-.911-2.972-.911-2.972L6 12.349s-.387-.137-.425-.438c-.037-.3.437-.462.437-.462l10.03-3.934s.824-.362.824.238l-1.786 9.004z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"tiktok-alt"},React.createElement("g",null,React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M5 3a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2H5zm9.584 3h-2.052l.019 8.128a1.73 1.73 0 11-1.215-1.65v-2.084h-.533a3.804 3.804 0 103.803 3.803l-.022-4.207c1.268.968 2.85.869 2.85.869V8.82C14.47 8.636 14.584 6 14.584 6z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"tiktok"},React.createElement("g",null,React.createElement("path",{d:"M12.22 2h3.42s-.19 4.394 4.75 4.702v3.396s-2.636.166-4.75-1.448l.037 7.011a6.338 6.338 0 11-6.34-6.338h.89v3.472a2.882 2.882 0 102.024 2.752L12.22 2z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"tumblr-alt"},React.createElement("g",null,React.createElement("path",{d:"M16.749 17.396c-.357.17-1.041.319-1.551.332-1.539.041-1.837-1.081-1.85-1.896V9.847h3.861v-2.91h-3.847V2.039h-2.817c-.046 0-.127.041-.138.144-.165 1.499-.867 4.13-3.783 5.181v2.484h1.945v6.282c0 2.151 1.587 5.206 5.775 5.135 1.413-.024 2.982-.616 3.329-1.126l-.924-2.743z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"tumblr"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-5.569 14.265c-2.446.042-3.372-1.742-3.372-2.998v-3.668H8.923v-1.45c1.703-.614 2.113-2.15 2.209-3.025.007-.06.054-.084.081-.084h1.645V8.9h2.246v1.7H12.85v3.495c.008.476.182 1.131 1.081 1.107.298-.008.697-.094.906-.194l.54 1.601c-.205.296-1.121.641-1.946.656z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"twitch"},React.createElement("g",null,React.createElement("path",{d:"M16.499 8.089h-1.636v4.91h1.636v-4.91zm-4.499 0h-1.637v4.91H12v-4.91zM4.228 3.178L3 6.451v13.092h4.499V22h2.456l2.454-2.456h3.681L21 14.636V3.178H4.228zm15.136 10.638L16.5 16.681H12l-2.453 2.453V16.68H5.863V4.814h13.501v9.002z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"twitter-alt"},React.createElement("g",null,React.createElement("path",{d:"M22.23 5.924a8.212 8.212 0 01-2.357.646 4.115 4.115 0 001.804-2.27 8.221 8.221 0 01-2.606.996 4.103 4.103 0 00-6.991 3.742 11.647 11.647 0 01-8.457-4.287 4.087 4.087 0 00-.556 2.063 4.1 4.1 0 001.825 3.415 4.09 4.09 0 01-1.859-.513v.052a4.104 4.104 0 003.292 4.023 4.099 4.099 0 01-1.853.07 4.11 4.11 0 003.833 2.85 8.236 8.236 0 01-5.096 1.756 8.33 8.33 0 01-.979-.057 11.617 11.617 0 006.29 1.843c7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.531a8.298 8.298 0 002.047-2.123z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"twitter"},React.createElement("g",null,React.createElement("path",{d:"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zm-2.534 6.71c.004.099.007.198.007.298 0 3.045-2.318 6.556-6.556 6.556a6.52 6.52 0 01-3.532-1.035 4.626 4.626 0 003.412-.954 2.307 2.307 0 01-2.152-1.6 2.295 2.295 0 001.04-.04 2.306 2.306 0 01-1.848-2.259v-.029c.311.173.666.276 1.044.288a2.303 2.303 0 01-.713-3.076 6.54 6.54 0 004.749 2.407 2.305 2.305 0 013.926-2.101 4.602 4.602 0 001.463-.559 2.31 2.31 0 01-1.013 1.275c.466-.056.91-.18 1.323-.363-.31.461-.7.867-1.15 1.192z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"vimeo"},React.createElement("g",null,React.createElement("path",{d:"M22.396 7.164c-.093 2.026-1.507 4.799-4.245 8.32C15.322 19.161 12.928 21 10.97 21c-1.214 0-2.24-1.119-3.079-3.359l-1.68-6.159c-.623-2.239-1.29-3.36-2.005-3.36-.156 0-.701.328-1.634.98l-.978-1.261c1.027-.902 2.04-1.805 3.037-2.708C6.001 3.95 7.03 3.327 7.715 3.264c1.619-.156 2.616.951 2.99 3.321.404 2.557.685 4.147.841 4.769.467 2.121.981 3.181 1.542 3.181.435 0 1.09-.688 1.963-2.065.871-1.376 1.338-2.422 1.401-3.142.125-1.187-.343-1.782-1.401-1.782-.498 0-1.012.115-1.541.341 1.023-3.35 2.977-4.977 5.862-4.884 2.139.063 3.148 1.45 3.024 4.161z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"whatsapp"},React.createElement("g",null,React.createElement("path",{d:"M2.048 22l1.406-5.136a9.894 9.894 0 01-1.323-4.955C2.133 6.446 6.579 2 12.042 2a9.848 9.848 0 017.011 2.906 9.85 9.85 0 012.9 7.011c-.002 5.464-4.448 9.91-9.91 9.91h-.004a9.913 9.913 0 01-4.736-1.206L2.048 22zm5.497-3.172l.301.179a8.214 8.214 0 004.193 1.148h.003c4.54 0 8.235-3.695 8.237-8.237a8.189 8.189 0 00-2.41-5.828 8.182 8.182 0 00-5.824-2.416c-4.544 0-8.239 3.695-8.241 8.237a8.222 8.222 0 001.259 4.384l.196.312-.832 3.04 3.118-.819zm9.49-4.554c-.062-.103-.227-.165-.475-.289-.248-.124-1.465-.723-1.692-.806-.227-.083-.392-.124-.557.124-.165.248-.64.806-.784.971-.144.165-.289.186-.536.062-.248-.124-1.046-.385-1.991-1.229-.736-.657-1.233-1.468-1.378-1.715-.144-.248-.015-.382.109-.505.111-.111.248-.289.371-.434.124-.145.165-.248.248-.413.083-.165.041-.31-.021-.434s-.557-1.343-.763-1.839c-.202-.483-.407-.417-.559-.425-.144-.007-.31-.009-.475-.009a.91.91 0 00-.66.31c-.226.248-.866.847-.866 2.066 0 1.219.887 2.396 1.011 2.562.124.165 1.746 2.666 4.23 3.739.591.255 1.052.408 1.412.522.593.189 1.133.162 1.56.098.476-.071 1.465-.599 1.671-1.177.206-.58.206-1.075.145-1.179z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"woocommerce"},React.createElement("g",null,React.createElement("path",{d:"M19 2H5C3.3 2 2 3.3 2 5v11c0 1.7 1.3 3 3 3h4l6 3-1-3h5c1.7 0 3-1.3 3-3V5c0-1.7-1.3-3-3-3zm-1.6 4.5c-.4.8-.8 2.1-1 3.9-.3 1.8-.4 3.1-.3 4.1 0 .3 0 .5-.1.7s-.3.4-.6.4-.6-.1-.9-.4c-1-1-1.8-2.6-2.4-4.6-.7 1.4-1.2 2.4-1.6 3.1-.6 1.2-1.2 1.8-1.6 1.9-.3 0-.5-.2-.8-.7-.5-1.4-1.1-4.2-1.7-8.2 0-.3 0-.5.2-.7.1-.2.4-.3.7-.4.5 0 .9.2.9.8.3 2.3.7 4.2 1.1 5.7l2.4-4.5c.2-.4.4-.6.8-.6.5 0 .8.3.9.9.3 1.4.6 2.6 1 3.7.3-2.7.8-4.7 1.4-5.9.2-.3.4-.5.7-.5.2 0 .5.1.7.2.2.2.3.4.3.6s0 .4-.1.5z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"wordpress"},React.createElement("g",null,React.createElement("path",{d:"M12.158 12.786L9.46 20.625a8.984 8.984 0 005.526-.144.852.852 0 01-.065-.124l-2.763-7.571zM3.009 12a8.993 8.993 0 005.067 8.092L3.788 8.341A8.952 8.952 0 003.009 12zm15.06-.454c0-1.112-.399-1.881-.741-2.48-.456-.741-.883-1.368-.883-2.109 0-.826.627-1.596 1.51-1.596.04 0 .078.005.116.007A8.963 8.963 0 0012 3.009a8.982 8.982 0 00-7.512 4.052c.211.007.41.011.579.011.94 0 2.396-.114 2.396-.114.484-.028.541.684.057.741 0 0-.487.057-1.029.085l3.274 9.739 1.968-5.901-1.401-3.838c-.484-.028-.943-.085-.943-.085-.485-.029-.428-.769.057-.741 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.485-.028.542.684.057.741 0 0-.488.057-1.029.085l3.249 9.665.897-2.996c.456-1.169.684-2.137.684-2.907zm1.82-3.86c.039.286.06.593.06.924 0 .912-.171 1.938-.684 3.22l-2.746 7.94a8.984 8.984 0 004.47-7.771 8.922 8.922 0 00-1.1-4.313zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"xanga"},React.createElement("g",null,React.createElement("path",{d:"M9 9h6v6H9V9zM3 9h6V3H3v6zm12 0h6V3h-6v6zm0 12h6v-6h-6v6zM3 21h6v-6H3v6z"}))),React.createElement("symbol",{viewBox:"0 0 24 24",id:"youtube"},React.createElement("g",null,React.createElement("path",{d:"M21.8 8.001s-.195-1.378-.795-1.985c-.76-.797-1.613-.801-2.004-.847-2.799-.202-6.997-.202-6.997-.202h-.009s-4.198 0-6.997.202c-.39.047-1.242.051-2.003.847-.6.607-.795 1.985-.795 1.985S2 9.62 2 11.238v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.761.797 1.76.771 2.205.855 1.6.153 6.8.201 6.8.201s4.203-.006 7.001-.209c.391-.047 1.243-.051 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.618.2-3.237v-1.517c0-1.618-.2-3.237-.2-3.237zM9.935 14.594l-.001-5.62 5.404 2.82-5.403 2.8z"}))))},5817:(e,t,o)=>{"use strict";o.d(t,{A:()=>m});var n=o(8254),r=o(6427),a=o(7143),s=o(6087),i=o(7723),c=o(692),l=o(1609),u=o(2299),d=o(342);const __=i.__,_n=i._n;function p(e){const t=(0,n.Ym)(),{id:o,meta:i}=(0,a.useSelect)((e=>e("core/editor").getCurrentPost()),[]),{createNotice:p}=(0,a.useDispatch)(c.store),m=i?.reader_suggested_tags?JSON.parse(i.reader_suggested_tags):[],[f,h]=l.useState(m),{saveTags:g}=(0,d.A)(o,f,(t=>{const o={number_of_original_suggested_tags:m.length,number_of_selected_tags:f.length,number_of_suggested_tags_selected:m.filter((e=>f.includes(e))).length,number_of_added_tags:t};(0,u.k)("calypso_reader_post_publish_add_tags",o),t>0?p("success",_n("Tag Added.","Tags Added.",t,"jetpack-mu-wpcom"),{type:"snackbar"}):p("warning",__("No Tags Added.","jetpack-mu-wpcom"),{type:"snackbar"}),e.setShouldShowSuggestedTags(!1)})),[w,v]=(0,s.useState)(!1);(0,s.useEffect)((()=>{0===m?.length?(t&&t.startsWith("en")&&(0,u.k)("calypso_reader_post_publish_no_suggested_tags"),e.setShouldShowSuggestedTags(!1)):(0,u.k)("calypso_reader_post_publish_show_suggested_tags",{number_of_original_suggested_tags:m.length})}),[]);const b=l.createElement(r.FormTokenField,{value:f,onChange:e=>{h(e),(0,u.k)("calypso_reader_post_publish_update_suggested_tags")},label:__("Tags","jetpack-mu-wpcom")});return l.createElement("div",{className:"wpcom-block-editor-post-published-sharing-modal__suggest-tags"},l.createElement("h1",null,__("Recommended tags:","jetpack-mu-wpcom")),l.createElement("p",null,__("Based on the topics and themes in your post, here are some suggested tags to consider:","jetpack-mu-wpcom")),b,l.createElement("p",null,__("Adding tags can help drive more traffic to your post.","jetpack-mu-wpcom")),l.createElement(r.Button,{className:"wpcom-block-editor-post-published-sharing-modal__save-tags",onClick:async()=>{v(!0),await g(),v(!1)},variant:"primary",isBusy:w},__("Add these tags","jetpack-mu-wpcom")))}const m=l.memo(p)},342:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(1455),r=o.n(n);const a=(e,t,o)=>({saveTags:async function(){let n=0;try{n=(await r()({method:"POST",path:`/wpcom/v2/read/sites/${window._currentSiteId}/posts/${e}/tags/add`,data:{tags:t}})).added_tags??0}catch(e){console.error("Error: Unable to add tags. Reason: %s",JSON.stringify(e))}o(n)}})},596:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});var n=o(1455),r=o.n(n),a=o(6087);const s=e=>{const[t,o]=(0,a.useState)(e);return{isDismissed:t,updateIsDismissed:function(e){r()({method:"PUT",path:"/wpcom/v2/block-editor/sharing-modal-dismissed",data:{wpcom_sharing_modal_dismissed:e}}).finally((()=>{o(e)}))}}}},5414:(e,t,o)=>{"use strict";o.d(t,{gH:()=>c,kz:()=>p,um:()=>i});var n=o(1455),r=o.n(n),a=o(7143),s=o(6161);const i="tour",c="blank-canvas-tour",l=(0,a.combineReducers)({welcomeGuideManuallyOpened:(e=!1,t)=>{switch(t.type){case"WPCOM_WELCOME_GUIDE_SHOW_SET":return void 0!==t.openedManually?t.openedManually:e;case"WPCOM_WELCOME_GUIDE_RESET_STORE":return!1;default:return e}},showWelcomeGuide:(e=void 0,t)=>{switch(t.type){case"WPCOM_WELCOME_GUIDE_FETCH_STATUS_SUCCESS":return t.response.show_welcome_guide;case"WPCOM_WELCOME_GUIDE_SHOW_SET":return t.show;case"WPCOM_WELCOME_GUIDE_RESET_STORE":return;default:return e}},tourRating:(e=void 0,t)=>{switch(t.type){case"WPCOM_WELCOME_GUIDE_TOUR_RATING_SET":return t.tourRating;case"WPCOM_WELCOME_GUIDE_RESET_STORE":return;default:return e}},welcomeGuideVariant:(e=i,t)=>{switch(t.type){case"WPCOM_WELCOME_GUIDE_FETCH_STATUS_SUCCESS":return t.response.variant;case"WPCOM_HAS_USED_PATTERNS_MODAL":return e===c?i:e;case"WPCOM_WELCOME_GUIDE_RESET_STORE":return i;default:return e}},shouldShowFirstPostPublishedModal:(e=!1,t)=>{switch(t.type){case"WPCOM_SET_SHOULD_SHOW_FIRST_POST_PUBLISHED_MODAL":return t.value;case"WPCOM_WELCOME_GUIDE_RESET_STORE":return!1;default:return e}}}),u={*fetchWelcomeGuideStatus(){return{type:"WPCOM_WELCOME_GUIDE_FETCH_STATUS_SUCCESS",response:yield(0,s.apiFetch)({path:"/wpcom/v2/block-editor/nux"})}},*fetchShouldShowFirstPostPublishedModal(){return{type:"WPCOM_SET_SHOULD_SHOW_FIRST_POST_PUBLISHED_MODAL",value:(yield(0,s.apiFetch)({path:"/wpcom/v2/block-editor/should-show-first-post-published-modal"})).should_show_first_post_published_modal}},setShowWelcomeGuide:(e,{openedManually:t,onlyLocal:o}={})=>(o||r()({path:"/wpcom/v2/block-editor/nux",method:"POST",data:{show_welcome_guide:e}}),{type:"WPCOM_WELCOME_GUIDE_SHOW_SET",show:e,openedManually:t}),setTourRating:e=>({type:"WPCOM_WELCOME_GUIDE_TOUR_RATING_SET",tourRating:e}),setUsedPageOrPatternsModal:()=>({type:"WPCOM_HAS_USED_PATTERNS_MODAL"}),resetStore:()=>({type:"WPCOM_WELCOME_GUIDE_RESET_STORE"})},d={isWelcomeGuideManuallyOpened:e=>e.welcomeGuideManuallyOpened,isWelcomeGuideShown:e=>!!e.showWelcomeGuide,isWelcomeGuideStatusLoaded:e=>void 0!==e.showWelcomeGuide,getTourRating:e=>e.tourRating,getWelcomeGuideVariant:e=>"modal"===e.welcomeGuideVariant?i:e.welcomeGuideVariant,getShouldShowFirstPostPublishedModal:e=>e.shouldShowFirstPostPublishedModal};function p(){return(0,a.registerStore)("automattic/wpcom-welcome-guide",{reducer:l,actions:u,selectors:d,controls:s.controls,persist:!0})}},478:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(6427),r=o(7143),a=o(6087),s=o(7723),i=o(3118),c=o(6353),l=o(4503);const __=s.__,u=()=>{const[e,t]=(0,a.useState)(!1),[o,s]=(0,a.useState)(!1),u=(0,r.useSelect)((e=>!!e("core/edit-site"))),d=(0,a.useRef)(!1),{updateHasSeenVideoCelebrationModal:p}=(0,c.v2)(),{isEditorSaving:m}=(0,r.useSelect)((e=>{if(u){const t=e("core").isSavingEntityRecord("root","site")&&!e("core").isAutosavingEntityRecord("root","site"),o=e("core/edit-site").getPage(),n=parseInt(o?.context?.postId),r=e("core").isSavingEntityRecord("postType","page",n)&&!e("core").isAutosavingEntityRecord("postType","page",n),a=e("core").getEntityRecord("postType","page",n);return{isEditorSaving:t||r,linkUrl:a?.link}}const t=e("core/editor").getCurrentPost();return{isEditorSaving:e("core").isSavingEntityRecord("postType",t?.type,t?.id)&&!e("core").isAutosavingEntityRecord("postType",t?.type,t?.id)}})),f=(0,c.kN)(m);(0,a.useEffect)((()=>{!m&&d.current&&!o&&f&&(t(!0),s(!0),p(!0)),d.current=m}),[m,o,f,p]);const h=()=>t(!1);return React.createElement(l.A,{isOpen:e,className:"wpcom-site-editor-video-celebration-modal",title:__("You’ve added your first video!","jetpack-mu-wpcom"),description:__("Feel free to keep editing your homepage, or continue and launch your site.","jetpack-mu-wpcom"),imageSrc:i,actionButtons:React.createElement(React.Fragment,null,React.createElement(n.Button,{onClick:h},__("Keep editing","jetpack-mu-wpcom")),React.createElement(n.Button,{isPrimary:!0,href:`https://wordpress.com/setup/videopress/launchpad?siteSlug=${window.location.hostname}`,target:"_blank",rel:"noopener noreferrer"},__("Continue and launch","jetpack-mu-wpcom"))),onRequestClose:h})},d=()=>{const{siteIntent:e}=(0,c.Bg)();return"videopress"===e?React.createElement(u,null):null}},7002:(e,t,o)=>{"use strict";o.d(t,{A:()=>h});var n=o(6072),r=o.n(n),a=o(6427),s=o(7143),i=o(6087),c=o(7723),l=o(2601),u=o(4588),d=o(5921),p=o(9552),m=o(2299);const __=c.__;function f({pageNumber:e,isLastPage:t,alignBottom:o=!1,heading:n,description:r,imgSrc:s}){return(0,i.useEffect)((()=>{(0,m.k)("calypso_editor_wpcom_nux_slide_view",{slide_number:e,is_last_slide:t,is_gutenboarding:window.calypsoifyGutenberg?.isGutenboarding})}),[]),React.createElement(a.GuidePage,{className:"wpcom-block-editor-nux__page"},React.createElement("div",{className:"wpcom-block-editor-nux__text"},React.createElement("h1",{className:"wpcom-block-editor-nux__heading"},n),React.createElement("div",{className:"wpcom-block-editor-nux__description"},r)),React.createElement("div",{className:"wpcom-block-editor-nux__visual"},React.createElement("img",{key:s,src:s,alt:"","aria-hidden":"true",className:"wpcom-block-editor-nux__image"+(o?" align-bottom":"")})))}const h=function(){const{show:e,isNewPageLayoutModalOpen:t,isManuallyOpened:o}=(0,s.useSelect)((e=>({show:e("automattic/wpcom-welcome-guide").isWelcomeGuideShown(),isNewPageLayoutModalOpen:e("automattic/starter-page-layouts")&&e("automattic/starter-page-layouts").isOpen(),isManuallyOpened:e("automattic/wpcom-welcome-guide").isWelcomeGuideManuallyOpened()}))),{setShowWelcomeGuide:n}=(0,s.useDispatch)("automattic/wpcom-welcome-guide");if((0,i.useEffect)((()=>{e&&!t&&(0,m.k)("calypso_editor_wpcom_nux_open",{is_gutenboarding:window.calypsoifyGutenberg?.isGutenboarding,is_manually_opened:o})}),[o,t,e]),!e||t)return null;const c=[{heading:__("Welcome to your website","jetpack-mu-wpcom"),description:__("Edit your homepage, add the pages you need, and change your site’s look and feel.","jetpack-mu-wpcom"),imgSrc:u,alignBottom:!0},{heading:__("Add or edit your content","jetpack-mu-wpcom"),description:__("Edit the placeholder content we’ve started you off with, or click the plus sign to add more content.","jetpack-mu-wpcom"),imgSrc:l},{heading:__("Preview your site as you go","jetpack-mu-wpcom"),description:__("As you edit your site content, click “Preview” to see your site the way your visitors will.","jetpack-mu-wpcom"),imgSrc:d,alignBottom:!0},{heading:__("Hidden until you’re ready","jetpack-mu-wpcom"),description:__("Your site will remain hidden until launched. Click “Launch” in the toolbar to share it with the world.","jetpack-mu-wpcom"),imgSrc:p,alignBottom:!0}];return React.createElement(a.Guide,{className:"wpcom-block-editor-nux",contentLabel:__("Welcome to your website","jetpack-mu-wpcom"),finishButtonText:__("Get started","jetpack-mu-wpcom"),onFinish:()=>{(0,m.k)("calypso_editor_wpcom_nux_dismiss",{is_gutenboarding:window.calypsoifyGutenberg?.isGutenboarding}),n(!1,{openedManually:!1})}},c.map(((e,t)=>React.createElement(f,r()({key:e.heading,pageNumber:t+1,isLastPage:t===c.length-1},e)))))}},4810:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(7143);const r=()=>(0,n.select)("core/edit-site")?"site":(0,n.select)("core/editor")?(0,n.select)("core/editor").getCurrentPostType():void 0},6957:(e,t,o)=>{"use strict";o.d(t,{A:()=>d});var n=o(8254),r=o(7143),a=o(6087),s=o(6353),i=o(2299),c=o(4810),l=o(8959);function u({siteIntent:e}){const t=(0,s.cz)(window._currentSiteId),o=(0,n.Ym)(),{setShowWelcomeGuide:u}=(0,r.useDispatch)("automattic/wpcom-welcome-guide"),d=window.calypsoifyGutenberg?.isGutenboarding,p=()=>new URLSearchParams(document.location.search).has("welcome-tour-next"),m=(0,r.useSelect)((e=>!!e("core/edit-site")),[]),f=(0,r.useSelect)((e=>e("core").getCurrentTheme())),h=f?.name?.raw?.toLowerCase()??null,g=(0,l.A)(o,p(),m,h,e);if("sell"!==e||!t||"ecommerce-bundle"===t.product_slug){const e=g.findIndex((e=>"payment-block"===e.slug));g.splice(e,1)}const{isInserterOpened:w,isSidebarOpened:v,isSettingsOpened:b}=(0,r.useSelect)((e=>({isInserterOpened:e("core/edit-post").isInserterOpened(),isSidebarOpened:e("automattic/block-editor-nav-sidebar")?.isSidebarOpened()??!1,isSettingsOpened:"edit-post/document"===e("core/interface").getActiveComplementaryArea("core/edit-post")})),[]),y=v||window.matchMedia("(max-width: 782px)").matches&&(w||b),E=(0,c.A)(),_={steps:g,closeHandler:(t,o,n)=>{(0,i.k)("calypso_editor_wpcom_tour_dismiss",{is_gutenboarding:d,slide_number:o+1,action:n,intent:e,editor_type:E}),u(!1,{openedManually:!1})},isMinimized:y,options:{tourRating:{enabled:!0,useTourRating:()=>(0,r.useSelect)((e=>e("automattic/wpcom-welcome-guide").getTourRating()),[]),onTourRate:t=>{(0,r.dispatch)("automattic/wpcom-welcome-guide").setTourRating(t),(0,i.k)("calypso_editor_wpcom_tour_rate",{thumbs_up:"thumbs-up"===t,is_gutenboarding:!1,intent:e,editor_type:E})}},callbacks:{onMinimize:t=>{(0,i.k)("calypso_editor_wpcom_tour_minimize",{is_gutenboarding:d,slide_number:t+1,intent:e,editor_type:E})},onMaximize:t=>{(0,i.k)("calypso_editor_wpcom_tour_maximize",{is_gutenboarding:d,slide_number:t+1,intent:e,editor_type:E})},onStepViewOnce:t=>{const o=g.length-1,{heading:n}=g[t].meta;(0,i.k)("calypso_editor_wpcom_tour_slide_view",{slide_number:t+1,is_last_slide:t===o,slide_heading:n,is_gutenboarding:d,intent:e,editor_type:E})}},effects:{spotlight:p()?{styles:{minWidth:"50px",minHeight:"50px",borderRadius:"2px"}}:void 0,arrowIndicator:!1},popperModifiers:[(0,a.useMemo)((()=>({name:"offset",options:{offset:({placement:e,reference:t})=>{if("bottom"===e){const e=document.querySelector(".edit-post-header");if(!e)return;const o=e.getBoundingClientRect();return[0,o.height+o.y-(t.height+t.y)+16]}return[0,0]}}})),[])],classNames:"wpcom-editor-welcome-tour",portalParentElement:document.getElementById("wpwrap")}};return null===h?null:React.createElement(s.ns,{config:_})}const d=function(){const{show:e,isNewPageLayoutModalOpen:t,isManuallyOpened:o}=(0,r.useSelect)((e=>({show:e("automattic/wpcom-welcome-guide").isWelcomeGuideShown(),isNewPageLayoutModalOpen:e("automattic/starter-page-layouts")&&e("automattic/starter-page-layouts").isOpen(),isManuallyOpened:e("automattic/wpcom-welcome-guide").isWelcomeGuideManuallyOpened()})),[]),{siteIntent:d,siteIntentFetched:p}=(0,s.Bg)(),m=(0,n.Ym)(),f=(0,c.A)(),{siteIntent:h}=(0,s.Bg)(),g=h===s.Xf||h===s.JV,w=(0,l.A)(m,!1,!1,null,d);return(0,s.Oo)([w[0]]),(0,a.useEffect)((()=>{g||(e||t)&&p&&(0,i.k)("calypso_editor_wpcom_tour_open",{is_gutenboarding:window.calypsoifyGutenberg?.isGutenboarding,is_manually_opened:o,intent:d,editor_type:f})}),[t,o,e,d,p,f,g]),!e||t||g?null:React.createElement(u,{siteIntent:d})}},8959:(e,t,o)=>{"use strict";o.d(t,{A:()=>m});var n=o(4437),r=o(5985),a=o(6427),s=o(9491),i=o(6087),c=o(7723),l=o(3832),u=o(2299),d=o(4810);const __=c.__,_x=c._x;function p(e){const t="https://s0.wp.com/i/editor-welcome-tour";return{addBlock:{desktop:{src:`${t}/slide-add-block.gif`,type:"image/gif"},mobile:{src:`${t}/slide-add-block_mobile.gif`,type:"image/gif"}},allBlocks:{desktop:{src:`${t}/slide-all-blocks.gif`,type:"image/gif"}},finish:{desktop:{src:`${t}/slide-finish.png`,type:"image/gif"}},makeBold:{desktop:{src:`${t}/slide-make-bold.gif`,type:"image/gif"}},moreOptions:{desktop:{src:`${t}/slide-more-options.gif`,type:"image/gif"},mobile:{src:`${t}/slide-more-options_mobile.gif`,type:"image/gif"}},moveBlock:{desktop:{src:`${t}/slide-move-block.gif`,type:"image/gif"},mobile:{src:`${t}/slide-move-block_mobile.gif`,type:"image/gif"}},findYourWay:{desktop:{src:`${t}/slide-find-your-way.gif`,type:"image/gif"}},undo:{desktop:{src:`${t}/slide-undo.gif`,type:"image/gif"}},welcome:{desktop:{src:`${t}/slide-welcome.png`,type:"image/png"},mobile:{src:`${t}/slide-welcome_mobile.jpg`,type:"image/jpeg"}},editYourSite:{desktop:{src:"https://s.w.org/images/block-editor/edit-your-site.gif?1",type:"image/gif"},mobile:{src:"https://s.w.org/images/block-editor/edit-your-site.gif?1",type:"image/gif"}},videomakerWelcome:{desktop:{src:`${t}/slide-videomaker-welcome.png`,type:"image/png"}},videomakerEdit:{desktop:{src:`${t}/slide-videomaker-edit.png`,type:"image/png"}}}[e]}const m=function(e,t=!1,o=!1,c=null,m=void 0){const f="videomaker"===(c??""),h=!!(0,l.getQueryArg)(window.location.href,"assembler"),g=(0,s.useViewportMatch)("mobile","<"),w=`https://wordpress.com/home/${window.location.hostname}?courseSlug=site-editor-quick-start`,v=(0,d.A)(),b=()=>{(0,u.k)("calypso_editor_wpcom_tour_site_editor_course_link_click",{is_pattern_assembler:h,intent:m,editor_type:v})};return[{slug:"welcome",meta:{heading:h?__("Nice job! Your new page is set up.","jetpack-mu-wpcom"):_x("Welcome to WordPress!","jetpack-mu-wpcom","jetpack-mu-wpcom"),descriptions:{desktop:h?(0,i.createInterpolateElement)(__("This is the Site Editor, where you can change everything about your site, including adding content to your homepage. Watch these short videos and take this tour to get started.","jetpack-mu-wpcom"),{link_to_site_editor_course:React.createElement(a.ExternalLink,{href:w,onClick:b,children:null})}):o?__("Take this short, interactive tour to learn the fundamentals of the WordPress Site Editor.","jetpack-mu-wpcom"):_x("Take this short, interactive tour to learn the fundamentals of the WordPress editor.","jetpack-mu-wpcom","jetpack-mu-wpcom"),mobile:null},imgSrc:p(f?"videomakerWelcome":"welcome"),imgLink:h?{href:w,playable:!0,onClick:b}:void 0},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:["is-with-extra-padding","calypso_editor_wpcom_draft_post_modal_show"]}}},{slug:"everything-is-a-block",meta:{heading:__("Everything is a block","jetpack-mu-wpcom"),descriptions:{desktop:__("In the WordPress Editor, paragraphs, images, and videos are all blocks.","jetpack-mu-wpcom"),mobile:null},imgSrc:p("allBlocks")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:"wpcom-editor-welcome-tour__step"}}},{slug:"add-block",...t&&{referenceElements:{mobile:".edit-post-header .edit-post-header__toolbar .components-button.edit-post-header-toolbar__inserter-toggle",desktop:".edit-post-header .edit-post-header__toolbar .components-button.edit-post-header-toolbar__inserter-toggle"}},meta:{heading:__("Adding a new block","jetpack-mu-wpcom"),descriptions:{desktop:__("Click + to open the inserter. Then click the block you want to add.","jetpack-mu-wpcom"),mobile:__("Tap + to open the inserter. Then tap the block you want to add.","jetpack-mu-wpcom")},imgSrc:p("addBlock")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:["is-with-extra-padding","wpcom-editor-welcome-tour__step"]}}},{slug:"settings",...t&&{referenceElements:{mobile:".edit-post-header .edit-post-header__settings .interface-pinned-items > button:nth-child(1)",desktop:".edit-post-header .edit-post-header__settings .interface-pinned-items > button:nth-child(1)"}},meta:{heading:__("More Options","jetpack-mu-wpcom"),descriptions:{desktop:__("Click the settings icon to see even more options.","jetpack-mu-wpcom"),mobile:__("Tap the settings icon to see even more options.","jetpack-mu-wpcom")},imgSrc:p("moreOptions")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:["is-with-extra-padding","wpcom-editor-welcome-tour__step"]}}},...g?[]:[{slug:"find-your-way",meta:{heading:__("Find your way","jetpack-mu-wpcom"),descriptions:{desktop:__("Use List View to see all the blocks you've added. Click and drag any block to move it around.","jetpack-mu-wpcom"),mobile:null},imgSrc:p("findYourWay")},options:{classNames:{desktop:["is-with-extra-padding","wpcom-editor-welcome-tour__step"],mobile:"wpcom-editor-welcome-tour__step"}}}],{slug:"payment-block",meta:{heading:__("The Payments block","jetpack-mu-wpcom"),descriptions:{desktop:React.createElement(React.Fragment,null,__("The Payments block allows you to accept payments for one-time, monthly recurring, or annual payments on your website","jetpack-mu-wpcom"),React.createElement("br",null),React.createElement(a.ExternalLink,{href:(0,n.rm)("https://wordpress.com/support/video-tutorials-add-payments-features-to-your-site-with-our-guides/#how-to-use-the-payments-block-video",e),rel:"noopener noreferrer"},__("Learn more","jetpack-mu-wpcom"))),mobile:null},imgSrc:p("welcome")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:"wpcom-editor-welcome-tour__step"}}},...o?[{slug:"edit-your-site",meta:{heading:__("Edit your site","jetpack-mu-wpcom"),descriptions:{desktop:(0,i.createInterpolateElement)(__("Design everything on your site - from the header right down to the footer - in the Site Editor. Learn more","jetpack-mu-wpcom"),{link_to_fse_docs:React.createElement(a.ExternalLink,{href:(0,n.rm)("https://wordpress.com/support/full-site-editing/",e),children:null})}),mobile:__("Design everything on your site - from the header right down to the footer - in the Site Editor.","jetpack-mu-wpcom")},imgSrc:p("editYourSite")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:["is-with-extra-padding","wpcom-editor-welcome-tour__step"]}}}]:[],{slug:"congratulations",meta:{heading:__("Congratulations!","jetpack-mu-wpcom"),descriptions:{desktop:(0,r.lk)()?(0,i.createInterpolateElement)(__("You've learned the basics. Remember, your site is private until you decide to launch. View the block editing docs to learn more.","jetpack-mu-wpcom"),{link_to_launch_site_docs:React.createElement(a.ExternalLink,{href:(0,n.rm)("https://wordpress.com/support/settings/privacy-settings/#launch-your-site",e),children:null}),link_to_editor_docs:React.createElement(a.ExternalLink,{href:(0,n.rm)("https://wordpress.com/support/wordpress-editor/",e),children:null})}):(0,i.createInterpolateElement)(__("You've learned the basics. View the block editing docs to learn more.","jetpack-mu-wpcom"),{link_to_editor_docs:React.createElement(a.ExternalLink,{href:(0,n.rm)("https://wordpress.com/support/wordpress-editor/",e),children:null})}),mobile:null},imgSrc:p("finish")},options:{classNames:{desktop:"wpcom-editor-welcome-tour__step",mobile:"wpcom-editor-welcome-tour__step"}}}]}},3315:(e,t,o)=>{"use strict";var n=o(1621);e.exports=function(){var e=n.apply(n,arguments);return e.charAt(0).toUpperCase()+e.slice(1)}},3873:(e,t,o)=>{"use strict";o.d(t,{A:()=>n});const n=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i},2811:(e,t,o)=>{"use strict";var n;o.d(t,{A:()=>a});var r=new Uint8Array(16);function a(){if(!n&&!(n="undefined"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!=typeof msCrypto&&"function"==typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto)))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return n(r)}},4755:(e,t,o)=>{"use strict";o.d(t,{A:()=>s});for(var n=o(6026),r=[],a=0;a<256;++a)r.push((a+256).toString(16).substr(1));const s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,o=(r[e[t+0]]+r[e[t+1]]+r[e[t+2]]+r[e[t+3]]+"-"+r[e[t+4]]+r[e[t+5]]+"-"+r[e[t+6]]+r[e[t+7]]+"-"+r[e[t+8]]+r[e[t+9]]+"-"+r[e[t+10]]+r[e[t+11]]+r[e[t+12]]+r[e[t+13]]+r[e[t+14]]+r[e[t+15]]).toLowerCase();if(!(0,n.A)(o))throw TypeError("Stringified UUID is invalid");return o}},70:(e,t,o)=>{"use strict";o.d(t,{A:()=>a});var n=o(2811),r=o(4755);const a=function(e,t,o){var a=(e=e||{}).random||(e.rng||n.A)();if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t){o=o||0;for(var s=0;s<16;++s)t[o+s]=a[s];return t}return(0,r.A)(a)}},6026:(e,t,o)=>{"use strict";o.d(t,{A:()=>r});var n=o(3873);const r=function(e){return"string"==typeof e&&n.A.test(e)}},1309:(e,t,o)=>{var n=o(3315),r=o(7110);function a(e,t){if(t)if("number"==typeof t)s(e,t);else{t.status_code&&s(e,t.status_code),t.error&&(e.name=c(t.error)),t.error_description&&(e.message=t.error_description);var o=t.errors;if(o)a(e,o.length?o[0]:o);for(var n in t)e[n]=t[n];e.status&&(t.method||t.path)&&i(e)}}function s(e,t){e.name=c(r[t]),e.status=e.statusCode=t,i(e)}function i(e){var t=e.status,o=e.method,n=e.path,r=t+" status code",a=o||n;a&&(r+=' for "'),o&&(r+=o),a&&(r+=" "),n&&(r+=n),a&&(r+='"'),e.message=r}function c(e){return n(String(e).replace(/error$/i,""),"error")}e.exports=function e(){for(var t=new Error,o=0;o{"use strict";o.d(t,{Ay:()=>R});var n=o(6941),r=o.n(n),a=o(70),s=o(1309),i=o.n(s);const c=r()("wpcom-proxy-request"),l="https://public-api.wordpress.com";let u=null;const d=(()=>{let e=!1;try{window.postMessage({toString:function(){e=!0}},"*")}catch(e){}return e})(),p=(()=>{try{return new window.File(["a"],"test.jpg",{type:"image/jpeg"}),!0}catch(e){return!1}})();let m,f=null,h=!1;const g={},w=(e,t)=>{const o=Object.assign({},e);c("request(%o)",o),f||_();const n=(0,a.A)();o.callback=n,o.supports_args=!0,o.supports_error_obj=!0,o.supports_progress=!0,o.method=String(o.method||"GET").toUpperCase(),c("params object: %o",o);const r=new window.XMLHttpRequest;if(r.params=o,g[n]=r,"function"==typeof t){let e=!1;const o=o=>{if(e)return;e=!0;const n=o.response??r.response;c("body: ",n),c("headers: ",o.headers),t(null,n,o.headers)},n=o=>{if(e)return;e=!0;const n=o.error??o.err??o;c("error: ",n),c("headers: ",o.headers),t(n,null,o.headers)};r.addEventListener("load",o),r.addEventListener("abort",n),r.addEventListener("error",n)}return"function"==typeof o.onStreamRecord&&(u=o.onStreamRecord,delete o.onStreamRecord),h?b(o):(c("buffering API request since proxying