mosaic-headless 1.14.0 → 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SKILL.md +5 -2
- package/assets/templates/platforms/claude-ai.json +1 -1
- package/assets/templates/platforms/claude-code.json +1 -1
- package/assets/templates/platforms/codex-cli.json +1 -1
- package/assets/templates/platforms/copilot.json +1 -1
- package/assets/templates/platforms/gemini-cli.json +1 -1
- package/data/intro-verification.csv +13 -13
- package/package.json +1 -1
- package/sites/_moksa.py +104 -2
- package/sites/moksa.json +102 -1
- package/tools/verify_intro.py +39 -8
package/SKILL.md
CHANGED
|
@@ -4,7 +4,7 @@ description: |
|
|
|
4
4
|
Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface with `mo.py`, which joins every source table to the live sweeps so a lookup leads with the measured verdict rather than the declaration (122 node types, 181 properties, 98 style properties with 20 structured value shapes pinned down, 53 style states, 151 element classes, 74 dynamic variables, 12 interaction triggers, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, the design-token and element-class layers verified against compiled CSS, the @VAR() dynamic language verified against rendered output, nine designed pages built through the tables themselves, and the delivered page re-read in Chromium at three viewports so a rule that is present, correct and still wrong cannot pass.
|
|
5
5
|
license: "MIT"
|
|
6
6
|
author: "moksa (https://moksaweb.com)"
|
|
7
|
-
version: "1.
|
|
7
|
+
version: "1.15.0"
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Headless Mosaic
|
|
@@ -170,7 +170,10 @@ INTERACTION the JS animation path, probed with negative controls and the row re
|
|
|
170
170
|
written straight into the table with caches flushed.
|
|
171
171
|
data/interaction-verification.csv
|
|
172
172
|
|
|
173
|
-
INTRO the page-load sequence
|
|
173
|
+
INTRO the page-load sequence - an ukiyo-e sheet printing itself one carved
|
|
174
|
+
block at a time, each impression landing out of register and snapping
|
|
175
|
+
true against the kento marks - sampled at thirteen timestamps across
|
|
176
|
+
its life
|
|
174
177
|
and
|
|
175
178
|
asserted on seven counts - it plays, the animated `@property` counter
|
|
176
179
|
reaches 100, the veil leaves hit-testing, no in-viewport content is
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface (122 node types, 181 node properties, 98 style properties, 53 style states, 151 element classes, 74 dynamic variables, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, every style and node property swept against the compiled CSS and markup, and 569 responsive declarations checked against the stylesheet the site actually served.",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "moksa (https://moksaweb.com)",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.15.0"
|
|
24
24
|
},
|
|
25
25
|
"loaderBehaviour": "Upload via Settings -> Skills -> Upload. Claude.ai parses SKILL.md frontmatter and surfaces the skill in your library. The extraction tool (extract-block-schema.php) needs a live WP-CLI connection and won't run in the sandbox; use it from a local terminal against your own site instead.",
|
|
26
26
|
"uploadSteps": [
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface (122 node types, 181 node properties, 98 style properties, 53 style states, 151 element classes, 74 dynamic variables, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, every style and node property swept against the compiled CSS and markup, and 569 responsive declarations checked against the stylesheet the site actually served.",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "moksa (https://moksaweb.com)",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.15.0"
|
|
24
24
|
},
|
|
25
25
|
"loaderBehaviour": "Auto-loads on session start when SKILL.md frontmatter parses successfully.",
|
|
26
26
|
"verified": true,
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface (122 node types, 181 node properties, 98 style properties, 53 style states, 151 element classes, 74 dynamic variables, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, every style and node property swept against the compiled CSS and markup, and 569 responsive declarations checked against the stylesheet the site actually served.",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "moksa (https://moksaweb.com)",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.15.0"
|
|
24
24
|
},
|
|
25
25
|
"loaderBehaviour": "Confirmed (2026-07-11): Codex CLI natively supports the SKILL.md spec. Place SKILL.md under .codex/skills/<name>/ (project) or ~/.codex/skills/<name>/ (personal) and Codex loads the name+description at session start, then the full body on demand. A parallel, broader convention .agents/skills/ (searched from cwd up to repo root, then ~/.agents/skills/) also exists across multiple tools - if your Codex CLI version prioritizes that path instead, mirror the same SKILL.md there.",
|
|
26
26
|
"verified": true,
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface (122 node types, 181 node properties, 98 style properties, 53 style states, 151 element classes, 74 dynamic variables, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, every style and node property swept against the compiled CSS and markup, and 569 responsive declarations checked against the stylesheet the site actually served.",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "moksa (https://moksaweb.com)",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.15.0"
|
|
24
24
|
},
|
|
25
25
|
"loaderBehaviour": "CHANGED as of 2026-07-11: GitHub Copilot added a proper '.github/skills/' Agent Skills directory (December 2025), alongside the older single-file .github/copilot-instructions.md convention. This config targets the new skills-directory form. If your Copilot version predates this (pre Dec 2025), use the instructions-append fallback instead (see fallback below).",
|
|
26
26
|
"fallback": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"description": "Build and modify Mosaic Pro (Nextend) sites by writing the underlying data model directly - no visual editor, no DOM. Query the real surface (122 node types, 181 node properties, 98 style properties, 53 style states, 151 element classes, 74 dynamic variables, 114 REST routes, 23 tables) instead of guessing, with every node type placed on a live site one at a time and asserted against the delivered HTML, every style and node property swept against the compiled CSS and markup, and 569 responsive declarations checked against the stylesheet the site actually served.",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"author": "moksa (https://moksaweb.com)",
|
|
23
|
-
"version": "1.
|
|
23
|
+
"version": "1.15.0"
|
|
24
24
|
},
|
|
25
25
|
"loaderBehaviour": "CHANGED as of 2026-07-11: Gemini CLI now natively supports the same SKILL.md standard as Claude Code and Codex CLI - the same directory-based skill works unmodified. Gemini CLI discovers skills in this precedence order: built-in, extension skills, ~/.gemini/skills/ (personal), .gemini/skills/ (project, shared via version control). At session start Gemini injects each discovered skill's name+description into the system prompt and calls activate_skill when a task matches.",
|
|
26
26
|
"verified": true,
|
|
@@ -4,21 +4,21 @@ COUNTS,PASS,--mk-n reached 100
|
|
|
4
4
|
ENDS,PASS,veil is out of hit-testing from 4200ms
|
|
5
5
|
NO_TRAP,PASS,"0 content elements still at opacity 0 in the viewport (60 below the fold awaiting their own scroll timeline, 1 mid-blink)"
|
|
6
6
|
CLEARS,PASS,a real click landed on 'mk-caret-row'
|
|
7
|
-
AMBIENT,PASS,"
|
|
7
|
+
AMBIENT,PASS,"7 elements still moving between 5200ms and 6500ms with no input: mk-board-city-s, mk-board-utc-s, mk-clock-s, mk-flap-0-s, mk-pan-loop, mk-sweep"
|
|
8
8
|
DEGRADES,PASS,with reduced motion the veil is display:none throughout
|
|
9
9
|
READABLE,PASS,0 elements invisible at 120ms with reduced motion
|
|
10
10
|
|
|
11
11
|
t_ms,counter,veil_visibility,veil_clip,veil_covers_centre,hit_centre,invisible_content
|
|
12
12
|
120,,,,False,html.no-js,0
|
|
13
|
-
400,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=0;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",visible,none,True,mk-boot,7
|
|
14
|
-
800,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=80;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",visible,none,True,p.M_EL62,3
|
|
15
|
-
1300,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
16
|
-
1800,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
17
|
-
2300,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
18
|
-
2700,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
19
|
-
3000,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
20
|
-
3300,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
21
|
-
3700,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
22
|
-
4200,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
23
|
-
5200,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
24
|
-
6500,"--zd-accent=rgb(158, 127, 88);--wc-form-border-color=rgba(32, 7, 7, 0.8);--M-qx=0;--mosaic-frontend-neutral-300=#CECECE;--wp-admin-theme-color-darker-20=#005a87;--wp--preset--font-size--large=36px;--wp--preset--shadow--outlined=6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--mosaic-scale-z=1;--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan=linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--blush-light-purple=linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wc-subtext=#767676;--mosaic-easing-ease-in-quart=cubic-bezier(0.895, 0.030, 0.685, 0.220);--wp--preset--color--vivid-purple=#9b51e0;--mosaic-rotate-x=0deg;--wc-orange=#ffba00;--mk-paper=rgb(250, 250, 247);--wp-bound-block-color=#7a00df;--zd-ink=rgb(24, 21, 18);--wc-secondary-text=#515151;--wp--preset--gradient--electric-grass=linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--mk-faint=rgb(107, 109, 113);--mosaic-easing-ease-in-sine=cubic-bezier(0.470, 0.000, 0.745, 0.715);--wp--preset--gradient--blush-bordeaux=linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--mosaic-easing-ease-in-out-quart=cubic-bezier(0.770, 0.000, 0.175, 1.000);--wp--preset--shadow--deep=12px 12px 50px rgba(0, 0, 0, 0.4);--mosaic-scale-y=1;--wc-content-bg=#fff;--mosaic-easing-ease-in-out-quint=cubic-bezier(0.860, 0.000, 0.070, 1.000);--mosaic-easing-ease-out-epic=cubic-bezier(0.250, 0.750, 0.750, 1.000);--mosaic-skew-x=0deg;--mosaic-easing-ease=""ease"";--mosaic-easing-ease-out-cubic=cubic-bezier(0.215, 0.610, 0.355, 1.000);--mosaic-frontend-state-disabled-opacity=0.5;--wp-admin-theme-color-darker-20--rgb=0,90,135;--mosaic-rotate-z=0deg;--wp--preset--spacing--40=1rem;--wp-admin-theme-color--rgb=0,124,186;--mosaic-easing-ease-in-cubic=cubic-bezier(0.550, 0.055, 0.675, 0.190);--mosaic-frontend-neutral-200=#DBDBDB;--M-sy=0;--mosaic-easing-ease-out=""ease-out"";--wp--preset--color--luminous-vivid-orange=#ff6900;--mosaic-frontend-neutral-400=#BCBCBC;--mosaic-frontend-black=#000000;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple=linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--style--root--padding-bottom=0px;--mk-rule=rgb(214, 214, 206);--mosaic-easing-spring-easy=linear(0.000 0%, 0.008 1%, 0.028 2%, 0.057 3%, 0.094 4%, 0.137 5%, 0.184 6%, 0.233 7%, 0.283 8%, 0.335 9%, 0.386 10%, 0.436 11%, 0.485 12%, 0.531 13%, 0.576 14%, 0.618 15%, 0.658 16%, 0.696 17%, 0.730 18%, 0.762 19%, 0.792 20%, 0.819 21%, 0.843 22%, 0.865 23%, 0.885 24%, 0.903 25%, 0.919 26%, 0.934 27%, 0.946 28%, 0.957 29%, 0.967 30%, 0.975 31%, 0.982 32%, 0.988 33%, 0.993 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.008 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.002 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.001 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--mosaic-easing-spring-gentle=linear(0.000 0%, 0.006 1%, 0.022 2%, 0.047 3%, 0.079 4%, 0.118 5%, 0.161 6%, 0.208 7%, 0.258 8%, 0.309 9%, 0.362 10%, 0.414 11%, 0.467 12%, 0.518 13%, 0.569 14%, 0.617 15%, 0.664 16%, 0.708 17%, 0.749 18%, 0.788 19%, 0.825 20%, 0.858 21%, 0.889 22%, 0.917 23%, 0.942 24%, 0.965 25%, 0.985 26%, 1.002 27%, 1.017 28%, 1.030 29%, 1.042 30%, 1.051 31%, 1.058 32%, 1.064 33%, 1.068 34%, 1.071 35%, 1.073 36%, 1.074 37%, 1.073 38%, 1.072 39%, 1.071 40%, 1.068 41%, 1.066 42%, 1.063 43%, 1.059 44%, 1.056 45%, 1.052 46%, 1.048 47%, 1.044 48%, 1.040 49%, 1.036 50%, 1.033 51%, 1.029 52%, 1.026 53%, 1.022 54%, 1.019 55%, 1.016 56%, 1.014 57%, 1.011 58%, 1.009 59%, 1.007 60%, 1.005 61%, 1.003 62%, 1.002 63%, 1.000 64%, 0.999 65%, 0.998 66%, 0.997 67%, 0.996 68%, 0.996 69%, 0.995 70%, 0.995 71%, 0.995 72%, 0.995 73%, 0.995 74%, 0.995 75%, 0.995 76%, 0.995 77%, 0.995 78%, 0.995 79%, 0.995 80%, 0.996 81%, 0.996 82%, 0.996 83%, 0.996 84%, 0.997 85%, 0.997 86%, 0.997 87%, 0.998 88%, 0.998 89%, 0.998 90%, 0.998 91%, 0.999 92%, 0.999 93%, 0.999 94%, 0.999 95%, 0.999 96%, 0.999 97%, 1.000 98%, 1.000 99%, 1.000 100%);--wc-primary=#720eec;--wc-primary-text=#fcfbfe;--wp-admin-theme-color-darker-10--rgb=0,107,160.5;--wp--preset--color--vivid-cyan-blue=#0693e3;--mosaic-easing-ease-in-out-epic=cubic-bezier(0.750, 0.250, 0.250, 0.750);--zd-muted=rgb(122, 113, 101);--wp--preset--shadow--natural=6px 6px 9px rgba(0, 0, 0, 0.2);--wp--style--root--padding-top=0px;--wp--preset--spacing--30=0.67rem;--mosaic-easing-ease-in-out-sine=cubic-bezier(0.445, 0.050, 0.550, 0.950);--mosaic-easing-spring-snap=linear(0.000 0%, 0.009 1%, 0.030 2%, 0.060 3%, 0.097 4%, 0.140 5%, 0.187 6%, 0.236 7%, 0.287 8%, 0.338 9%, 0.389 10%, 0.439 11%, 0.488 12%, 0.534 13%, 0.579 14%, 0.621 15%, 0.661 16%, 0.698 17%, 0.732 18%, 0.764 19%, 0.794 20%, 0.820 21%, 0.845 22%, 0.867 23%, 0.887 24%, 0.904 25%, 0.920 26%, 0.934 27%, 0.947 28%, 0.958 29%, 0.967 30%, 0.975 31%, 0.983 32%, 0.989 33%, 0.994 34%, 0.998 35%, 1.001 36%, 1.004 37%, 1.006 38%, 1.008 39%, 1.010 40%, 1.011 41%, 1.011 42%, 1.012 43%, 1.012 44%, 1.012 45%, 1.012 46%, 1.011 47%, 1.011 48%, 1.010 49%, 1.010 50%, 1.009 51%, 1.009 52%, 1.008 53%, 1.007 54%, 1.007 55%, 1.006 56%, 1.006 57%, 1.005 58%, 1.005 59%, 1.004 60%, 1.004 61%, 1.003 62%, 1.003 63%, 1.003 64%, 1.002 65%, 1.002 66%, 1.002 67%, 1.001 68%, 1.001 69%, 1.001 70%, 1.001 71%, 1.001 72%, 1.001 73%, 1.000 74%, 1.000 75%, 1.000 76%, 1.000 77%, 1.000 78%, 1.000 79%, 1.000 80%, 1.000 81%, 1.000 82%, 1.000 83%, 1.000 84%, 1.000 85%, 1.000 86%, 1.000 87%, 1.000 88%, 1.000 89%, 1.000 90%, 1.000 91%, 1.000 92%, 1.000 93%, 1.000 94%, 1.000 95%, 1.000 96%, 1.000 97%, 1.000 98%, 1.000 99%, 1.000 100%);--M-cx=1;--wp--preset--color--pale-cyan-blue=#8ed1fc;--wp--preset--spacing--50=1.5rem;--mosaic-easing-bounce-loose=linear(0.000 0%, 0.288 4.17%, 0.616 8.33%, 0.902 12.5%, 0.897 16.67%, 0.792 20.83%, 0.768 25%, 0.801 29.17%, 0.863 33.33%, 0.930 37.5%, 0.987 41.67%, 0.974 45.83%, 0.955 50%, 0.953 54.17%, 0.961 58.33%, 0.974 62.5%, 0.987 66.67%, 0.999 70.83%, 0.994 75%, 0.991 79.17%, 0.990 83.33%, 0.992 87.5%, 0.995 91.67%, 0.998 95.83%, 1.000 100%);--mosaic-frontend-neutral-700=#606060;--mosaic-easing-ease-in-quad=cubic-bezier(0.550, 0.085, 0.680, 0.530);--wp--style--root--padding-right=0px;--wp--style--global--wide-size=1216px;--mosaic-easing-linear=""linear"";--mosaic-easing-ease-out-quint=cubic-bezier(0.230, 1.000, 0.320, 1.000);--wp--style--block-gap=32px;--wp--preset--gradient--luminous-dusk=linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--mosaic-easing-ease-in-out-expo=cubic-bezier(1.000, 0.000, 0.000, 1.000);--M-s=1;--mk-m=0;--zd-surface=rgb(253, 251, 248);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange=linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--M-qy=0;--wp--preset--color--vivid-red=#cf2e2e;--wp--preset--shadow--crisp=6px 6px 0px rgb(0, 0, 0);--wc-highligh-text=white;--mosaic-easing-ease-out-sine=cubic-bezier(0.390, 0.575, 0.565, 1.000);--zd-sand=rgb(232, 224, 211);--wp--preset--aspect-ratio--square=1;--M-qw=1;--wp--preset--spacing--80=5.06rem;--mk-accent-ink=rgb(191, 68, 40);--wp--preset--font-size--medium=20px;--wp--preset--color--black=#000000;--mosaic-scale=1;--mosaic-easing-ease-in-circ=cubic-bezier(0.600, 0.040, 0.980, 0.335);--mosaic-easing-ease-in-out-circ=cubic-bezier(0.785, 0.135, 0.150, 0.860);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red=linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wc-destructive=#cc1818;--mosaic-easing-ease-out-expo=cubic-bezier(0.190, 1.000, 0.220, 1.000);--zd-paper=rgb(247, 244, 238);--mosaic-frontend-neutral-500=#AAAAAA;--wc-separator-color=color-mix(in srgb,currentColor 20%,transparent);--wp--preset--gradient--cool-to-warm-spectrum=linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--midnight=linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-family--cardo=Cardo;--mosaic-frontend-neutral-600=#7F7F7F;--mosaic-easing-ease-in-quint=cubic-bezier(0.755, 0.050, 0.855, 0.060);--mosaic-easing-ease-in-out-cubic=cubic-bezier(0.645, 0.045, 0.355, 1.000);--mosaic-easing-ease-in=""ease-in"";--mosaic-translate-x=0px;--wp--preset--aspect-ratio--16-9=16/9;--wp--preset--color--pale-pink=#f78da7;--mosaic-easing-ease-out-back=cubic-bezier(0.175, 0.885, 0.320, 1.275);--wp-block-synced-color--rgb=122,0,223;--woocommerce=#720eec;--wp--preset--color--cyan-bluish-gray=#abb8c3;--mk-accent=rgb(255, 90, 54);--wp--preset--spacing--60=2.25rem;--wp--preset--color--vivid-green-cyan=#00d084;--wp--style--global--content-size=800px;--wp-editor-canvas-background=#ddd;--mosaic-frontend-danger=#b91c1c;--mosaic-frontend-neutral-100=#EAEAEA;--mosaic-easing-ease-in-back=cubic-bezier(0.600, -0.280, 0.735, 0.045);--mosaic-easing-bounce-slow=linear(0.000 0%, 0.221 4.17%, 0.417 8.33%, 0.583 12.5%, 0.719 16.67%, 0.824 20.83%, 0.904 25%, 0.961 29.17%, 1.000 33.33%, 0.975 37.5%, 0.962 41.67%, 0.956 45.83%, 0.955 50%, 0.958 54.17%, 0.963 58.33%, 0.969 62.5%, 0.975 66.67%, 0.980 70.83%, 0.985 75%, 0.990 79.17%, 0.993 83.33%, 0.996 87.5%, 0.998 91.67%, 0.999 95.83%, 1.000 100%);--wp-admin-theme-color=#007cba;--wp--preset--aspect-ratio--3-2=3/2;--mosaic-skew-y=0deg;--wc-form-border-width=1px;--wp--preset--aspect-ratio--2-3=2/3;--wp--preset--font-size--x-large=42px;--wp--preset--font-size--huge=42px;--mosaic-easing-ease-in-expo=cubic-bezier(0.950, 0.050, 0.795, 0.035);--wp--preset--font-size--normal=16px;--M-qz=0;--mosaic-frontend-neutral-50=#F0F0F0;--zd-line=rgb(223, 215, 202);--wp--style--root--padding-left=0px;--mk-ink=rgb(22, 24, 28);--wp--preset--font-family--inter=""Inter"", sans-serif;--mosaic-easing-ease-in-epic=cubic-bezier(0.250, 0.000, 0.750, 0.250);--mosaic-root-can-scroll-y=stable;--wp--preset--aspect-ratio--4-3=4/3;--mosaic-scale-x=1;--mosaic-perspective=none;--wp--preset--font-size--small=13px;--mosaic-frontend-white=#ffffff;--mosaic-easing-ease-out-quart=cubic-bezier(0.165, 0.840, 0.440, 1.000);--wp--preset--spacing--70=3.38rem;--mk-s=0;--M-cy=1;--mk-muted=rgb(90, 92, 97);--wc-blue=#2ea2cc;--mosaic-easing-ease-in-out-back=cubic-bezier(0.680, -0.550, 0.265, 1.550);--wp--preset--color--luminous-vivid-amber=#fcb900;--wp-block-synced-color=#7a00df;--wc-green=#007518;--wp--preset--aspect-ratio--9-16=9/16;--wc-red=#a00;--wp--preset--color--light-green-cyan=#7bdcb5;--mosaic-translate-y=0px;--mk-panel=rgb(243, 243, 239);--wp-admin-border-width-focus=2px;--wc-secondary=#e9e6ed;--wp--preset--shadow--sharp=6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--gradient--pale-ocean=linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--color--white=#ffffff;--M-sz=0;--mosaic-frontend-neutral-800=#383838;--wc-form-border-radius=4px;--mosaic-rotate-y=0deg;--wp--preset--aspect-ratio--3-4=3/4;--wp-admin-theme-color-darker-10=#006ba1;--mosaic-easing-ease-out-circ=cubic-bezier(0.075, 0.820, 0.165, 1.000);--mk-n=100;--mosaic-frontend-neutral-900=#0D0D0D;--mosaic-easing-ease-out-quad=cubic-bezier(0.250, 0.460, 0.450, 0.940);--wp--preset--spacing--20=0.44rem;--mosaic-easing-ease-in-out-quad=cubic-bezier(0.455, 0.030, 0.515, 0.955);--M-cz=1;--mosaic-translate-z=0px;--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray=linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--M-sx=0;--wc-highlight=#958e09;--mosaic-easing-ease-in-out=""ease-in-out"";--wc-card-border-radius=8px",hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
13
|
+
400,--mk-n=0;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,7
|
|
14
|
+
800,--mk-n=3;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,7
|
|
15
|
+
1300,--mk-n=26;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,7
|
|
16
|
+
1800,--mk-n=50;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,4
|
|
17
|
+
2300,--mk-n=76;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,3
|
|
18
|
+
2700,--mk-n=94;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,3
|
|
19
|
+
3000,--mk-n=100;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,3
|
|
20
|
+
3300,--mk-n=100;--mk-s=0;--mk-m=0,visible,none,True,mk-boot,3
|
|
21
|
+
3700,--mk-n=100;--mk-s=0;--mk-m=0,visible,inset(0px 0px 44.6013%),True,mk-boot,2
|
|
22
|
+
4200,--mk-n=100;--mk-s=0;--mk-m=0,hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
23
|
+
5200,--mk-n=100;--mk-s=0;--mk-m=0,hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
|
24
|
+
6500,--mk-n=100;--mk-s=0;--mk-m=0,hidden,inset(0px 0px 100%),False,mk-caret-row,0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mosaic-headless",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.0",
|
|
4
4
|
"description": "AI-agent skill: build Mosaic Pro (Nextend) WordPress sites by writing the underlying data model directly - 23 custom tables, no visual editor, no DOM. Every node type, style property and node property swept against a live install and asserted on the delivered HTML and compiled CSS. Installs into Claude Code, Cursor, Codex CLI, Gemini CLI, Copilot, Continue, Windsurf and Claude.ai.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wordpress",
|
package/sites/_moksa.py
CHANGED
|
@@ -42,6 +42,9 @@ TOKENS = {
|
|
|
42
42
|
"--mk-panel": {"type": "color", "value": "rgb(243,243,239)"},
|
|
43
43
|
"--mk-accent": {"type": "color", "value": "rgb(255,90,54)"},
|
|
44
44
|
"--mk-accent-ink": {"type": "color", "value": "rgb(191,68,40)"},
|
|
45
|
+
# 藍摺 aizuri indigo, for the entrance sequence's colour blocks. 10.98:1 on the
|
|
46
|
+
# paper ground, so it is a real colour here rather than a tint.
|
|
47
|
+
"--mk-ai": {"type": "color", "value": "rgb(31,58,95)"},
|
|
45
48
|
"--mk-muted": {"type": "color", "value": "rgb(90,92,97)"},
|
|
46
49
|
"--mk-rule": {"type": "color", "value": "rgb(214,214,206)"},
|
|
47
50
|
"--mk-faint": {"type": "color", "value": "rgb(107,109,113)"},
|
|
@@ -824,6 +827,27 @@ def motion_css():
|
|
|
824
827
|
"@keyframes mk-boot-scan{from{transform:translateY(0)}"
|
|
825
828
|
"to{transform:translateY(100vh)}}",
|
|
826
829
|
"@keyframes mk-boot-fade{from{opacity:0}to{opacity:1}}",
|
|
830
|
+
|
|
831
|
+
# ── the print ────────────────────────────────────────────────────────
|
|
832
|
+
# Each impression arrives OUT OF REGISTER and then snaps true. The snap is
|
|
833
|
+
# the whole effect: a block that simply fades in reads as a graphic
|
|
834
|
+
# appearing, while one that lands a few pixels off and then corrects reads
|
|
835
|
+
# as a sheet being pulled against the kento notches.
|
|
836
|
+
"@keyframes mk-ink{"
|
|
837
|
+
"0%{opacity:0;transform:translate(7px,-5px)}"
|
|
838
|
+
"34%{opacity:.5;transform:translate(7px,-5px)}"
|
|
839
|
+
"72%{opacity:1;transform:translate(7px,-5px)}"
|
|
840
|
+
"73%,100%{opacity:1;transform:none}}",
|
|
841
|
+
# bokashi: the gradation a printer wipes by hand, never a hard edge
|
|
842
|
+
"@keyframes mk-bokashi{"
|
|
843
|
+
"0%{opacity:0;background-position:0 -100%}"
|
|
844
|
+
"40%{opacity:1}"
|
|
845
|
+
"100%{opacity:1;background-position:0 0}}",
|
|
846
|
+
# the seal is pressed, not drawn
|
|
847
|
+
"@keyframes mk-seal{"
|
|
848
|
+
"0%{opacity:0;transform:rotate(-9deg) scale(1.5)}"
|
|
849
|
+
"60%{opacity:.92;transform:rotate(-9deg) scale(.94)}"
|
|
850
|
+
"100%{opacity:.92;transform:rotate(-9deg) scale(1)}}",
|
|
827
851
|
# a log line arriving: clipped from the left, like a terminal writing it
|
|
828
852
|
"@keyframes mk-boot-type{from{clip-path:inset(0 100% 0 0);opacity:.3}"
|
|
829
853
|
"to{clip-path:inset(0 0 0 0);opacity:1}}",
|
|
@@ -843,13 +867,70 @@ def motion_css():
|
|
|
843
867
|
"background:rgb(250,250,247);align-content:center;justify-items:center;"
|
|
844
868
|
"row-gap:20px;overflow:hidden;"
|
|
845
869
|
"animation:mk-boot-out .62s cubic-bezier(.7,0,.3,1) 2.95s forwards}",
|
|
870
|
+
# ── the sheet, and the blocks carved for it ──────────────────────────
|
|
871
|
+
" #mk-uki{position:relative;width:min(430px,64vw);aspect-ratio:3/2;"
|
|
872
|
+
"background:rgb(250,250,247);overflow:hidden;"
|
|
873
|
+
"box-shadow:0 0 0 1px rgba(22,24,28,.10)}",
|
|
874
|
+
" #mk-uki>*{position:absolute;inset:0;"
|
|
875
|
+
"animation:mk-ink .8s cubic-bezier(.2,.7,.3,1) both}",
|
|
876
|
+
|
|
877
|
+
# 1. the sky, wiped from the top - the one block that is a gradation
|
|
878
|
+
" #mk-uki-sky{background:linear-gradient(180deg,rgb(31,58,95) 0%,"
|
|
879
|
+
"rgba(31,58,95,.72) 34%,rgba(31,58,95,.30) 58%,rgba(31,58,95,.10) 70%);"
|
|
880
|
+
"background-size:100% 200%;"
|
|
881
|
+
"animation:mk-bokashi 1.1s cubic-bezier(.3,0,.2,1) .35s both}",
|
|
882
|
+
|
|
883
|
+
# 2. the disc
|
|
884
|
+
" #mk-uki-sun{background:radial-gradient(circle at 71% 31%,"
|
|
885
|
+
"rgb(255,90,54) 0 8.5%,rgba(255,90,54,0) 8.6%);animation-delay:.75s}",
|
|
886
|
+
|
|
887
|
+
# 3. the mountain, printed in paper so the sky is what shapes it
|
|
888
|
+
" #mk-uki-fuji{background:rgb(250,250,247);"
|
|
889
|
+
"clip-path:polygon(50% 34%,88% 100%,12% 100%);animation-delay:1.05s}",
|
|
890
|
+
# The mountain is polygon(50% 34%, 88% 100%, 12% 100%), so at y=55% its
|
|
891
|
+
# slopes are at x=37.9% and x=62.1%. The cap's lower corners are those two
|
|
892
|
+
# points; the zigzag between them is the snow line. Guessed corners left a
|
|
893
|
+
# rhombus floating clear of the peak.
|
|
894
|
+
" #mk-uki-snow{background:rgb(252,252,250);"
|
|
895
|
+
"clip-path:polygon(50% 34%,62.1% 55%,57% 48%,52% 55%,47% 47%,"
|
|
896
|
+
"42% 54%,37.9% 55%);animation-delay:1.3s}",
|
|
897
|
+
|
|
898
|
+
# 4. 青海波 - the sea-wave scale, two offset rings of the same carve
|
|
899
|
+
" #mk-uki-sea{top:auto;height:34%;"
|
|
900
|
+
"background:"
|
|
901
|
+
"radial-gradient(circle at 50% 100%,rgba(0,0,0,0) 41%,"
|
|
902
|
+
"rgb(31,58,95) 42% 47%,rgba(0,0,0,0) 48%) 0 0/34px 17px,"
|
|
903
|
+
"radial-gradient(circle at 50% 100%,rgba(0,0,0,0) 41%,"
|
|
904
|
+
"rgba(31,58,95,.55) 42% 47%,rgba(0,0,0,0) 48%) 17px 8.5px/34px 17px;"
|
|
905
|
+
"animation-delay:1.55s}",
|
|
906
|
+
|
|
907
|
+
# 5. 主版 the key block - the line work, and the last impression pulled
|
|
908
|
+
# 主版: the line work. Four stacked gradients drew one edge and lost the
|
|
909
|
+
# rest; a border is a border. The horizon is the other line the key block
|
|
910
|
+
# would actually carry.
|
|
911
|
+
" #mk-uki-key{border:1px solid rgb(22,24,28);"
|
|
912
|
+
"animation-delay:1.85s}",
|
|
913
|
+
' #mk-uki-key::after{content:"";position:absolute;left:0;right:0;'
|
|
914
|
+
"top:66%;height:1px;background:rgba(22,24,28,.55)}",
|
|
915
|
+
|
|
916
|
+
# 6. 落款 the seal, pressed once the run is finished
|
|
917
|
+
" #mk-uki-seal{inset:auto 16px 14px auto;width:34px;height:34px;"
|
|
918
|
+
"background:rgb(191,68,40);opacity:0;"
|
|
919
|
+
'clip-path:polygon(0 0,100% 0,100% 100%,0 100%);'
|
|
920
|
+
"animation:mk-seal .45s cubic-bezier(.16,1,.3,1) 2.15s both}",
|
|
921
|
+
' #mk-uki-seal::after{content:"摺";position:absolute;inset:0;'
|
|
922
|
+
"display:grid;place-items:center;color:rgb(250,250,247);"
|
|
923
|
+
"font-family:" + CJK + ";font-size:19px;line-height:1}",
|
|
924
|
+
|
|
925
|
+
" @media (max-width:767px){#mk-uki{width:74vw}}",
|
|
926
|
+
|
|
846
927
|
" #mk-boot-head,#mk-boot-foot{position:absolute;left:40px;right:40px;"
|
|
847
928
|
"display:flex;justify-content:space-between;font-family:" + MONO + ";"
|
|
848
929
|
"font-size:10px;letter-spacing:.2em;color:rgb(107,109,113);"
|
|
849
930
|
"animation:mk-boot-fade .4s ease both}",
|
|
850
931
|
" #mk-boot-head{top:34px}",
|
|
851
932
|
" #mk-boot-foot{bottom:30px;animation-delay:.1s}",
|
|
852
|
-
" #mk-boot-num{font-family:" + MONO + ";font-size:
|
|
933
|
+
" #mk-boot-num{font-family:" + MONO + ";font-size:58px;font-weight:500;"
|
|
853
934
|
"line-height:1;letter-spacing:-.04em;color:rgb(22,24,28);"
|
|
854
935
|
"font-variant-numeric:tabular-nums;min-width:3ch;text-align:right;"
|
|
855
936
|
"animation:mk-count 2.05s linear .3s both}",
|
|
@@ -924,7 +1005,7 @@ def motion_css():
|
|
|
924
1005
|
"font-family:" + MONO + ";font-size:10px;letter-spacing:.24em;"
|
|
925
1006
|
"color:rgb(191,68,40);opacity:0;"
|
|
926
1007
|
"animation:mk-boot-stamp .42s cubic-bezier(.16,1,.3,1) 2.42s both}",
|
|
927
|
-
" @media (max-width:767px){#mk-boot-num{font-size:
|
|
1008
|
+
" @media (max-width:767px){#mk-boot-num{font-size:40px}"
|
|
928
1009
|
"#mk-boot-head,#mk-boot-foot{left:18px;right:18px}}",
|
|
929
1010
|
" #mk-hl1-mask>*,#mk-hl2-mask>*{transform:translateY(112%);"
|
|
930
1011
|
"animation:mk-linein .95s cubic-bezier(.16,1,.3,1) forwards}",
|
|
@@ -2061,6 +2142,26 @@ SPECIMEN = section("specimen", [wrap("mk-spec2-in", [
|
|
|
2061
2142
|
#
|
|
2062
2143
|
# Every id here is deliberate. `verify_intro.py` samples them over the first seconds
|
|
2063
2144
|
# of the page's life, which is the only window in which any of this exists.
|
|
2145
|
+
# ── the print ─────────────────────────────────────────────────────────────────
|
|
2146
|
+
# An ukiyo-e sheet is not drawn, it is REGISTERED: a key block carrying the line
|
|
2147
|
+
# work, then one carved block per colour, each impression aligned to the same kento
|
|
2148
|
+
# notches, finished with a bokashi wipe pulled by hand. The boot screen was already
|
|
2149
|
+
# a registration sequence with trim marks at its corners, so this is the same idea
|
|
2150
|
+
# told properly rather than a costume put on it.
|
|
2151
|
+
#
|
|
2152
|
+
# One node per block, printed in order, each arriving slightly out of register and
|
|
2153
|
+
# then SNAPPING true - a misprint correcting itself is the thing that reads as
|
|
2154
|
+
# printing rather than as fading in.
|
|
2155
|
+
PRINT = box("mk-uki", {}, [
|
|
2156
|
+
box("mk-uki-sky", {}, []), # 藍 bokashi sky, pulled from the top
|
|
2157
|
+
box("mk-uki-sun", {}, []), # 朱 the disc
|
|
2158
|
+
box("mk-uki-fuji", {}, []), # the mountain, in paper
|
|
2159
|
+
box("mk-uki-snow", {}, []), # its cap
|
|
2160
|
+
box("mk-uki-sea", {}, []), # 青海波 seigaiha, the sea-wave scale pattern
|
|
2161
|
+
box("mk-uki-key", {}, []), # 主版 the key block: the line work, last
|
|
2162
|
+
box("mk-uki-seal", {}, []), # 落款 the seal, stamped when the run is done
|
|
2163
|
+
])
|
|
2164
|
+
|
|
2064
2165
|
BOOT = box("mk-boot", {}, [
|
|
2065
2166
|
box("mk-boot-scan", {}, []),
|
|
2066
2167
|
# trim marks on the plate itself, drawn corner by corner
|
|
@@ -2073,6 +2174,7 @@ BOOT = box("mk-boot", {}, [
|
|
|
2073
2174
|
track="0.2em"),
|
|
2074
2175
|
mono("REV. 2026.09", size="10px", color="--mk-faint", track="0.2em"),
|
|
2075
2176
|
]),
|
|
2177
|
+
PRINT,
|
|
2076
2178
|
box("mk-boot-row", {}, [
|
|
2077
2179
|
box("mk-boot-num", {}, []),
|
|
2078
2180
|
box("mk-boot-pct", {}, [T("p", "%")]),
|
package/sites/moksa.json
CHANGED
|
@@ -181,6 +181,10 @@
|
|
|
181
181
|
"type": "color",
|
|
182
182
|
"value": "rgb(191,68,40)"
|
|
183
183
|
},
|
|
184
|
+
"--mk-ai": {
|
|
185
|
+
"type": "color",
|
|
186
|
+
"value": "rgb(31,58,95)"
|
|
187
|
+
},
|
|
184
188
|
"--mk-muted": {
|
|
185
189
|
"type": "color",
|
|
186
190
|
"value": "rgb(90,92,97)"
|
|
@@ -213,7 +217,7 @@
|
|
|
213
217
|
"data": {
|
|
214
218
|
"attrID": "mk-motion-css",
|
|
215
219
|
"insertLocation": "head",
|
|
216
|
-
"content": "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&family=Noto+Sans+TC:wght@300;400;500&display=swap\">\n<style id=\"mk-motion\">\n@keyframes mk-linein{from{transform:translateY(110%)}to{transform:translateY(0)}}\n@keyframes mk-softin{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}\n@keyframes mk-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}\n@keyframes mk-drawx{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n@keyframes mk-progress{from{width:0%}to{width:100%}}\n@keyframes mk-headrule{from{opacity:0}to{opacity:1}}\n@keyframes mk-headbg{from{background:rgba(250,250,247,0)}to{background:rgba(250,250,247,.9)}}\n@keyframes mk-caret{0%,45%{opacity:1}50%,95%{opacity:0}100%{opacity:1}}\n@keyframes mk-cuearrow{0%{transform:translateY(-3px) rotate(45deg);opacity:0}25%{opacity:1}70%{opacity:1}100%{transform:translateY(20px) rotate(45deg);opacity:0}}\n@keyframes mk-cuefade{0%,25%{opacity:1}100%{opacity:0}}\n@keyframes mk-digit{from{transform:translateY(105%)}to{transform:translateY(0)}}\n@keyframes mk-sweep{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-markin{from{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}\n@keyframes mk-idxon{from,to{color:rgb(255,90,54);letter-spacing:.2em}}\n@keyframes mk-dotin{from{transform:scale(0)}to{transform:scale(1)}}\n@keyframes mk-pan{from{transform:translateX(2%)}to{transform:translateX(-34%)}}\n@keyframes mk-panloop{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n@keyframes mk-flap{from{transform:translateY(0)}to{transform:translateY(-87.5000%)}}\n#mk-board-code>*{position:relative}\n#mk-board-code>*::after{content:\"\";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(0,0,0,.55);z-index:2;pointer-events:none}\n#mk-board-row{font-variant-numeric:tabular-nums}\n@keyframes mk-fillscrub{from{background-position:100% 0}to{background-position:0 0}}\n@keyframes mk-flow{0%{transform:translateX(-7px);opacity:.2}45%{opacity:1}100%{transform:translateX(7px);opacity:.2}}\n#mk-doc{position:relative}\n#mk-doc::before,#mk-doc::after{content:\"\";position:fixed;top:0;bottom:0;width:1px;background:rgba(22,24,28,.16);z-index:1;pointer-events:none}\n#mk-doc::before{left:40px}\n#mk-doc::after{right:40px}\n@media (max-width:1079px){#mk-doc::before{left:28px}#mk-doc::after{right:28px}}\n@media (max-width:767px){#mk-doc::before,#mk-doc::after{display:none}}\n#mk-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,250,247,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}\n#mk-header::after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(22,24,28,.16);opacity:0}\n#mk-nav>*{position:relative}\n#mk-nav>*::after{content:\"\";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:rgb(255,90,54);transition:right .28s cubic-bezier(.2,.7,.3,1)}\n#mk-nav>*:hover::after{right:0}\n@media (hover:none){#mk-nav>*::after{right:0;opacity:.45}}\n#mk-progress-track{position:fixed;top:0;left:0;right:0;height:2px;z-index:101;pointer-events:none;background:rgba(255,90,54,.16)}\n#mk-progress{position:absolute;left:0;top:0;width:0;height:100%;background:rgb(255,90,54)}\n#mk-mast-in{padding-top:128px}\n@media (max-width:1079px){#mk-mast-in{padding-top:104px}}\n@media (max-width:767px){#mk-mast-in{padding-top:88px}}\n#mk-caret{width:13px;height:19px;background:rgb(255,90,54)}\n#mk-plate-dash{width:34px;height:1px;background:rgb(191,68,40)}\n@keyframes mk-typeline{0%{clip-path:inset(0 100% 0 0)}14%{clip-path:inset(0 0 0 0)}88%{clip-path:inset(0 0 0 0)}94%,100%{clip-path:inset(0 100% 0 0)}}\n#mk-mast-in{position:relative}\n#mk-code{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:26px;align-content:center;padding:70px 0;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;line-height:1.78;letter-spacing:0.01em;color:rgba(22,24,28,.18);white-space:pre;text-align:left;-webkit-mask-image:linear-gradient(96deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 26%,rgba(0,0,0,1) 58%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(96deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 26%,rgba(0,0,0,1) 58%,rgba(0,0,0,1) 100%)}\n#mk-code>*{align-self:start;overflow:hidden}\n#mk-mast-lede{background:rgb(250,250,247);padding:6px 18px 6px 0;margin-left:-2px}\n#mk-mast-side{background:rgb(250,250,247);padding:0 0 0 14px;margin-left:-14px}\n#mk-code-c0-h::after{content:\"PY\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c1-h::after{content:\"TSX\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c2-h::after{content:\"VITE\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c3-h::after{content:\"JS\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c0-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c1-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c2-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c3-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-mast-in>*:not(#mk-code){position:relative;z-index:1}\n#mk-code-c0-l0::after{content:\"@app.post(\\\"/orders/{id}/paid\\\")\";display:block;min-height:1.78em}\n#mk-code-c0-l1::after{content:\"async def paid(id: str):\";display:block;min-height:1.78em}\n#mk-code-c0-l2::after{content:\" o = await repo.get(id)\";display:block;min-height:1.78em}\n#mk-code-c0-l3::after{content:\" await tasks(\\\"invoice\\\", o)\";display:block;min-height:1.78em}\n#mk-code-c0-l4::after{content:\" return {\\\"ok\\\": True}\";display:block;min-height:1.78em}\n#mk-code-c1-l0::after{content:\"<section\";display:block;min-height:1.78em}\n#mk-code-c1-l1::after{content:\" className=\\\"grid gap-6\";display:block;min-height:1.78em}\n#mk-code-c1-l2::after{content:\" md:grid-cols-3\\\">\";display:block;min-height:1.78em}\n#mk-code-c1-l3::after{content:\" <Card {...order} />\";display:block;min-height:1.78em}\n#mk-code-c1-l4::after{content:\"</section>\";display:block;min-height:1.78em}\n#mk-code-c2-l0::after{content:\"export default defineConfig({\";display:block;min-height:1.78em}\n#mk-code-c2-l1::after{content:\" plugins: [react()],\";display:block;min-height:1.78em}\n#mk-code-c2-l2::after{content:\" build: { target: 'es2022' },\";display:block;min-height:1.78em}\n#mk-code-c2-l3::after{content:\" server: { port: 5173 },\";display:block;min-height:1.78em}\n#mk-code-c2-l4::after{content:\"})\";display:block;min-height:1.78em}\n#mk-code-c3-l0::after{content:\"const o = await prisma.order\";display:block;min-height:1.78em}\n#mk-code-c3-l1::after{content:\" .findUnique({ where: { id } })\";display:block;min-height:1.78em}\n#mk-code-c3-l2::after{content:\"await n8n.trigger('order.paid')\";display:block;min-height:1.78em}\n#mk-code-c3-l3::after{content:\"await line.push(o.customerId)\";display:block;min-height:1.78em}\n#mk-code-c3-l4::after{content:\"await ecpay.issue(o)\";display:block;min-height:1.78em}\n#mk-code-cur{width:7px;height:13px;background:rgba(255,90,54,.30)}\n@media (max-width:1279px){#mk-code{grid-template-columns:repeat(2,minmax(0,1fr));font-size:10.5px}}\n@media (max-width:767px){#mk-code{display:none}}\n@property --mk-s{syntax:'<integer>';initial-value:0;inherits:true}\n@property --mk-m{syntax:'<integer>';initial-value:0;inherits:true}\n@keyframes mk-secs{to{--mk-s:60}}\n@keyframes mk-mins{to{--mk-m:60}}\n@keyframes mk-livedot{0%,55%{opacity:1}56%,100%{opacity:.15}}\n#mk-clock{display:flex;align-items:baseline;column-gap:5px;margin-left:18px;padding-left:18px;border-left:1px solid rgba(22,24,28,.16)}\n#mk-clock-dot{width:5px;height:5px;background:rgb(255,90,54);align-self:center;margin-right:3px}\n#mk-clock-m,#mk-clock-s{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:rgb(22,24,28);font-variant-numeric:tabular-nums;letter-spacing:0.02em}\n#mk-clock-s::after{counter-reset:s var(--mk-s);content:counter(s,decimal-leading-zero)}\n#mk-clock-m::after{counter-reset:m var(--mk-m);content:counter(m,decimal-leading-zero)}\n@media (max-width:1023px){#mk-clock{display:none}}\n@keyframes mk-sweepdown{from{transform:translateY(-10vh)}to{transform:translateY(110vh)}}\n#mk-sweep{content:\"\";position:fixed;left:0;right:0;top:0;height:1px;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(255,90,54,0),rgba(255,90,54,.30) 22%,rgba(255,90,54,.30) 78%,rgba(255,90,54,0))}\n@keyframes mk-railrun{from{background-position:0 -40vh}to{background-position:0 140vh}}\n#mk-mast-rule,#mk-spec-rule{height:1px;background:rgba(22,24,28,.16);transform:scaleX(0);transform-origin:0 50%}\n#mk-fig-0>div>*,#mk-fig-1>div>*,#mk-fig-2>div>*,#mk-fig-3>div>*{display:block;transform:translateY(105%)}\n#mk-work-0,#mk-work-1,#mk-work-2,#mk-work-3,#mk-work-4,#mk-work-5,#mk-work-6,#mk-work-7,#mk-work-8{position:relative;transition:background-color .2s ease,padding-left .28s cubic-bezier(.2,.7,.3,1)}\n#mk-work-0::after,#mk-work-1::after,#mk-work-2::after,#mk-work-3::after,#mk-work-4::after,#mk-work-5::after,#mk-work-6::after,#mk-work-7::after,#mk-work-8::after{content:\"\";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:rgb(255,90,54);transform:scaleX(0);transform-origin:0 50%}\n#mk-work-0:hover,#mk-work-1:hover,#mk-work-2:hover,#mk-work-3:hover,#mk-work-4:hover,#mk-work-5:hover,#mk-work-6:hover,#mk-work-7:hover,#mk-work-8:hover{background-color:rgba(255,90,54,.06);padding-left:14px}\n#mk-work-0:hover #mk-work-idx-0,#mk-work-1:hover #mk-work-idx-1,#mk-work-2:hover #mk-work-idx-2,#mk-work-3:hover #mk-work-idx-3,#mk-work-4:hover #mk-work-idx-4,#mk-work-5:hover #mk-work-idx-5,#mk-work-6:hover #mk-work-idx-6,#mk-work-7:hover #mk-work-idx-7,#mk-work-8:hover #mk-work-idx-8{color:rgb(255,90,54)}\n#mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{position:fixed;width:13px;height:13px;z-index:2;pointer-events:none;opacity:0}\n#mk-mark-0{top:66px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42)}\n#mk-mark-1{top:66px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42)}\n#mk-mark-2{bottom:20px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42)}\n#mk-mark-3{bottom:20px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42)}\n@media (max-width:1279px){#mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{display:none}}\n#mk-index{position:fixed;left:8px;top:50%;transform:translateY(-50%);z-index:3;display:grid;row-gap:11px;pointer-events:auto;background:rgb(250,250,247);padding:14px 10px;border:1px solid rgba(22,24,28,.16)}\n#mk-index>*{display:flex;column-gap:8px;align-items:baseline}\n@media (max-width:1679px){#mk-idx-w-0,#mk-idx-w-1,#mk-idx-w-2,#mk-idx-w-3,#mk-idx-w-4,#mk-idx-w-5,#mk-idx-w-6{display:none}#mk-index{padding:12px 7px;left:4px}}\n@media (max-width:1439px){#mk-index{display:none}}\n#mk-proc-dot-0,#mk-proc-dot-1,#mk-proc-dot-2,#mk-proc-dot-3{width:7px;height:7px;background:rgb(255,90,54);border-radius:50%;transform:scale(0);margin-top:-4px}\n#mk-tag-0-0:hover,#mk-tag-0-1:hover,#mk-tag-0-2:hover,#mk-tag-0-3:hover,#mk-tag-0-4:hover,#mk-tag-1-0:hover,#mk-tag-1-1:hover,#mk-tag-1-2:hover,#mk-tag-1-3:hover,#mk-tag-2-0:hover,#mk-tag-2-1:hover,#mk-tag-2-2:hover,#mk-tag-2-3:hover,#mk-tag-2-4:hover,#mk-tag-3-0:hover,#mk-tag-3-1:hover,#mk-tag-3-2:hover,#mk-tag-3-3:hover,#mk-tag-4-0:hover,#mk-tag-4-1:hover,#mk-tag-4-2:hover,#mk-tag-4-3:hover,#mk-tag-5-0:hover,#mk-tag-5-1:hover,#mk-tag-5-2:hover,#mk-tag-5-3:hover,#mk-tag-5-4:hover,#mk-tag-6-0:hover,#mk-tag-6-1:hover,#mk-tag-6-2:hover,#mk-tag-6-3:hover,#mk-tag-6-4:hover,#mk-tag-7-0:hover,#mk-tag-7-1:hover,#mk-tag-7-2:hover,#mk-tag-7-3:hover,#mk-tag-7-4:hover{border-color:rgb(255,90,54)}\n#mk-ticker-track{display:flex;width:max-content;will-change:transform}\n#mk-ticker:hover #mk-ticker-track{animation-play-state:paused}\nhtml{scroll-behavior:smooth}\n#services,#works,#products,#contact{scroll-margin-top:82px}\n#mk-home{scroll-margin-top:0}\n@media (max-width:767px){#services,#works,#products,#contact{scroll-margin-top:68px}}\n#mk-cue{position:fixed;right:40px;bottom:24px;z-index:90;display:flex;align-items:center;column-gap:10px;pointer-events:none}\n#mk-cue-rail{position:relative;width:9px;height:24px}\n#mk-cue-rail::after{content:\"\";position:absolute;left:50%;top:0;width:7px;height:7px;margin-left:-4px;opacity:0;border-right:1px solid rgb(255,90,54);border-bottom:1px solid rgb(255,90,54)}\n@media (max-width:1079px){#mk-cue{right:28px}}\n@media (max-width:767px){#mk-cue{right:18px;bottom:16px}}\n#mk-boot{display:none}\n@property --mk-n{syntax:'<integer>';initial-value:0;inherits:true}\n@keyframes mk-count{to{--mk-n:100}}\n@keyframes mk-boot-out{0%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(0 0 100% 0);visibility:hidden}}\n@keyframes mk-boot-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-boot-line{from{opacity:.14}60%{opacity:1;color:rgb(255,90,54)}to{opacity:.55;color:rgb(107,109,113)}}\n@keyframes mk-boot-scan{from{transform:translateY(0)}to{transform:translateY(100vh)}}\n@keyframes mk-boot-fade{from{opacity:0}to{opacity:1}}\n@keyframes mk-boot-type{from{clip-path:inset(0 100% 0 0);opacity:.3}to{clip-path:inset(0 0 0 0);opacity:1}}\n@keyframes mk-boot-caret{0%,49%{opacity:1}50%,99%{opacity:0}}\n@keyframes mk-boot-cross{from{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}\n@keyframes mk-boot-tick{from{opacity:0;transform:scaleX(.2)}to{opacity:1;transform:scaleX(1)}}\n@keyframes mk-boot-stamp{0%{opacity:0;transform:scale(1.35)}55%{opacity:1;transform:scale(.97)}100%{opacity:1;transform:scale(1)}}\n@media (prefers-reduced-motion:no-preference){\n #mk-boot{display:grid;position:fixed;inset:0;z-index:999;background:rgb(250,250,247);align-content:center;justify-items:center;row-gap:20px;overflow:hidden;animation:mk-boot-out .62s cubic-bezier(.7,0,.3,1) 2.95s forwards}\n #mk-boot-head,#mk-boot-foot{position:absolute;left:40px;right:40px;display:flex;justify-content:space-between;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.2em;color:rgb(107,109,113);animation:mk-boot-fade .4s ease both}\n #mk-boot-head{top:34px}\n #mk-boot-foot{bottom:30px;animation-delay:.1s}\n #mk-boot-num{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:104px;font-weight:500;line-height:1;letter-spacing:-.04em;color:rgb(22,24,28);font-variant-numeric:tabular-nums;min-width:3ch;text-align:right;animation:mk-count 2.05s linear .3s both}\n #mk-boot-num::after{counter-reset:n var(--mk-n);content:counter(n)}\n #mk-boot-row{display:flex;align-items:flex-end;column-gap:8px;line-height:1}\n #mk-boot-pct{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;color:rgb(191,68,40);padding-bottom:12px}\n #mk-boot-track{width:min(420px,62vw);height:1px;background:rgba(22,24,28,.14);position:relative}\n #mk-boot-fill{position:absolute;inset:0;background:rgb(255,90,54);transform-origin:0 50%;animation:mk-boot-fill 2.05s linear .3s both}\n #mk-boot-track::after{content:\"\";position:absolute;left:0;right:0;top:-3px;height:3px;background:repeating-linear-gradient(90deg,rgba(22,24,28,.22) 0 1px,transparent 1px 42px);animation:mk-boot-fade .5s ease .15s both}\n #mk-boot-list{display:flex;column-gap:18px;row-gap:8px;flex-wrap:wrap;justify-content:center;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.18em}\n #mk-boot-list>*{opacity:.14;animation:mk-boot-line .62s ease both}\n #mk-boot-c0{animation-delay:700ms}\n #mk-boot-c1{animation-delay:900ms}\n #mk-boot-c2{animation-delay:1100ms}\n #mk-boot-c3{animation-delay:1300ms}\n #mk-boot-c4{animation-delay:1500ms}\n #mk-boot-c5{animation-delay:1700ms}\n #mk-boot-c6{animation-delay:1900ms}\n #mk-boot::before{content:\"\";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(22,24,28,.045) 0 1px,transparent 1px 72px),repeating-linear-gradient(0deg,rgba(22,24,28,.045) 0 1px,transparent 1px 72px);animation:mk-boot-fade .5s ease both}\n #mk-boot-scan{position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,rgba(255,90,54,0),rgba(255,90,54,.55),rgba(255,90,54,0));animation:mk-boot-scan 1.45s linear .15s 2 both}\n #mk-boot .mk-x,#mk-boot-x0,#mk-boot-x1,#mk-boot-x2,#mk-boot-x3{position:absolute;width:14px;height:14px;animation:mk-boot-cross .5s cubic-bezier(.16,1,.3,1) both}\n #mk-boot-x0{top:64px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42);animation-delay:.08s}\n #mk-boot-x1{top:64px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42);animation-delay:.16s}\n #mk-boot-x2{bottom:56px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42);animation-delay:.24s}\n #mk-boot-x3{bottom:56px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42);animation-delay:.32s}\n #mk-boot-ruler{position:absolute;left:40px;top:50%;transform:translateY(-50%);display:grid;row-gap:9px}\n #mk-boot-ruler>*{width:9px;height:1px;background:rgba(22,24,28,.42);transform-origin:0 50%;animation:mk-boot-tick .3s ease both}\n #mk-boot-t0{animation-delay:120ms}\n #mk-boot-t1{animation-delay:146ms}\n #mk-boot-t2{animation-delay:172ms}\n #mk-boot-t3{animation-delay:198ms}\n #mk-boot-t4{animation-delay:224ms}\n #mk-boot-t5{animation-delay:250ms}\n #mk-boot-t6{animation-delay:276ms}\n #mk-boot-t7{animation-delay:302ms}\n #mk-boot-t8{animation-delay:328ms}\n #mk-boot-t9{animation-delay:354ms}\n #mk-boot-t10{animation-delay:380ms}\n #mk-boot-t11{animation-delay:406ms}\n #mk-boot-t12{animation-delay:432ms}\n @media (max-width:1023px){#mk-boot-ruler{display:none}}\n #mk-boot-log{display:grid;row-gap:7px;justify-items:start;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.16em;color:rgb(107,109,113);min-height:64px}\n #mk-boot-log>*{animation:mk-boot-type .42s steps(24,end) both}\n #mk-boot-l0{animation-delay:550ms}\n #mk-boot-l1{animation-delay:930ms}\n #mk-boot-l2{animation-delay:1310ms}\n #mk-boot-l3{animation-delay:1690ms}\n #mk-boot-cursor{width:7px;height:11px;background:rgb(255,90,54);animation:mk-boot-caret .62s steps(1,end) .5s infinite}\n #mk-boot-ready{border:1px solid rgb(191,68,40);padding:5px 12px;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.24em;color:rgb(191,68,40);opacity:0;animation:mk-boot-stamp .42s cubic-bezier(.16,1,.3,1) 2.42s both}\n @media (max-width:767px){#mk-boot-num{font-size:62px}#mk-boot-head,#mk-boot-foot{left:18px;right:18px}}\n #mk-hl1-mask>*,#mk-hl2-mask>*{transform:translateY(112%);animation:mk-linein .95s cubic-bezier(.16,1,.3,1) forwards}\n #mk-hl1-mask>*{animation-delay:3.16s}\n #mk-hl2-mask>*{animation-delay:3.28s}\n #mk-mast-meta,#mk-mast-lede,#mk-mast-cta{opacity:0;animation:mk-softin .8s cubic-bezier(.16,1,.3,1) forwards}\n #mk-mast-meta{animation-delay:3.06s}\n #mk-mast-lede{animation-delay:3.54s}\n #mk-mast-cta{animation-delay:3.66s}\n #mk-ar-a-0>*,#mk-ar-b-0>*,#mk-ar-a-1>*,#mk-ar-b-1>*,#mk-ar-a-2>*,#mk-ar-b-2>*{animation:mk-flow 1.9s ease-in-out infinite}\n #mk-clock-s{animation:mk-secs 60s steps(60,end) infinite}\n #mk-clock-m{animation:mk-mins 3600s steps(60,end) infinite}\n #mk-clock-dot{animation:mk-livedot 2s steps(1,end) infinite}\n #mk-sweep{animation:mk-sweepdown 11s linear infinite}\n #mk-pan-loop{animation:mk-panloop 26s linear infinite}\n #mk-code-c0-l0{animation:mk-typeline 15s steps(30,end) 240ms infinite}\n #mk-code-c0-l1{animation:mk-typeline 15s steps(24,end) 540ms infinite}\n #mk-code-c0-l2{animation:mk-typeline 15s steps(26,end) 840ms infinite}\n #mk-code-c0-l3{animation:mk-typeline 15s steps(29,end) 1140ms infinite}\n #mk-code-c0-l4{animation:mk-typeline 15s steps(23,end) 1440ms infinite}\n #mk-code-c1-l0{animation:mk-typeline 15s steps(8,end) 670ms infinite}\n #mk-code-c1-l1{animation:mk-typeline 15s steps(23,end) 970ms infinite}\n #mk-code-c1-l2{animation:mk-typeline 15s steps(29,end) 1270ms infinite}\n #mk-code-c1-l3{animation:mk-typeline 15s steps(21,end) 1570ms infinite}\n #mk-code-c1-l4{animation:mk-typeline 15s steps(10,end) 1870ms infinite}\n #mk-code-c2-l0{animation:mk-typeline 15s steps(29,end) 1100ms infinite}\n #mk-code-c2-l1{animation:mk-typeline 15s steps(21,end) 1400ms infinite}\n #mk-code-c2-l2{animation:mk-typeline 15s steps(30,end) 1700ms infinite}\n #mk-code-c2-l3{animation:mk-typeline 15s steps(25,end) 2000ms infinite}\n #mk-code-c2-l4{animation:mk-typeline 15s steps(2,end) 2300ms infinite}\n #mk-code-c3-l0{animation:mk-typeline 15s steps(28,end) 1530ms infinite}\n #mk-code-c3-l1{animation:mk-typeline 15s steps(32,end) 1830ms infinite}\n #mk-code-c3-l2{animation:mk-typeline 15s steps(31,end) 2130ms infinite}\n #mk-code-c3-l3{animation:mk-typeline 15s steps(29,end) 2430ms infinite}\n #mk-code-c3-l4{animation:mk-typeline 15s steps(20,end) 2730ms infinite}\n #mk-code-cur{animation:mk-boot-caret .62s steps(1,end) infinite}\n #mk-flap-0-s,#mk-flap-1-s,#mk-flap-2-s,#mk-board-city-s,#mk-board-utc-s{animation:mk-flap 14s steps(7,end) infinite}\n #mk-flap-1-s{animation-delay:80ms}\n #mk-flap-2-s{animation-delay:160ms}\n #mk-doc::before,#mk-doc::after{background-image:linear-gradient(180deg,rgba(255,90,54,0),rgba(255,90,54,.55) 45%,rgba(255,90,54,.55) 55%,rgba(255,90,54,0));background-size:1px 34vh;background-repeat:no-repeat;animation:mk-railrun 9s linear infinite}\n #mk-ar-a-0>*{animation-delay:0ms}\n #mk-ar-b-0>*{animation-delay:130ms}\n #mk-ar-a-1>*{animation-delay:260ms}\n #mk-ar-b-1>*{animation-delay:390ms}\n #mk-ar-a-2>*{animation-delay:520ms}\n #mk-ar-b-2>*{animation-delay:650ms}\n #mk-caret{animation:mk-caret 1.15s steps(1,end) infinite;animation-delay:3.84s}\n #mk-mast-rule{animation:mk-drawx .9s cubic-bezier(.2,.7,.3,1) forwards;animation-delay:3.40s}\n #mk-spec-rule{animation:mk-drawx .9s cubic-bezier(.2,.7,.3,1) forwards;animation-delay:.9s}\n #mk-cue{opacity:0;animation:mk-softin .8s ease forwards;animation-delay:1.1s}\n #mk-cue-rail::after{animation:mk-cuearrow 1.9s cubic-bezier(.4,0,.5,1) infinite}\n #mk-ticker-track{animation:mk-ticker 40s linear infinite}\n #mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{animation:mk-markin .5s cubic-bezier(.16,1,.3,1) forwards}\n #mk-mark-0{animation-delay:1.15s}\n #mk-mark-1{animation-delay:1.24s}\n #mk-mark-2{animation-delay:1.33s}\n #mk-mark-3{animation-delay:1.42s}\n @supports (animation-timeline:view()){\n #mk-spec,#mk-svc-head,#mk-svc-0,#mk-svc-1,#mk-svc-2,#mk-svc-3,#mk-proc-head,#mk-proc-0,#mk-proc-1,#mk-proc-2,#mk-proc-3,#mk-works-head,#mk-work-0,#mk-work-1,#mk-work-2,#mk-work-3,#mk-work-4,#mk-work-5,#mk-work-6,#mk-work-7,#mk-work-8,#mk-plate-num,#mk-plate-t,#mk-mx-head,#mk-mx-cols,#mk-mx-r-0,#mk-mx-r-1,#mk-mx-r-2,#mk-mx-r-3,#mk-mx-r-4,#mk-mx-r-5,#mk-mx-r-6,#mk-mx-r-7,#mk-fig2-head,#mk-fl-a-0,#mk-fl-b-0,#mk-fl-c-0,#mk-fl-a-1,#mk-fl-b-1,#mk-fl-c-1,#mk-fl-a-2,#mk-fl-b-2,#mk-fl-c-2,#mk-spec2-head,#mk-spec2-r-0,#mk-spec2-r-1,#mk-spec2-r-2,#mk-spec2-r-3,#mk-stack-head,#mk-stack-0,#mk-stack-1,#mk-stack-2,#mk-stack-3,#mk-stack-4,#mk-stack-5,#mk-stack-6,#mk-stack-7,#mk-prod-head,#mk-prod-0,#mk-prod-1,#mk-voice-head,#mk-voice-0,#mk-voice-1,#mk-voice-2,#mk-contact-head{animation:mk-rise .01s linear both;animation-timeline:view();animation-range:entry 2% cover 36%}\n #mk-svc-0{animation-range:entry 6% cover 40%}\n #mk-svc-1{animation-range:entry 10% cover 44%}\n #mk-svc-2{animation-range:entry 14% cover 48%}\n #mk-svc-3{animation-range:entry 18% cover 52%}\n #mk-proc-0{animation-range:entry 6% cover 40%}\n #mk-proc-1{animation-range:entry 10% cover 44%}\n #mk-proc-2{animation-range:entry 14% cover 48%}\n #mk-proc-3{animation-range:entry 18% cover 52%}\n #mk-work-0{animation-range:entry 6% cover 40%}\n #mk-work-1{animation-range:entry 6% cover 40%}\n #mk-work-2{animation-range:entry 10% cover 44%}\n #mk-work-3{animation-range:entry 10% cover 44%}\n #mk-work-4{animation-range:entry 14% cover 48%}\n #mk-work-5{animation-range:entry 14% cover 48%}\n #mk-work-6{animation-range:entry 18% cover 52%}\n #mk-work-7{animation-range:entry 18% cover 52%}\n #mk-work-8{animation-range:entry 22% cover 56%}\n #mk-plate-t{animation-range:entry 6% cover 40%}\n #mk-mx-cols{animation-range:entry 6% cover 40%}\n #mk-mx-r-0{animation-range:entry 6% cover 40%}\n #mk-mx-r-1{animation-range:entry 10% cover 44%}\n #mk-mx-r-2{animation-range:entry 10% cover 44%}\n #mk-mx-r-3{animation-range:entry 14% cover 48%}\n #mk-mx-r-4{animation-range:entry 14% cover 48%}\n #mk-mx-r-5{animation-range:entry 18% cover 52%}\n #mk-mx-r-6{animation-range:entry 18% cover 52%}\n #mk-mx-r-7{animation-range:entry 22% cover 56%}\n #mk-fl-a-0{animation-range:entry 6% cover 40%}\n #mk-fl-b-0{animation-range:entry 10% cover 44%}\n #mk-fl-c-0{animation-range:entry 14% cover 48%}\n #mk-fl-a-1{animation-range:entry 10% cover 44%}\n #mk-fl-b-1{animation-range:entry 14% cover 48%}\n #mk-fl-c-1{animation-range:entry 18% cover 52%}\n #mk-fl-a-2{animation-range:entry 14% cover 48%}\n #mk-fl-b-2{animation-range:entry 18% cover 52%}\n #mk-fl-c-2{animation-range:entry 22% cover 56%}\n #mk-spec2-r-0{animation-range:entry 6% cover 40%}\n #mk-spec2-r-1{animation-range:entry 10% cover 44%}\n #mk-spec2-r-2{animation-range:entry 14% cover 48%}\n #mk-spec2-r-3{animation-range:entry 18% cover 52%}\n #mk-stack-0{animation-range:entry 6% cover 40%}\n #mk-stack-1{animation-range:entry 10% cover 44%}\n #mk-stack-2{animation-range:entry 14% cover 48%}\n #mk-stack-3{animation-range:entry 18% cover 52%}\n #mk-stack-4{animation-range:entry 22% cover 56%}\n #mk-stack-5{animation-range:entry 22% cover 56%}\n #mk-stack-6{animation-range:entry 22% cover 56%}\n #mk-stack-7{animation-range:entry 22% cover 56%}\n #mk-prod-0{animation-range:entry 6% cover 40%}\n #mk-prod-1{animation-range:entry 10% cover 44%}\n #mk-voice-0{animation-range:entry 6% cover 40%}\n #mk-voice-1{animation-range:entry 10% cover 44%}\n #mk-voice-2{animation-range:entry 14% cover 48%}\n #mk-fig-0>div>*,#mk-fig-1>div>*,#mk-fig-2>div>*,#mk-fig-3>div>*{animation:mk-digit .7s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--d,0ms)}\n #mk-fig-0>div,#mk-fig-1>div,#mk-fig-2>div,#mk-fig-3>div{animation:mk-rise .01s linear both;animation-timeline:view();animation-range:entry 0% entry 1%}\n #mk-work-0::after,#mk-work-1::after,#mk-work-2::after,#mk-work-3::after,#mk-work-4::after,#mk-work-5::after,#mk-work-6::after,#mk-work-7::after,#mk-work-8::after{animation:mk-sweep .01s linear both;animation-timeline:view();animation-range:entry 12% cover 24%}\n #mk-proc-dot-0,#mk-proc-dot-1,#mk-proc-dot-2,#mk-proc-dot-3{animation:mk-dotin .01s linear both;animation-timeline:view();animation-range:entry 14% cover 26%}\n #mk-pan-track{animation:mk-pan linear both;animation-timeline:view();animation-range:cover 0% cover 100%}\n #mk-plate-t h2{background-image:linear-gradient(90deg,rgb(22,24,28) 0 50%,rgb(107,109,113) 50% 100%);background-size:220% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);animation:mk-fillscrub linear both;animation-timeline:view();animation-range:entry 24% cover 58%}\n }\n @supports (timeline-scope:--x){\n #mk-doc{timeline-scope:--mk-s1,--mk-s2,--mk-s3,--mk-s4,--mk-s5,--mk-s6,--mk-s7}\n#services{view-timeline-name:--mk-s1;view-timeline-inset:45% 45%}\n#process{view-timeline-name:--mk-s2;view-timeline-inset:45% 45%}\n#works{view-timeline-name:--mk-s3;view-timeline-inset:45% 45%}\n#stack{view-timeline-name:--mk-s4;view-timeline-inset:45% 45%}\n#products{view-timeline-name:--mk-s5;view-timeline-inset:45% 45%}\n#mk-voices{view-timeline-name:--mk-s6;view-timeline-inset:45% 45%}\n#contact{view-timeline-name:--mk-s7;view-timeline-inset:45% 45%}\n #mk-idx-0{animation:mk-idxon linear;animation-timeline:--mk-s1;animation-range:cover 0% cover 100%}\n #mk-idx-1{animation:mk-idxon linear;animation-timeline:--mk-s2;animation-range:cover 0% cover 100%}\n #mk-idx-2{animation:mk-idxon linear;animation-timeline:--mk-s3;animation-range:cover 0% cover 100%}\n #mk-idx-3{animation:mk-idxon linear;animation-timeline:--mk-s4;animation-range:cover 0% cover 100%}\n #mk-idx-4{animation:mk-idxon linear;animation-timeline:--mk-s5;animation-range:cover 0% cover 100%}\n #mk-idx-5{animation:mk-idxon linear;animation-timeline:--mk-s6;animation-range:cover 0% cover 100%}\n #mk-idx-6{animation:mk-idxon linear;animation-timeline:--mk-s7;animation-range:cover 0% cover 100%}\n }\n @supports (animation-timeline:scroll()){\n #mk-progress{animation:mk-progress linear both;animation-timeline:scroll(root)}\n #mk-cue{animation:mk-cuefade linear both;animation-timeline:scroll(root);animation-range:0px 260px}\n #mk-header{animation:mk-headbg linear both;animation-timeline:scroll(root);animation-range:20px 120px}\n #mk-header::after{animation:mk-headrule linear both;animation-timeline:scroll(root);animation-range:20px 120px}\n }\n}\n</style>",
|
|
220
|
+
"content": "<link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>\n<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&family=Noto+Sans+TC:wght@300;400;500&display=swap\">\n<style id=\"mk-motion\">\n@keyframes mk-linein{from{transform:translateY(110%)}to{transform:translateY(0)}}\n@keyframes mk-softin{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}\n@keyframes mk-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}\n@keyframes mk-drawx{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n@keyframes mk-progress{from{width:0%}to{width:100%}}\n@keyframes mk-headrule{from{opacity:0}to{opacity:1}}\n@keyframes mk-headbg{from{background:rgba(250,250,247,0)}to{background:rgba(250,250,247,.9)}}\n@keyframes mk-caret{0%,45%{opacity:1}50%,95%{opacity:0}100%{opacity:1}}\n@keyframes mk-cuearrow{0%{transform:translateY(-3px) rotate(45deg);opacity:0}25%{opacity:1}70%{opacity:1}100%{transform:translateY(20px) rotate(45deg);opacity:0}}\n@keyframes mk-cuefade{0%,25%{opacity:1}100%{opacity:0}}\n@keyframes mk-digit{from{transform:translateY(105%)}to{transform:translateY(0)}}\n@keyframes mk-sweep{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-markin{from{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}\n@keyframes mk-idxon{from,to{color:rgb(255,90,54);letter-spacing:.2em}}\n@keyframes mk-dotin{from{transform:scale(0)}to{transform:scale(1)}}\n@keyframes mk-pan{from{transform:translateX(2%)}to{transform:translateX(-34%)}}\n@keyframes mk-panloop{from{transform:translateX(0)}to{transform:translateX(-50%)}}\n@keyframes mk-flap{from{transform:translateY(0)}to{transform:translateY(-87.5000%)}}\n#mk-board-code>*{position:relative}\n#mk-board-code>*::after{content:\"\";position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(0,0,0,.55);z-index:2;pointer-events:none}\n#mk-board-row{font-variant-numeric:tabular-nums}\n@keyframes mk-fillscrub{from{background-position:100% 0}to{background-position:0 0}}\n@keyframes mk-flow{0%{transform:translateX(-7px);opacity:.2}45%{opacity:1}100%{transform:translateX(7px);opacity:.2}}\n#mk-doc{position:relative}\n#mk-doc::before,#mk-doc::after{content:\"\";position:fixed;top:0;bottom:0;width:1px;background:rgba(22,24,28,.16);z-index:1;pointer-events:none}\n#mk-doc::before{left:40px}\n#mk-doc::after{right:40px}\n@media (max-width:1079px){#mk-doc::before{left:28px}#mk-doc::after{right:28px}}\n@media (max-width:767px){#mk-doc::before,#mk-doc::after{display:none}}\n#mk-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(250,250,247,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}\n#mk-header::after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:1px;background:rgba(22,24,28,.16);opacity:0}\n#mk-nav>*{position:relative}\n#mk-nav>*::after{content:\"\";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:rgb(255,90,54);transition:right .28s cubic-bezier(.2,.7,.3,1)}\n#mk-nav>*:hover::after{right:0}\n@media (hover:none){#mk-nav>*::after{right:0;opacity:.45}}\n#mk-progress-track{position:fixed;top:0;left:0;right:0;height:2px;z-index:101;pointer-events:none;background:rgba(255,90,54,.16)}\n#mk-progress{position:absolute;left:0;top:0;width:0;height:100%;background:rgb(255,90,54)}\n#mk-mast-in{padding-top:128px}\n@media (max-width:1079px){#mk-mast-in{padding-top:104px}}\n@media (max-width:767px){#mk-mast-in{padding-top:88px}}\n#mk-caret{width:13px;height:19px;background:rgb(255,90,54)}\n#mk-plate-dash{width:34px;height:1px;background:rgb(191,68,40)}\n@keyframes mk-typeline{0%{clip-path:inset(0 100% 0 0)}14%{clip-path:inset(0 0 0 0)}88%{clip-path:inset(0 0 0 0)}94%,100%{clip-path:inset(0 100% 0 0)}}\n#mk-mast-in{position:relative}\n#mk-code{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:26px;align-content:center;padding:70px 0;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11.5px;line-height:1.78;letter-spacing:0.01em;color:rgba(22,24,28,.18);white-space:pre;text-align:left;-webkit-mask-image:linear-gradient(96deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 26%,rgba(0,0,0,1) 58%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(96deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.55) 26%,rgba(0,0,0,1) 58%,rgba(0,0,0,1) 100%)}\n#mk-code>*{align-self:start;overflow:hidden}\n#mk-mast-lede{background:rgb(250,250,247);padding:6px 18px 6px 0;margin-left:-2px}\n#mk-mast-side{background:rgb(250,250,247);padding:0 0 0 14px;margin-left:-14px}\n#mk-code-c0-h::after{content:\"PY\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c1-h::after{content:\"TSX\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c2-h::after{content:\"VITE\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c3-h::after{content:\"JS\";display:block;font-size:9px;letter-spacing:.2em;color:rgba(255,90,54,.9);margin-bottom:9px}\n#mk-code-c0-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c1-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c2-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-code-c3-cur{width:6px;height:11px;margin-top:4px;background:rgba(255,90,54,.7)}\n#mk-mast-in>*:not(#mk-code){position:relative;z-index:1}\n#mk-code-c0-l0::after{content:\"@app.post(\\\"/orders/{id}/paid\\\")\";display:block;min-height:1.78em}\n#mk-code-c0-l1::after{content:\"async def paid(id: str):\";display:block;min-height:1.78em}\n#mk-code-c0-l2::after{content:\" o = await repo.get(id)\";display:block;min-height:1.78em}\n#mk-code-c0-l3::after{content:\" await tasks(\\\"invoice\\\", o)\";display:block;min-height:1.78em}\n#mk-code-c0-l4::after{content:\" return {\\\"ok\\\": True}\";display:block;min-height:1.78em}\n#mk-code-c1-l0::after{content:\"<section\";display:block;min-height:1.78em}\n#mk-code-c1-l1::after{content:\" className=\\\"grid gap-6\";display:block;min-height:1.78em}\n#mk-code-c1-l2::after{content:\" md:grid-cols-3\\\">\";display:block;min-height:1.78em}\n#mk-code-c1-l3::after{content:\" <Card {...order} />\";display:block;min-height:1.78em}\n#mk-code-c1-l4::after{content:\"</section>\";display:block;min-height:1.78em}\n#mk-code-c2-l0::after{content:\"export default defineConfig({\";display:block;min-height:1.78em}\n#mk-code-c2-l1::after{content:\" plugins: [react()],\";display:block;min-height:1.78em}\n#mk-code-c2-l2::after{content:\" build: { target: 'es2022' },\";display:block;min-height:1.78em}\n#mk-code-c2-l3::after{content:\" server: { port: 5173 },\";display:block;min-height:1.78em}\n#mk-code-c2-l4::after{content:\"})\";display:block;min-height:1.78em}\n#mk-code-c3-l0::after{content:\"const o = await prisma.order\";display:block;min-height:1.78em}\n#mk-code-c3-l1::after{content:\" .findUnique({ where: { id } })\";display:block;min-height:1.78em}\n#mk-code-c3-l2::after{content:\"await n8n.trigger('order.paid')\";display:block;min-height:1.78em}\n#mk-code-c3-l3::after{content:\"await line.push(o.customerId)\";display:block;min-height:1.78em}\n#mk-code-c3-l4::after{content:\"await ecpay.issue(o)\";display:block;min-height:1.78em}\n#mk-code-cur{width:7px;height:13px;background:rgba(255,90,54,.30)}\n@media (max-width:1279px){#mk-code{grid-template-columns:repeat(2,minmax(0,1fr));font-size:10.5px}}\n@media (max-width:767px){#mk-code{display:none}}\n@property --mk-s{syntax:'<integer>';initial-value:0;inherits:true}\n@property --mk-m{syntax:'<integer>';initial-value:0;inherits:true}\n@keyframes mk-secs{to{--mk-s:60}}\n@keyframes mk-mins{to{--mk-m:60}}\n@keyframes mk-livedot{0%,55%{opacity:1}56%,100%{opacity:.15}}\n#mk-clock{display:flex;align-items:baseline;column-gap:5px;margin-left:18px;padding-left:18px;border-left:1px solid rgba(22,24,28,.16)}\n#mk-clock-dot{width:5px;height:5px;background:rgb(255,90,54);align-self:center;margin-right:3px}\n#mk-clock-m,#mk-clock-s{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;color:rgb(22,24,28);font-variant-numeric:tabular-nums;letter-spacing:0.02em}\n#mk-clock-s::after{counter-reset:s var(--mk-s);content:counter(s,decimal-leading-zero)}\n#mk-clock-m::after{counter-reset:m var(--mk-m);content:counter(m,decimal-leading-zero)}\n@media (max-width:1023px){#mk-clock{display:none}}\n@keyframes mk-sweepdown{from{transform:translateY(-10vh)}to{transform:translateY(110vh)}}\n#mk-sweep{content:\"\";position:fixed;left:0;right:0;top:0;height:1px;z-index:2;pointer-events:none;background:linear-gradient(90deg,rgba(255,90,54,0),rgba(255,90,54,.30) 22%,rgba(255,90,54,.30) 78%,rgba(255,90,54,0))}\n@keyframes mk-railrun{from{background-position:0 -40vh}to{background-position:0 140vh}}\n#mk-mast-rule,#mk-spec-rule{height:1px;background:rgba(22,24,28,.16);transform:scaleX(0);transform-origin:0 50%}\n#mk-fig-0>div>*,#mk-fig-1>div>*,#mk-fig-2>div>*,#mk-fig-3>div>*{display:block;transform:translateY(105%)}\n#mk-work-0,#mk-work-1,#mk-work-2,#mk-work-3,#mk-work-4,#mk-work-5,#mk-work-6,#mk-work-7,#mk-work-8{position:relative;transition:background-color .2s ease,padding-left .28s cubic-bezier(.2,.7,.3,1)}\n#mk-work-0::after,#mk-work-1::after,#mk-work-2::after,#mk-work-3::after,#mk-work-4::after,#mk-work-5::after,#mk-work-6::after,#mk-work-7::after,#mk-work-8::after{content:\"\";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:rgb(255,90,54);transform:scaleX(0);transform-origin:0 50%}\n#mk-work-0:hover,#mk-work-1:hover,#mk-work-2:hover,#mk-work-3:hover,#mk-work-4:hover,#mk-work-5:hover,#mk-work-6:hover,#mk-work-7:hover,#mk-work-8:hover{background-color:rgba(255,90,54,.06);padding-left:14px}\n#mk-work-0:hover #mk-work-idx-0,#mk-work-1:hover #mk-work-idx-1,#mk-work-2:hover #mk-work-idx-2,#mk-work-3:hover #mk-work-idx-3,#mk-work-4:hover #mk-work-idx-4,#mk-work-5:hover #mk-work-idx-5,#mk-work-6:hover #mk-work-idx-6,#mk-work-7:hover #mk-work-idx-7,#mk-work-8:hover #mk-work-idx-8{color:rgb(255,90,54)}\n#mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{position:fixed;width:13px;height:13px;z-index:2;pointer-events:none;opacity:0}\n#mk-mark-0{top:66px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42)}\n#mk-mark-1{top:66px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42)}\n#mk-mark-2{bottom:20px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42)}\n#mk-mark-3{bottom:20px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42)}\n@media (max-width:1279px){#mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{display:none}}\n#mk-index{position:fixed;left:8px;top:50%;transform:translateY(-50%);z-index:3;display:grid;row-gap:11px;pointer-events:auto;background:rgb(250,250,247);padding:14px 10px;border:1px solid rgba(22,24,28,.16)}\n#mk-index>*{display:flex;column-gap:8px;align-items:baseline}\n@media (max-width:1679px){#mk-idx-w-0,#mk-idx-w-1,#mk-idx-w-2,#mk-idx-w-3,#mk-idx-w-4,#mk-idx-w-5,#mk-idx-w-6{display:none}#mk-index{padding:12px 7px;left:4px}}\n@media (max-width:1439px){#mk-index{display:none}}\n#mk-proc-dot-0,#mk-proc-dot-1,#mk-proc-dot-2,#mk-proc-dot-3{width:7px;height:7px;background:rgb(255,90,54);border-radius:50%;transform:scale(0);margin-top:-4px}\n#mk-tag-0-0:hover,#mk-tag-0-1:hover,#mk-tag-0-2:hover,#mk-tag-0-3:hover,#mk-tag-0-4:hover,#mk-tag-1-0:hover,#mk-tag-1-1:hover,#mk-tag-1-2:hover,#mk-tag-1-3:hover,#mk-tag-2-0:hover,#mk-tag-2-1:hover,#mk-tag-2-2:hover,#mk-tag-2-3:hover,#mk-tag-2-4:hover,#mk-tag-3-0:hover,#mk-tag-3-1:hover,#mk-tag-3-2:hover,#mk-tag-3-3:hover,#mk-tag-4-0:hover,#mk-tag-4-1:hover,#mk-tag-4-2:hover,#mk-tag-4-3:hover,#mk-tag-5-0:hover,#mk-tag-5-1:hover,#mk-tag-5-2:hover,#mk-tag-5-3:hover,#mk-tag-5-4:hover,#mk-tag-6-0:hover,#mk-tag-6-1:hover,#mk-tag-6-2:hover,#mk-tag-6-3:hover,#mk-tag-6-4:hover,#mk-tag-7-0:hover,#mk-tag-7-1:hover,#mk-tag-7-2:hover,#mk-tag-7-3:hover,#mk-tag-7-4:hover{border-color:rgb(255,90,54)}\n#mk-ticker-track{display:flex;width:max-content;will-change:transform}\n#mk-ticker:hover #mk-ticker-track{animation-play-state:paused}\nhtml{scroll-behavior:smooth}\n#services,#works,#products,#contact{scroll-margin-top:82px}\n#mk-home{scroll-margin-top:0}\n@media (max-width:767px){#services,#works,#products,#contact{scroll-margin-top:68px}}\n#mk-cue{position:fixed;right:40px;bottom:24px;z-index:90;display:flex;align-items:center;column-gap:10px;pointer-events:none}\n#mk-cue-rail{position:relative;width:9px;height:24px}\n#mk-cue-rail::after{content:\"\";position:absolute;left:50%;top:0;width:7px;height:7px;margin-left:-4px;opacity:0;border-right:1px solid rgb(255,90,54);border-bottom:1px solid rgb(255,90,54)}\n@media (max-width:1079px){#mk-cue{right:28px}}\n@media (max-width:767px){#mk-cue{right:18px;bottom:16px}}\n#mk-boot{display:none}\n@property --mk-n{syntax:'<integer>';initial-value:0;inherits:true}\n@keyframes mk-count{to{--mk-n:100}}\n@keyframes mk-boot-out{0%{clip-path:inset(0 0 0 0)}100%{clip-path:inset(0 0 100% 0);visibility:hidden}}\n@keyframes mk-boot-fill{from{transform:scaleX(0)}to{transform:scaleX(1)}}\n@keyframes mk-boot-line{from{opacity:.14}60%{opacity:1;color:rgb(255,90,54)}to{opacity:.55;color:rgb(107,109,113)}}\n@keyframes mk-boot-scan{from{transform:translateY(0)}to{transform:translateY(100vh)}}\n@keyframes mk-boot-fade{from{opacity:0}to{opacity:1}}\n@keyframes mk-ink{0%{opacity:0;transform:translate(7px,-5px)}34%{opacity:.5;transform:translate(7px,-5px)}72%{opacity:1;transform:translate(7px,-5px)}73%,100%{opacity:1;transform:none}}\n@keyframes mk-bokashi{0%{opacity:0;background-position:0 -100%}40%{opacity:1}100%{opacity:1;background-position:0 0}}\n@keyframes mk-seal{0%{opacity:0;transform:rotate(-9deg) scale(1.5)}60%{opacity:.92;transform:rotate(-9deg) scale(.94)}100%{opacity:.92;transform:rotate(-9deg) scale(1)}}\n@keyframes mk-boot-type{from{clip-path:inset(0 100% 0 0);opacity:.3}to{clip-path:inset(0 0 0 0);opacity:1}}\n@keyframes mk-boot-caret{0%,49%{opacity:1}50%,99%{opacity:0}}\n@keyframes mk-boot-cross{from{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}\n@keyframes mk-boot-tick{from{opacity:0;transform:scaleX(.2)}to{opacity:1;transform:scaleX(1)}}\n@keyframes mk-boot-stamp{0%{opacity:0;transform:scale(1.35)}55%{opacity:1;transform:scale(.97)}100%{opacity:1;transform:scale(1)}}\n@media (prefers-reduced-motion:no-preference){\n #mk-boot{display:grid;position:fixed;inset:0;z-index:999;background:rgb(250,250,247);align-content:center;justify-items:center;row-gap:20px;overflow:hidden;animation:mk-boot-out .62s cubic-bezier(.7,0,.3,1) 2.95s forwards}\n #mk-uki{position:relative;width:min(430px,64vw);aspect-ratio:3/2;background:rgb(250,250,247);overflow:hidden;box-shadow:0 0 0 1px rgba(22,24,28,.10)}\n #mk-uki>*{position:absolute;inset:0;animation:mk-ink .8s cubic-bezier(.2,.7,.3,1) both}\n #mk-uki-sky{background:linear-gradient(180deg,rgb(31,58,95) 0%,rgba(31,58,95,.72) 34%,rgba(31,58,95,.30) 58%,rgba(31,58,95,.10) 70%);background-size:100% 200%;animation:mk-bokashi 1.1s cubic-bezier(.3,0,.2,1) .35s both}\n #mk-uki-sun{background:radial-gradient(circle at 71% 31%,rgb(255,90,54) 0 8.5%,rgba(255,90,54,0) 8.6%);animation-delay:.75s}\n #mk-uki-fuji{background:rgb(250,250,247);clip-path:polygon(50% 34%,88% 100%,12% 100%);animation-delay:1.05s}\n #mk-uki-snow{background:rgb(252,252,250);clip-path:polygon(50% 34%,62.1% 55%,57% 48%,52% 55%,47% 47%,42% 54%,37.9% 55%);animation-delay:1.3s}\n #mk-uki-sea{top:auto;height:34%;background:radial-gradient(circle at 50% 100%,rgba(0,0,0,0) 41%,rgb(31,58,95) 42% 47%,rgba(0,0,0,0) 48%) 0 0/34px 17px,radial-gradient(circle at 50% 100%,rgba(0,0,0,0) 41%,rgba(31,58,95,.55) 42% 47%,rgba(0,0,0,0) 48%) 17px 8.5px/34px 17px;animation-delay:1.55s}\n #mk-uki-key{border:1px solid rgb(22,24,28);animation-delay:1.85s}\n #mk-uki-key::after{content:\"\";position:absolute;left:0;right:0;top:66%;height:1px;background:rgba(22,24,28,.55)}\n #mk-uki-seal{inset:auto 16px 14px auto;width:34px;height:34px;background:rgb(191,68,40);opacity:0;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);animation:mk-seal .45s cubic-bezier(.16,1,.3,1) 2.15s both}\n #mk-uki-seal::after{content:\"摺\";position:absolute;inset:0;display:grid;place-items:center;color:rgb(250,250,247);font-family:'Noto Sans TC','PingFang TC','Hiragino Sans TC','Microsoft JhengHei',sans-serif;font-size:19px;line-height:1}\n @media (max-width:767px){#mk-uki{width:74vw}}\n #mk-boot-head,#mk-boot-foot{position:absolute;left:40px;right:40px;display:flex;justify-content:space-between;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.2em;color:rgb(107,109,113);animation:mk-boot-fade .4s ease both}\n #mk-boot-head{top:34px}\n #mk-boot-foot{bottom:30px;animation-delay:.1s}\n #mk-boot-num{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:58px;font-weight:500;line-height:1;letter-spacing:-.04em;color:rgb(22,24,28);font-variant-numeric:tabular-nums;min-width:3ch;text-align:right;animation:mk-count 2.05s linear .3s both}\n #mk-boot-num::after{counter-reset:n var(--mk-n);content:counter(n)}\n #mk-boot-row{display:flex;align-items:flex-end;column-gap:8px;line-height:1}\n #mk-boot-pct{font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:18px;color:rgb(191,68,40);padding-bottom:12px}\n #mk-boot-track{width:min(420px,62vw);height:1px;background:rgba(22,24,28,.14);position:relative}\n #mk-boot-fill{position:absolute;inset:0;background:rgb(255,90,54);transform-origin:0 50%;animation:mk-boot-fill 2.05s linear .3s both}\n #mk-boot-track::after{content:\"\";position:absolute;left:0;right:0;top:-3px;height:3px;background:repeating-linear-gradient(90deg,rgba(22,24,28,.22) 0 1px,transparent 1px 42px);animation:mk-boot-fade .5s ease .15s both}\n #mk-boot-list{display:flex;column-gap:18px;row-gap:8px;flex-wrap:wrap;justify-content:center;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.18em}\n #mk-boot-list>*{opacity:.14;animation:mk-boot-line .62s ease both}\n #mk-boot-c0{animation-delay:700ms}\n #mk-boot-c1{animation-delay:900ms}\n #mk-boot-c2{animation-delay:1100ms}\n #mk-boot-c3{animation-delay:1300ms}\n #mk-boot-c4{animation-delay:1500ms}\n #mk-boot-c5{animation-delay:1700ms}\n #mk-boot-c6{animation-delay:1900ms}\n #mk-boot::before{content:\"\";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(22,24,28,.045) 0 1px,transparent 1px 72px),repeating-linear-gradient(0deg,rgba(22,24,28,.045) 0 1px,transparent 1px 72px);animation:mk-boot-fade .5s ease both}\n #mk-boot-scan{position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,rgba(255,90,54,0),rgba(255,90,54,.55),rgba(255,90,54,0));animation:mk-boot-scan 1.45s linear .15s 2 both}\n #mk-boot .mk-x,#mk-boot-x0,#mk-boot-x1,#mk-boot-x2,#mk-boot-x3{position:absolute;width:14px;height:14px;animation:mk-boot-cross .5s cubic-bezier(.16,1,.3,1) both}\n #mk-boot-x0{top:64px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42);animation-delay:.08s}\n #mk-boot-x1{top:64px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-top:1px solid rgba(22,24,28,.42);animation-delay:.16s}\n #mk-boot-x2{bottom:56px;left:40px;border-left:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42);animation-delay:.24s}\n #mk-boot-x3{bottom:56px;right:40px;border-right:1px solid rgba(22,24,28,.42);border-bottom:1px solid rgba(22,24,28,.42);animation-delay:.32s}\n #mk-boot-ruler{position:absolute;left:40px;top:50%;transform:translateY(-50%);display:grid;row-gap:9px}\n #mk-boot-ruler>*{width:9px;height:1px;background:rgba(22,24,28,.42);transform-origin:0 50%;animation:mk-boot-tick .3s ease both}\n #mk-boot-t0{animation-delay:120ms}\n #mk-boot-t1{animation-delay:146ms}\n #mk-boot-t2{animation-delay:172ms}\n #mk-boot-t3{animation-delay:198ms}\n #mk-boot-t4{animation-delay:224ms}\n #mk-boot-t5{animation-delay:250ms}\n #mk-boot-t6{animation-delay:276ms}\n #mk-boot-t7{animation-delay:302ms}\n #mk-boot-t8{animation-delay:328ms}\n #mk-boot-t9{animation-delay:354ms}\n #mk-boot-t10{animation-delay:380ms}\n #mk-boot-t11{animation-delay:406ms}\n #mk-boot-t12{animation-delay:432ms}\n @media (max-width:1023px){#mk-boot-ruler{display:none}}\n #mk-boot-log{display:grid;row-gap:7px;justify-items:start;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.16em;color:rgb(107,109,113);min-height:64px}\n #mk-boot-log>*{animation:mk-boot-type .42s steps(24,end) both}\n #mk-boot-l0{animation-delay:550ms}\n #mk-boot-l1{animation-delay:930ms}\n #mk-boot-l2{animation-delay:1310ms}\n #mk-boot-l3{animation-delay:1690ms}\n #mk-boot-cursor{width:7px;height:11px;background:rgb(255,90,54);animation:mk-boot-caret .62s steps(1,end) .5s infinite}\n #mk-boot-ready{border:1px solid rgb(191,68,40);padding:5px 12px;font-family:'IBM Plex Mono',ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.24em;color:rgb(191,68,40);opacity:0;animation:mk-boot-stamp .42s cubic-bezier(.16,1,.3,1) 2.42s both}\n @media (max-width:767px){#mk-boot-num{font-size:40px}#mk-boot-head,#mk-boot-foot{left:18px;right:18px}}\n #mk-hl1-mask>*,#mk-hl2-mask>*{transform:translateY(112%);animation:mk-linein .95s cubic-bezier(.16,1,.3,1) forwards}\n #mk-hl1-mask>*{animation-delay:3.16s}\n #mk-hl2-mask>*{animation-delay:3.28s}\n #mk-mast-meta,#mk-mast-lede,#mk-mast-cta{opacity:0;animation:mk-softin .8s cubic-bezier(.16,1,.3,1) forwards}\n #mk-mast-meta{animation-delay:3.06s}\n #mk-mast-lede{animation-delay:3.54s}\n #mk-mast-cta{animation-delay:3.66s}\n #mk-ar-a-0>*,#mk-ar-b-0>*,#mk-ar-a-1>*,#mk-ar-b-1>*,#mk-ar-a-2>*,#mk-ar-b-2>*{animation:mk-flow 1.9s ease-in-out infinite}\n #mk-clock-s{animation:mk-secs 60s steps(60,end) infinite}\n #mk-clock-m{animation:mk-mins 3600s steps(60,end) infinite}\n #mk-clock-dot{animation:mk-livedot 2s steps(1,end) infinite}\n #mk-sweep{animation:mk-sweepdown 11s linear infinite}\n #mk-pan-loop{animation:mk-panloop 26s linear infinite}\n #mk-code-c0-l0{animation:mk-typeline 15s steps(30,end) 240ms infinite}\n #mk-code-c0-l1{animation:mk-typeline 15s steps(24,end) 540ms infinite}\n #mk-code-c0-l2{animation:mk-typeline 15s steps(26,end) 840ms infinite}\n #mk-code-c0-l3{animation:mk-typeline 15s steps(29,end) 1140ms infinite}\n #mk-code-c0-l4{animation:mk-typeline 15s steps(23,end) 1440ms infinite}\n #mk-code-c1-l0{animation:mk-typeline 15s steps(8,end) 670ms infinite}\n #mk-code-c1-l1{animation:mk-typeline 15s steps(23,end) 970ms infinite}\n #mk-code-c1-l2{animation:mk-typeline 15s steps(29,end) 1270ms infinite}\n #mk-code-c1-l3{animation:mk-typeline 15s steps(21,end) 1570ms infinite}\n #mk-code-c1-l4{animation:mk-typeline 15s steps(10,end) 1870ms infinite}\n #mk-code-c2-l0{animation:mk-typeline 15s steps(29,end) 1100ms infinite}\n #mk-code-c2-l1{animation:mk-typeline 15s steps(21,end) 1400ms infinite}\n #mk-code-c2-l2{animation:mk-typeline 15s steps(30,end) 1700ms infinite}\n #mk-code-c2-l3{animation:mk-typeline 15s steps(25,end) 2000ms infinite}\n #mk-code-c2-l4{animation:mk-typeline 15s steps(2,end) 2300ms infinite}\n #mk-code-c3-l0{animation:mk-typeline 15s steps(28,end) 1530ms infinite}\n #mk-code-c3-l1{animation:mk-typeline 15s steps(32,end) 1830ms infinite}\n #mk-code-c3-l2{animation:mk-typeline 15s steps(31,end) 2130ms infinite}\n #mk-code-c3-l3{animation:mk-typeline 15s steps(29,end) 2430ms infinite}\n #mk-code-c3-l4{animation:mk-typeline 15s steps(20,end) 2730ms infinite}\n #mk-code-cur{animation:mk-boot-caret .62s steps(1,end) infinite}\n #mk-flap-0-s,#mk-flap-1-s,#mk-flap-2-s,#mk-board-city-s,#mk-board-utc-s{animation:mk-flap 14s steps(7,end) infinite}\n #mk-flap-1-s{animation-delay:80ms}\n #mk-flap-2-s{animation-delay:160ms}\n #mk-doc::before,#mk-doc::after{background-image:linear-gradient(180deg,rgba(255,90,54,0),rgba(255,90,54,.55) 45%,rgba(255,90,54,.55) 55%,rgba(255,90,54,0));background-size:1px 34vh;background-repeat:no-repeat;animation:mk-railrun 9s linear infinite}\n #mk-ar-a-0>*{animation-delay:0ms}\n #mk-ar-b-0>*{animation-delay:130ms}\n #mk-ar-a-1>*{animation-delay:260ms}\n #mk-ar-b-1>*{animation-delay:390ms}\n #mk-ar-a-2>*{animation-delay:520ms}\n #mk-ar-b-2>*{animation-delay:650ms}\n #mk-caret{animation:mk-caret 1.15s steps(1,end) infinite;animation-delay:3.84s}\n #mk-mast-rule{animation:mk-drawx .9s cubic-bezier(.2,.7,.3,1) forwards;animation-delay:3.40s}\n #mk-spec-rule{animation:mk-drawx .9s cubic-bezier(.2,.7,.3,1) forwards;animation-delay:.9s}\n #mk-cue{opacity:0;animation:mk-softin .8s ease forwards;animation-delay:1.1s}\n #mk-cue-rail::after{animation:mk-cuearrow 1.9s cubic-bezier(.4,0,.5,1) infinite}\n #mk-ticker-track{animation:mk-ticker 40s linear infinite}\n #mk-mark-0,#mk-mark-1,#mk-mark-2,#mk-mark-3{animation:mk-markin .5s cubic-bezier(.16,1,.3,1) forwards}\n #mk-mark-0{animation-delay:1.15s}\n #mk-mark-1{animation-delay:1.24s}\n #mk-mark-2{animation-delay:1.33s}\n #mk-mark-3{animation-delay:1.42s}\n @supports (animation-timeline:view()){\n #mk-spec,#mk-svc-head,#mk-svc-0,#mk-svc-1,#mk-svc-2,#mk-svc-3,#mk-proc-head,#mk-proc-0,#mk-proc-1,#mk-proc-2,#mk-proc-3,#mk-works-head,#mk-work-0,#mk-work-1,#mk-work-2,#mk-work-3,#mk-work-4,#mk-work-5,#mk-work-6,#mk-work-7,#mk-work-8,#mk-plate-num,#mk-plate-t,#mk-mx-head,#mk-mx-cols,#mk-mx-r-0,#mk-mx-r-1,#mk-mx-r-2,#mk-mx-r-3,#mk-mx-r-4,#mk-mx-r-5,#mk-mx-r-6,#mk-mx-r-7,#mk-fig2-head,#mk-fl-a-0,#mk-fl-b-0,#mk-fl-c-0,#mk-fl-a-1,#mk-fl-b-1,#mk-fl-c-1,#mk-fl-a-2,#mk-fl-b-2,#mk-fl-c-2,#mk-spec2-head,#mk-spec2-r-0,#mk-spec2-r-1,#mk-spec2-r-2,#mk-spec2-r-3,#mk-stack-head,#mk-stack-0,#mk-stack-1,#mk-stack-2,#mk-stack-3,#mk-stack-4,#mk-stack-5,#mk-stack-6,#mk-stack-7,#mk-prod-head,#mk-prod-0,#mk-prod-1,#mk-voice-head,#mk-voice-0,#mk-voice-1,#mk-voice-2,#mk-contact-head{animation:mk-rise .01s linear both;animation-timeline:view();animation-range:entry 2% cover 36%}\n #mk-svc-0{animation-range:entry 6% cover 40%}\n #mk-svc-1{animation-range:entry 10% cover 44%}\n #mk-svc-2{animation-range:entry 14% cover 48%}\n #mk-svc-3{animation-range:entry 18% cover 52%}\n #mk-proc-0{animation-range:entry 6% cover 40%}\n #mk-proc-1{animation-range:entry 10% cover 44%}\n #mk-proc-2{animation-range:entry 14% cover 48%}\n #mk-proc-3{animation-range:entry 18% cover 52%}\n #mk-work-0{animation-range:entry 6% cover 40%}\n #mk-work-1{animation-range:entry 6% cover 40%}\n #mk-work-2{animation-range:entry 10% cover 44%}\n #mk-work-3{animation-range:entry 10% cover 44%}\n #mk-work-4{animation-range:entry 14% cover 48%}\n #mk-work-5{animation-range:entry 14% cover 48%}\n #mk-work-6{animation-range:entry 18% cover 52%}\n #mk-work-7{animation-range:entry 18% cover 52%}\n #mk-work-8{animation-range:entry 22% cover 56%}\n #mk-plate-t{animation-range:entry 6% cover 40%}\n #mk-mx-cols{animation-range:entry 6% cover 40%}\n #mk-mx-r-0{animation-range:entry 6% cover 40%}\n #mk-mx-r-1{animation-range:entry 10% cover 44%}\n #mk-mx-r-2{animation-range:entry 10% cover 44%}\n #mk-mx-r-3{animation-range:entry 14% cover 48%}\n #mk-mx-r-4{animation-range:entry 14% cover 48%}\n #mk-mx-r-5{animation-range:entry 18% cover 52%}\n #mk-mx-r-6{animation-range:entry 18% cover 52%}\n #mk-mx-r-7{animation-range:entry 22% cover 56%}\n #mk-fl-a-0{animation-range:entry 6% cover 40%}\n #mk-fl-b-0{animation-range:entry 10% cover 44%}\n #mk-fl-c-0{animation-range:entry 14% cover 48%}\n #mk-fl-a-1{animation-range:entry 10% cover 44%}\n #mk-fl-b-1{animation-range:entry 14% cover 48%}\n #mk-fl-c-1{animation-range:entry 18% cover 52%}\n #mk-fl-a-2{animation-range:entry 14% cover 48%}\n #mk-fl-b-2{animation-range:entry 18% cover 52%}\n #mk-fl-c-2{animation-range:entry 22% cover 56%}\n #mk-spec2-r-0{animation-range:entry 6% cover 40%}\n #mk-spec2-r-1{animation-range:entry 10% cover 44%}\n #mk-spec2-r-2{animation-range:entry 14% cover 48%}\n #mk-spec2-r-3{animation-range:entry 18% cover 52%}\n #mk-stack-0{animation-range:entry 6% cover 40%}\n #mk-stack-1{animation-range:entry 10% cover 44%}\n #mk-stack-2{animation-range:entry 14% cover 48%}\n #mk-stack-3{animation-range:entry 18% cover 52%}\n #mk-stack-4{animation-range:entry 22% cover 56%}\n #mk-stack-5{animation-range:entry 22% cover 56%}\n #mk-stack-6{animation-range:entry 22% cover 56%}\n #mk-stack-7{animation-range:entry 22% cover 56%}\n #mk-prod-0{animation-range:entry 6% cover 40%}\n #mk-prod-1{animation-range:entry 10% cover 44%}\n #mk-voice-0{animation-range:entry 6% cover 40%}\n #mk-voice-1{animation-range:entry 10% cover 44%}\n #mk-voice-2{animation-range:entry 14% cover 48%}\n #mk-fig-0>div>*,#mk-fig-1>div>*,#mk-fig-2>div>*,#mk-fig-3>div>*{animation:mk-digit .7s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--d,0ms)}\n #mk-fig-0>div,#mk-fig-1>div,#mk-fig-2>div,#mk-fig-3>div{animation:mk-rise .01s linear both;animation-timeline:view();animation-range:entry 0% entry 1%}\n #mk-work-0::after,#mk-work-1::after,#mk-work-2::after,#mk-work-3::after,#mk-work-4::after,#mk-work-5::after,#mk-work-6::after,#mk-work-7::after,#mk-work-8::after{animation:mk-sweep .01s linear both;animation-timeline:view();animation-range:entry 12% cover 24%}\n #mk-proc-dot-0,#mk-proc-dot-1,#mk-proc-dot-2,#mk-proc-dot-3{animation:mk-dotin .01s linear both;animation-timeline:view();animation-range:entry 14% cover 26%}\n #mk-pan-track{animation:mk-pan linear both;animation-timeline:view();animation-range:cover 0% cover 100%}\n #mk-plate-t h2{background-image:linear-gradient(90deg,rgb(22,24,28) 0 50%,rgb(107,109,113) 50% 100%);background-size:220% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);animation:mk-fillscrub linear both;animation-timeline:view();animation-range:entry 24% cover 58%}\n }\n @supports (timeline-scope:--x){\n #mk-doc{timeline-scope:--mk-s1,--mk-s2,--mk-s3,--mk-s4,--mk-s5,--mk-s6,--mk-s7}\n#services{view-timeline-name:--mk-s1;view-timeline-inset:45% 45%}\n#process{view-timeline-name:--mk-s2;view-timeline-inset:45% 45%}\n#works{view-timeline-name:--mk-s3;view-timeline-inset:45% 45%}\n#stack{view-timeline-name:--mk-s4;view-timeline-inset:45% 45%}\n#products{view-timeline-name:--mk-s5;view-timeline-inset:45% 45%}\n#mk-voices{view-timeline-name:--mk-s6;view-timeline-inset:45% 45%}\n#contact{view-timeline-name:--mk-s7;view-timeline-inset:45% 45%}\n #mk-idx-0{animation:mk-idxon linear;animation-timeline:--mk-s1;animation-range:cover 0% cover 100%}\n #mk-idx-1{animation:mk-idxon linear;animation-timeline:--mk-s2;animation-range:cover 0% cover 100%}\n #mk-idx-2{animation:mk-idxon linear;animation-timeline:--mk-s3;animation-range:cover 0% cover 100%}\n #mk-idx-3{animation:mk-idxon linear;animation-timeline:--mk-s4;animation-range:cover 0% cover 100%}\n #mk-idx-4{animation:mk-idxon linear;animation-timeline:--mk-s5;animation-range:cover 0% cover 100%}\n #mk-idx-5{animation:mk-idxon linear;animation-timeline:--mk-s6;animation-range:cover 0% cover 100%}\n #mk-idx-6{animation:mk-idxon linear;animation-timeline:--mk-s7;animation-range:cover 0% cover 100%}\n }\n @supports (animation-timeline:scroll()){\n #mk-progress{animation:mk-progress linear both;animation-timeline:scroll(root)}\n #mk-cue{animation:mk-cuefade linear both;animation-timeline:scroll(root);animation-range:0px 260px}\n #mk-header{animation:mk-headbg linear both;animation-timeline:scroll(root);animation-range:20px 120px}\n #mk-header::after{animation:mk-headrule linear both;animation-timeline:scroll(root);animation-range:20px 120px}\n }\n}\n</style>",
|
|
217
221
|
"processShortcodes": "0"
|
|
218
222
|
}
|
|
219
223
|
},
|
|
@@ -1533,6 +1537,103 @@
|
|
|
1533
1537
|
}
|
|
1534
1538
|
]
|
|
1535
1539
|
},
|
|
1540
|
+
{
|
|
1541
|
+
"type": "div",
|
|
1542
|
+
"data": {
|
|
1543
|
+
"attrID": "mk-uki"
|
|
1544
|
+
},
|
|
1545
|
+
"style": {
|
|
1546
|
+
"&": {
|
|
1547
|
+
"_": {}
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"children": [
|
|
1551
|
+
{
|
|
1552
|
+
"type": "div",
|
|
1553
|
+
"data": {
|
|
1554
|
+
"attrID": "mk-uki-sky"
|
|
1555
|
+
},
|
|
1556
|
+
"style": {
|
|
1557
|
+
"&": {
|
|
1558
|
+
"_": {}
|
|
1559
|
+
}
|
|
1560
|
+
},
|
|
1561
|
+
"children": []
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
"type": "div",
|
|
1565
|
+
"data": {
|
|
1566
|
+
"attrID": "mk-uki-sun"
|
|
1567
|
+
},
|
|
1568
|
+
"style": {
|
|
1569
|
+
"&": {
|
|
1570
|
+
"_": {}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1573
|
+
"children": []
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"type": "div",
|
|
1577
|
+
"data": {
|
|
1578
|
+
"attrID": "mk-uki-fuji"
|
|
1579
|
+
},
|
|
1580
|
+
"style": {
|
|
1581
|
+
"&": {
|
|
1582
|
+
"_": {}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"children": []
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
"type": "div",
|
|
1589
|
+
"data": {
|
|
1590
|
+
"attrID": "mk-uki-snow"
|
|
1591
|
+
},
|
|
1592
|
+
"style": {
|
|
1593
|
+
"&": {
|
|
1594
|
+
"_": {}
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"children": []
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
"type": "div",
|
|
1601
|
+
"data": {
|
|
1602
|
+
"attrID": "mk-uki-sea"
|
|
1603
|
+
},
|
|
1604
|
+
"style": {
|
|
1605
|
+
"&": {
|
|
1606
|
+
"_": {}
|
|
1607
|
+
}
|
|
1608
|
+
},
|
|
1609
|
+
"children": []
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"type": "div",
|
|
1613
|
+
"data": {
|
|
1614
|
+
"attrID": "mk-uki-key"
|
|
1615
|
+
},
|
|
1616
|
+
"style": {
|
|
1617
|
+
"&": {
|
|
1618
|
+
"_": {}
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"children": []
|
|
1622
|
+
},
|
|
1623
|
+
{
|
|
1624
|
+
"type": "div",
|
|
1625
|
+
"data": {
|
|
1626
|
+
"attrID": "mk-uki-seal"
|
|
1627
|
+
},
|
|
1628
|
+
"style": {
|
|
1629
|
+
"&": {
|
|
1630
|
+
"_": {}
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"children": []
|
|
1634
|
+
}
|
|
1635
|
+
]
|
|
1636
|
+
},
|
|
1536
1637
|
{
|
|
1537
1638
|
"type": "div",
|
|
1538
1639
|
"data": {
|
package/tools/verify_intro.py
CHANGED
|
@@ -57,8 +57,13 @@ SAMPLES_MS = [120, 400, 800, 1300, 1800, 2300, 2700, 3000, 3300, 3700, 4200,
|
|
|
57
57
|
|
|
58
58
|
# What to read at each sample. Anything whose id starts with the veil prefix is
|
|
59
59
|
# treated as part of the intro; everything else is content that must end up visible.
|
|
60
|
+
# The registered custom properties this page animates. Named rather than
|
|
61
|
+
# discovered, because discovery means enumerating every property on every
|
|
62
|
+
# element and that is what made the probe slower than the thing it measures.
|
|
63
|
+
ANIMATED_VARS = ["--mk-n", "--mk-s", "--mk-m"]
|
|
64
|
+
|
|
60
65
|
PROBE = r"""
|
|
61
|
-
(ids) => {
|
|
66
|
+
([ids, ANIMATED_VARS]) => {
|
|
62
67
|
const out = {t: performance.now(), nodes: {}};
|
|
63
68
|
for (const id of ids) {
|
|
64
69
|
const el = document.getElementById(id);
|
|
@@ -78,8 +83,15 @@ PROBE = r"""
|
|
|
78
83
|
// as the literal `counter(s, decimal-leading-zero)` rather than the digits -
|
|
79
84
|
// the animated integer underneath is the only readable trace they leave.
|
|
80
85
|
// Hard-coding `--mk-n` meant a running clock counted as motionless.
|
|
81
|
-
|
|
82
|
-
|
|
86
|
+
// Asked for BY NAME. Enumerating the style declaration - `Array.from(cs)` -
|
|
87
|
+
// materialises every one of the three hundred-odd properties on every one of
|
|
88
|
+
// five hundred elements, and filtering afterwards does not save any of that:
|
|
89
|
+
// it cost seconds per sample and pushed each reading fourteen seconds past
|
|
90
|
+
// the timestamp it was labelled with. The checks still passed, because they
|
|
91
|
+
// compare readings to each other rather than to the clock - which is how a
|
|
92
|
+
// timing tool goes blind to time.
|
|
93
|
+
counter: ANIMATED_VARS.map(v => v + '=' + cs.getPropertyValue(v).trim())
|
|
94
|
+
.filter(x => !x.endsWith('=')).join(';'),
|
|
83
95
|
text: (el.textContent || '').trim().slice(0, 24),
|
|
84
96
|
w: Math.round(r.width), h: Math.round(r.height),
|
|
85
97
|
};
|
|
@@ -174,12 +186,23 @@ def run(url, ids, reduced, frames_dir):
|
|
|
174
186
|
sep = "&" if "?" in url else "?"
|
|
175
187
|
page.goto("%s%s_v=%d" % (url, sep, int(time.time() * 1000)),
|
|
176
188
|
wait_until="commit", timeout=60000)
|
|
189
|
+
# Scheduled against a real clock, not against the previous SAMPLE. Waiting
|
|
190
|
+
# `ms - previous_ms` assumes the work between samples is free, and it is
|
|
191
|
+
# not: with --frames every reading is followed by a full screenshot, and
|
|
192
|
+
# the drift compounded to nine seconds by the middle of the run - the
|
|
193
|
+
# captured frames showed a page whose intro had finished long before, while
|
|
194
|
+
# each one was labelled with the time it was supposed to be. The readings
|
|
195
|
+
# were right in a run without frames, which is exactly how a fault like this
|
|
196
|
+
# survives: it only appears when you look.
|
|
197
|
+
start = time.monotonic()
|
|
177
198
|
readings = []
|
|
178
199
|
for ms in SAMPLES_MS:
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
200
|
+
remaining = ms / 1000.0 - (time.monotonic() - start)
|
|
201
|
+
if remaining > 0:
|
|
202
|
+
page.wait_for_timeout(remaining * 1000)
|
|
203
|
+
rec = page.evaluate(PROBE, [ids, ANIMATED_VARS])
|
|
182
204
|
rec["t_ms"] = ms
|
|
205
|
+
rec["t_actual_ms"] = int((time.monotonic() - start) * 1000)
|
|
183
206
|
readings.append(rec)
|
|
184
207
|
if frames_dir:
|
|
185
208
|
os.makedirs(frames_dir, exist_ok=True)
|
|
@@ -247,11 +270,19 @@ def main():
|
|
|
247
270
|
|
|
248
271
|
print(" %-7s %-11s %-9s %-8s %-7s %s"
|
|
249
272
|
% ("t", "counter", "veil vis", "clip", "covers", "under the centre"))
|
|
273
|
+
import re as _re2
|
|
250
274
|
for r in readings:
|
|
251
275
|
v = r["nodes"].get(a.veil_prefix) or {}
|
|
252
|
-
|
|
276
|
+
# the probe now records EVERY registered custom property on the element, so
|
|
277
|
+
# the one this column is about has to be picked back out - printing the
|
|
278
|
+
# signature put the page's entire variable table into a table cell
|
|
279
|
+
sig = (r["nodes"].get(a.veil_prefix + "-num") or {}).get("counter", "")
|
|
280
|
+
hit = _re2.search(r"--mk-n=(-?\d+)", sig)
|
|
281
|
+
num = hit.group(1) if hit else ""
|
|
282
|
+
drift = r.get("t_actual_ms", r["t_ms"]) - r["t_ms"]
|
|
253
283
|
print(" %-7s %-11s %-9s %-8s %-7s %s"
|
|
254
|
-
% ("%dms" % r["t_ms"],
|
|
284
|
+
% ("%dms%s" % (r["t_ms"], "+%d" % drift if drift > 120 else ""),
|
|
285
|
+
num or "-", v.get("visibility", "-"),
|
|
255
286
|
(v.get("clipPath") or "-")[:8],
|
|
256
287
|
"YES" if r["veilCoversCentre"] else "no", r["hitCentre"]))
|
|
257
288
|
|