/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/components/announcement-card.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.announcement-card_card__pQKJV {
  min-height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  border: 1px solid #dce4e0;
  border-radius: 22px;
  color: #112820;
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.announcement-card_card__pQKJV:hover {
  border-color: #c7d2cc;
  transform: translateY(-2px);
  box-shadow: 0 14px 38px rgba(17, 40, 32, 0.08);
}

.announcement-card_media___bxzd {
  position: relative;
  min-height: 172px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 24%, rgba(223,255,104,.78), transparent 38%),
    linear-gradient(145deg, #dfe8e2, #f7f9f7 62%);
}

.announcement-card_media___bxzd[data-kind="photo"] {
  background:
    radial-gradient(circle at 66% 32%, rgba(255,255,255,.72), transparent 18%),
    radial-gradient(circle at 36% 58%, rgba(223,255,104,.88), transparent 34%),
    linear-gradient(145deg, #719184, #284039);
}

.announcement-card_media___bxzd[data-kind="withheld"] {
  background:
    repeating-linear-gradient(
      135deg,
      #eef2ef,
      #eef2ef 10px,
      #e5ebe7 10px,
      #e5ebe7 20px
    );
}

.announcement-card_mediaSymbol__8_5kC {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #112820;
  background: rgba(255, 255, 255, 0.78);
  font-size: 31px;
  font-weight: 780;
}

.announcement-card_media___bxzd[data-kind="photo"] .announcement-card_mediaSymbol__8_5kC {
  color: #dfff68;
  background: rgba(17,40,32,.74);
}

.announcement-card_mediaLabel__Ur2JA {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 6px 9px;
  border-radius: 999px;
  color: #284039;
  background: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 770;
  letter-spacing: .05em;
}

.announcement-card_photoCount__YcQ4g {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 9px;
  border-radius: 999px;
  color: #dfff68;
  background: rgba(17, 40, 32, 0.88);
  font-size: 10px;
  font-weight: 780;
}

.announcement-card_body__uVEnX {
  padding: 20px 22px 21px;
  display: flex;
  flex-direction: column;
}

.announcement-card_topline__II0mf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.announcement-card_status__g1r08 {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: .12em;
}

.announcement-card_status__g1r08[data-tone="searching"] {
  color: #61716a;
}

.announcement-card_status__g1r08[data-tone="found"] {
  color: #557000;
}

.announcement-card_status__g1r08[data-tone="sighted"] {
  color: #6b5c18;
}

.announcement-card_date__SnQJN {
  color: #61716a;
  font-size: 11px;
}

.announcement-card_title__46KJz {
  margin: 11px 0 0;
  font-size: 20px;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.announcement-card_tags__VqR7k {
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.announcement-card_tag__eX77F {
  padding: 5px 8px;
  border-radius: 999px;
  color: #53655d;
  background: #f2f5f3;
  font-size: 10px;
  font-weight: 690;
}

.announcement-card_location__OG13B {
  margin: auto 0 0;
  padding-top: 16px;
  color: #52645c;
  font-size: 12px;
  line-height: 1.45;
}

.announcement-card_excerpt__vR6uH {
  margin: 9px 0 0;
  color: #52645c;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  .announcement-card_card__pQKJV {
    grid-template-columns: 1fr;
  }

  .announcement-card_media___bxzd {
    min-height: 176px;
  }
}

/* APP-6A.4 card readability */
.announcement-card_mediaLabel__Ur2JA, .announcement-card_photoCount__YcQ4g, .announcement-card_status__g1r08, .announcement-card_tag__eX77F { font-size: 12px; }
.announcement-card_date__SnQJN { font-size: 13px; }
.announcement-card_title__46KJz { font-size: 22px; }
.announcement-card_location__OG13B, .announcement-card_excerpt__vR6uH { font-size: 14px; }

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/search/search.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.search_page__k12qa {
  min-height: 100vh;
  color: #112820;
  background: #f6f8f6;
}

.search_content__aCjlv {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 72px;
}

.search_heading__8zZME {
  max-width: 790px;
}

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

.search_heading__8zZME h1 {
  margin: 17px 0 0;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .94;
  letter-spacing: -.06em;
}

.search_heading__8zZME p {
  margin: 18px 0 0;
  color: #52645c;
  font-size: 16px;
  line-height: 1.55;
}

.search_searchForm__6ZEku {
  margin-top: 38px;
  padding: 18px;
  display: grid;
  grid-template-columns: 1.2fr .8fr auto;
  align-items: end;
  gap: 12px;
  border: 1px solid #dce4e0;
  border-radius: 22px;
  background: rgba(255,255,255,.9);
}

.search_searchForm__6ZEku label {
  color: #52645c;
  font-size: 11px;
  font-weight: 720;
}

.search_searchForm__6ZEku input {
  width: 100%;
  height: 46px;
  margin-top: 7px;
  padding: 0 13px;
  border: 1px solid #dce4e0;
  border-radius: 13px;
  background: #fff;
  outline: none;
}

.search_searchForm__6ZEku input:focus {
  border-color: #112820;
}

.search_searchForm__6ZEku button {
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  color: #dfff68;
  background: #112820;
  font: inherit;
  font-size: 13px;
  font-weight: 740;
  cursor: pointer;
  transition:
    background-color .16s ease,
    color .16s ease,
    transform .16s ease;
}

@media (hover: hover) and (pointer: fine) {
  .search_searchForm__6ZEku button:hover {
    color: #efffb8;
    background: #1b3a30;
    transform: translateY(-1px);
  }
}

.search_searchForm__6ZEku button:focus-visible,
.search_searchForm__6ZEku input:focus-visible {
  outline: 3px solid #b7ce4b;
  outline-offset: 3px;
}

.search_filters__kE4ZT {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.search_filters__kE4ZT a,
.search_filters__kE4ZT span {
  padding: 8px 11px;
  border: 1px solid #dce4e0;
  border-radius: 999px;
  color: #52645c;
  background: rgba(255,255,255,.68);
  text-decoration: none;
  font-size: 11px;
  font-weight: 680;
}

.search_filters__kE4ZT a {
  transition:
    background-color .16s ease,
    border-color .16s ease,
    color .16s ease,
    transform .16s ease;
}

.search_filters__kE4ZT a[data-active="true"] {
  border-color: #b7ce4b;
  color: #112820;
  background: #dfff68;
  font-weight: 760;
}

@media (hover: hover) and (pointer: fine) {
  .search_filters__kE4ZT a:hover {
    border-color: #b7ce4b;
    color: #112820;
    background: #f0f8ce;
    transform: translateY(-1px);
  }

  .search_filters__kE4ZT a[data-active="true"]:hover {
    background: #d6fa55;
  }
}

.search_filters__kE4ZT a:focus-visible {
  outline: 3px solid #b7ce4b;
  outline-offset: 3px;
}

.search_filters__kE4ZT span {
  color: #61716a;
}

.search_filters__kE4ZT .search_filterDisabled__TZSN0 {
  border-style: dashed;
  color: #7b8882;
  background: #f0f3f1;
  cursor: default;
  opacity: .72;
}

.search_resultHeader__SwGoF {
  margin: 38px 0 16px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #dce4e0;
}

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

.search_resultHeader__SwGoF span {
  color: #61716a;
  font-size: 11px;
}

.search_grid__jLIRQ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.search_empty__yTzxl {
  padding: 34px;
  border: 1px dashed #c7d2cc;
  border-radius: 22px;
  background: rgba(255,255,255,.5);
}

.search_empty__yTzxl strong {
  font-size: 18px;
}

.search_empty__yTzxl p,
.search_previewNote__yLvao p {
  margin: 8px 0 0;
  color: #52645c;
  font-size: 12px;
  line-height: 1.55;
}

.search_previewNote__yLvao {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  background: #edf2ef;
}

.search_previewNote__yLvao strong {
  font-size: 11px;
  letter-spacing: .08em;
}

@media (max-width: 760px) {
  .search_content__aCjlv {
    width: min(100% - 28px, 1120px);
  }

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

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

  .search_resultHeader__SwGoF {
    flex-direction: column;
    gap: 6px;
  }
}

/* APP-6A.4 readability pass */
.search_eyebrow__eKTJ2 { font-size: 13px; }
.search_heading__8zZME > p:not(.search_eyebrow__eKTJ2) { font-size: 17px; line-height: 1.55; }
.search_searchForm__6ZEku label { font-size: 14px; }
.search_searchForm__6ZEku input { font-size: 16px; }
.search_searchForm__6ZEku button { font-size: 15px; }
.search_filters__kE4ZT a, .search_filters__kE4ZT span { font-size: 13px; }
.search_resultHeader__SwGoF strong, .search_resultHeader__SwGoF span { font-size: 14px; }
.search_empty__yTzxl strong { font-size: 19px; }
.search_empty__yTzxl p { font-size: 15px; }

