/* MEGURU v37 — three clear entrances and a professional creation studio. */

:root {
  --create-ink: #102f3a;
  --create-night: #102237;
  --create-blue: #4f8ee8;
  --create-violet: #a98af4;
  --create-coral: #ff8d82;
  --create-gold: #ffd875;
  --create-paper: #f8fbff;
  --create-line: rgba(16, 47, 58, .17);
}

.experience-switch {
  grid-template-columns: repeat(3, minmax(86px, 1fr)) !important;
  min-width: 318px;
}

.experience-switch-button:nth-child(2) span {
  background: var(--learn-mint);
}

.experience-switch-button:nth-child(3) span {
  background: linear-gradient(145deg, #e2d7ff, #ffc6d0);
}

.experience-choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.experience-choice-card.is-create {
  background:
    radial-gradient(circle at 100% 0, rgba(255, 199, 213, .28), transparent 42%),
    linear-gradient(145deg, rgba(52, 47, 92, .98), rgba(19, 40, 57, .98));
}

.is-create .experience-choice-number,
.is-create .experience-choice-action {
  background: linear-gradient(105deg, #d9c8ff, #ffc3d0 58%, #ffe59b);
}

.experience-choice-card.is-create:hover {
  border-color: #e2d7ff;
  box-shadow: 0 16px 38px rgba(36, 29, 73, .34), 0 0 28px rgba(206, 180, 255, .16);
}

.learning-nav-label {
  margin: 6px 6px 2px;
  color: #346a70;
  font-size: 14px !important;
  font-weight: 950;
  line-height: 1.4 !important;
}

.learning-nav-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 3px;
  margin: 0 8px 3px 0;
  border-radius: 99px;
  background: #58cfa9;
}

.learning-nav-label.is-more {
  margin-top: 17px;
  padding-top: 15px;
  border-top: 1px solid var(--learn-line);
}

.learning-topic-nav button.is-secondary-topic {
  background: rgba(239, 246, 255, .72);
}

.learning-topic-nav button.is-secondary-topic span {
  background: #e6dcff;
}

.learning-topic-nav button b {
  font-size: 16px !important;
  line-height: 1.35;
}

.learning-topic-nav button small {
  font-size: 13px !important;
  line-height: 1.4;
}

.learning-bottom-topics {
  display: grid;
  grid-template-columns: minmax(210px, .72fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(46, 103, 112, .2);
  border-radius: 22px;
  background: linear-gradient(115deg, rgba(229, 248, 242, .92), rgba(240, 236, 255, .9));
}

.learning-bottom-topics > div {
  align-self: center;
}

.learning-bottom-topics > div small,
.learning-pro-bridge small {
  display: block;
  color: #2f7883;
  font-weight: 950;
  letter-spacing: .08em;
}

.learning-bottom-topics > div b {
  display: block;
  margin-top: 5px;
  color: var(--learn-ink);
  font-size: 20px;
  line-height: 1.35;
}

.learning-bottom-topics > button {
  display: grid;
  grid-template-columns: 42px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  min-height: 86px;
  align-items: center;
  padding: 13px;
  border: 2px solid rgba(23, 56, 71, .2);
  border-radius: 17px;
  color: var(--learn-ink);
  background: #fff;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 5px 0 rgba(23, 56, 71, .09);
}

.learning-bottom-topics > button:hover,
.learning-bottom-topics > button.is-current {
  border-color: #346f69;
  background: linear-gradient(110deg, #effff8, #fff7d1);
  transform: translateY(-2px);
}

.learning-bottom-topics > button > span {
  grid-row: 1 / 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #dcd0ff;
  font-weight: 950;
}

.learning-bottom-topics > button b {
  align-self: end;
  font-size: 16px;
}

.learning-bottom-topics > button small {
  align-self: start;
  color: #637d82;
}

.learning-pro-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid rgba(104, 82, 175, .22);
  border-radius: 20px;
  background: linear-gradient(110deg, rgba(235, 228, 255, .82), rgba(255, 244, 207, .82));
}

.learning-pro-bridge b {
  display: block;
  margin-top: 4px;
  color: #263e55;
  font-size: 18px;
  line-height: 1.45;
}

.learning-pro-bridge button {
  flex: 0 0 auto;
  min-height: 52px;
  padding: 10px 17px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: #40396d;
  cursor: pointer;
  font-weight: 950;
}

.learning-quick-words {
  display: grid;
  grid-template-columns: auto repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 9px;
  margin: 15px 0 21px;
  padding: 12px;
  border: 1px solid rgba(39, 105, 113, .2);
  border-radius: 18px;
  background: #eef8f6;
}

.learning-quick-words > strong {
  display: grid;
  place-items: center;
  padding: 10px 12px;
  border-radius: 12px;
  color: #fff;
  background: #2d706d;
  font-size: 14px;
  text-align: center;
}

.learning-quick-words > div {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
}

.learning-quick-words b {
  color: #22585a;
  font-size: 15px;
}

.learning-quick-words span {
  color: #5a7378;
  font-size: 14px;
  line-height: 1.5;
}

.plain-check-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin: 20px 0;
}

.plain-check-grid details {
  overflow: clip;
  border: 2px solid rgba(23, 56, 71, .18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(25, 74, 80, .08);
}

.plain-check-grid summary {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  min-height: 118px;
  align-items: center;
  gap: 12px;
  padding: 17px;
  list-style: none;
  cursor: pointer;
}

.plain-check-grid summary::-webkit-details-marker {
  display: none;
}

.plain-check-grid summary > span {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 14px;
  background: #dff5eb;
  font-weight: 950;
}

.plain-check-grid summary b {
  font-size: 18px;
  line-height: 1.4;
}

.plain-check-grid summary i {
  color: #33736c;
  font-size: 22px;
  font-style: normal;
}

.plain-check-grid details[open] summary {
  background: linear-gradient(115deg, #effff8, #fff8d9);
}

.plain-check-grid details[open] summary i {
  transform: rotate(45deg);
}

.plain-check-grid details > div {
  padding: 0 17px 18px;
  border-top: 1px solid rgba(23, 56, 71, .12);
}

.plain-check-grid details p {
  margin: 14px 0 0;
  color: #4f6e73;
}

.plain-check-grid details strong {
  display: block;
  margin-top: 12px;
  color: #1e625c;
  line-height: 1.55;
}

.plain-market-discovery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin: 20px 0;
}

.plain-market-discovery article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 18px;
  border: 1px solid rgba(23, 56, 71, .16);
  border-radius: 19px;
  background: rgba(255, 255, 255, .9);
}

.plain-market-discovery article > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: #e4d9ff;
  font-weight: 950;
}

.plain-market-discovery h4 {
  margin: 0;
  font-size: 19px;
}

.plain-market-discovery p {
  grid-column: 2;
  margin: 3px 0 0;
  color: #516d73;
}

/* Professional Create screen */
.create-screen {
  min-height: 100svh;
  padding: 118px clamp(16px, 4vw, 58px) 76px;
  color: var(--create-ink);
  background:
    radial-gradient(circle at 94% 7%, rgba(169, 138, 244, .22), transparent 30%),
    radial-gradient(circle at 3% 94%, rgba(255, 216, 117, .27), transparent 31%),
    linear-gradient(145deg, #eef8fb, #f4f0ff 56%, #fff9e7);
}

.create-hero,
.create-workspace {
  width: min(100%, 1380px);
  margin-inline: auto;
}

.create-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  align-items: end;
  gap: 30px;
  padding: clamp(24px, 4vw, 48px);
  overflow: clip;
  border: 1px solid var(--create-line);
  border-radius: 32px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(14, 35, 56, .97), rgba(42, 36, 79, .94)),
    url("assets/wte-night-city.webp") center / cover;
  box-shadow: 0 28px 78px rgba(25, 40, 72, .24);
}

.create-hero .eyebrow {
  color: #98eced;
}

.create-audience {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  color: #192a42;
  background: var(--create-gold);
  font-weight: 950;
}

.create-hero h2 {
  max-width: 920px;
  margin: 12px 0 13px;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: -.055em;
}

.create-hero h2 em {
  color: #ffd98d;
  font-style: normal;
}

.create-hero > div:first-child > p:last-child {
  max-width: 820px;
  margin: 0;
  color: #d7e4ef;
}

.create-hero-actions {
  display: grid;
  gap: 10px;
}

.create-hero-actions button {
  min-height: 52px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  font-weight: 900;
}

.create-hero-actions button:last-child {
  color: #14283f;
  background: #baf5dc;
}

.create-workspace {
  margin-top: 22px;
}

.create-route {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1.14fr);
  align-items: center;
  gap: 28px;
  padding: 22px 25px;
  border: 1px solid var(--create-line);
  border-radius: 25px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 16px 42px rgba(29, 60, 79, .1);
}

.create-route small,
.create-tool-copy > p:first-child,
.create-terms small {
  color: #457b8b;
  font-weight: 950;
  letter-spacing: .12em;
}

.create-route h3,
.create-terms h3 {
  margin: 5px 0;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
}

.create-route p {
  margin: 0;
  color: #557079;
}

.create-route ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.create-route li {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 9px;
  min-height: 64px;
  padding: 10px;
  border-radius: 16px;
  background: #edf7f8;
}

.create-route li:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -10px;
  z-index: 2;
  color: #6d7083;
  font-weight: 950;
}

.create-route li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 11px;
  background: var(--create-gold);
  font-weight: 950;
}

.create-route li b {
  line-height: 1.35;
}

.create-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 18px;
}

.create-tool-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
  overflow: clip;
  border: 1px solid var(--create-line);
  border-radius: 26px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 46px rgba(29, 60, 79, .11);
}

.create-tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: var(--card-accent, var(--create-blue));
}

.create-tool-card.is-market { --card-accent: #52c5b2; }
.create-tool-card.is-report { --card-accent: #7c8ff2; }
.create-tool-card.is-viability { --card-accent: #e58a9d; }

.create-tool-number {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 24px 22px 0;
}

.create-tool-number span {
  color: var(--card-accent);
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
}

.create-tool-number small {
  color: #68808a;
  font-weight: 950;
  letter-spacing: .1em;
}

.create-tool-copy {
  padding: 17px 22px 22px;
}

.create-tool-copy > p:first-child {
  margin: 0;
}

.create-tool-copy h3 {
  margin: 7px 0 10px;
  color: var(--create-ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.create-tool-copy > p:not(:first-child) {
  margin: 0;
  color: #536f77;
}

.create-tool-copy dl {
  margin: 18px 0 0;
}

.create-tool-copy dl > div {
  padding: 13px;
  border-left: 4px solid var(--card-accent);
  border-radius: 0 12px 12px 0;
  background: #f2f6f8;
}

.create-tool-copy dt {
  color: #304f5c;
  font-weight: 950;
}

.create-tool-copy dd {
  margin: 3px 0 0;
  color: #5a737b;
}

.create-tool-card > a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  color: #fff;
  background: var(--create-night);
  text-decoration: none;
  font-weight: 950;
}

.create-tool-card > a:hover,
.create-tool-card > a:focus-visible {
  background: #2d4560;
}

.create-tool-card > a b {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
}

.create-terms {
  display: grid;
  grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 25px;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid var(--create-line);
  border-radius: 25px;
  background: rgba(255, 255, 255, .8);
}

.create-terms dl {
  display: grid;
  gap: 9px;
  margin: 0;
}

.create-terms dl > div {
  display: grid;
  grid-template-columns: minmax(100px, .28fr) minmax(0, .72fr);
  gap: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #eef4f7;
}

.create-terms dt {
  color: #34496b;
  font-weight: 950;
}

.create-terms dd {
  margin: 0;
  color: #526c75;
}

.mgo-create {
  border: 1px solid rgba(226, 205, 255, .6);
  color: #fff;
  background: linear-gradient(110deg, rgba(126, 98, 204, .42), rgba(236, 123, 158, .25));
}

@media (max-width: 1180px) {
  .experience-choice-grid {
    grid-template-columns: 1fr !important;
  }

  .experience-choice-card {
    min-height: 154px !important;
  }

  .create-tool-grid {
    grid-template-columns: 1fr;
  }

  .create-tool-card {
    grid-template-columns: 90px minmax(0, 1fr) minmax(230px, .5fr);
    grid-template-rows: 1fr;
    align-items: stretch;
  }

  .create-tool-number {
    display: grid;
    align-content: center;
    justify-content: center;
    gap: 8px;
    padding: 22px 10px;
  }

  .create-tool-card > a {
    min-height: 100%;
  }
}

@media (max-width: 900px) {
  .experience-switch {
    grid-template-columns: repeat(3, minmax(72px, 1fr)) !important;
    min-width: 232px;
  }

  .experience-switch-button {
    min-width: 0;
    padding-inline: 7px;
  }

  .experience-switch-button small {
    display: none;
  }

  .learning-bottom-topics,
  .learning-quick-words,
  .create-route,
  .create-hero,
  .create-terms {
    grid-template-columns: 1fr;
  }

  .plain-check-grid {
    grid-template-columns: 1fr;
  }

  .create-route ol {
    grid-template-columns: 1fr;
  }

  .create-route li:not(:last-child)::after {
    right: 16px;
    bottom: -13px;
    transform: rotate(90deg);
  }

  .create-tool-card {
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: 1fr auto;
  }

  .create-tool-card > a {
    grid-column: 1 / -1;
    min-height: 60px;
  }

  .create-terms dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

@media (max-width: 740px) {
  .experience-switch {
    grid-template-columns: repeat(3, 42px) !important;
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .create-screen {
    padding: 94px 10px 42px;
  }

  .create-hero,
  .create-route,
  .create-terms {
    padding: 18px;
    border-radius: 22px;
  }

  .create-hero h2 {
    font-size: 34px;
  }

  .create-tool-card {
    grid-template-columns: 1fr;
  }

  .create-tool-number {
    display: flex;
    justify-content: space-between;
    padding: 22px 18px 0;
  }

  .create-tool-copy {
    padding: 14px 18px 20px;
  }

  .create-tool-card > a {
    grid-column: 1;
  }

  .learning-pro-bridge {
    display: grid;
  }

  .learning-pro-bridge button {
    width: 100%;
  }

  .plain-market-discovery {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .create-tool-card > a,
  .learning-bottom-topics > button,
  .plain-check-grid summary i {
    transition: none !important;
  }
}
