.egt-root {
  --egt-ink: #17171b;
  --egt-muted: #6b6972;
  --egt-line: rgba(23, 23, 27, 0.1);
  --egt-surface: #fff;
  --egt-canvas: #f4f1ed;
  --egt-hero-title-size: clamp(48px, 7vw, 88px);
  --egt-section-title-size: clamp(32px, 4.4vw, 52px);
  --egt-guide-title-size: clamp(32px, 4vw, 48px);
  position: relative;
  isolation: isolate;
  width: 100%;
  color: var(--egt-ink);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.egt-root,
.egt-root *,
.egt-root *::before,
.egt-root *::after {
  box-sizing: border-box;
}

.egt-root button,
.egt-root input,
.egt-root select {
  font: inherit;
  -webkit-tap-highlight-color: transparent;
}

.egt-root button,
.egt-root select {
  color: inherit;
}

.egt-root button,
.egt-root a,
.egt-root input,
.egt-root select {
  outline: none;
}

.egt-root :focus-visible {
  outline: 3px solid var(--egt-focus, #6f5cff);
  outline-offset: 3px;
}

.egt-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.egt-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 560px) {
  .egt-root {
    --egt-hero-title-size: clamp(35px, 10.8vw, 48px);
    --egt-section-title-size: 30px;
    --egt-guide-title-size: 31px;
  }

  .egt-shell {
    width: min(100% - 24px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .egt-root *,
  .egt-root *::before,
  .egt-root *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.ehx-root{--ehx-muted:#696872;--ehx-line:rgba(23,23,27,.1);overflow:hidden;background:radial-gradient(circle at 9% 4%,color-mix(in srgb,var(--ehx-color) 9%,transparent),transparent 28%),#f4f1ed}.ehx-shell{padding:112px 0 92px}.ehx-root button{border:0;cursor:pointer}.ehx-root a{color:inherit;text-decoration:none}.ehx-root p{color:var(--ehx-muted)}
.ehx-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:46px;margin-bottom:46px}.ehx-kicker,.ehx-step{margin:0;color:var(--ehx-muted);font-size:11px;font-weight:780;letter-spacing:.16em;line-height:1;text-transform:uppercase}.ehx-kicker{display:flex;align-items:center;gap:10px;margin-bottom:23px}.ehx-kicker:before{width:11px;height:11px;border:3px solid #fff;border-radius:50%;background:var(--ehx-color);box-shadow:0 0 0 1px var(--ehx-line);content:""}.ehx-title{max-width:940px;margin:0;font-size:clamp(48px,7vw,88px);font-weight:780;letter-spacing:-.07em;line-height:.91}.ehx-title span{color:var(--ehx-color)}.ehx-title span:after{display:block;width:min(360px,74%);height:7px;margin:11px 0 0 .05em;border-radius:999px;background:linear-gradient(90deg,#ff4b2b,var(--ehx-color),#3a47d5);content:""}.ehx-lead{max-width:750px;margin:25px 0 0;font-size:19px;line-height:1.55}.ehx-orbit{position:relative;width:188px;aspect-ratio:1;margin-left:auto;border:1px solid var(--ehx-line);border-radius:50%}.ehx-orbit i{position:absolute;top:50%;width:94px;aspect-ratio:1;transform:translateY(-50%);border:13px solid #fff;border-radius:50%;background:var(--ehx-color);box-shadow:0 20px 45px rgba(23,23,27,.15)}.ehx-orbit i:first-child{left:-20px}.ehx-orbit i:last-child{right:-20px;background:var(--ehx-color-text)}
.ehx-studio{display:grid;grid-template-columns:minmax(350px,.86fr) minmax(480px,1.14fr);overflow:hidden;border:1px solid rgba(23,23,27,.08);border-radius:32px;background:#fff;box-shadow:0 28px 80px rgba(38,36,31,.12)}.ehx-panel{min-width:0;padding:40px}.ehx-result-panel{border-left:1px solid var(--ehx-line);background:#fbfaf8}.ehx-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:24px}.ehx-panel-head h2{margin:9px 0 0;font-size:28px;font-weight:760;letter-spacing:-.05em;line-height:1.05}.ehx-live{display:inline-flex;align-items:center;gap:7px;padding:9px 12px;border:1px solid var(--ehx-line);border-radius:999px;color:var(--ehx-muted);background:#fff;font-size:10px;font-weight:760;letter-spacing:.12em;text-transform:uppercase}.ehx-live:before{width:8px;height:8px;border-radius:50%;background:#42c98c;box-shadow:0 0 0 5px rgba(66,201,140,.14);content:""}
.ehx-sv{position:relative;width:100%;aspect-ratio:1.08;overflow:hidden;border:1px solid #0f1014;border-radius:26px;background:linear-gradient(0deg,#000,transparent),linear-gradient(90deg,#fff,transparent),var(--ehx-hue);box-shadow:inset 0 0 0 7px #fff,0 0 0 1px var(--ehx-line),0 16px 36px rgba(23,23,27,.13);cursor:crosshair;touch-action:none}.ehx-sv:before{position:absolute;inset:7px;border:1px solid rgba(255,255,255,.72);border-radius:19px;pointer-events:none;content:""}.ehx-sv-marker{position:absolute;width:30px;height:30px;transform:translate(-50%,-50%);border:5px solid #fff;border-radius:50%;box-shadow:0 2px 10px rgba(0,0,0,.4);pointer-events:none}.ehx-hue-label{display:flex;justify-content:space-between;margin:18px 2px 8px;color:var(--ehx-muted);font-size:11px;font-weight:700}.ehx-hue{width:100%;height:14px;margin:0;border-radius:999px;background:linear-gradient(90deg,#f00,#ff0,#0f0,#0ff,#00f,#f0f,#f00);appearance:none}.ehx-hue::-webkit-slider-thumb{width:27px;height:27px;border:5px solid #fff;border-radius:50%;background:var(--ehx-hue);box-shadow:0 2px 9px rgba(0,0,0,.28);appearance:none}.ehx-hue::-moz-range-thumb{width:19px;height:19px;border:5px solid #fff;border-radius:50%;background:var(--ehx-hue);box-shadow:0 2px 9px rgba(0,0,0,.28)}
.ehx-input-row{display:grid;grid-template-columns:72px 1fr;gap:12px;margin-top:26px}.ehx-native{position:relative;display:block;overflow:hidden;border:1px solid var(--ehx-line);border-radius:18px;box-shadow:inset 0 0 0 7px #fff;cursor:pointer}.ehx-native:before{position:absolute;inset:7px;border:1px solid rgba(255,255,255,.72);border-radius:11px;pointer-events:none;content:""}.ehx-native:after{position:absolute;right:4px;bottom:4px;width:15px;height:15px;border:2px solid #fff;border-radius:50%;background:var(--ehx-color-text);content:""}.ehx-native input{position:absolute;width:1px;height:1px;opacity:0}.ehx-hex-wrap{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;min-width:0;min-height:70px;padding:25px 7px 7px 16px;border:1px solid var(--ehx-line);border-radius:18px;background:#fbfaf8}.ehx-hex-wrap label{position:absolute;top:10px;left:16px;color:var(--ehx-muted);font-size:9px;font-weight:780;letter-spacing:.15em;text-transform:uppercase}.ehx-hex-wrap input{min-width:0;border:0;background:transparent;font-size:20px;font-weight:780}.ehx-hex-wrap input[aria-invalid=true]{color:#bd3341}.ehx-hex-wrap button{align-self:stretch;padding:0 15px;border-radius:13px;background:#fff;box-shadow:0 7px 18px rgba(23,23,27,.08);font-size:9px;font-weight:780;letter-spacing:.11em;text-transform:uppercase}.ehx-help{margin:12px 0 0;font-size:11px;line-height:1.5}.ehx-memory{margin-top:23px;padding-top:20px;border-top:1px solid var(--ehx-line)}.ehx-memory-head{display:flex;justify-content:space-between;gap:14px;color:var(--ehx-muted);font-size:11px}.ehx-memory-head small{font-size:10px}.ehx-swatches{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.ehx-swatches button{width:43px;height:43px;border:5px solid #fff;border-radius:50%;box-shadow:0 0 0 1px var(--ehx-line),0 7px 16px rgba(23,23,27,.1);transition:transform 170ms}.ehx-swatches button:hover{transform:translateY(-3px)}.ehx-empty{margin:12px 0 0;font-size:11px}
.ehx-result{position:relative;display:flex;min-height:290px;flex-direction:column;justify-content:space-between;overflow:hidden;padding:28px;border-radius:24px;color:var(--ehx-color-text);background:var(--ehx-color)}.ehx-result:after{position:absolute;right:-72px;top:-90px;width:250px;height:250px;border:2px solid currentColor;border-radius:50%;opacity:.16;content:""}.ehx-result h3{position:relative;z-index:1;max-width:75%;margin:0;font-size:30px;font-weight:780;letter-spacing:-.05em}.ehx-favorite{position:absolute;z-index:2;right:24px;top:24px;width:54px;height:54px;border:1px solid currentColor!important;border-radius:15px;color:currentColor;background:transparent;font-size:30px;line-height:1}.ehx-result-hex{position:relative;z-index:1;align-self:flex-start;padding:0;color:currentColor;background:transparent;font-size:clamp(45px,5.7vw,72px);font-weight:790;letter-spacing:-.07em;line-height:.9}.ehx-format-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.ehx-format{display:flex;min-width:0;min-height:82px;align-items:center;justify-content:space-between;gap:10px;padding:15px;border:1px solid var(--ehx-line);border-radius:18px;background:#fff}.ehx-format>div{display:grid;min-width:0;gap:7px}.ehx-format span{color:var(--ehx-muted);font-size:9px;font-weight:780;letter-spacing:.15em}.ehx-format strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.ehx-format button{display:grid;flex:0 0 48px;width:48px;height:48px;place-items:center;border:1px solid var(--ehx-line);border-radius:13px;background:#fbfaf8}.ehx-copy-icon{position:relative;display:block;width:21px;height:21px}.ehx-copy-icon i{position:absolute;width:13px;height:16px;border:2px solid currentColor;border-radius:4px}.ehx-copy-icon i:first-child{left:1px;top:1px}.ehx-copy-icon i:last-child{right:1px;bottom:1px;background:#fbfaf8}
.ehx-contrast-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.ehx-contrast-grid>div{display:flex;min-height:104px;align-items:center;justify-content:space-between;padding:18px;border:1px solid var(--ehx-line);border-radius:19px}.ehx-contrast-grid b{font-size:32px}.ehx-contrast-grid span{display:grid;gap:4px;text-align:right}.ehx-contrast-grid strong{font-size:15px}.ehx-contrast-grid small{font-size:9px;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.ehx-contrast-white{color:#111;background:#fff}.ehx-contrast-black{color:#fff;background:#111}.ehx-fixer{margin-top:10px;padding:17px;border:1px solid var(--ehx-line);border-radius:19px;background:#fff}.ehx-fixer>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:11px}.ehx-fixer>div:first-child span{color:var(--ehx-muted);font-size:10px}.ehx-fixer>div:last-child{display:grid;grid-template-columns:1fr 1fr;gap:9px}.ehx-fixer button{display:flex;min-width:0;min-height:54px;align-items:center;justify-content:space-between;gap:10px;padding:12px;border:1px solid var(--ehx-line);border-radius:14px;background:#fbfaf8;font-size:10px}.ehx-fixer button strong{font-size:11px}.ehx-css{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:10px;padding:15px 17px;border-radius:18px;color:#fff;background:#17171b}.ehx-css code{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ehx-css button{flex:0 0 auto;min-height:42px;padding:0 14px;border-radius:12px;color:#17171b;background:#fff;font-size:9px;font-weight:780;letter-spacing:.09em;text-transform:uppercase}
.ehx-section{margin-top:72px}.ehx-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:22px}.ehx-section-head h2{max-width:720px;margin:10px 0 0;font-size:clamp(32px,4.4vw,52px);font-weight:780;letter-spacing:-.06em;line-height:.98}.ehx-section-head>p{max-width:410px;margin:0;font-size:13px;line-height:1.55}.ehx-harmony-box,.ehx-ramps{padding:18px;border:1px solid var(--ehx-line);border-radius:27px;background:#fff}.ehx-tabs{display:flex;gap:8px;overflow-x:auto;padding:1px 1px 12px;scrollbar-width:none}.ehx-tabs::-webkit-scrollbar{display:none}.ehx-tabs button{flex:0 0 auto;min-height:42px;padding:0 15px;border:1px solid var(--ehx-line);border-radius:999px;background:#fbfaf8;font-size:10px;font-weight:750}.ehx-tabs button[aria-pressed=true]{color:#fff;background:#17171b}.ehx-palette{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.ehx-palette>div{position:relative;min-width:0}.ehx-palette-color{display:flex;width:100%;height:176px;align-items:flex-end;padding:13px;border-radius:17px;font-size:10px;font-weight:760}.ehx-lock{position:absolute;right:9px;top:9px;width:30px;height:30px;border:1px solid currentColor!important;border-radius:50%;color:#fff;background:rgba(0,0,0,.25);font-size:13px}.ehx-palette-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px}.ehx-palette-actions button{min-height:43px;padding:0 15px;border:1px solid var(--ehx-line);border-radius:13px;background:#fbfaf8;font-size:9px;font-weight:780;letter-spacing:.07em;text-transform:uppercase}.ehx-palette-actions button:first-child{margin-right:auto;color:#fff;background:#17171b}.ehx-ramps{display:grid;gap:18px}.ehx-ramps>div{display:grid;grid-template-columns:68px 1fr;align-items:center;gap:14px}.ehx-ramps strong{font-size:12px}.ehx-ramps>div>div{display:grid;grid-template-columns:repeat(7,1fr);overflow:hidden;border-radius:15px}.ehx-ramps button{position:relative;display:grid;height:82px;place-items:center}.ehx-ramps button span{padding:6px 8px;transform:translateY(5px);border-radius:999px;background:rgba(23,23,27,.18);font-size:9px;font-weight:780;letter-spacing:.02em;opacity:0;transition:opacity 160ms,transform 160ms;backdrop-filter:blur(5px)}.ehx-ramps button:hover span,.ehx-ramps button:focus-visible span{transform:translateY(0);opacity:1}
.ehx-tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ehx-tool-grid>a{overflow:hidden;border:1px solid var(--ehx-line);border-radius:24px;background:#fff;transition:transform 170ms}.ehx-tool-grid>a:hover{transform:translateY(-5px)}.ehx-tool-grid>a>div:last-child{padding:20px}.ehx-tool-grid small,.ehx-tool-grid strong{display:block}.ehx-tool-grid small{margin-bottom:7px;color:var(--ehx-muted);font-size:9px;font-weight:760;letter-spacing:.1em;text-transform:uppercase}.ehx-tool-grid strong{font-size:17px;letter-spacing:-.025em}.ehx-tool-grid p{margin:7px 0 0;font-size:12px;line-height:1.5}.ehx-tool-art{position:relative;display:flex;min-height:205px;align-items:center;justify-content:center;overflow:hidden;background:#f7f3ef}.ehx-tool-mesh i{width:70%;aspect-ratio:1.2;border-radius:45% 55% 42% 58%;background:radial-gradient(circle at 20% 20%,var(--ehx-color),transparent 48%),radial-gradient(circle at 80% 30%,#705cff,transparent 48%),radial-gradient(circle at 45% 80%,#33d6b2,transparent 48%),#f8dceb}.ehx-tool-invert{gap:0}.ehx-tool-invert i{width:110px;height:110px;border:13px solid #fff;border-radius:50%;background:var(--ehx-color);box-shadow:0 15px 30px rgba(23,23,27,.12)}.ehx-tool-invert i+i{margin-left:-32px;background:var(--ehx-color-text)}.ehx-tool-image{display:grid;grid-template-columns:repeat(2,68px);grid-template-rows:repeat(2,68px);gap:8px}.ehx-tool-image i{border-radius:18px;background:var(--ehx-color)}.ehx-tool-image i:nth-child(2){background:#ffb84d}.ehx-tool-image i:nth-child(3){background:#3a47d5}.ehx-tool-image i:nth-child(4){background:#33d6b2}
.ehx-guide{display:grid;grid-template-columns:1fr 1fr;gap:50px;padding:40px;border:1px solid var(--ehx-line);border-radius:28px;background:#fff}.ehx-guide h2{margin:10px 0 18px;font-size:clamp(32px,4vw,48px);font-weight:780;letter-spacing:-.055em;line-height:1}.ehx-guide p,.ehx-guide li{color:var(--ehx-muted);font-size:14px;line-height:1.65}.ehx-guide p{margin:0}.ehx-guide ol{margin:0;padding-left:20px}.ehx-guide li+li{margin-top:12px}.ehx-guide li strong{color:#17171b}.ehx-toast{position:fixed;z-index:30;left:50%;bottom:24px;padding:11px 16px;transform:translate(-50%,20px);border-radius:999px;color:#fff;background:#17171b;box-shadow:0 12px 30px rgba(0,0,0,.2);font-size:11px;font-weight:750;opacity:0;pointer-events:none;transition:opacity 170ms,transform 170ms}.ehx-toast[data-visible=true]{transform:translate(-50%,0);opacity:1}
@media(max-width:900px){.ehx-shell{padding-top:82px}.ehx-hero{grid-template-columns:1fr 150px}.ehx-orbit{width:140px}.ehx-orbit i{width:70px;border-width:10px}.ehx-studio{grid-template-columns:1fr}.ehx-result-panel{border-top:1px solid var(--ehx-line);border-left:0}.ehx-panel:first-child{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(280px,1.1fr);align-content:start;column-gap:28px}.ehx-panel:first-child .ehx-panel-head,.ehx-panel:first-child .ehx-memory{grid-column:1/-1}.ehx-panel:first-child .ehx-sv{grid-row:2/7}.ehx-panel:first-child .ehx-hue-label,.ehx-panel:first-child .ehx-hue,.ehx-panel:first-child .ehx-input-row,.ehx-panel:first-child .ehx-help{grid-column:2}.ehx-panel:first-child .ehx-hue-label{margin-top:8px}.ehx-tool-art{min-height:175px}}
@media(max-width:660px){.ehx-hero{grid-template-columns:1fr}.ehx-orbit{display:none}.ehx-panel:first-child{display:block}.ehx-section-head>p{display:none}.ehx-palette,.ehx-tool-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}.ehx-palette::-webkit-scrollbar,.ehx-tool-grid::-webkit-scrollbar{display:none}.ehx-palette>div{flex:0 0 min(42vw,170px);scroll-snap-align:start}.ehx-tool-grid>a{flex:0 0 min(82vw,320px);scroll-snap-align:start}.ehx-guide{grid-template-columns:1fr;gap:20px}}
@media(max-width:560px){.ehx-shell{padding:54px 0 64px}.ehx-hero{margin-bottom:28px}.ehx-kicker{margin-bottom:16px;font-size:9px}.ehx-title{font-size:clamp(35px,10.8vw,48px);line-height:.94}.ehx-title span:after{height:5px;margin-top:8px}.ehx-lead{margin-top:18px;font-size:15px;line-height:1.5}.ehx-studio{border-radius:24px}.ehx-panel{padding:23px}.ehx-panel-head{margin-bottom:18px}.ehx-panel-head h2{font-size:21px}.ehx-step{font-size:8px}.ehx-live{padding:8px 10px;font-size:8px}.ehx-sv{aspect-ratio:1.3;border-radius:20px;box-shadow:inset 0 0 0 5px #fff,0 0 0 1px var(--ehx-line),0 16px 36px rgba(23,23,27,.13)}.ehx-sv:before{inset:5px;border-radius:15px}.ehx-sv-marker{width:25px;height:25px}.ehx-hue-label{margin-top:13px}.ehx-hue{height:11px}.ehx-input-row{grid-template-columns:55px 1fr;margin-top:20px}.ehx-native{border-radius:15px;box-shadow:inset 0 0 0 5px #fff}.ehx-native:before{inset:5px;border-radius:10px}.ehx-hex-wrap{min-height:61px;padding-top:22px;border-radius:15px}.ehx-hex-wrap input{font-size:16px}.ehx-hex-wrap button{padding-inline:10px;font-size:8px}.ehx-help{font-size:10px}.ehx-memory{margin-top:18px;padding-top:16px}.ehx-memory-head small{display:none}.ehx-swatches{flex-wrap:nowrap;overflow-x:auto;padding:1px;scrollbar-width:none}.ehx-swatches::-webkit-scrollbar{display:none}.ehx-swatches button{flex:0 0 38px;width:38px;height:38px}.ehx-result{min-height:220px;padding:20px;border-radius:20px}.ehx-result h3{font-size:23px}.ehx-favorite{right:18px;top:18px;width:45px;height:45px;border-radius:13px;font-size:25px}.ehx-result-hex{font-size:clamp(39px,12vw,58px)}.ehx-format{min-height:70px;padding:11px;border-radius:15px}.ehx-format strong{font-size:10px}.ehx-format button{flex-basis:42px;width:42px;height:42px}.ehx-copy-icon{transform:scale(.9)}.ehx-contrast-grid>div{min-height:84px;padding:13px}.ehx-contrast-grid b{font-size:27px}.ehx-contrast-grid strong{font-size:12px}.ehx-fixer{padding:14px}.ehx-fixer>div:first-child span{display:none}.ehx-fixer button{display:grid;gap:4px}.ehx-css code{font-size:10px}.ehx-section{margin-top:54px}.ehx-section-head h2{font-size:30px}.ehx-harmony-box{margin-inline:-12px;padding-inline:12px;border-right:0;border-left:0;border-radius:0}.ehx-tabs{margin-right:-12px}.ehx-palette-color{height:128px}.ehx-palette-actions{justify-content:stretch}.ehx-palette-actions button{flex:1 1 auto;padding-inline:10px;font-size:8px}.ehx-palette-actions button:first-child{flex-basis:100%;margin:0}.ehx-ramps{padding:15px;border-radius:20px}.ehx-ramps>div{grid-template-columns:1fr;gap:8px}.ehx-ramps button{height:54px}.ehx-tool-grid{margin-inline:-12px;padding:0 12px 8px}.ehx-tool-art{min-height:170px}.ehx-guide{gap:14px;padding:24px;border-radius:22px}.ehx-guide h2{font-size:31px}.ehx-guide p,.ehx-guide li{font-size:13px}}

/* Durable mini-product previews for the recommendation cards. */
.ehx-tool-art{background:linear-gradient(145deg,#f8f5f1,#f0ece8)}
.ehx-tool-mesh span{display:block;width:68%;aspect-ratio:1.45;transform:rotate(-4deg);border:8px solid #fff;border-radius:26px;background:radial-gradient(circle at 18% 22%,#ff6d9d,transparent 39%),radial-gradient(circle at 82% 20%,#7966ff,transparent 43%),radial-gradient(circle at 72% 82%,#36d7b7,transparent 44%),radial-gradient(circle at 20% 84%,#ffd070,transparent 42%),#eee3ff;box-shadow:0 20px 40px rgba(23,23,27,.16)}
.ehx-tool-mesh b{position:absolute;display:block;width:18px;height:18px;border:5px solid #fff;border-radius:50%;background:#7966ff;box-shadow:0 4px 12px rgba(23,23,27,.18)}.ehx-tool-mesh b:nth-child(2){left:29%;top:36%;background:#ff6d9d}.ehx-tool-mesh b:nth-child(3){right:27%;bottom:30%;background:#36d7b7}
.ehx-tool-invert{gap:12px}.ehx-tool-invert span{display:grid;width:34%;aspect-ratio:1;place-items:end start;padding:13px;border:7px solid #fff;border-radius:22px;color:#fff;background:linear-gradient(145deg,var(--ehx-color),#15151a);box-shadow:0 17px 32px rgba(23,23,27,.13);font-size:9px;font-weight:780;letter-spacing:.08em;text-transform:uppercase}.ehx-tool-invert span+span{color:#17171b;background:linear-gradient(145deg,var(--ehx-color-text),#fff)}.ehx-tool-invert b{position:absolute;display:grid;width:43px;height:43px;place-items:center;border:5px solid #fff;border-radius:50%;color:#fff;background:#17171b;box-shadow:0 8px 18px rgba(23,23,27,.2);font-size:17px}
.ehx-tool-image{display:flex;gap:13px}.ehx-photo{position:relative;display:block;width:45%;aspect-ratio:1.18;overflow:hidden;border:7px solid #fff;border-radius:23px;background:linear-gradient(155deg,#8cd7ff 0 48%,#5264c9 49% 65%,#facf7c 66%);box-shadow:0 18px 34px rgba(23,23,27,.14)}.ehx-photo:before{position:absolute;left:17%;top:17%;width:22px;height:22px;border-radius:50%;background:#fff3a8;content:""}.ehx-photo i{position:absolute;left:14%;bottom:-8%;display:block;width:78%;height:54%;transform:rotate(-7deg);border-radius:55% 45% 0 0;background:#263d69}.ehx-mini-palette{display:grid;grid-template-columns:repeat(2,38px);grid-template-rows:repeat(2,38px);gap:7px;padding:10px;border:6px solid #fff;border-radius:21px;background:#fff;box-shadow:0 15px 30px rgba(23,23,27,.13)}.ehx-mini-palette i{display:block;border-radius:10px;background:#8cd7ff}.ehx-mini-palette i:nth-child(2){background:#5264c9}.ehx-mini-palette i:nth-child(3){background:#facf7c}.ehx-mini-palette i:nth-child(4){background:#263d69}

