/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../app/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!../../app/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/components/shell.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.shell_shell__5BUr0 {
  --ink: #112820;
  --ink-soft: #284039;
  --muted: #52645c;
  --muted-light: #61716a;
  --line: #dce4e0;
  --line-strong: #c7d2cc;
  --paper: #f6f8f6;
  --surface: #ffffff;
  --accent: #dfff68;
  --accent-deep: #557000;

  color: var(--ink);
}

.shell_header__ce0AZ {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.shell_brand__A2v92 {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: inherit;
  text-decoration: none;
}

.shell_brandMark__LLf8X {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--accent);
  background: var(--ink);
  font-size: 17px;
  font-weight: 820;
  letter-spacing: -0.04em;
}

.shell_brandName__qfNd0 {
  font-size: 20px;
  font-weight: 740;
  letter-spacing: -0.04em;
}

.shell_nav__bw_NV {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.shell_navLink__aS4Ab,
.shell_navActive__j54Dg {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 14px;
  font-weight: 680;
}

.shell_navLink__aS4Ab:hover,
.shell_navActive__j54Dg {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
}

.shell_navActive__j54Dg {
  box-shadow: inset 0 0 0 1px var(--line);
}

.shell_createLink__CXson {
  color: var(--accent);
  background: var(--ink);
}

.shell_createLink__CXson:hover {
  color: #efffb8;
  background: #1b3a30;
}

.shell_createLink__CXson:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 3px;
}

.shell_login__DFdDA {
  min-height: 42px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.shell_account__5ydcl {
  position: relative;
}

.shell_accountSummary__qge4N {
  min-height: 42px;
  max-width: 270px;
  padding: 0 14px 0 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, 0.86);
  font: inherit;
  cursor: pointer;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.shell_accountSummary__qge4N::-webkit-details-marker {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .shell_accountSummary__qge4N:hover {
    border-color: #9eaca5;
    background: var(--paper);
    transform: translateY(-1px);
  }
}

.shell_accountSummary__qge4N:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 3px;
}

.shell_accountAvatar__MNKU_ {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--accent);
  background: var(--ink);
  font-size: 11px;
  font-weight: 820;
}

.shell_accountEmail__h_2WY {
  min-width: 0;
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell_accountMenu___uBE2 {
  position: absolute;
  z-index: 30;
  top: calc(100% + 9px);
  right: 0;
  width: min(300px, calc(100vw - 32px));
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 18px 54px rgba(17, 40, 32, 0.14);
}

.shell_accountIdentity__F5U0y {
  padding: 11px 12px 12px;
  border-bottom: 1px solid var(--line);
}

.shell_accountIdentity__F5U0y strong,
.shell_accountIdentity__F5U0y span {
  display: block;
}

.shell_accountIdentity__F5U0y strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shell_accountIdentity__F5U0y span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.shell_accountMenuLink__Swfiq,
.shell_accountMenuButton__2Ja9D {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border: 0;
  border-radius: 11px;
  color: var(--ink-soft);
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-size: 13px;
  font-weight: 660;
  cursor: pointer;
}

.shell_accountMenuLink__Swfiq:hover,
.shell_accountMenuButton__2Ja9D:hover {
  color: var(--ink);
  background: var(--paper);
}

.shell_accountMenuLink__Swfiq:focus-visible,
.shell_accountMenuButton__2Ja9D:focus-visible {
  outline: 3px solid rgba(101, 129, 15, .28);
  outline-offset: 2px;
}

.shell_accountMenuButton__2Ja9D {
  margin-top: 3px;
  color: #8d3f32;
}

.shell_mobileNav__UKAXt {
  display: none;
}

.shell_footer__FCb91 {
  width: min(1180px, calc(100% - 40px));
  min-height: 84px;
  margin: 36px auto 0;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
  color: var(--muted-light);
  font-size: 12px;
}

@media (max-width: 820px) {
  .shell_header__ce0AZ {
    width: min(100% - 28px, 1180px);
    min-height: 72px;
    grid-template-columns: auto 1fr;
  }

  .shell_nav__bw_NV {
    display: none;
  }

  .shell_header__ce0AZ > :last-child {
    justify-self: end;
  }

  .shell_accountEmail__h_2WY {
    display: none;
  }

  .shell_accountSummary__qge4N {
    padding-right: 8px;
  }

  .shell_mobileNav__UKAXt {
    position: fixed;
    z-index: 40;
    left: 12px;
    right: 12px;
    bottom: max(10px, env(safe-area-inset-bottom));
    min-height: 58px;
    padding: 6px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    border: 1px solid rgba(199, 210, 204, 0.95);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 48px rgba(17, 40, 32, 0.15);
    -webkit-backdrop-filter: blur(16px);
            backdrop-filter: blur(16px);
  }

  .shell_mobileNavUnauth__Sil2E {
    grid-template-columns: repeat(3, 1fr);
  }

  .shell_mobileNav__UKAXt a {
    min-height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: var(--muted);
    text-decoration: none;
    font-size: 11px;
    font-weight: 740;
  }

  .shell_mobileNav__UKAXt a[data-active="true"] {
    color: var(--ink);
    background: var(--paper);
  }

  .shell_mobileNav__UKAXt a[data-active="true"][data-create="true"] {
    background: var(--accent);
  }

  .shell_footer__FCb91 {
    width: min(100% - 28px, 1180px);
    margin-bottom: 78px;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: column;
    gap: 5px;
  }
}

/* APP-6A.4 readability + neutral brand mark */
.shell_brandMark__LLf8X { position: relative; font-size: 0; }
.shell_brandFocus__AHbxW { width: 15px; height: 15px; border: 2px solid var(--accent); border-radius: 50%; position: relative; display: block; }
.shell_brandFocus__AHbxW::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--accent); position: absolute; inset: 50% auto auto 50%; transform: translate(-50%, -50%); }
.shell_brandName__qfNd0 { font-size: 21px; }
.shell_navLink__aS4Ab, .shell_navActive__j54Dg, .shell_login__DFdDA { font-size: 15px; }
.shell_accountSummary__qge4N { max-width: none; padding-right: 12px; }
.shell_accountLabel__oVvVc { color: var(--ink-soft); font-size: 14px; font-weight: 720; }
.shell_accountIdentity__F5U0y strong { font-size: 15px; }
.shell_accountIdentity__F5U0y span { font-size: 13px; }
.shell_accountMenuLink__Swfiq, .shell_accountMenuButton__2Ja9D { min-height: 44px; font-size: 14px; }
.shell_footer__FCb91 { color: var(--muted); font-size: 13px; }

@media (max-width: 820px) {
  .shell_footerNoMobileNav__VvvQ6 {
    margin-bottom: 0;
  }
}

/* APP-6C.6D.4 stronger current-section state */
.shell_navActive__j54Dg {
  background: var(--accent);
  color: var(--ink);
  box-shadow: none;
  font-weight: 800;
}

/* APP-6C.6D.5 visual polish */
.shell_navActive__j54Dg {
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px #cfd6c7;
  font-weight: 800;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../app/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!../../app/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/create/create.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.create_page__HsABe {
  min-height: 100vh;
  color: #112820;
  background:
    radial-gradient(circle at 88% 2%, rgba(223,255,104,.22), transparent 28rem),
    #f6f8f6;
}

.create_content__yPkoU {
  width: min(1040px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 76px;
}

.create_eyebrow__Jx63t,
.create_cardEyebrow__EsVsg {
  margin: 0;
  color: #52645c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
}

.create_content__yPkoU > h1 {
  margin: 18px 0 0;
  font-size: clamp(52px, 7vw, 86px);
  line-height: .92;
  letter-spacing: -.065em;
}

.create_lead__aLMyw {
  max-width: 700px;
  margin: 22px 0 0;
  color: #52645c;
  font-size: 18px;
  line-height: 1.55;
}

.create_grid__TwkqY {
  margin-top: 46px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.create_card__fBg6B {
  min-height: 520px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dce4e0;
  border-radius: 28px;
  background: rgba(255,255,255,.9);
}

.create_cardAccent__9nL_k {
  background:
    linear-gradient(135deg, rgba(223,255,104,.3), transparent 64%),
    rgba(255,255,255,.94);
}

.create_number__6J_h7 {
  color: #61716a;
  font-size: 11px;
  font-weight: 800;
}

.create_cardEyebrow__EsVsg {
  margin-top: 32px;
}

.create_card__fBg6B h2 {
  margin: 16px 0 0;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.055em;
}

.create_card__fBg6B > p:not(.create_cardEyebrow__EsVsg) {
  margin: 18px 0 0;
  color: #52645c;
  font-size: 14px;
  line-height: 1.6;
}

.create_futureFlow__xzGAB {
  margin-top: 24px;
  padding: 16px;
  border-radius: 16px;
  background: #f3f6f4;
}

.create_futureFlow__xzGAB span,
.create_futureFlow__xzGAB strong {
  display: block;
}

.create_futureFlow__xzGAB span {
  color: #61716a;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: .08em;
}

.create_futureFlow__xzGAB strong {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
}

.create_primary__GzXHH {
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  color: #dfff68;
  background: #112820;
  text-decoration: none;
  font-size: 13px;
  font-weight: 730;
}

.create_card__fBg6B small {
  margin-top: 12px;
  color: #61716a;
  font-size: 10px;
  line-height: 1.5;
}

.create_safety__0Avfx {
  margin-top: 20px;
  padding: 22px;
  border-left: 4px solid #112820;
  border-radius: 0 18px 18px 0;
  background: rgba(255,255,255,.66);
}

.create_safety__0Avfx strong {
  font-size: 14px;
}

.create_safety__0Avfx p {
  max-width: 800px;
  margin: 8px 0 0;
  color: #52645c;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .create_content__yPkoU {
    width: min(100% - 28px, 1040px);
    padding-top: 42px;
  }

  .create_grid__TwkqY {
    grid-template-columns: 1fr;
  }

  .create_card__fBg6B {
    min-height: 480px;
    padding: 22px;
  }
}

.create_plannedAction__fRTLA {
  min-height: 52px;
  margin-top: auto;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #718079;
  background: #dfe5e2;
  font-size: 12px;
  font-weight: 720;
}

.create_recognitionPreview__DmSAn {
  margin-top: 20px;
  padding: 26px;
  border: 1px solid #dce4e0;
  border-radius: 24px;
  background: rgba(255,255,255,.86);
}

.create_recognitionPreview__DmSAn h2 {
  margin: 12px 0 0;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1;
  letter-spacing: -.045em;
}

.create_recognitionPreview__DmSAn > p:not(.create_cardEyebrow__EsVsg) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #52645c;
  font-size: 13px;
  line-height: 1.6;
}

.create_exampleInput__0v8Ab {
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid #c7d2cc;
  border-radius: 15px;
  color: #284039;
  background: #fff;
  font-size: 14px;
  font-weight: 650;
}

.create_recognizedObjects__Us5MH {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.create_recognizedObjects__Us5MH > div {
  padding: 14px;
  border-radius: 14px;
  background: #f2f5f3;
}

.create_recognizedObjects__Us5MH strong,
.create_recognizedObjects__Us5MH span {
  display: block;
}

.create_recognizedObjects__Us5MH strong {
  font-size: 12px;
}

.create_recognizedObjects__Us5MH span {
  margin-top: 5px;
  color: #52645c;
  font-size: 10px;
}

.create_recognitionActions__1BmCr {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.create_recognitionActions__1BmCr span {
  padding: 8px 11px;
  border: 1px solid #dce4e0;
  border-radius: 999px;
  color: #52645c;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
}

.create_recognitionPreview__DmSAn small {
  display: block;
  margin-top: 13px;
  color: #61716a;
  font-size: 10px;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .create_recognizedObjects__Us5MH {
    grid-template-columns: 1fr;
  }

  .create_recognitionPreview__DmSAn {
    padding: 20px;
  }
}

/* APP-6A.4 readability pass */
.create_eyebrow__Jx63t, .create_cardEyebrow__EsVsg, .create_number__6J_h7 { font-size: 13px; }
.create_card__fBg6B > p:not(.create_cardEyebrow__EsVsg) { font-size: 16px; }
.create_futureFlow__xzGAB span { font-size: 12px; }
.create_futureFlow__xzGAB strong { font-size: 15px; }
.create_primary__GzXHH, .create_plannedAction__fRTLA { font-size: 15px; }
.create_recognitionPreview__DmSAn > p:not(.create_cardEyebrow__EsVsg), .create_safety__0Avfx p { font-size: 15px; }
.create_exampleInput__0v8Ab { font-size: 16px; }
.create_recognizedObjects__Us5MH strong { font-size: 14px; }
.create_recognizedObjects__Us5MH span { font-size: 13px; }
.create_recognitionActions__1BmCr span { font-size: 13px; }
.create_safety__0Avfx strong { font-size: 16px; }
.create_card__fBg6B { min-height: 500px; }

/* APP-6A.7 focused create entry + mobile polish */
.create_capabilityNote__5m_iL {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #dce4e0;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
}

.create_capabilityNote__5m_iL strong {
  font-size: 16px;
}

.create_capabilityNote__5m_iL p {
  max-width: 760px;
  margin: 7px 0 0;
  color: #52645c;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .create_content__yPkoU {
    padding-top: 34px;
    padding-bottom: 56px;
  }

  .create_content__yPkoU > h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .create_lead__aLMyw,
  .create_card__fBg6B > p:not(.create_cardEyebrow__EsVsg),
  .create_safety__0Avfx p,
  .create_capabilityNote__5m_iL p {
    color: #52645c;
  }

  .create_grid__TwkqY {
    margin-top: 34px;
  }

  .create_card__fBg6B {
    min-height: 0;
    padding: 22px;
  }

  .create_primary__GzXHH {
    margin-top: 30px;
  }

  .create_capabilityNote__5m_iL,
  .create_safety__0Avfx {
    margin-top: 14px;
  }
}

