/*
 * ================================================================
 * theme-palette.css — 配色系：碧空蓝 · 纵向渐变 + 绿色双虚线框（Cerulean — vertical ramp + green frame）
 * ================================================================
 *
 * 本文件由 .cache/palette-review/emit-palette.mjs 生成，请勿手改：
 *   node .cache/palette-review/emit-palette.mjs mistySlate
 * 想换配色就改那边的预设再重跑，保证"评审时看到的"和"上线的"是同一条来源。
 *
 * 这个配色做了什么（见文件末尾的分段注释）：
 *   1. 覆盖主题令牌 —— 画布底色、卡片、文字、内嵌块。它们由主题的
 *      dynamic-theme-light() 生成在 :root[data-theme="light"] 上，而不是
 *      普通的 :root，所以必须同名覆盖；本文件排在最后加载因此生效。
 *   2. 覆盖主题里写死的粉/紫字面色：卡片标题 #3d394f（_lei.styl:811）、
 *      hero 大标题 #4d476b 与正文 #69637e（_lei-foundation.styl:74/79）、
 *      Focus 行的圆环 #d46a97（_lei.styl:409）。
 *   3. 把 cute-style.css §7e 那 20 个粉色小饰品的填充色换成冷色（它们是
 *      --lei-doodle-* 变量，所以能在这里整体替换）。
 *
 * 另外配套改了 _config.stellar-lei.yml 的 style.color（主题会用它做编译期
 * 计算，运行时覆盖够不到），以及 inject.head 里本文件的 <link>。
 *
 * 回滚三步：
 *   1) 删除本文件；
 *   2) 删掉 _config.stellar-lei.yml 里本文件的 <link>；
 *   3) 删掉 _config.stellar-lei.yml 的 style.color 块。
 * 三步做完即回到主题默认的粉白配色。
 */

:root {
  --hue: 196deg;
  --sat: 74%;
  --light: 42%;
  --alpha: 1;
  --accent: hsl(184 64% 41%);
  --link: hsl(202 76% 42%);
  --theme: hsl(196 74% 42% / 1);
  --lei-page-background: linear-gradient(180deg, hsl(192 64% 97%) 0%, hsl(198 62% 90%) 30%, hsl(206 58% 81%) 62%, hsl(214 56% 68%) 100%);
  --lei-ink: hsl(202 56% 18%);
  --lei-line: hsl(202 34% 40% / 0.16);
  --lei-shadow: 0 18px 45px hsl(202 30% 18% / 0.2);
  --lei-shadow-hover: 0 24px 56px hsl(202 30% 18% / 0.26);
  --lei-pink: hsl(196 46% 52%);
  --lei-pink-soft: hsl(196 40% 90%);
  --lei-blue: hsl(182 48% 50%);
  --lei-blue-soft: hsl(182 42% 91%);
  --lei-lavender: hsl(206 40% 54%);
  --lei-lavender-soft: hsl(206 34% 92%);
  --lei-mint-soft: hsl(172 34% 91%);
  --lei-yellow-soft: hsl(182 30% 92%);
  --block: hsl(202 26% 18% / 0.07);
  --block-border: hsl(202 26% 18% / 0.12);
  --bg-a20: hsl(202 30% 98% / 0.2);
  --bg-a50: hsl(202 30% 98% / 0.5);
  --bg-a60: hsl(202 30% 98% / 0.6);
  --bg-a75: hsl(202 30% 98% / 0.75);
  --bg-a100: hsl(202 30% 98% / 1);
  --lib-ink: hsl(202 56% 18%);
  --lib-ink-soft: hsl(202 50% 38%);
  --lib-ink-mute: hsl(202 46% 52%);
  --lib-surface: hsl(196 58% 99.2%);
  --lib-surface-2: hsl(196 46% 92%);
  --lib-line: hsl(202 34% 40% / 0.16);
  --lib-peri: hsl(196 74% 42%);
  --lib-violet: hsl(184 64% 41%);
  --lib-sky: hsl(202 76% 42%);
  --lib-pink: hsl(190 66% 52%);
  --lib-cream: hsl(178 58% 50%);
  --lib-mint: hsl(168 50% 46%);
}
html { background: hsl(198 46% 95.5%); }
body { color: hsl(202 56% 18%); }
:root[data-theme="light"], :root[data-theme="dark"] {
  --background: hsl(198 46% 95.5%);
  --card: hsl(196 58% 99.2%);
  --text: hsl(202 56% 18% / 1);
  --text-reverse: hsl(196 52% 99%);
  --text-p1: hsl(202 56% 18% / 0.88);
  --text-p2: hsl(202 56% 18% / 0.76);
  --text-p3: hsl(202 56% 18% / 0.6);
  --text-p4: hsl(202 56% 18% / 0.48);
  --text-meta: hsl(202 56% 18% / 0.2);
  --text-code: hsl(202 52% 18% / 0.92);
  --text-a10: hsl(202 56% 18% / 0.1);
  --text-a20: hsl(202 56% 18% / 0.2);
}
.lei-site-layout .l_left {
  background: linear-gradient(155deg, hsl(196 40% 89%), hsl(196 46% 92%) 50%, hsl(196 54% 94%));
  box-shadow: 0 5px 18px hsl(202 30% 18% / 0.12);
}
.lei-site-layout .post-list .post-card {
  border-color: hsl(196 40% 98% / 0.9);
  background: hsl(196 58% 99.2%);
}
.lei-site-layout .post-card-wrap:nth-child(6n+1) .post-card { border-color: hsl(196 48% 74% / 0.34); }
.lei-site-layout .post-card-wrap:nth-child(6n+2) .post-card { border-color: hsl(182 48% 72% / 0.34); }
.lei-site-layout .post-card-wrap:nth-child(6n+3) .post-card { border-color: hsl(214 44% 74% / 0.34); }
.lei-site-layout .post-card-wrap:nth-child(6n+4) .post-card { border-color: hsl(168 40% 70% / 0.34); }
.lei-site-layout .post-card-wrap:nth-child(6n+5) .post-card { border-color: hsl(238 48% 70% / 0.34); }
.lei-site-layout .l_left .lei-side-nav { color: var(--lib-ink-soft); }
.lei-site-layout .l_left .lei-side-nav__label { color: var(--lib-ink-mute); }
.lei-site-layout .l_left .lei-side-nav a { color: var(--lib-ink-soft); }
.lei-site-layout .l_left .lei-side-nav a small { color: var(--lib-ink-mute); }
.lei-site-layout .l_left .lei-side-nav a:hover { background: var(--lib-surface); color: var(--lib-peri); }
.lei-site-layout .l_left .lei-side-nav a[aria-current="page"] { color: hsl(196 74% 30%); background: hsl(196 62% 88%); }
.lei-site-layout .l_left .lei-side-nav a[aria-current="page"] small { color: hsl(196 36% 46%); }
.lei-site-layout .l_left .lei-side-nav__personal { border-top-color: var(--lib-line); }
.lei-site-layout .l_left .lei-sidebar-search:before { background: radial-gradient(ellipse at center, var(--lib-peri) 0 1.5px, transparent 2px) 0 100% / 12px 5px repeat-x; }
.lei-site-layout .l_left .lei-sidebar-search:after { background: radial-gradient(ellipse at 50% -1px, transparent 0 3px, var(--lib-sky) 3.5px 4px, transparent 4.5px) 0 100% / 15px 5px repeat-x; }
.lei-site-layout .l_left .lei-sidebar-search .search-form:after { color: var(--lib-violet); opacity: .5; }
.lei-site-layout .l_left .lei-focus-status {
  border-color: hsl(196 40% 97% / 0.9);
  color: var(--lib-ink-soft);
  background: linear-gradient(105deg, hsl(182 34% 94%), hsl(196 40% 94%));
}
.lei-site-layout .l_left .lei-focus-status:after { background: radial-gradient(ellipse at 50% -1px, transparent 0 2px, var(--lib-violet) 2.4px 3px, transparent 3.4px) 0 0 / 12px 4px repeat-x; }
.lei-site-layout .l_left .lei-focus-status__lead i { border-color: hsl(196 52% 50%); }
.lei-site-layout .l_left .lei-focus-status:hover { color: hsl(196 74% 36%); }
.lei-site-layout .l_left .lei-sidebar-switch {
  background: linear-gradient(110deg, hsl(196 30% 93%), hsl(196 38% 93%));
  border-color: var(--lib-line);
}
.lei-site-layout .l_left .lei-sidebar-switch button { color: var(--lib-ink-mute); }
.lei-site-layout .l_left .lei-sidebar-switch button[aria-selected="true"] {
  color: hsl(196 74% 38%);
  background: linear-gradient(120deg, hsl(196 40% 98%), hsl(182 36% 94%));
  border-color: hsl(196 30% 85%);
}
.lei-site-layout .l_left .lei-sidebar-switch button .lei-switch-heart { fill: var(--lib-pink); }
.lei-site-layout .l_left .lei-portal .widget-header .name { color: var(--lib-ink-mute); }
.lei-site-layout .l_left .lei-portal-spark { color: var(--lib-sky); }
.lei-site-layout .l_left .lei-portal-item {
  border-color: hsl(196 32% 86%);
  color: hsl(196 22% 40%);
  background: linear-gradient(135deg, hsl(196 40% 96%), hsl(196 38% 94%));
}
.lei-site-layout .l_left .lei-portal-item:last-child {
  border-color: hsl(182 32% 85%);
  color: hsl(182 24% 40%);
  background: linear-gradient(135deg, hsl(182 44% 96%), hsl(182 42% 94%));
}
.lei-site-layout .l_left .lei-portal-item:hover, .lei-site-layout .l_left .lei-portal-item.active {
  color: hsl(196 40% 34%);
  border-color: hsl(196 38% 78%);
  background: linear-gradient(135deg, hsl(196 46% 98%), hsl(196 44% 93%));
}
.lei-site-layout .l_left .lei-portal-item:last-child:hover, .lei-site-layout .l_left .lei-portal-item:last-child.active {
  color: hsl(182 40% 32%);
  border-color: hsl(182 36% 76%);
  background: linear-gradient(135deg, hsl(182 50% 98%), hsl(182 48% 93%));
}
.lei-site-layout .l_left .lei-portal-icon {
  color: hsl(196 42% 52%);
  background: var(--lei-doodle-sparkle) no-repeat 70% 18% / 9px 9px, radial-gradient(circle at 34% 30%, hsl(196 30% 100%) 0%, hsl(196 54% 94%) 62%, hsl(196 46% 88%) 100%);
}
.lei-site-layout .l_left .lei-portal-item:last-child .lei-portal-icon {
  color: hsl(182 46% 48%);
  background: var(--lei-doodle-sparkle-mint) no-repeat 70% 18% / 9px 9px, radial-gradient(circle at 34% 30%, hsl(182 30% 100%) 0%, hsl(182 52% 93%) 62%, hsl(182 46% 87%) 100%);
}
.lei-site-layout .l_left .lei-sidebar-overview { color: var(--lib-violet); }
.lei-site-layout .l_left .lei-sidebar-keepsake > span { color: var(--lib-ink-mute); }
.lei-site-layout .lei-home-intro {
  border: 1px solid hsl(196 58% 99.6%);
  background: linear-gradient(120deg, hsl(196 54% 99.3%) 0%, hsl(196 46% 98.4%) 100%);
  box-shadow: var(--lei-shadow);
}
.lei-site-layout .lei-home-intro::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  background: none;
  inset: 13px;
  border: 1.5px dashed hsl(148 48% 52% / 0.7);
  outline: 1.5px dashed hsl(148 48% 52% / 0.7);
  outline-offset: -5px;
  border-radius: 20px;
  pointer-events: none;
}
.lei-site-layout .lei-cavity {
  border-color: hsl(196 44% 98%);
  color: var(--lib-ink-soft);
  background: linear-gradient(135deg, hsl(196 34% 95%), hsl(196 40% 95%));
}
.lei-site-layout .lei-cavity__heading { color: var(--lib-ink-mute); }
.lei-site-layout .lei-cavity__controls label i { color: var(--lib-violet); }
.lei-site-layout .lei-cavity__controls input { accent-color: hsl(196 40% 46%); }
.lei-site-layout .lei-cavity__controls label:nth-child(2) input { accent-color: hsl(182 40% 46%); }
.lei-site-layout .lei-cavity__heading output { color: hsl(196 34% 42%); background: hsl(196 34% 92%); }
.lei-site-layout .lei-cavity__scale i { background: linear-gradient(90deg, hsl(182 40% 40%), hsl(196 28% 94%), hsl(220 40% 52%)); }
.lei-site-layout .lei-cavity__footer button { border-color: hsl(196 28% 86%); background: hsl(196 40% 98%); color: hsl(196 28% 44%); }
.lei-site-layout .lei-cavity__scale > span { color: var(--lib-ink-mute); }
.lei-site-layout .lei-cavity__lid { color: hsl(196 32% 60%); }



.lei-site-layout .l_body .l_main .post-list .post-card .post-title { color: hsl(200 72% 21%); }
.lei-site-layout .lei-home-intro h1 { color: hsl(200 72% 21%); }
.lei-site-layout #lei-home-title { color: hsl(200 72% 21%); }
.lei-site-layout .lei-home-intro__copy p { color: hsl(202 50% 38%); }
.lei-site-layout .lei-home-intro__eyebrow { color: hsl(202 44% 40%); }
.lei-site-layout .l_body .l_main .post-list .post-card .excerpt p { color: hsl(202 54% 32%); }
.lei-site-layout .l_body .l_main .post-list .post-card .meta.cap { color: hsl(202 48% 40%); }


/* ---------- 装饰小饰品：把默认的粉色填充换成冷色 ---------- */
/* 只替换 data URI 里的 %23rrggbb 填充值，形状与位置完全不变。
 * 颜色按 5 色循环，保留原来那一圈的层次感。 */
:root {
  --lei-doodle-sparkle: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234fb4dd' d='M12 1.8c.7 4.9 3.3 7.5 8.2 8.2-4.9.7-7.5 3.3-8.2 8.2-.7-4.9-3.3-7.5-8.2-8.2 4.9-.7 7.5-3.3 8.2-8.2z'/%3E%3C/svg%3E");
  --lei-doodle-sparkle-tilt: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(28 12 12)'%3E%3Cpath fill='%232f93c4' d='M12 1.8c.7 4.9 3.3 7.5 8.2 8.2-4.9.7-7.5 3.3-8.2 8.2-.7-4.9-3.3-7.5-8.2-8.2 4.9-.7 7.5-3.3 8.2-8.2z'/%3E%3C/g%3E%3C/svg%3E");
  --lei-doodle-sparkle-mint: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238ed6ec' d='M12 1.8c.7 4.9 3.3 7.5 8.2 8.2-4.9.7-7.5 3.3-8.2 8.2-.7-4.9-3.3-7.5-8.2-8.2 4.9-.7 7.5-3.3 8.2-8.2z'/%3E%3C/svg%3E");
  --lei-doodle-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(-14 12 12)'%3E%3Cpath fill='%235fc8c4' d='M12 2.5l2.6 5.6 6.1.7-4.5 4.2 1.2 6-5.4-3-5.4 3 1.2-6L3.3 8.8l6.1-.7z'/%3E%3C/g%3E%3C/svg%3E");
  --lei-doodle-star-sky: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(12 12 12)'%3E%3Cpath fill='%23b4e2f2' d='M12 2.5l2.6 5.6 6.1.7-4.5 4.2 1.2 6-5.4-3-5.4 3 1.2-6L3.3 8.8l6.1-.7z'/%3E%3C/g%3E%3C/svg%3E");
  --lei-doodle-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg transform='rotate(-9 12 12)'%3E%3Cpath fill='%234fb4dd' d='M12 20.5C6.5 16 3.5 12.7 3.5 9.1 3.5 6.4 5.6 4.5 8 4.5c1.6 0 3.1.9 4 2.3.9-1.4 2.4-2.3 4-2.3 2.4 0 4.5 1.9 4.5 4.6 0 3.6-3 6.9-8.5 11.4z'/%3E%3C/g%3E%3C/svg%3E");
  --lei-doodle-dot: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5' fill='%232f93c4'/%3E%3C/svg%3E");
  --lei-doodle-flower: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%238ed6ec'%3E%3Ccircle cx='12' cy='6' r='4'/%3E%3Ccircle cx='18.5' cy='10.7' r='4'/%3E%3Ccircle cx='16' cy='18' r='4'/%3E%3Ccircle cx='8' cy='18' r='4'/%3E%3Ccircle cx='5.5' cy='10.7' r='4'/%3E%3C/g%3E%3Ccircle cx='12' cy='12.5' r='3.2' fill='%238ed6ec'/%3E%3C/svg%3E");
  --lei-doodle-drop: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235fc8c4' d='M12 2.4c3.6 4.4 6 7.6 6 10.4a6 6 0 1 1-12 0c0-2.8 2.4-6 6-10.4z'/%3E%3Ccircle cx='10' cy='11.6' r='1.7' fill='%235fc8c4' fill-opacity='.65'/%3E%3C/svg%3E");
  --lei-doodle-wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23b4e2f2' stroke-width='2.6' stroke-linecap='round' d='M1.6 13.6q3.4-4.6 6.8 0t6.8 0t6.8 0'/%3E%3C/svg%3E");
  --lei-doodle-fish: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='13.2' cy='12' rx='7.4' ry='4.8' fill='%234fb4dd'/%3E%3Cpath fill='%234fb4dd' d='M6.8 12 2.2 8.4v7.2z'/%3E%3Ccircle cx='16.8' cy='10.6' r='1.1' fill='%234fb4dd'/%3E%3C/svg%3E");
  --lei-doodle-bubble: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='9.2' fill='none' stroke='%232f93c4' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='9' r='2.4' fill='%232f93c4' fill-opacity='.85'/%3E%3C/svg%3E");
  --lei-doodle-cloud: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%238ed6ec' d='M7.4 18.6h9.4a4 4 0 0 0 .6-7.95 5.6 5.6 0 0 0-10.7-.85A3.85 3.85 0 0 0 7.4 18.6z'/%3E%3C/svg%3E");
  --lei-doodle-rainbow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath stroke='%235fc8c4' stroke-width='2.8' d='M3.6 19.4a8.4 8.4 0 0 1 16.8 0'/%3E%3Cpath stroke='%235fc8c4' stroke-width='2.8' d='M6.4 19.4a5.6 5.6 0 0 1 11.2 0'/%3E%3Cpath stroke='%235fc8c4' stroke-width='2.8' d='M9.2 19.4a2.8 2.8 0 0 1 5.6 0'/%3E%3C/g%3E%3C/svg%3E");
  --lei-doodle-butterfly: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23b4e2f2'%3E%3Cellipse cx='7.2' cy='9.4' rx='4.6' ry='3.6' transform='rotate(-24 7.2 9.4)'/%3E%3Cellipse cx='16.8' cy='9.4' rx='4.6' ry='3.6' transform='rotate(24 16.8 9.4)'/%3E%3Cellipse cx='8.4' cy='15.6' rx='3.2' ry='2.6' transform='rotate(22 8.4 15.6)' opacity='.75'/%3E%3Cellipse cx='15.6' cy='15.6' rx='3.2' ry='2.6' transform='rotate(-22 15.6 15.6)' opacity='.75'/%3E%3C/g%3E%3Crect x='11.3' y='6.6' width='1.4' height='11.4' rx='.7' fill='%23b4e2f2'/%3E%3C/svg%3E");
  --lei-doodle-moon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234fb4dd' d='M15.2 2.8A10 10 0 1 0 15.2 21.2A11 11 0 0 1 15.2 2.8z'/%3E%3C/svg%3E");
  --lei-doodle-note: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cellipse cx='8.6' cy='18' rx='4.4' ry='3.3' transform='rotate(-20 8.6 18)' fill='%232f93c4'/%3E%3Cpath fill='%232f93c4' d='M13 4.4c3.4.6 5.6 2.2 6.6 4.8-1.4-1.4-3.4-2.1-6.6-2.1z'/%3E%3Cpath fill='none' stroke='%232f93c4' stroke-width='2' stroke-linecap='round' d='M13 18V4.4'/%3E%3C/svg%3E");
  --lei-doodle-sprout: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%238ed6ec' stroke-width='1.9' stroke-linecap='round' d='M12 21.4V11'/%3E%3Cpath fill='%238ed6ec' d='M12 12.6C12 7.8 8.6 4.6 3.6 4.2c-.4 5.4 3 8.8 8.4 8.4z'/%3E%3Cpath fill='%238ed6ec' d='M12 14.6c0-3.8 2.8-6.4 7-6.8.4 4.4-2.6 7.2-7 6.8z'/%3E%3C/svg%3E");
  --lei-doodle-cherry: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%235fc8c4' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M9.4 20C9.4 14 8.6 9.4 6.8 5.6'/%3E%3Cpath d='M15.2 19.4c.4-4.4 1.8-8.6 4.4-11.8'/%3E%3C/g%3E%3Ccircle cx='9.4' cy='20' r='3.1' fill='%235fc8c4'/%3E%3Ccircle cx='15.2' cy='19.4' r='3.1' fill='%235fc8c4'/%3E%3C/svg%3E");
  --lei-doodle-bow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23b4e2f2' d='M11.2 12 3.4 7.2A2.6 2.6 0 0 0 1 9.5v5a2.6 2.6 0 0 0 2.4 2.3z'/%3E%3Cpath fill='%23b4e2f2' d='M12.8 12l7.8-4.8A2.6 2.6 0 0 1 23 9.5v5a2.6 2.6 0 0 1-2.4 2.3z'/%3E%3Ccircle cx='12' cy='12' r='2.4' fill='%23b4e2f2'/%3E%3C/svg%3E");
}
