.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;
  }
}

.mesh-root{overflow:visible;--mesh-border:#e4e4e7;--mesh-ink:#18181b;--mesh-muted:#71717a}.mesh-root *,.mesh-root *:before,.mesh-root *:after{box-sizing:border-box}.mesh-root button,.mesh-root input,.mesh-root select{font-family:inherit}.mesh-root button{cursor:pointer}.mesh-root button:disabled{cursor:not-allowed;opacity:.45}.mesh-root :focus-visible{outline:2px solid #715bde;outline-offset:3px}
.mesh-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;width:34px;height:34px;border:1px solid #e4e4e7;border-radius:9px;background:#fff;color:#52525b;padding:0}.mesh-icon[aria-pressed=true]{background:#18181b;color:#fff;border-color:#18181b}.mesh-root svg,.mesh-dialog svg{display:inline-block;flex-shrink:0;vertical-align:middle}
.mesh-primary,.mesh-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:8px 14px;border:1px solid #e4e4e7;border-radius:9px;background:#fff;color:#18181b;font-size:13px;font-weight:600;line-height:1.3;text-decoration:none;white-space:nowrap}.mesh-primary{background:#18181b;color:#fff;border-color:#18181b}.mesh-primary:hover{background:#303034}.mesh-primary svg,.mesh-button svg{position:static;margin:0}.mesh-button small{font-size:10px;color:#8a6620}
.mesh-input{display:block;width:100%;min-height:42px;padding:8px 12px;border:1px solid #d4d4d8;border-radius:9px;background:#fff;color:#18181b;font-size:14px;line-height:1.4;box-shadow:0 1px 2px #18181b05}.mesh-input[aria-invalid=true]{border-color:#be123c}.mesh-help{margin:12px 0 0;color:#71717a;font-size:12px;line-height:1.5}.mesh-error{padding:12px;border:1px solid #e7c991;border-radius:10px;background:#fff9ed;color:#744813;font-size:13px;line-height:1.5;margin-bottom:12px}.mesh-error button{display:block;border:0;background:none;text-decoration:underline;margin-top:7px;font:inherit}
.mesh-overlay{position:fixed;inset:0;background:#18181b70;backdrop-filter:blur(4px);z-index:2147483600}.mesh-dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2147483601;width:min(760px,calc(100vw - 32px));max-height:calc(100dvh - 40px);overflow:auto;background:#fff;color:#18181b;border:1px solid #e4e4e7;border-radius:20px;padding:28px;box-shadow:0 24px 80px #0003;font-family:inherit}.mesh-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.mesh-dialog h2{font-size:24px;line-height:1.2;letter-spacing:-.04em;margin:0}.mesh-dialog>header p{font-size:14px;color:#71717a;margin:9px 0 0;line-height:1.5}.mesh-dialog h3{font-size:30px;line-height:1.1;letter-spacing:-.04em}.mesh-dialog label{font-size:13px;font-weight:500}.mesh-dialog label>.mesh-input{margin-top:8px}.mesh-dialog p{font-size:14px;line-height:1.6;color:#71717a}
.mesh-check{display:flex;align-items:center;gap:9px;min-height:32px}.mesh-check input{width:16px;height:16px;accent-color:#18181b}.mesh-upgrade{padding:30px 16px;text-align:center}.mesh-upgrade h3{margin:20px 0 14px}.mesh-upgrade p{max-width:490px;margin:0 auto 24px}.mesh-upgrade .mesh-primary{border-radius:999px;padding:14px 22px;font-size:15px;max-width:100%;white-space:normal}.mesh-upgrade .mesh-primary>svg:first-child{color:#f6ad32}.mesh-upgrade>small{display:block;margin-top:15px;color:#71717a;font-size:12px}.mesh-badge{display:inline-block;background:#f5f5f5;border:1px solid #e4e4e7;border-radius:99px;font-size:10px;letter-spacing:.12em;padding:6px 10px}.mesh-tooltip{padding:7px 10px;border-radius:6px;background:#18181b;color:#fff;fill:#18181b;font-size:11px;z-index:2147483603;max-width:220px}.mesh-toast{position:fixed;z-index:2147483605;bottom:24px;left:50%;transform:translateX(-50%);max-width:calc(100vw - 32px);padding:12px 18px;background:#18181b;color:#fff;border:1px solid #ffffff20;border-radius:12px;box-shadow:0 6px 24px #0002;font-size:13px;line-height:1.4}
@media(max-width:760px){.mesh-dialog{padding:20px}}

.egr-root {
  --egr-ink: #17171b;
  --egr-muted: #696872;
  --egr-line: rgba(23, 23, 27, 0.1);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, color-mix(in srgb, var(--egr-color) 10%, transparent), transparent 27%),
    #f4f1ed;
}

.egr-shell { padding: 112px 0 92px; }
.egr-root button, .egr-root select { border: 0; }
.egr-root button, .egr-root a, .egr-root select { cursor: pointer; }
.egr-root a { color: inherit; text-decoration: none; }
.egr-root p { color: var(--egr-muted); }

.egr-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 210px;
  align-items: end;
  gap: 46px;
  margin-bottom: 46px;
}

.egr-kicker, .egr-step, .egr-label {
  margin: 0;
  color: var(--egr-muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.egr-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 23px; }
.egr-kicker::before {
  width: 11px; height: 11px; border: 3px solid #fff; border-radius: 50%;
  background: var(--egr-color); box-shadow: 0 0 0 1px var(--egr-line); content: "";
}
.egr-title { max-width: 940px; margin: 0; font-size: clamp(48px, 7vw, 88px); font-weight: 780; letter-spacing: -.07em; line-height: .91; }
.egr-title span { color: var(--egr-color); }
.egr-title span::after { display: block; width: min(350px, 74%); height: 7px; margin: 11px 0 0 .05em; border-radius: 999px; background: linear-gradient(90deg, #ff4b2b, var(--egr-color), #3a47d5); content: ""; }
.egr-lead { max-width: 720px; margin: 25px 0 0; font-size: 19px; line-height: 1.55; }
.egr-hero-color { width: 188px; aspect-ratio: 1; margin-left: auto; border: 16px solid #fff; border-radius: 50%; background: var(--egr-color); box-shadow: 0 24px 52px rgba(38,36,31,.14), 0 0 0 1px var(--egr-line); transition: background 180ms ease; }

.egr-studio {
  display: grid;
  grid-template-columns: minmax(350px,.78fr) minmax(470px,1.22fr);
  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);
}
.egr-panel { min-width: 0; padding: 40px; }
.egr-result-panel { border-left: 1px solid var(--egr-line); background: #fbfaf8; }
.egr-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.egr-panel-head h2 { margin: 9px 0 0; font-size: 28px; font-weight: 760; letter-spacing: -.05em; line-height: 1.05; }
.egr-live { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--egr-line); border-radius: 999px; color: var(--egr-muted); background: #fff; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.egr-live::before { width: 8px; height: 8px; border-radius: 50%; background: #42c98c; box-shadow: 0 0 0 5px rgba(66,201,140,.14); content: ""; }

.egr-fields { display: grid; gap: 14px; }
.egr-fields label { display: grid; gap: 9px; }
.egr-fields select { width: 100%; height: 62px; padding: 0 48px 0 17px; border: 1px solid var(--egr-line); border-radius: 17px; background: #fbfaf8; font-size: 15px; font-weight: 700; appearance: auto; }
.egr-button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border: 1px solid var(--egr-line) !important; border-radius: 14px; background: #fff; font-size: 11px; font-weight: 780; letter-spacing: .08em; text-align: center; text-transform: uppercase; transition: transform 170ms ease, background 170ms ease; }
.egr-button:hover { transform: translateY(-2px); }
.egr-primary { color: #fff !important; background: #17171b !important; }
.egr-generate { width: 100%; min-height: 68px; margin-top: 20px; border: 7px double #fff !important; border-radius: 20px; font-size: 13px; }
.egr-key { margin: 11px 0 0; font-size: 12px; line-height: 1.45; }

.egr-history-box { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--egr-line); }
.egr-history-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; }
.egr-history-head > div { display: grid; gap: 3px; }
.egr-history-head strong { font-size: 14px; }
.egr-history-head span { color: var(--egr-muted); font-size: 10px; }
.egr-history-head button { padding: 5px; color: var(--egr-muted); background: transparent; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.egr-history { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; min-height: 54px; margin-top: 13px; }
.egr-history button { width: 43px; height: 43px; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px var(--egr-line), 0 7px 16px rgba(23,23,27,.09); transition: transform 170ms ease; }
.egr-history button:hover { transform: translateY(-3px) scale(1.03); }
.egr-history p { margin: 0; font-size: 12px; }

.egr-result { position: relative; display: flex; min-height: 300px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 28px; border-radius: 24px; color: var(--egr-color-text); background: var(--egr-color); transition: background 180ms ease, color 180ms ease; }
.egr-result::after { position: absolute; right: -72px; top: -90px; width: 250px; height: 250px; border: 2px solid currentColor; border-radius: 50%; opacity: .16; content: ""; }
.egr-result-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.egr-result h3 { max-width: 70%; margin: 0; font-size: 29px; font-weight: 780; letter-spacing: -.045em; line-height: 1; }
.egr-result p { margin: 8px 0 0; color: currentColor; font-size: 12px; opacity: .72; }
.egr-result-top button { min-height: 48px; padding: 0 17px; border: 1px solid currentColor; border-radius: 13px; color: currentColor; background: transparent; font-size: 10px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.egr-big-hex { position: relative; z-index: 1; font-size: clamp(46px,5.7vw,76px); font-weight: 790; letter-spacing: -.07em; line-height: .9; }

.egr-data-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 10px; }
.egr-data-card { display: flex; min-width: 0; min-height: 82px; align-items: center; justify-content: space-between; gap: 12px; padding: 15px; border: 1px solid var(--egr-line); border-radius: 18px; background: #fff; }
.egr-data-card > div:first-child { display: grid; min-width: 0; gap: 7px; }
.egr-data-card strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.egr-data-card button { flex: 0 0 auto; min-width: 54px; height: 44px; border: 1px solid var(--egr-line); border-radius: 12px; background: #fbfaf8; font-size: 9px; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.egr-contrast-card { grid-column: 1 / -1; }
.egr-contrast-card > div:last-child { display: grid; gap: 4px; text-align: right; }
.egr-contrast-card > div:last-child span { color: var(--egr-muted); font-size: 8px; font-weight: 750; letter-spacing: .1em; }
.egr-contrast-card > div:last-child strong { font-size: 16px; }
.egr-export { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin-top: 10px; }

.egr-section { margin-top: 72px; }
.egr-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 22px; }
.egr-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; }
.egr-section-head > p { max-width: 410px; margin: 0; font-size: 13px; line-height: 1.55; }

.egr-harmony-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 11px; padding: 16px; border: 1px solid var(--egr-line); border-radius: 26px; background: #fff; }
.egr-harmony-grid button { overflow: hidden; padding: 0 0 13px; border: 1px solid var(--egr-line); border-radius: 18px; background: #fff; text-align: left; transition: transform 170ms ease; }
.egr-harmony-grid button:hover { transform: translateY(-4px); }
.egr-harmony-grid button > span { display: block; height: 132px; margin-bottom: 12px; }
.egr-harmony-grid strong, .egr-harmony-grid small { display: block; margin-inline: 12px; }
.egr-harmony-grid strong { font-size: 12px; }
.egr-harmony-grid small { margin-top: 4px; color: var(--egr-muted); font-size: 9px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; }

.egr-tool-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.egr-tool-grid > a { overflow: hidden; border: 1px solid var(--egr-line); border-radius: 24px; background: #fff; transition: transform 170ms ease; }
.egr-tool-grid > a:hover { transform: translateY(-5px); }
.egr-tool-grid > a > div:last-child { padding: 20px; }
.egr-tool-grid strong { font-size: 16px; letter-spacing: -.025em; }
.egr-tool-grid p { margin: 7px 0 0; font-size: 12px; line-height: 1.5; }
.egr-tool-art { position: relative; display: flex; min-height: 205px; align-items: center; justify-content: center; overflow: hidden; background: #f7f3ef; }
.egr-complement { gap: 0; }
.egr-complement i { width: 112px; height: 112px; border: 14px solid #fff; border-radius: 50%; background: #f55d4b; box-shadow: 0 15px 32px rgba(23,23,27,.12); }
.egr-complement i + i { margin-left: -32px; background: #28bfc1; }
.egr-contrast { gap: 12px; }
.egr-contrast b { display: grid; width: 110px; height: 110px; place-items: center; border-radius: 22px; color: #fff; background: #17171b; font-size: 36px; }
.egr-contrast b + b { color: #17171b; background: #fff; }
.egr-mesh i { width: 74%; aspect-ratio: 1.3; border-radius: 36% 64% 62% 38% / 44% 39% 61% 56%; background: radial-gradient(circle at 20% 20%,#ff5c8a,transparent 46%),radial-gradient(circle at 78% 25%,#705cff,transparent 47%),radial-gradient(circle at 50% 80%,#33d6b2,transparent 48%),#f4e8ff; box-shadow: 0 20px 42px rgba(23,23,27,.13); }

.egr-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 40px; border: 1px solid var(--egr-line); border-radius: 28px; background: #fff; }
.egr-guide h2 { margin: 10px 0 18px; font-size: clamp(32px,4vw,48px); font-weight: 780; letter-spacing: -.055em; line-height: 1; }
.egr-guide h3 { margin: 22px 0 15px; font-size: 23px; letter-spacing: -.04em; }
.egr-guide p, .egr-guide li { color: var(--egr-muted); font-size: 14px; line-height: 1.65; }
.egr-guide p { margin: 0 0 14px; }
.egr-guide ol { margin: 0 0 15px; padding-left: 20px; }
.egr-guide li + li { margin-top: 9px; }
.egr-guide a { color: #1769d2; text-decoration: underline; text-underline-offset: 3px; }

.egr-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 ease, transform 170ms ease; }
.egr-toast[data-visible="true"] { transform: translate(-50%,0); opacity: 1; }

@media (max-width: 900px) {
  .egr-shell { padding-top: 82px; }
  .egr-hero { grid-template-columns: 1fr 150px; }
  .egr-hero-color { width: 140px; border-width: 12px; }
  .egr-studio { grid-template-columns: 1fr; }
  .egr-result-panel { border-top: 1px solid var(--egr-line); border-left: 0; }
  .egr-rule-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(230px,.75fr); align-content: start; column-gap: 22px; }
  .egr-rule-panel .egr-panel-head, .egr-rule-panel .egr-history-box { grid-column: 1 / -1; }
  .egr-rule-panel .egr-generate { margin-top: 0; }
  .egr-rule-panel .egr-key { grid-column: 2; }
  .egr-tool-art { min-height: 175px; }
}

@media (max-width: 660px) {
  .egr-hero { grid-template-columns: 1fr; }
  .egr-hero-color { display: none; }
  .egr-rule-panel { display: block; }
  .egr-rule-panel .egr-generate { margin-top: 16px; }
  .egr-section-head > p { display: none; }
  .egr-harmony-grid, .egr-tool-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .egr-harmony-grid::-webkit-scrollbar, .egr-tool-grid::-webkit-scrollbar { display: none; }
  .egr-harmony-grid button { flex: 0 0 min(42vw,170px); scroll-snap-align: start; }
  .egr-tool-grid > a { flex: 0 0 min(82vw,320px); scroll-snap-align: start; }
  .egr-guide { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 560px) {
  .egr-shell { padding: 54px 0 64px; }
  .egr-hero { margin-bottom: 28px; }
  .egr-kicker { margin-bottom: 16px; font-size: 9px; }
  .egr-title { font-size: clamp(35px,10.8vw,48px); line-height: .94; }
  .egr-title span::after { height: 5px; margin-top: 8px; }
  .egr-lead { margin-top: 18px; font-size: 15px; line-height: 1.5; }
  .egr-studio { border-radius: 24px; }
  .egr-panel { padding: 23px; }
  .egr-panel-head { margin-bottom: 18px; }
  .egr-panel-head h2 { font-size: 21px; }
  .egr-live { padding: 8px 10px; font-size: 8px; }
  .egr-fields { grid-template-columns: 1fr 1fr; gap: 9px; }
  .egr-fields select { height: 50px; padding: 0 28px 0 11px; border-radius: 13px; font-size: 12px; }
  .egr-label, .egr-step { font-size: 8px; }
  .egr-generate { min-height: 57px; border-radius: 17px; font-size: 11px; }
  .egr-key { display: none; }
  .egr-history-box { margin-top: 20px; padding-top: 18px; }
  .egr-history-head span { display: none; }
  .egr-history { flex-wrap: nowrap; overflow-x: auto; min-height: 47px; padding: 1px; scrollbar-width: none; }
  .egr-history::-webkit-scrollbar { display: none; }
  .egr-history button { flex: 0 0 38px; width: 38px; height: 38px; }
  .egr-result { min-height: 220px; padding: 20px; border-radius: 20px; }
  .egr-result h3 { font-size: 22px; }
  .egr-result p { font-size: 9px; }
  .egr-result-top button { min-height: 40px; padding-inline: 12px; font-size: 8px; }
  .egr-big-hex { font-size: clamp(39px,12vw,58px); }
  .egr-data-card { min-height: 70px; padding: 11px; border-radius: 15px; }
  .egr-data-card strong { font-size: 10px; }
  .egr-data-card button { min-width: 44px; height: 38px; font-size: 8px; }
  .egr-export { grid-template-columns: 1fr 1fr; }
  .egr-export .egr-button { min-height: 46px; padding-inline: 9px; font-size: 8px; }
  .egr-export .egr-primary { grid-column: 1 / -1; }
  .egr-section { margin-top: 54px; }
  .egr-section-head h2 { font-size: 30px; }
  .egr-harmony-grid { margin-inline: -23px; padding-inline: 23px; border-right: 0; border-left: 0; border-radius: 0; background: transparent; }
  .egr-harmony-grid button { flex-basis: 132px; border-radius: 15px; }
  .egr-harmony-grid button > span { height: 94px; }
  .egr-tool-grid { margin-inline: -12px; padding: 0 12px 8px; }
  .egr-tool-art { min-height: 170px; }
  .egr-guide { gap: 14px; padding: 24px; border-radius: 22px; }
  .egr-guide h2 { font-size: 31px; }
  .egr-guide h3 { font-size: 20px; }
  .egr-guide p, .egr-guide li { font-size: 13px; }
}

.random-root{overflow:visible}.random-root .egr-shell{max-width:1320px;width:calc(100% - 64px);padding-top:112px}.random-root .egr-title span{color:#e74724}.random-root .egr-title span:after{background:linear-gradient(90deg,#ff4b2b,var(--egr-color),#3a47d5)}.random-root .egr-panel{padding:28px}.random-root .egr-studio{grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);border-radius:24px;box-shadow:0 18px 60px #26241f0d}.random-root .egr-panel-head h2{font-size:25px}.random-root .egr-fields select{height:44px;border-radius:9px;font-size:14px;font-weight:500;text-transform:capitalize}.random-root .egr-label{font-size:11px;letter-spacing:.09em}.random-root .egr-generate{border:0!important;min-height:48px;border-radius:10px;display:flex;gap:10px;font-size:14px;text-transform:none;letter-spacing:0;font-weight:600}.random-root button:disabled{cursor:not-allowed}.random-source{display:flex;gap:4px;padding:4px;border:1px solid #e4e4e7;border-radius:10px;background:#f4f4f5}.random-root .random-source button{flex:1;padding:9px;border-radius:7px;background:transparent;font-size:13px;font-weight:500;color:#71717a}.random-root .random-source button[aria-pressed=true]{background:#fff;color:#18181b;box-shadow:0 1px 3px #0001}.random-source-note{font-size:12px;line-height:1.5;min-height:36px;margin:10px 0 18px}.random-history-actions{display:flex;align-items:center;gap:6px;margin-top:10px}.random-history-actions .egr-key{margin:0 auto 0 0;font-size:11px}.random-history-actions kbd{border:1px solid #e4e4e7;padding:2px 4px;border-radius:4px;background:#fafafa}.random-root .egr-history-box{margin-top:20px;padding-top:18px}.random-root .egr-history{gap:7px}.random-root .egr-history button{height:30px;width:30px;flex:0 0 30px;border-width:3px}.random-root .egr-history-head span{font-size:11px}.random-pro-tools{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.random-root .random-pro-tools button{font-size:12px;justify-content:flex-start;min-height:40px;padding:8px 10px}.random-pro-tools small{font-size:10px;color:#a16e17;margin-left:auto}.random-root .mesh-button{border:1px solid #e4e4e7}.random-root .egr-result{min-height:310px;border-radius:16px}.random-root .egr-result h3{max-width:none;font-size:29px;line-height:1.15}.random-root .egr-result-top>div{min-width:0}.random-root .egr-result-top>button{display:inline-flex;gap:8px;align-items:center;flex-shrink:0;min-height:40px;padding:8px 12px;font-size:12px;letter-spacing:0;text-transform:none;border-radius:9px}.random-root .egr-result>.mesh-icon{position:absolute;bottom:24px;right:24px;background:transparent;color:inherit;border:1px solid currentColor}.random-root .egr-big-hex{font-size:clamp(42px,5vw,66px);padding-right:38px}.random-root .egr-data-card{border-radius:10px;min-height:70px}.random-root .egr-data-card .mesh-icon{width:34px;min-width:34px;height:34px}.random-root .egr-data-card strong{font-size:13px}.random-root .egr-export{display:flex;flex-wrap:wrap}.random-root .egr-export>*{flex:1;font-size:12px;white-space:nowrap;padding:10px 12px}.random-status{border:1px solid #e4e4e7;border-radius:6px;padding:5px 8px;font-size:12px}.random-root .egr-section-head h2{font-size:clamp(27px,3.3vw,42px);line-height:1.05}.random-root .egr-section-head p{font-size:14px}.random-root .egr-harmony-grid{padding:10px;border-radius:16px}.random-root .egr-harmony-grid button{border-radius:10px}.random-root .egr-harmony-grid button>span{height:85px}.random-root .egr-harmony-grid small{font-size:10px}.random-active-rules{display:flex;gap:8px;font-size:12px;padding:10px;background:#f8f4e8;border-radius:8px;margin-top:12px}.random-active-rules button{background:transparent;text-decoration:underline;margin-left:auto}.random-rule-fields{display:grid;gap:16px;margin-bottom:20px}.random-range{display:grid;grid-template-columns:1fr 100px 100px;gap:12px;align-items:center}.random-range>span{font-size:14px;font-weight:600}.random-range small{display:block;font-size:11px;font-weight:400;color:#71717a;margin-top:3px}.random-range label,.random-contrast-fields label,.random-recipes>label,.random-export-dialog>label{display:grid;gap:6px;font-size:12px}.random-contrast-fields{display:grid;grid-template-columns:1fr 1.4fr;gap:12px}.random-root .mesh-check{font-size:13px}.random-root .mesh-check input{accent-color:#18181b;width:16px;height:16px}.random-save,.random-recipes,.random-export-dialog{display:grid;gap:16px}.random-save>div,.random-export-swatch{display:flex;flex-direction:column;gap:30px;border-radius:12px;padding:24px;min-height:150px}.random-export-swatch strong{font-size:36px}.random-root .random-batch-dialog{width:min(1080px,calc(100vw - 32px))}.random-batch{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px}.random-batch>div{min-width:0}.random-batch details{margin:18px 0}.random-batch summary{font-size:13px;cursor:pointer;margin-bottom:14px}.random-batch .random-range{grid-template-columns:1fr 64px 64px;gap:6px}.random-batch .random-contrast-fields{grid-template-columns:1fr}.random-batch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.random-batch-grid article{border:1px solid #e4e4e7;border-radius:10px;overflow:hidden}.random-root .random-batch-swatch{width:100%;height:110px;padding:12px;font-size:12px;font-weight:600;display:flex;align-items:end}.random-batch-grid article>div{display:flex;align-items:center;justify-content:space-between;padding:6px;gap:3px}.random-batch-grid label{font-size:10px;display:flex;align-items:center;gap:3px}.random-batch-exports{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px}.random-batch-exports small{font-size:11px;color:#71717a}
.rx-categories{display:flex;flex-wrap:wrap;gap:6px;margin:22px 0}.random-root .rx-categories button{background:transparent;border:1px solid transparent;border-radius:8px;padding:9px 12px;font-size:13px;color:#71717a}.random-root .rx-categories button[aria-pressed=true]{background:#fff;color:#18181b;border-color:#e4e4e7}.rx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rx-example{min-width:0}.rx-scene{height:345px;overflow:hidden;color:#18181b;container-type:inline-size}.rx-scene *{box-sizing:border-box}.rx-scene h3{font-size:29px;line-height:1.08;letter-spacing:-.04em;margin:14px 0}.rx-scene p{font-size:11px;line-height:1.5;margin:10px 0;color:inherit}.rx-scene small{font-size:9px}.rx-scene header{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;margin-bottom:18px}.rx-scene footer{font-size:9px;margin-top:18px}.rx-scene ul{padding-left:16px;font-size:11px;line-height:2}.rx-card{padding:20px;background:#fff;border:1px solid #e4e4e7;border-radius:12px;height:100%;box-shadow:0 5px 14px #18181b05}.random-root .rx-action{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;background:var(--rx-color);color:var(--rx-ink);border-radius:7px;font-size:11px;font-weight:600;border:1px solid #18181b20}.rx-row{display:flex;align-items:center;gap:10px;padding:12px 0;border-bottom:1px solid #ededed;font-size:11px}.rx-row i,.rx-avatars i{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--rx-color);color:var(--rx-ink);font-style:normal;flex-shrink:0}.rx-row small{display:block;margin-top:4px;color:#71717a}.rx-card>.rx-action{margin-top:16px}.rx-badge{background:#f4f4f5;padding:5px 7px;border-radius:5px;font-size:9px;border:1px solid #e4e4e7!important;color:#18181b}.rx-dates{display:flex;gap:7px}.random-root .rx-dates button{padding:10px 6px;border:1px solid #e4e4e7;border-radius:7px;background:#fafafa;font-size:10px}.random-root .rx-dates button[aria-pressed=true]{background:var(--rx-color);color:var(--rx-ink)}.rx-drop{border:1px dashed #a1a1aa;border-radius:10px;text-align:center;padding:20px 8px;margin:16px 0}.rx-drop>b{font-size:35px}.rx-drop button{background:var(--rx-color);color:var(--rx-ink);padding:8px;border-radius:6px;font-size:10px}.rx-avatars{display:flex}.rx-avatars i+i{margin-left:-7px;border:2px solid #fff}.rx-card label:not(.rx-habit){display:grid;gap:6px;font-size:11px}.rx-card input:not([type=checkbox]){width:100%;border:1px solid #d4d4d8;padding:9px;border-radius:6px;font-size:11px}.rx-web{height:100%;position:relative;background:#fff;padding:18px;overflow:hidden}.rx-web header{font-size:10px}.rx-books{display:flex;height:105px;gap:9px;margin:16px 0}.rx-books i{flex:1;background:var(--rx-color);color:var(--rx-ink);padding:10px 7px;font-size:11px;font-weight:700;font-style:normal;box-shadow:inset 4px 0 #0002}.rx-books i:nth-child(2){background:#18181b;color:#fff}.rx-books i:nth-child(3){background:#eee9df;color:#18181b}.rx-plate{width:110px;height:110px;background:var(--rx-color);color:var(--rx-ink);border:16px double currentColor;border-radius:50%;display:grid;place-items:center;float:right;font-size:22px}.rx-orb{height:90px;width:90px;background:var(--rx-color);border-radius:50%;box-shadow:inset -10px -10px #0002;margin:auto}.rx-launch{text-align:center}.rx-project-art{height:110px;background:var(--rx-color);color:var(--rx-ink);padding:16px;display:flex;align-items:end;border-radius:35px 0 35px 0}.rx-progress{height:7px;border-radius:8px;background:#e4e4e7;overflow:hidden;margin:16px 0}.rx-progress i{display:block;background:var(--rx-color);height:100%;border-right:1px solid #18181b44}.rx-habit{display:flex;align-items:center;gap:8px;border:1px solid #e4e4e7;padding:14px 10px;border-radius:7px;font-size:11px;margin-bottom:8px}.rx-habit input{accent-color:#18181b}.rx-habit:has(input:checked){background:var(--rx-color);color:var(--rx-ink)}.rx-bars{display:flex;gap:8px;align-items:end;height:95px;margin-top:16px}.rx-bars i{flex:1;background:var(--rx-color);border-radius:4px 4px 0 0}.rx-album{height:175px;background:var(--rx-color);color:var(--rx-ink);padding:18px;font-size:42px;font-weight:800;letter-spacing:-.06em;line-height:.92;margin-bottom:12px}.rx-card:has(.rx-album){padding:12px}.rx-card:has(.rx-album) header{margin-bottom:5px}.rx-card:has(.rx-album) small{display:block;margin-top:4px}.rx-ticket{height:100%;background:var(--rx-color);color:var(--rx-ink);padding:20px;border-radius:12px}.rx-ticket h3{font-size:38px}.rx-ticket-line{border-top:1px dashed currentColor;margin:14px 0}.rx-barcode{height:30px;background:repeating-linear-gradient(90deg,#18181b 0 2px,white 2px 4px,#18181b 4px 5px,white 5px 8px);margin:10px 0}.rx-poster{height:100%;background:var(--rx-color);color:var(--rx-ink);padding:20px;position:relative;overflow:hidden}.rx-poster h3{font-size:41px;position:relative;z-index:1}.rx-poster header{font-size:8px}.rx-poster-circle{width:155px;height:155px;border:25px solid currentColor;border-radius:50%;position:absolute;right:-65px;bottom:0;opacity:.2}.rx-poster footer{position:relative;font-size:9px;line-height:1.6}.rx-editorial{height:100%;background:#fffdf5;padding:18px;overflow:hidden}.rx-exhibit{display:flex;height:120px;gap:5px}.rx-exhibit i{flex:1;background:var(--rx-color);border-radius:50% 50% 0 0}.rx-exhibit i:nth-child(2){transform:rotate(180deg);background:#18181b}.rx-book-cover{height:100%;background:var(--rx-color);color:var(--rx-ink);padding:20px;position:relative}.rx-book-cover h3{font-family:Georgia,serif;font-size:38px;font-weight:400}.rx-book-window{height:95px;width:120px;margin:10px auto;background:#fff7;border-radius:80px 80px 0 0}.rx-editorial .rx-mag-title{font-size:39px}.rx-mag-art{height:125px;background:linear-gradient(35deg,transparent 40%,#18181b 40% 55%,transparent 55%),var(--rx-color)}.rx-schedule .rx-row{border-color:currentColor;font-size:10px}.rx-brand{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:12px;background:#efece7}.rx-business{width:100%;height:190px;background:var(--rx-color);color:var(--rx-ink);padding:22px;transform:rotate(-5deg);box-shadow:0 12px 22px #18181b20}.rx-business>b{font-size:35px;letter-spacing:-.07em;display:block;margin-bottom:20px}.rx-business span{font-size:11px}.rx-brand>p{margin-top:24px;text-align:center}.rx-package{background:var(--rx-color);color:var(--rx-ink);width:160px;padding:24px;height:265px;border-radius:15px;box-shadow:inset -12px 0 #0001,12px 15px 15px #0001}.rx-package h3{font-size:43px;margin-top:35px}.rx-social{height:100%;background:var(--rx-color);color:var(--rx-ink);padding:20px}.rx-social h3{font-size:37px}.rx-social-art{font-size:85px;line-height:1;text-align:right}.rx-podcast{height:100%;padding:20px;background:#18181b;color:#fff}.rx-podcast h3{font-size:36px;color:var(--rx-color)}.rx-waves{display:flex;gap:8px;height:90px;align-items:center}.rx-waves i{width:12px;background:var(--rx-color);border-radius:10px}.rx-slide{height:100%;background:#fff;padding:22px;position:relative;overflow:hidden}.rx-slide-number{position:absolute;right:0;bottom:25px;font-size:170px;font-weight:900;color:var(--rx-color);opacity:.6;letter-spacing:-.1em}.rx-slide h3{position:relative;font-size:39px;background:#ffffffd9;padding:8px 0;margin-top:60px}.rx-slide footer{position:relative}.rx-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;font-size:13px}
@media(max-width:1100px){.rx-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.random-root .egr-panel{padding:22px}.random-root .egr-studio{grid-template-columns:320px minmax(0,1fr)}.random-root .egr-result h3{font-size:23px}.random-root .egr-result-top{flex-wrap:wrap}.random-root .egr-export>*{font-size:11px}}
@media(max-width:760px){.random-root .egr-shell{width:calc(100% - 32px);padding-top:100px}.random-root .egr-studio{grid-template-columns:1fr}.random-root .egr-rule-panel{display:block}.random-root .egr-hero{grid-template-columns:1fr}.random-root .egr-hero-color{display:none}.random-root .egr-fields{grid-template-columns:1fr 1fr}.random-root .egr-result{min-height:250px}.random-root .egr-result-top{flex-wrap:nowrap}.random-root .egr-big-hex{font-size:48px}.random-root .egr-section-head{display:block}.random-root .egr-section-head>p{display:block;margin-top:14px}.random-batch{grid-template-columns:1fr}.random-range{grid-template-columns:1fr 80px 80px}.random-root .random-batch-dialog{padding:20px}.random-root .egr-data-card strong{font-size:12px}.random-root .egr-key{display:block}.random-root .egr-tool-grid{margin:0}.random-root .egr-harmony-grid{margin:0}.rx-categories{gap:3px}.random-root .rx-categories button{font-size:11px;padding:8px}.rx-grid{grid-template-columns:1fr}.rx-scene{height:355px}.random-contrast-fields{grid-template-columns:1fr}.random-root .egr-data-grid{gap:8px}.random-root .egr-result h3{font-size:24px}.random-root .egr-result-top>button{font-size:11px}.random-root .egr-live{font-size:10px}.random-root .egr-history-head span{display:block}.random-root .egr-label{font-size:10px}}
.random-dialog-fields{border:0;padding:0;margin:0;min-width:0}.random-root .rx-podcast h3{color:white}.random-root .rx-podcast .rx-waves{background:#f4f4f5;padding:8px;border-radius:8px}.random-root .egr-toast{z-index:2147483605}
.random-root .egr-result>.mesh-icon{z-index:2}.random-root .egr-result:after{pointer-events:none}

.random-filter{min-width:0;display:grid;gap:9px}
.random-root .random-filter-trigger{width:100%;display:flex;align-items:center;gap:10px;padding:12px;border:1px solid #e4e4e7;border-radius:12px;background:#fff;color:#18181b;font:inherit;font-size:14px;text-align:left;box-shadow:0 2px 4px #18181b04}
.random-filter-trigger>span{flex:1}.random-filter-trigger[data-state=open]{border-color:#a1a1aa}
.random-filter i,.random-filter-menu i{display:block;width:23px;height:23px;flex-shrink:0;border-radius:7px;box-shadow:inset 0 0 0 1px #18181b0c}
.random-filter-menu{z-index:60;width:var(--radix-popover-trigger-width);min-width:200px;max-height:var(--radix-popover-content-available-height);overflow:auto;border:1px solid #e4e4e7;border-radius:14px;background:#fff;padding:6px;box-shadow:0 12px 35px #18181b20;color:#18181b}
.random-filter-menu button{display:flex;align-items:center;gap:10px;width:100%;padding:9px;border:0;border-radius:8px;background:transparent;color:#18181b;text-align:left;font-size:13px}
.random-filter-menu button span:nth-child(2){flex:1}.random-filter-menu button:hover,.random-filter-menu button[aria-pressed=true]{background:#f4f4f5}
.random-filter-menu button:focus-visible,.random-filter-trigger:focus-visible{outline:2px solid #71717a;outline-offset:2px}
.random-root .egr-result{min-height:300px}
.random-tones{margin:16px 0 18px}.random-tones-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px;font-size:12px;font-weight:600}.random-tones-head small{font-size:11px;color:#71717a;font-weight:400}
.random-tone-strip{display:flex;overflow:hidden;border-radius:10px}
.random-tone-strip button{flex:1;min-width:0;height:52px;border:0;display:grid;place-items:center}
.random-tone-strip button span{font-size:12px;border:1px solid currentColor;border-radius:50%;width:21px;height:21px;display:grid;place-items:center}
.random-tone-strip button:focus-visible{outline:2px solid currentColor;outline-offset:-4px}
.random-root .random-result-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}
.random-root .random-result-actions .mesh-icon{width:40px;height:40px;min-height:40px;padding:10px;flex:0 0 40px}
.random-root .random-result-actions .mesh-icon:last-child{background:#18181b;color:#fff;border-color:#18181b}
.random-root .egr-data-grid{gap:10px}
@media(max-width:760px){.random-root .egr-result{min-height:260px}.random-tone-strip button{height:46px}.random-filter-trigger{padding:10px;font-size:13px}}
.random-root .egr-result::after{display:none}
.random-root .egr-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.random-root .egr-history button[aria-pressed=true]{outline:2px solid #18181b;outline-offset:3px;box-shadow:none}
.random-root .random-text-sample{display:grid;place-items:center;width:48px;height:48px;border-radius:10px;font-size:24px;font-weight:700;flex-shrink:0}
.random-root .egr-contrast-card{gap:12px}
.random-root .egr-contrast-card>div{flex:1}
.random-root .egr-contrast-card .egr-label{display:block;margin-bottom:6px}
.random-discovery-menu{z-index:70;width:280px;padding:8px;border:1px solid #e4e4e7;border-radius:14px;background:white;color:#18181b;box-shadow:0 12px 35px #18181b20}
.random-root .random-discovery-menu button{display:block;width:100%;padding:11px 10px;text-align:left;background:transparent;border-radius:8px;font:inherit;font-size:14px}
.random-discovery-menu button:hover{background:#f4f4f5}
.random-discovery-menu button:disabled{opacity:.45;cursor:not-allowed}
.random-discovery-menu small{display:block;margin-top:4px;color:#71717a;font-size:12px}
.random-discovery-menu label{display:flex;gap:8px;padding:12px 10px;border-top:1px solid #e4e4e7;font-size:13px}
.random-discovery-menu p{padding:0 10px 6px;margin:0;font-size:12px;line-height:1.5;color:#71717a}
.random-root .random-pinned-chip{display:flex;align-items:center;gap:8px;margin-right:auto;background:transparent;font-size:12px}
.random-pinned-chip span{width:20px;height:20px;border-radius:50%;border:1px solid #0002}
.random-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.random-compare-grid>div{padding:24px;border-radius:16px;min-height:220px;display:flex;flex-direction:column;gap:16px}
.random-compare-grid h3{margin:0;font-size:24px;color:inherit}
.random-compare-grid button{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-top:auto;background:transparent;color:inherit;font:inherit;font-weight:700}
@media(max-width:480px){.random-root .egr-fields{grid-template-columns:1fr}.random-compare-grid{grid-template-columns:1fr}.random-root .random-result-actions{flex-wrap:wrap}.random-root .random-pinned-chip{width:100%}}
.random-root .egr-rule-panel{display:block}
.random-root .egr-rule-panel .egr-generate{margin-top:20px}
.random-root .random-filter{min-width:0}
.random-root .random-filter-trigger>span{min-width:0;overflow-wrap:anywhere}
.random-root .random-filter-trigger svg,.random-root .random-filter-trigger i{flex-shrink:0}
.random-root .egr-result-top>.mesh-icon{width:40px;height:40px;min-width:40px;padding:9px;background:transparent;color:inherit;border:1px solid currentColor}
.random-root .random-pinned-chip{min-width:0;white-space:normal;text-align:left;overflow-wrap:anywhere;max-width:65%}
.random-root .random-pinned-chip span{flex-shrink:0}
@media(min-width:761px) and (max-width:1100px){.random-root .egr-fields{grid-template-columns:1fr}}
@media(max-width:480px){.random-root .random-pinned-chip{max-width:100%}}

.egt-next {
  position: relative;
  overflow: hidden;
  margin: 24px 0;
  padding: 12px;
  border: 1px solid #17171b17;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff 0%, #faf9ff 58%, #f5f2ff 100%);
  box-shadow: 0 14px 42px #28223d0a;
  color: #17171b;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
.egt-next:before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(#7057f2, #9c6dff);
  content: "";
}
.egt-next__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}
.egt-next__intro > div {
  display: grid;
  gap: 4px;
}
.egt-next__intro small,
.egt-next__actions small {
  color: #7057f2;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
}
.egt-next h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.egt-next__intro p {
  margin: 2px 0 0;
  color: #6d6975;
  font-size: 11px;
  line-height: 1.5;
}
.egt-next__swatches {
  display: flex;
  flex: 0 0 auto;
  padding: 5px;
  border: 1px solid #17171b12;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 24px #17171b0b;
}
.egt-next__swatches i {
  width: 25px;
  height: 25px;
  margin-left: -5px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px #0002;
}
.egt-next__swatches i:first-child {
  margin-left: 0;
}
.egt-next__actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 9px;
}
.egt-next__actions > a,
.egt-next__actions > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid #17171b14;
  border-radius: 12px;
  background: #fff;
  color: inherit;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}
.egt-next__actions > a:hover,
.egt-next__actions > button:hover {
  transform: translateY(-2px);
  border-color: #7057f24d;
  box-shadow: 0 9px 22px #362b6b12;
}
.egt-next__actions span {
  display: grid;
  gap: 3px;
}
.egt-next__actions > button.egt-next__save {
  border-color: #7057f2;
  background: #7057f2;
  color: #fff;
  box-shadow: 0 8px 20px #7057f22d;
}
.egt-next__actions > .egt-next__save small {
  color: #ded8ff;
}
.egt-next__actions > .is-primary {
  border-color: #17171b;
  background: #17171b;
  color: #fff;
}
.egt-next__actions > .is-primary small {
  color: #aaa6b1;
}
.egt-next__ad-free {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
  margin: 11px 3px 0;
  color: #76717e;
  font-size: 11px;
  line-height: 1.5;
}
.egt-next__ad-free a {
  color: #5d48cf;
  font-weight: 700;
  text-decoration: none;
}
.egt-next__ad-free a:hover,
.egt-next__ad-free a:focus-visible {
  text-decoration: underline;
}
.egt-next i {
  font-style: normal;
}
.egt-next__backdrop {
  position: fixed !important;
  z-index: 2147483000;
  inset: 0;
  display: grid !important;
  place-items: center;
  padding: 20px;
  background: #17171b73;
}
.egt-next__dialog {
  position: relative;
  display: grid !important;
  gap: 9px;
  width: min(420px, 100%);
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px #0003;
}
.egt-next__dialog h3 {
  margin: 0 0 7px;
  font-size: 24px;
}
.egt-next__dialog > button:not(.egt-next__close) {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 11px;
  border: 1px solid #17171b12;
  border-radius: 9px;
  background: #f7f6f3;
  color: #17171b;
}
.egt-next__dialog > a {
  font-size: 10px;
}
.egt-next__dialog p {
  margin: 4px 0;
  font-size: 10px;
}
.egt-next__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0 !important;
  background: transparent !important;
  font-size: 20px !important;
}
.egt-next__create {
  display: grid;
  gap: 8px;
  margin-top: 5px;
  padding-top: 14px;
  border-top: 1px solid #17171b12;
}
.egt-next__create label {
  display: grid;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
}
.egt-next__create input {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #17171b24;
  border-radius: 9px;
  background: #fff;
  color: #17171b;
  font: inherit;
}
.egt-next__create button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 10px 13px;
  border: 0;
  border-radius: 9px;
  background: #17171b;
  color: #fff;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}
.egt-next__create button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
@media (max-width: 640px) {
  .egt-next {
    padding: 10px;
  }
  .egt-next__intro {
    align-items: flex-start;
  }
  .egt-next__intro p {
    max-width: 240px;
  }
  .egt-next__swatches i {
    width: 20px;
    height: 20px;
  }
  .egt-next__actions {
    grid-template-columns: 1fr;
  }
  .egt-next__actions > a,
  .egt-next__actions > button {
    min-height: 46px;
  }
}

.egt-tool-page {
  width: 100%;
  min-height: 0;
  margin-top: 0;
  padding-top: calc(104px + env(safe-area-inset-top, 0px)) !important;
}

.egt-tool-page .egt-tool-shell {
  width: min(1440px, calc(100% - 48px)) !important;
  margin-inline: auto;
  padding-top: 0 !important;
}

.egt-tool-header {
  display: block;
  margin: 0;
  padding: 8px 0 18px;
}

.egt-tool-header h1 {
  max-width: 1020px;
  margin: 0;
  color: var(--egt-ink, #17171b);
  font-size: clamp(34px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.egt-tool-header__accent {
  display: block;
  width: min(336px, 34%);
  height: 6px;
  margin-top: 12px;
  border-radius: 999px;
  background: var(--egt-tool-accent);
}

.egt-tool-header p {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--egt-muted, #6b6972);
  font-size: 17px;
  line-height: 1.55;
}

.egt-tool-page.cpg-root,
.egt-tool-page.ip2-root {
  margin-top: 0;
  padding-top: calc(104px + env(safe-area-inset-top, 0px));
}

.egt-tool-page.ecm-root:not(.ecm-dialog) {
  padding-top: calc(104px + env(safe-area-inset-top, 0px));
}

.egt-tool-page .egt-tool-header {
  display: block !important;
  grid-template-columns: none !important;
  align-items: initial !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 8px 0 18px !important;
}

.egt-tool-page .egt-tool-header h1 {
  display: block !important;
  max-width: 1020px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(34px, 3.2vw, 40px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.055em !important;
  line-height: 1 !important;
}

.egt-tool-page .egt-tool-header h1::after {
  display: none !important;
  content: none !important;
}

.egt-tool-page .egt-tool-header p {
  display: block !important;
  max-width: 820px !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  color: var(--egt-muted, #6b6972);
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

.egt-tool-page.egm2-root {
  width: min(1440px, calc(100% - 48px));
  padding-top: calc(104px + env(safe-area-inset-top, 0px));
}

.hxp-header-row {
  position: relative;
}

.hxp-header-row .egt-tool-header {
  padding-right: 64px;
}

.hxp-header-row .hxp-header-library {
  position: absolute;
  top: 8px;
  right: 0;
}

.egt-tool-page.inv-root {
  padding-top: calc(104px + env(safe-area-inset-top, 0px)) !important;
}

.egt-tool-page .egt-tool-shell.inv-shell {
  padding-top: 0 !important;
}

@media (max-width: 620px) {
  .egt-tool-page,
  .egt-tool-page.cpg-root,
  .egt-tool-page.ip2-root,
  .egt-tool-page.egm2-root {
    padding-top: calc(88px + env(safe-area-inset-top, 0px));
  }

  .egt-tool-page {
    padding-top: calc(88px + env(safe-area-inset-top, 0px)) !important;
  }

  .egt-tool-page.inv-root {
    padding-top: calc(88px + env(safe-area-inset-top, 0px)) !important;
  }

  .egt-tool-page .egt-tool-shell,
  .egt-tool-page.egm2-root {
    width: min(100% - 24px, 1440px);
  }

  .egt-tool-header {
    padding: 8px 0 16px;
  }

  .egt-tool-header h1 {
    font-size: 34px;
  }

  .egt-tool-header__accent {
    width: min(220px, 58%);
    height: 5px;
    margin-top: 10px;
  }

  .egt-tool-header p {
    margin-top: 8px;
    font-size: 15px;
  }
}

