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

.egm-root {
  --egm-ink: #17171b;
  --egm-muted: #6b6972;
  --egm-line: rgba(23, 23, 27, 0.1);
  --egm-surface: #fff;
  --egm-canvas: #f4f1ed;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, color-mix(in srgb, var(--egm-accent) 9%, transparent), transparent 28%),
    var(--egm-canvas);
}

.egm-shell {
  padding: 112px 0 92px;
}

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

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

.egm-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 23px;
}

.egm-kicker::before {
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--egm-accent);
  box-shadow: 0 0 0 1px var(--egm-line);
  content: "";
}

.egm-title {
  max-width: 920px;
  margin: 0;
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 780;
  letter-spacing: -0.07em;
  line-height: 0.91;
}

.egm-title span {
  color: var(--egm-accent);
}

.egm-title span::after {
  display: block;
  width: min(340px, 72%);
  height: 7px;
  margin: 11px 0 0 0.06em;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5c8a, #705cff, #33d6b2);
  content: "";
}

.egm-lead {
  max-width: 720px;
  margin: 25px 0 0;
  color: var(--egm-muted);
  font-size: 19px;
  line-height: 1.55;
}

.egm-orbit {
  width: 188px;
  aspect-ratio: 1;
  margin-left: auto;
  border: 1px solid var(--egm-line);
  border-radius: 50%;
  background:
    radial-gradient(circle at 25% 25%, #ff5c8a, transparent 42%),
    radial-gradient(circle at 78% 28%, #705cff, transparent 44%),
    radial-gradient(circle at 55% 82%, #33d6b2, transparent 45%),
    #f4e8ff;
  box-shadow: 0 24px 52px rgba(38, 36, 31, 0.12);
}

.egm-studio {
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(470px, 1.22fr);
  overflow: hidden;
  border: 1px solid rgba(23, 23, 27, 0.08);
  border-radius: 32px;
  background: var(--egm-surface);
  box-shadow: 0 28px 80px rgba(38, 36, 31, 0.12);
}

.egm-panel {
  min-width: 0;
  padding: 40px;
}

.egm-result-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--egm-line);
  background: #fbfaf8;
}

.egm-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.egm-panel-head h2 {
  margin: 9px 0 0;
  font-size: 27px;
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.egm-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border: 1px solid var(--egm-line);
  border-radius: 999px;
  color: var(--egm-muted);
  background: #fff;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.egm-live::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #42c98c;
  box-shadow: 0 0 0 5px rgba(66, 201, 140, 0.14);
  content: "";
}

.egm-presets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}

.egm-preset {
  min-height: 54px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(23, 23, 27, 0.08);
}

.egm-preset[aria-pressed="true"] {
  border-color: var(--egm-ink);
}

.egm-card {
  padding: 17px;
  border: 1px solid var(--egm-line);
  border-radius: 19px;
  background: #fff;
}

.egm-card + .egm-card {
  margin-top: 11px;
}

.egm-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

.egm-card-head strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.egm-card-head span {
  color: var(--egm-muted);
  font-size: 11px;
}

.egm-color-row {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
}

.egm-base-row {
  grid-template-columns: 58px minmax(0, 1fr);
}

.egm-color-chip {
  position: relative;
  display: block;
  width: 58px;
  height: 52px;
  overflow: hidden;
  border: 1px solid var(--egm-line);
  border-radius: 13px;
}

.egm-color-chip input {
  position: absolute;
  inset: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: 0;
}

.egm-hex {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid var(--egm-line);
  border-radius: 13px;
  outline: 0;
  background: #f8f7f5;
  font-size: 14px;
  font-weight: 740;
  text-transform: uppercase;
}

.egm-hex:focus {
  border-color: var(--egm-ink);
  box-shadow: 0 0 0 3px rgba(23, 23, 27, 0.08);
}

.egm-icon-button {
  display: grid;
  width: 52px;
  height: 52px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--egm-line);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
}

.egm-icon-button:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.egm-point-list {
  display: flex;
  gap: 8px;
  margin-top: 13px;
  overflow-x: auto;
  padding: 3px;
}

.egm-swatch {
  flex: 0 0 43px;
  width: 43px;
  height: 43px;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 1px var(--egm-line);
}

.egm-swatch[aria-pressed="true"] {
  box-shadow: 0 0 0 3px var(--egm-ink);
}

.egm-settings {
  display: grid;
  gap: 15px;
}

.egm-range-field > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  color: var(--egm-muted);
  font-size: 11px;
}

.egm-range-field input {
  width: 100%;
  height: 6px;
  margin: 0;
  appearance: none;
  border-radius: 999px;
  outline: 0;
  background: #e7e3df;
  cursor: pointer;
}

.egm-range-field input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  appearance: none;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--egm-ink);
  box-shadow: 0 2px 8px rgba(23, 23, 27, 0.25);
}

.egm-actions,
.egm-output-actions {
  display: grid;
  gap: 9px;
  margin-top: 13px;
}

.egm-actions {
  grid-template-columns: 1fr 1fr;
}

.egm-output-actions {
  grid-template-columns: 1.1fr 1fr 1fr;
}

.egm-actions button,
.egm-output-actions button {
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid var(--egm-line);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.egm-actions .egm-primary,
.egm-output-actions .egm-primary {
  border-color: var(--egm-ink);
  color: #fff;
  background: var(--egm-ink);
}

.egm-preview-stage-mobile {
  display: none;
}

.egm-preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
}

.egm-ratios {
  display: flex;
  gap: 6px;
}

.egm-ratio {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--egm-line);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 9px;
  font-weight: 760;
  text-transform: uppercase;
}

.egm-ratio[aria-pressed="true"] {
  border-color: var(--egm-ink);
  color: #fff;
  background: var(--egm-ink);
}

.egm-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.38;
  border: 7px solid #fff;
  border-radius: 25px;
  box-shadow: 0 0 0 1px var(--egm-line), 0 22px 55px rgba(34, 31, 29, 0.13);
  touch-action: none;
}

.egm-preview[data-ratio="square"] {
  aspect-ratio: 1;
}

.egm-preview[data-ratio="story"] {
  width: min(100%, 360px);
  margin-inline: auto;
  aspect-ratio: 9 / 16;
}

.egm-grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 180 180%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cfilter id=%27n%27%3E%3CfeTurbulence type=%27fractalNoise%27 baseFrequency=%27.9%27 numOctaves=%273%27 stitchTiles=%27stitch%27/%3E%3C/filter%3E%3Crect width=%27100%25%27 height=%27100%25%27 filter=%27url%28%23n%29%27 opacity=%27.32%27/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.egm-handle {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 5px solid #fff;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 6px 18px rgba(23, 23, 27, 0.24);
  font-size: 9px;
  font-weight: 800;
  touch-action: none;
}

.egm-handle[aria-pressed="true"] {
  box-shadow: 0 0 0 3px var(--egm-ink), 0 7px 22px rgba(23, 23, 27, 0.25);
}

.egm-code {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 15px;
  border-radius: 16px;
  color: #fff;
  background: #18171b;
}

.egm-code code {
  overflow: hidden;
  font: 600 10px/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.egm-code button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font-size: 8px;
  font-weight: 780;
  text-transform: uppercase;
}

.egm-section {
  margin-top: 86px;
}

.egm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 25px;
}

.egm-section-head h2,
.egm-guide h2 {
  margin: 10px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 780;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.egm-section-head > p {
  max-width: 430px;
  margin: 0;
  color: var(--egm-muted);
  font-size: 15px;
  line-height: 1.55;
}

.egm-use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.egm-use-card {
  position: relative;
  min-height: 305px;
  overflow: hidden;
  border: 1px solid var(--egm-line);
  border-radius: 24px;
  background: #fff;
}

.egm-mesh-fill {
  position: absolute;
  inset: 0 0 54px;
  background-color: var(--egm-base);
  background-image: var(--egm-mesh);
}

.egm-use-card footer {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 18px;
  background: #fff;
}

.egm-use-card footer b { font-size: 12px; }
.egm-use-card footer span { color: var(--egm-muted); font-size: 10px; }

.egm-poster > strong {
  position: absolute;
  z-index: 2;
  top: 28px;
  left: 25px;
  max-width: 80%;
  color: var(--egm-accent-text);
  font-size: 34px;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.egm-app-window,
.egm-browser {
  position: absolute;
  z-index: 2;
  inset: 32px 27px 81px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 16px;
  background: rgba(255,255,255,.38);
  box-shadow: 0 18px 40px rgba(23,23,27,.12);
  backdrop-filter: blur(14px);
}

.egm-app-window > i,
.egm-browser > div i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 12px 0 0 7px;
  border-radius: 50%;
  background: rgba(23,23,27,.32);
}

.egm-app-window > i:first-child { margin-left: 13px; }
.egm-app-window > div { display: grid; height: calc(100% - 30px); place-items: center; }
.egm-app-window span { padding: 11px 16px; border-radius: 999px; color: #fff; background: #17171b; font-size: 10px; font-weight: 750; }

.egm-glass-card,
.egm-slide-copy,
.egm-story-copy {
  position: absolute;
  z-index: 2;
  right: 25px;
  bottom: 81px;
  left: 25px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 18px;
  color: var(--egm-accent-text);
  background: rgba(255,255,255,.24);
  backdrop-filter: blur(14px);
}

.egm-glass-card small,
.egm-slide-copy small { display: block; margin-bottom: 22px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.egm-glass-card strong,
.egm-slide-copy strong { display: block; max-width: 240px; font-size: 22px; letter-spacing: -.045em; line-height: 1.02; }

.egm-browser > div { height: 30px; border-bottom: 1px solid rgba(23,23,27,.08); }
.egm-browser > div i:first-child { margin-left: 12px; }
.egm-browser > strong { display: block; max-width: 220px; margin: 40px 20px 22px; font-size: 23px; letter-spacing: -.05em; line-height: 1; }
.egm-browser > span { margin-left: 20px; padding: 9px 13px; border-radius: 9px; color: #fff; background: #17171b; font-size: 9px; font-weight: 750; }

.egm-slide-copy { top: 26px; bottom: auto; background: rgba(255,255,255,.72); }
.egm-story { grid-column: span 1; }
.egm-story-copy { top: 25px; bottom: 80px; display: flex; flex-direction: column; justify-content: space-between; }
.egm-story-copy strong { font-size: 29px; letter-spacing: -.055em; line-height: .95; }
.egm-story-copy span { align-self: start; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 730; }

.egm-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.egm-tool-card {
  overflow: hidden;
  border: 1px solid var(--egm-line);
  border-radius: 24px;
  color: inherit;
  background: #fff;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.egm-tool-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(23,23,27,.09); }
.egm-tool-card > div:last-child { padding: 20px; }
.egm-tool-card strong { font-size: 17px; letter-spacing: -.035em; }
.egm-tool-card p { margin: 7px 0 0; color: var(--egm-muted); font-size: 12px; line-height: 1.5; }

.egm-tool-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  background: #f5f2ef;
}

.egm-tool-palette i { width: 64px; height: 88px; margin: -4px; border: 7px solid #fff; border-radius: 18px; transform: rotate(-8deg); background: var(--egm-accent); box-shadow: 0 12px 30px rgba(23,23,27,.12); }
.egm-tool-palette i:nth-child(2) { transform: rotate(4deg); background: var(--egm-base); }
.egm-tool-palette i:nth-child(3) { transform: rotate(13deg); background: #17171b; }
.egm-tool-invert i { width: 88px; height: 88px; border: 8px solid #fff; border-radius: 50%; background: var(--egm-accent); box-shadow: 0 10px 26px rgba(23,23,27,.12); }
.egm-tool-invert i + i { margin-left: -24px; filter: invert(1); }
.egm-tool-hex i { width: 92px; height: 92px; border: 8px solid #fff; border-radius: 24px; transform: rotate(-8deg); background: var(--egm-accent); box-shadow: 0 12px 30px rgba(23,23,27,.12); }
.egm-tool-hex i + i { position: absolute; transform: translate(32px, 14px) rotate(7deg); background: var(--egm-base); }

.egm-guide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 42px;
  border: 1px solid var(--egm-line);
  border-radius: 28px;
  background: #fff;
}

.egm-guide h3 { margin: 2px 0 22px; font-size: 27px; letter-spacing: -.045em; }
.egm-guide p,
.egm-guide li { color: var(--egm-muted); font-size: 14px; line-height: 1.68; }
.egm-guide p { margin: 16px 0 0; }
.egm-guide ol { margin: 0; padding-left: 20px; }
.egm-guide li + li { margin-top: 13px; }
.egm-guide strong { color: var(--egm-ink); }
.egm-guide a { color: #1769e0; text-underline-offset: 3px; }

.egm-toast {
  position: fixed;
  z-index: 9999;
  right: 22px;
  bottom: 22px;
  transform: translateY(16px);
  padding: 12px 16px;
  border-radius: 999px;
  color: #fff;
  background: #17171b;
  box-shadow: 0 12px 32px rgba(23, 23, 27, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: 160ms ease;
  font-size: 12px;
  font-weight: 750;
}

.egm-toast[data-visible="true"] {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 900px) {
  .egm-shell {
    width: min(100% - 28px, 760px);
    padding: 76px 0;
  }

  .egm-hero {
    grid-template-columns: 1fr;
  }

  .egm-orbit {
    display: none;
  }

  .egm-studio {
    grid-template-columns: 1fr;
  }

  .egm-result-panel {
    border-top: 1px solid var(--egm-line);
    border-left: 0;
  }

  .egm-use-grid,
  .egm-tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .egm-guide { grid-template-columns: 1fr; gap: 34px; }
}

@media (max-width: 560px) {
  .egm-shell {
    width: min(100% - 20px, 520px);
    padding: 48px 0 58px;
  }

  .egm-hero {
    margin-bottom: 28px;
  }

  .egm-kicker {
    margin-bottom: 16px;
    font-size: 9px;
  }

  .egm-title {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 0.94;
  }

  .egm-title span::after {
    height: 5px;
    margin-top: 8px;
  }

  .egm-lead {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.48;
  }

  .egm-studio {
    border-radius: 24px;
  }

  .egm-panel {
    padding: 22px 18px;
  }

  .egm-result-panel {
    padding-top: 24px;
  }

  .egm-panel-head {
    margin-bottom: 15px;
  }

  .egm-panel-head h2 {
    font-size: 22px;
  }

  .egm-live {
    padding: 8px 10px;
    font-size: 8px;
  }

  .egm-presets {
    margin-bottom: 14px;
  }

  .egm-preset {
    min-height: 42px;
    border-radius: 11px;
  }

  .egm-preview-stage-mobile {
    display: block;
    margin-bottom: 14px;
  }

  .egm-preview-stage-desktop {
    display: none;
  }

  .egm-preview-stage-mobile .egm-preview {
    max-height: 360px;
    border-width: 5px;
    border-radius: 19px;
  }

  .egm-preview-stage-mobile .egm-preview[data-ratio="story"] {
    width: min(62%, 220px);
    max-height: none;
  }

  .egm-label {
    font-size: 8px;
  }

  .egm-ratio {
    min-height: 29px;
    padding: 0 8px;
    font-size: 7px;
  }

  .egm-card {
    padding: 14px;
    border-radius: 16px;
  }

  .egm-color-row {
    grid-template-columns: 49px minmax(0, 1fr) auto;
  }

  .egm-base-row {
    grid-template-columns: 49px minmax(0, 1fr);
  }

  .egm-color-chip,
  .egm-icon-button {
    width: 49px;
    height: 47px;
  }

  .egm-hex {
    height: 47px;
    font-size: 13px;
  }

  .egm-swatch {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .egm-actions button,
  .egm-output-actions button {
    min-height: 44px;
    padding: 0 9px;
    font-size: 8px;
  }

  .egm-output-actions {
    grid-template-columns: 1fr 1fr;
  }

  .egm-output-actions button:first-child {
    grid-column: 1 / -1;
  }

  .egm-result-panel .egm-panel-head {
    margin-bottom: 0;
  }

  .egm-code {
    padding: 12px;
  }

  .egm-section { margin-top: 54px; }

  .egm-section-head { display: block; margin-bottom: 18px; }
  .egm-section-head h2,
  .egm-guide h2 { font-size: 32px; }
  .egm-section-head > p { margin-top: 13px; font-size: 13px; }

  .egm-use-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .egm-use-card { min-height: 225px; border-radius: 18px; }
  .egm-mesh-fill { bottom: 48px; }
  .egm-use-card footer { height: 48px; padding: 0 11px; }
  .egm-use-card footer b { font-size: 10px; }
  .egm-use-card footer span { font-size: 8px; }
  .egm-poster > strong { top: 21px; left: 17px; font-size: 24px; }
  .egm-app-window,
  .egm-browser { inset: 22px 16px 66px; }
  .egm-glass-card,
  .egm-slide-copy,
  .egm-story-copy { right: 15px; bottom: 65px; left: 15px; padding: 14px; }
  .egm-glass-card strong,
  .egm-slide-copy strong { font-size: 16px; }
  .egm-glass-card small,
  .egm-slide-copy small { margin-bottom: 13px; font-size: 7px; }
  .egm-browser > strong { margin: 25px 12px 15px; font-size: 16px; }
  .egm-browser > span { margin-left: 12px; padding: 7px 9px; font-size: 7px; }
  .egm-story-copy { top: 16px; }
  .egm-story-copy strong { font-size: 21px; }

  .egm-tool-grid { grid-template-columns: 1fr; }
  .egm-tool-card { display: grid; grid-template-columns: 116px 1fr; border-radius: 18px; }
  .egm-tool-art { height: 116px; }
  .egm-tool-card > div:last-child { padding: 16px; }
  .egm-tool-palette i { width: 35px; height: 55px; border-width: 4px; border-radius: 10px; }
  .egm-tool-invert i { width: 56px; height: 56px; border-width: 5px; }
  .egm-tool-hex i { width: 58px; height: 58px; border-width: 5px; border-radius: 15px; }

  .egm-guide { gap: 26px; padding: 24px 20px; border-radius: 22px; }
  .egm-guide h3 { font-size: 23px; }
  .egm-guide p,
  .egm-guide li { font-size: 13px; }
}

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

