html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4f7f4;
}

section[id] {
  scroll-margin-top: 62px;
}

.nav-link {
  padding: 6px 12px;
  border-radius: 7px;
  color: #64748b;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  background: transparent;
  transition: all 0.2s;
}

.nav-link.is-active {
  color: #0d1d21;
  font-weight: 700;
  background: rgba(8, 122, 117, 0.08);
}

.asset-placeholder {
  aspect-ratio: 4 / 3;
  border: 1px dashed rgba(8, 122, 117, 0.35);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(8, 122, 117, 0.08), rgba(20, 200, 223, 0.08)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) 16px, rgba(8, 122, 117, 0.06) 16px, rgba(8, 122, 117, 0.06) 17px);
  color: #087a75;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  box-sizing: border-box;
  mix-blend-mode: multiply;
}

.asset-placeholder span {
  color: #627176;
  font-size: 11px;
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-weight: 600;
}

.form-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: #087a75;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
