.X6aqkE {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  width: min(100%, var(--app-max-width));
  height: 100dvh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--color-canvas);
}

.DX7mRD {
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.DX7mRD::-webkit-scrollbar {
  display: none;
}

.SJY2Ox {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: calc(100% - 1.25rem);
  min-height: var(--bottom-navigation-height);
  margin: 0.45rem auto calc(0.45rem + env(safe-area-inset-bottom));
  padding: 0.18rem;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-navigation-surface);
}

.SJY2Ox a {
  display: grid;
  min-height: calc(var(--bottom-navigation-height) - 0.36rem);
  place-items: center;
  align-content: center;
  gap: 0.08rem;
  margin: 0;
  border-radius: 999px;
  color: var(--color-muted);
  font-size: 0.55rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 180ms ease-out,
    background-color 180ms ease-out;
}

.SJY2Ox a[aria-current='page'] {
  background: var(--color-primary);
  color: var(--color-on-primary);
}

@media (min-width: 431px) {
  .X6aqkE {
    box-shadow: 0 0 2rem rgb(59 52 36 / 8%);
  }
}

.TA3WFk {
  display: grid;
  min-height: 100svh;
  place-items: stretch center;
  background: #fff;
}

.RTKgiU {
  display: flex;
  width: min(100%, var(--app-max-width));
  min-height: 100svh;
  flex-direction: column;
  padding: 0 1rem 7rem;
  background: var(--color-canvas);
}

.Qy21rL {
  padding-top: 0.85rem;
  text-align: left;
}

.okf988 {
  display: grid;
  width: calc(100% + 2rem);
  height: 11rem;
  margin-left: -1rem;
  padding: 1.5rem 1.25rem 1rem;
  background: var(--color-canvas);
  place-items: center;
}

.okf988 img {
  display: block;
  width: min(100%, 20rem);
  height: 100%;
  object-fit: contain;
}

.Qy21rL p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.Qy21rL h1 {
  margin: 0.3rem 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.DmS5Yi {
  margin-top: 0.85rem;
  padding: 0.75rem;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
}

.DmS5Yi p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 0.67rem;
  font-weight: 650;
  line-height: 1.55;
}

.fd_yvo {
  display: grid;
  gap: 0;
  margin: 0.8rem 0 0;
  padding: 0;
  list-style: none;
}

.fd_yvo li {
  display: flex;
  min-height: 2.7rem;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
}

.fd_yvo li > span {
  display: grid;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: var(--color-brand-100);
  color: var(--color-primary);
  place-items: center;
}

.PyQ6Io {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 20;
  width: min(100%, var(--app-max-width));
  padding: 0.7rem 1rem calc(0.7rem + env(safe-area-inset-bottom));
  background: color-mix(in srgb, var(--color-canvas) 96%, transparent);
  text-align: center;
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.Y1vUU_ {
  display: flex;
  width: 100%;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid var(--color-border-strong);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-ink);
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 160ms ease;
}

.Y1vUU_:hover:not(:disabled) {
  transform: translateY(-1px);
  background: var(--color-surface-muted);
}

.Y1vUU_:disabled {
  cursor: wait;
  opacity: 0.68;
}

.gaWHHo {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.cyweY6 {
  margin: 0.45rem auto 0;
  color: var(--color-placeholder);
  font-size: 0.55rem;
  line-height: 1.5;
}

.r8kmhN,
.AXSwTD {
  margin: 0.85rem 0 0;
  font-size: 0.73rem;
  line-height: 1.5;
}

.r8kmhN,
.AXSwTD {
  padding: 0.65rem 0.8rem;
  border-radius: var(--radius-sm);
  text-align: left;
}

.r8kmhN {
  background: var(--color-surface-brand);
  color: var(--color-primary-dark);
}

.AXSwTD {
  background: var(--color-error-surface);
  color: var(--color-error);
}

@media (min-width: 700px) {
  .TA3WFk {
    padding: 0 1rem;
    place-items: center;
  }

  .RTKgiU {
    box-shadow: var(--shadow-app-shell);
  }
}

@media (max-width: 340px) {
  .RTKgiU {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .ZVqzMH {
    font-size: 1.1rem;
  }

  .Y1vUU_ {
    font-size: 0.98rem;
  }
}

.rHoNBm {
  display: grid;
  min-height: 100svh;
  padding: 1.25rem;
  place-items: center;
}

.u2BAN7 {
  width: min(100%, 430px);
  padding: clamp(1.5rem, 7vw, 2.25rem);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-surface-translucent);
  text-align: center;
}

.lNmvad {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  place-items: center;
  background: var(--color-surface-muted);
  color: var(--color-primary-dark);
  font-size: 1.4rem;
  font-weight: 800;
}

.f1yiGu .lNmvad {
  background: var(--color-success-surface);
  color: var(--color-success);
}

.kTOk8k {
  position: relative;
  width: 8.5rem;
  aspect-ratio: 1.1;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.aWh1j_ {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 220%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.u2BAN7 h1 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.u2BAN7 p {
  margin: 0.75rem 0 0;
  color: var(--color-ink-soft);
  line-height: 1.6;
}

.A1QBbE {
  margin-top: 1.4rem;
}

.RvkJNz {
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid color-mix(in srgb, var(--color-primary) 24%, transparent);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: VTklEs 800ms linear infinite;
}

@keyframes VTklEs {
  to {
    transform: rotate(360deg);
  }
}

.A4TA5o {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.62rem 0.9rem;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.A4TA5o:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.KNI1wW {
  background: var(--color-primary-dark);
  color: var(--color-on-primary);
}

.KNI1wW:hover:not(:disabled) {
  background: var(--color-ink);
}

.rNXFCp {
  background: var(--color-action);
  color: var(--color-on-action);
  font-weight: 750;
}

.rNXFCp:hover:not(:disabled) {
  background: var(--color-action-hover);
}

.b0rwEt {
  border-color: var(--color-border-strong);
  background: var(--color-surface);
  color: var(--color-ink);
}

.b0rwEt:hover:not(:disabled) {
  background: var(--color-surface-muted);
}

.jhEGM1 {
  border-color: transparent;
  background: var(--color-surface-neutral);
  color: var(--color-ink-soft);
}

.jhEGM1:hover:not(:disabled) {
  background: var(--color-surface-disabled);
}

.MJn_C0 {
  background: var(--color-error);
  color: var(--color-on-primary);
}

.MJn_C0:hover:not(:disabled) {
  background: color-mix(in srgb, var(--color-error) 84%, var(--color-ink));
}

.TLVGaw {
  min-height: 2.75rem;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  background: transparent;
  color: var(--color-primary-dark);
}

.R_v3dK {
  width: 100%;
}

.BuGGPL {
  width: 1rem;
  height: 1rem;
  border: 2px solid color-mix(in srgb, var(--color-on-primary) 36%, transparent);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: vAThm_ 700ms linear infinite;
}

.b0rwEt .BuGGPL,
.jhEGM1 .BuGGPL,
.TLVGaw .BuGGPL {
  border-color: color-mix(in srgb, var(--color-primary) 22%, transparent);
  border-top-color: currentColor;
}

@keyframes vAThm_ {
  to {
    transform: rotate(360deg);
  }
}

:root {
  --color-brand-50: #f5f6ed;
  --color-brand-100: #edf1df;
  --color-brand-200: #dfe8c9;
  --color-brand-300: #c9d8a9;
  --color-brand-400: #a9be7a;
  --color-brand-500: #849f4f;
  --color-brand-600: #6c873b;
  --color-brand-700: #58702f;
  --color-brand-800: #455a27;
  --color-brand-900: #34431f;

  /* Change this single accent to retheme selected tabs, progress indicators and soft actions together. */
  --color-theme-accent: var(--color-brand-500);
  --color-theme-accent-strong: var(--color-brand-700);

  /* Neutral surfaces and readable foregrounds. */
  --color-canvas: #faf6e9;
  --color-cream: #faf6e9;
  --color-surface: #fffdf8;
  --color-surface-muted: #f7f2e5;
  --color-surface-neutral: #f2efe5;
  --color-surface-disabled: #eeece4;
  --color-surface-brand: #f0f4e6;
  --color-surface-brand-strong: var(--color-theme-accent);
  --color-navigation-surface: #fffaf0;
  --color-ink: #2d3326;
  --color-ink-soft: #4c5743;
  --color-muted: #7b816f;
  --color-placeholder: #aaa999;
  --color-border: #e0d4b8;
  --color-border-strong: #cbbd99;
  --color-search-surface: #fffdf8;
  --color-search-foreground: #353b2f;
  --color-search-placeholder: #a09f90;
  --color-on-brand-soft: #4d583f;

  /* Form submit actions stay distinct from the lighter navigation accent. */
  --color-action: var(--color-brand-600);
  --color-action-hover: var(--color-brand-700);
  --color-on-action: #fff;

  /* Interactive colors use darker shades so text keeps sufficient contrast. */
  --color-primary: var(--color-brand-600);
  --color-primary-strong: var(--color-brand-700);
  --color-primary-dark: var(--color-brand-800);
  --color-focus: var(--color-brand-700);
  --color-on-primary: #fff;

  /* Semantic colors stay separate from the brand palette. */
  --color-accent: #e6b84d;
  --color-warning: #d8a62b;
  --color-warning-ink: #8a6411;
  --color-warning-surface: #fff7dc;
  --color-error: #a83b32;
  --color-error-surface: #fff1ee;
  --color-success: var(--color-brand-700);
  --color-success-surface: var(--color-brand-100);
  --color-check-good: var(--color-brand-600);
  --color-check-good-ink: var(--color-brand-700);
  --color-check-caution: #e7b640;
  --color-check-caution-ink: #8b6512;
  --color-check-unconfirmed: #ddd2b3;
  --color-check-unconfirmed-ink: #887b5e;

  --color-overlay: rgb(23 28 24 / 56%);
  --color-overlay-strong: rgb(23 28 24 / 78%);
  --color-surface-translucent: rgb(255 255 255 / 96%);
  --shadow-app-shell: 0 0 2.5rem rgb(23 28 24 / 12%);
  --radius-sm: 0.55rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --space-xs: 0.4rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --page-inline-padding: 1rem;
  --app-max-width: 24.375rem;
  --app-bar-height: 2.9rem;
  --bottom-navigation-height: 3.35rem;
}

:root {
  color: var(--color-ink);
  font-family:
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  background: #fff;
}

body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

#root {
  height: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--color-focus) 70%, transparent);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 430px) {
  html,
  body {
    background: var(--color-surface);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.text-button,
.inline-button {
  min-height: 2.75rem;
  padding: 0.45rem 0.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--color-primary-dark);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  cursor: pointer;
}

.property-page {
  --page-inline-padding: 1rem;

  min-height: 100%;
  padding: 0 var(--page-inline-padding) 1.5rem;
  background: var(--color-canvas);
}

.property-page.checklist-editor-page {
  padding-top: 0.5rem;
}

.page-container {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.page-container--form {
  max-width: 640px;
}

.top-navigation-danger-action {
  min-height: 2.25rem;
  padding: 0.35rem 0.25rem;
  border: 0;
  background: transparent;
  color: var(--color-error);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
}

.content-state {
  display: grid;
  min-height: 7rem;
  align-content: center;
  justify-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px dashed var(--color-border);
  border-radius: var(--radius-lg);
  background: color-mix(in srgb, var(--color-surface) 72%, transparent);
  color: var(--color-ink-soft);
  text-align: center;
}

.content-state strong {
  color: var(--color-ink);
  font-size: 0.82rem;
}

.content-state a {
  color: var(--color-primary-dark);
  font-weight: 750;
}

.content-state--error {
  border-color: color-mix(in srgb, var(--color-error) 35%, transparent);
  background: var(--color-error-surface);
}

.section-note,
.field-help {
  color: var(--color-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.field-error,
.form-error {
  color: var(--color-error);
}

.field-error,
.field-help {
  margin: 0;
  font-size: 0.78rem;
}

.form-error,
.form-notice {
  margin: 0 0 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  line-height: 1.5;
}

.form-error {
  background: var(--color-error-surface);
}

.form-error a {
  color: var(--color-primary-dark);
  font-weight: 750;
}

.form-notice {
  background: var(--color-surface-muted);
  color: var(--color-primary-dark);
}

.load-more {
  max-width: 28rem;
  margin: 1rem auto 0;
  text-align: center;
}

.load-more p {
  color: var(--color-error);
  font-size: 0.82rem;
}

.spinner {
  width: 1.4rem;
  height: 1.4rem;
  border: 3px solid color-mix(in srgb, var(--color-primary) 24%, transparent);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  animation: spin 800ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 340px) {
  .property-page {
    --page-inline-padding: 0.7rem;
  }
}

